143 Commits

Author SHA1 Message Date
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
Mayhem
148b8f4c39 Update thread post/file count on index refresh in the catalog.
Conflicts:
	src/General/Index.coffee
	src/General/lib/thread.class
2014-09-05 21:34:06 -07:00
Mayhem
987d59bb24 Initial index catalog mode work.
Conflicts:
	css/style.css
	src/General/Build.coffee
	src/General/Index.coffee
2014-09-05 21:01:40 -07:00
ccd0
469f3dc25b make sure isHovered flag is removed in clones 2014-08-31 15:44:31 -07:00
ccd0
5c46064306 remove stale requests from cache on index refresh 2014-08-29 22:22:37 -07:00
ccd0
626991eae6 remove email filtering and email search archive link 2014-08-23 11:16:40 -07:00
ccd0
0d648f3b85 ignore quote links inside [code] tags; they shoudn't be there and cause bugs 2014-08-16 08:06:06 -07:00
ccd0
cff287c9c3 HTML templates 2014-08-02 22:43:01 -07:00
ccd0
a8f4f419dd refactoring in ImageExpand 2014-07-26 22:37:19 -07:00
ccd0
4ce947d686 more informative messages for Adblock/Noscript induced errors 2014-07-19 10:28:29 -07:00
Mayhem
13cffb606d $.delete needs to take into account $.localKeys. 2014-07-18 23:20:17 -07:00
Mayhem
039464603a Setting local data on Chrome is not throttled, only debounce sync. 2014-07-18 23:19:06 -07:00
Mayhem
79758ec37b Fix setArea never actually retrying after an error. 2014-07-18 23:14:49 -07:00
Mayhem
8643b8e9af Drop data that exceeds QUOTA_BYTES_PER_ITEM. 2014-07-18 23:12:45 -07:00
Mayhem
7f0e719d19 Harden the Chrome storage API lib.
Clear/delete should clear/delete data that's about to get set.
2014-07-18 23:06:34 -07:00
ccd0
c606cc05a0 temp reformatting 2014-07-18 23:06:30 -07:00
ccd0
8d4ea7d8f9 remove $.desync 2014-07-18 23:01:36 -07:00
Mayhem
d5fb02e98e Slightly safer Chrome storage setting.
try/catch is probably useless.
2014-07-18 22:43:39 -07:00
ccd0
7d14a5395f hide spoilers in desktop notifications 2014-07-04 14:45:15 -07:00
ccd0
353d46dad9 fix Reveal Spoiler Thumbnails on archived posts 2014-07-01 00:43:29 -07:00
ccd0
eaa7e87d00 make URL normalization optional 2014-06-29 16:01:21 -07:00
ccd0
20006af4fe prettify tweaks 2014-06-27 21:45:26 -07:00
ccd0
a914a29380 BuildTest: close menu, ignore whitespace diffs, better first diff finding 2014-06-27 19:58:09 -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
63d7372ad2 a few more tweaks from Mayhem 2014-06-18 23:59:17 -07:00
ccd0
718dc126db structured-clone detail of event 2014-06-18 03:37:11 -07:00
ccd0
e810af22ca remove dead feature disconnection code 2014-06-17 22:54:51 -07:00
ccd0
3d28405268 remove unused $.extend 2014-06-17 18:52:06 -07:00
ccd0
f25155ea8d more work on testing procedure 2014-06-17 01:24:35 -07:00
ccd0
7a73160710 improve testing 2014-06-16 23:34:30 -07:00
ccd0
65048751ad add test of HTML building 2014-06-16 19:29:10 -07:00