174 Commits

Author SHA1 Message Date
ccd0
37f0872f88 Ignore /pol/ fakedoubles in HTML building test. 2014-12-22 19:28:55 -08:00
ccd0
f095feeb03 Ignore randomized spoilers in HTML building test. 2014-12-22 18:43:44 -08:00
ccd0
44cd4d842a Prevent unnecessary loading of fallback iframe when Javascript is disabled. 2014-12-21 12:24:01 -08:00
ccd0
ab40bfbe69 Implement $.onExists. 2014-12-21 11:48:46 -08:00
ccd0
f1ef4b6c3c Prevent adding custom CSS multiple times. 2014-12-20 01:32:00 -08:00
ccd0
28a0064a67 Allow for extensions that add text to link titles (#220?)
e.g. NoScript's Javascript link fixer.
2014-12-14 20:41:40 -08:00
ccd0
e1150b0d7a Add nameBlock to clone nodes also. 2014-12-14 20:33:56 -08:00
ccd0
512fd1f78d Add nodes.quote to Post object. 2014-12-14 20:28:33 -08:00
ccd0
08050f33f1 Use noscript fallback for captcha. 2014-12-11 22:53:03 -08:00
ccd0
748258f59b Unread.postsQuotingYou -> ECMAScript 6 Set 2014-11-28 23:28:01 -08:00
ccd0
e8c6403ce6 Add guard against inserting an item after/before itself. 2014-11-23 20:28:52 -08:00
ccd0
d08583e2e6 Exit gallery on fullscreen exit. 2014-11-22 19:52:26 -08:00
ccd0
8bcec61542 Reduce unnecessary calls to GM_getValue. 2014-11-16 17:19:30 -08:00
ccd0
4ac31962a2 Move nameBlock into post class. 2014-11-15 20:41:32 -08:00
ccd0
24f5a743f7 Move read of initial IP count to Main.coffee; also read bump/image limit. 2014-11-11 21:17:36 -08:00
ccd0
aaeff46c2b Fix ID highlighting. 2014-11-02 18:15:12 -08:00
ccd0
5e971532b4 Trust Greasemonkey's value instead of the value from the storage event.
Also fix $.set and $.delete breaking check on whether sync is needed.
2014-10-18 18:30:41 -07:00
ccd0
ade9191eed fix return values of $.ajax, $.cache 2014-10-11 21:18:43 -07:00
ccd0
8b7275df22 Move yourPosts out of synced storage.
Also try to make it easier to move stuff in and out of synched storage if necessary.
2014-10-07 23:03:44 -07:00
ccd0
05fc008f44 Cooldown update, bugfixes.
- implement new 300s global thread cooldown
- update cooldown on post/thread deletion
- delays from error messages only apply to posts like the one that caused the error
- duplicate post delay ignored
2014-10-05 16:05:48 -07:00
ccd0
3f64823fc8 fix data loss when HTTP and HTTPS pages are open in different tabs 2014-09-28 12:40:33 -07:00
ccd0
7c45f642f5 allow quotelinks, dice rolls, fortunes in catalog 2014-09-27 17:54:43 -07:00
ccd0
f99a818554 no longer needed 2014-09-27 09:38:16 -07:00
ccd0
d6fb7065e2 refactor rewinding code and try to sync with thumbnails 2014-09-27 09:35:39 -07:00
ccd0
934f54302a Remove thread pinning. 2014-09-21 13:04:43 -07:00
ccd0
9e050bad65 Merge branch 'master' into catalog
Conflicts:
	src/General/lib/thread.class
2014-09-19 22:04:39 -07:00
ccd0
e04e933438 use 4chan's new archived thread icon 2014-09-19 21:43:48 -07:00
ccd0
d70c7c0e51 fix jsMath in catalog 2014-09-19 00:23:56 -07:00
ccd0
4f44b5ab5e Rename some CSS classes.
thumb -> catalog-thumb and thread-stats -> catalog-stats due to name clashes with 4chan

thread-stats -> catalog-stats for consistency
2014-09-18 20:23:20 -07:00
ccd0
419627cbf2 Merge branch 'master' into catalog 2014-09-18 19:32:17 -07:00
ccd0
9d58a62e16 Archived thread related bugfixes. 2014-09-18 11:32:15 -07:00
ccd0
58973e4651 catalog: use copy of comment HTML from before running features like Linkify/Embed 2014-09-16 19:42:45 -07:00
Mayhem
12c319dd23 Add some default booleans to Posts and Threads.
Remove timeOfDeath as I won't get to use it anytime soon.
Fix #1456.

Conflicts:
	src/General/lib/thread.class
2014-09-14 15:43:40 -07:00
ccd0
5df20a84dc Merge branch 'master' into catalog
Conflicts:
	src/General/Index.coffee
	src/General/lib/thread.class
2014-09-14 13:57:32 -07:00
ccd0
04fa72aed9 Refactor page number code; fix off-by-one error and page number on archived threads 2014-09-14 01:11:00 -07:00
ccd0
724fc03ad5 Fix thread status icon adding in original index.
Don't depend on page number.
Also added retina CSS class as in 4chan.
2014-09-14 00:25:27 -07:00
ccd0
bb2935a8f4 fix crash on deleting nonexistent item 2014-09-13 22:39:56 -07:00
ccd0
1285b3aeff Merge branch 'master' into catalog 2014-09-13 01:56:37 -07:00
Mayhem
c292f8af7f Missing braces. 2014-09-12 18:27:35 -07:00
ccd0
014af473f4 simplify ImageLoader 2014-09-11 01:33:49 -07:00
ccd0
9cdac0c9f4 recheck threads when quoted post not found in cached data 2014-09-10 01:19:28 -07:00
ccd0
d1fbe50319 ImageLoader: refactoring, little fixes 2014-09-07 17:02:38 -07:00
ccd0
4b3b0b1ffd don't need to save the old thumb anymore 2014-09-06 20:04:15 -07:00
ccd0
d533f0ed95 Allow WebM replacement in quote preview thumbnails. 2014-09-06 19:52:23 -07:00
ccd0
b29685b622 Pause off screen and better clone handling for GIF/WebM etc. replacement 2014-09-06 18:11:14 -07:00
Mayhem
faffa2d792 Fix thread status updating for the catalog view. 2014-09-05 23:05:01 -07:00
Mayhem
12c2e7c0a2 Refactor the catalog thread views business with a class.
Conflicts:
	Gruntfile.coffee
	src/General/Build.coffee
	src/General/Index.coffee
	src/General/lib/thread.class
2014-09-05 22:47:59 -07:00
Mayhem
c3e37a8077 Alt+click to pin threads in the catalog.
Conflicts:
	css/style.css
2014-09-05 22:24:24 -07:00
Mayhem
ab42ad2409 Shift+click to hide threads in the catalog.
Conflicts:
	src/Filtering/ThreadHiding.coffee
2014-09-05 22:21:14 -07:00
Mayhem
662a3660fe Update page/sticky/closed status on index refresh for the catalog.
Conflicts:
	src/General/lib/thread.class
2014-09-05 21:55:19 -07:00