215 Commits

Author SHA1 Message Date
ccd0
ade916aa84 error.toString() can contain path to Greasemonkey script 2014-08-25 03:42:50 -07:00
ccd0
2dd0587f5f Revert "ensure document.head exists before starting init"
This reverts commit 8bf3608a356b3663c019f5bfb56f82a8cb575fbf.
2014-08-24 18:23:57 -07:00
ccd0
e330426d9b Revert "don't wait for 4chanMainInit before adding CSS"
This reverts commit 77af50b6c9afa200e6b3484393928632db3760c4.
2014-08-24 15:18:44 -07:00
ccd0
e252903b7d remove remnants of CachedTitles 2014-08-24 10:29:20 -07:00
ccd0
77af50b6c9 don't wait for 4chanMainInit before adding CSS 2014-08-23 17:05:44 -07:00
ccd0
f87380f22f remove "Show Dice Roll" 2014-08-23 10:48:25 -07:00
ccd0
2557f86ace remove Emoji 2014-08-23 10:36:05 -07:00
ccd0
e4a4f5a015 change "thread" class added to document root to "thread-view" to avoid name clash 2014-08-23 08:20:28 -07:00
ccd0
59c1355203 Merge branch '1.8.8.x' into 1.8.9.x 2014-08-12 22:57:30 -07:00
ccd0
c8cb630532 indicate thread death when threads become archived 2014-08-12 22:48:56 -07:00
ccd0
cff287c9c3 HTML templates 2014-08-02 22:43:01 -07:00
ccd0
b224d20896 don't show controls on videos until the mouse is moved over them 2014-07-26 23:15:16 -07:00
ccd0
6d5fec5dcb restore bug workaround for new-tab videos 2014-07-26 10:07:13 -07:00
ccd0
e2d9afb3bb better useragent detection for CSS workarounds
This way gets it right when Tampermonkey is used.
2014-07-19 23:15:11 -07:00
ccd0
8bf3608a35 ensure document.head exists before starting init 2014-07-19 11:31:45 -07:00
ccd0
5bbb0b9897 change "Loop in New Tab" to only loop the video 2014-07-13 13:37:15 -07:00
ccd0
49122baa4a don't remove encryption without asking 2014-07-13 13:03:29 -07:00
ccd0
eaa7e87d00 make URL normalization optional 2014-06-29 16:01:21 -07:00
ccd0
deedfba851 add build switch for test code 2014-06-27 16:56:23 -07:00
ccd0
335ef45af3 Merge branch 'email-fix-reverted' into tests 2014-06-27 14:29:05 -07:00
ccd0
317beff1ed remove orphaned listener for AddCallback events 2014-06-18 22:43:12 -07:00
ccd0
71f38132c5 remove AddCallback, QRGetSelectedPost, QRAddPreSubmitHook, and QRPostSelection 2014-06-18 00:53:54 -07:00
ccd0
65048751ad add test of HTML building 2014-06-16 19:29:10 -07:00
ccd0
722635d722 Drop navigation between threads/boards with JSON 2014-06-01 17:40:23 -07:00
ccd0
27558ba6d6 use $.asap instead of specializing $.ready 2014-05-18 20:43:44 -07:00
ccd0
a79781b706 This fixes the script not loading at all in dwb.
No guarantees it will stay working or that any bugs will be fixed,
as I have no intention of doing regular testing in this browser.
2014-05-18 10:53:05 -07:00
ccd0
8fb98b785a better solution to the loading problem 2014-05-18 09:27:01 -07:00
ccd0
16a4d5785f fix image 404 redirection 2014-05-17 22:34:03 -07:00
ccd0
cb828fa9c4 quote all the attributes 2014-05-15 17:32:38 -07:00
ccd0
cae730dd79 rewrite some code to make make safety more obvious 2014-05-15 02:25:45 -07:00
ccd0
de5f4e0a85 no need to rush 2014-05-13 03:09:31 -07:00
ccd0
4040440332 this setting should disable all the nag messages 2014-05-13 03:05:53 -07:00
ccd0
9c820f123d Revert "fix moot using a dummy Recaptcha key on several pages"
This reverts commit 74f270c3afa2daf8f64ea75d5f02752822a08579.
Looks like moot has fixed the problem, so we won't need this anymore.
2014-04-27 10:56:06 -07:00
ccd0
74f270c3af fix moot using a dummy Recaptcha key on several pages 2014-04-27 09:07:06 -07:00
ccd0
d0e9ec84ef dispatch 4chanXInitFinished events when in catalog 2014-04-26 20:35:38 -07:00
ccd0
da8ba3cf8c change /res/ URLs to /thread/ so our quote links don't reload the page 2014-04-20 10:46:32 -07:00
ccd0
823eace903 begin work on restoring comment expansion 2014-04-19 21:44:13 -07:00
ccd0
4f8b640e2c preserve hash when removing slugs 2014-04-19 16:26:37 -07:00
ccd0
2d5b1646ca remove slugs, at least until moot fixes his HTML 2014-04-19 16:10:05 -07:00
ccd0
daff73a2c4 begin migration to new URLs 2014-04-12 09:55:06 -07:00
ccd0
ff057d4f29 configure videos opened in new tab 2014-04-10 01:33:11 -07:00
ccd0
47eea2a57a implement duckness's upgrade nag disabling option 2014-04-06 16:10:05 -07:00
ccd0
730f275406 remove unneeded entry from feature initialization list 2014-04-05 14:20:18 -07:00
ccd0
342672bab3 implement length 1 queue of videos to be deleted 2014-04-04 22:11:17 -07:00
Zixaphir
b6749b91a5 Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	CONTRIBUTING.md
	css/style.css
	html/General/Settings-section-Main.html
	json/archives.json
	package.json
	src/Archive/Redirect.coffee
	src/General/Header.coffee
	src/General/Main.coffee
	src/General/Settings.coffee
	src/General/lib/$.coffee
	src/General/lib/thread.class
	src/Linkification/Linkify.coffee
	src/Miscellaneous/AnnouncementHiding.coffee
	src/Monitoring/ThreadStats.coffee
2014-01-22 12:10:34 -07:00
Mayhem
508ab4f884 Make $.addClass/rmClass use multiple classes at once. 2014-01-21 15:30:47 +01:00
Mayhem
59fa428db5 Warn about Firefox versions <26. 2014-01-21 13:58:50 +01:00
Mayhem
fdd6a20c87 rm useless code 2014-01-20 09:51:52 +01:00
Mayhem
bf51864823 Typo. 2014-01-19 13:00:56 +01:00
Mayhem
c47c3ddafe Move previous version check out of Setting and into Main.
Also halve the notice timeout.
2014-01-19 01:05:48 +01:00