ccd0
2540f23ac7
Don't hardcode SFW/NSFW board lists.
2016-10-03 17:52:44 -07:00
ccd0
9f6cc38e76
Merge remote-tracking branch 'dzamie/iss944'
2016-10-03 16:33:03 -07:00
ccd0
80b652c508
Don't show excerpts of hidden replies in the catalog either.
2016-10-03 02:51:16 -07:00
ccd0
24d6e92b51
Anonymize will now hide 4chan Pass flair. #1120
2016-10-02 13:01:55 -07:00
ccd0
4b85e1a267
Add pass date to post fields. #1123
2016-10-02 12:57:40 -07:00
ccd0
a117e3ed36
Fix oversight. Index needs to keep track of hidden threads, not just filtered ones.
...
Fixes bug from 445b6fdf6f180db22f7cc1505d67f460858e1f35.
2016-10-01 19:25:25 -07:00
ccd0
4c6701f2f7
Cache filter results so we don't run all OP filters twice.
2016-10-01 18:09:48 -07:00
ccd0
8c6424f512
Add threadID and boardID to regular post object to make it more compatible with Build.parseJSON output.
2016-10-01 17:47:12 -07:00
ccd0
49b946199c
Change postID to ID in Build.parseJSON output.
2016-10-01 17:27:09 -07:00
ccd0
445b6fdf6f
Sort and filter index based on JSON data.
2016-10-01 17:10:33 -07:00
ccd0
545ece6c8e
Separate filter combination from post DOM changes.
2016-10-01 15:20:24 -07:00
ccd0
260bbe74af
Merge branch 'bstable'
2016-10-01 05:26:29 -07:00
ccd0
7239882ee9
Fix party hat alignment when Thread Hiding Buttons are enabled.
2016-10-01 03:37:47 -07:00
ccd0
ad9c3df4dc
Help out decaffeinate. #829
2016-10-01 03:18:22 -07:00
ccd0
b8884818d5
Change IndexBuild to IndexRefresh. #1106
2016-09-27 02:42:53 -07:00
ccd0
1927cbfe11
Improve stub restoration.
2016-09-25 16:22:33 -07:00
ccd0
8a6b6b5ec8
Add thread.nodes.root property.
2016-09-25 14:28:04 -07:00
ccd0
4db8b753a6
Bring back IndexBuild event.
2016-09-17 02:26:01 -07:00
dzamie
41ea3beab8
Add sfw/nsfw to Filters
...
Addresses #944
Allows users to include "sfw" and "nsfw" as boards to reference all
worksafe and not-worksafe boards.
Checks for exclusions on all filters to allow for things like
"boards:nsfw;exclude:gif"
2016-07-05 17:41:24 -04:00
ccd0
e1b0d62ceb
Have return hack be added by the compilation script.
2016-06-12 00:25:58 -07:00
ccd0
03830ef903
Fix excludes applying to subsequent filter lines with boards setting. #953
2016-06-04 14:22:29 -07:00
ccd0
a796c1247a
Remove last usage of info.email.
2016-04-28 11:39:09 -07:00
ccd0
3c0dd4633b
Make MD5 work in archive search on /f/. #800
2016-04-28 04:41:38 -07:00
ccd0
64bb62a075
No more having to hack the contents of the coffee-generated JS.
2016-04-19 16:27:05 -07:00
ccd0
f1b82d013f
Remove dependency of Post, Thread, CatalogThread classes on Callbacks class.
2016-04-15 10:34:39 -07:00
ccd0
d5320c4aa1
Make Build.parseComment more general.
2016-01-30 16:36:18 -08:00
ccd0
3a9fa8d98f
JSON Navigation -> JSON Index. #614
2016-01-27 00:07:44 -08:00
human
a638267210
implement exclude rules
2015-12-10 23:28:40 +02:00
ccd0
d53a1905b4
Shorten some more menu item names.
2015-11-22 18:09:27 -08:00
ccd0
e27858216f
Remove unwanted execute permissions.
2015-11-15 14:00:17 -08:00
ccd0
7ad4645b81
Don't show errors from local storage being disabled, and only show warnings when needed. #465
2015-11-08 13:34:57 -08:00
ccd0
820192b653
Remove lists of pages not to run on containing hardcoded board names. #525
2015-11-07 14:54:15 -08:00
ccd0
2f70e916f9
Remove post number from filter submenu. #495
2015-10-01 13:43:11 -07:00
ccd0
bcc6563d6e
Fix crash on adding post number filter from menu. #495
...
All filterable items should be strings.
2015-10-01 13:36:08 -07:00
ccd0
fff4f6999f
Fix post number filtering ( #491 ) on JSON data.
2015-09-27 23:59:19 -07:00
ccd0
ceacb7044a
Revisions to post number filtering. #491
...
- "Post ID" -> "Post number" in user-facing interface.
- Improve example.
2015-09-27 22:58:42 -07:00
Jonathan Gawrych
48185de6c8
Add filtering by post id.
2015-09-22 19:31:59 -06:00
ccd0
95487fd397
Fix board-specific filtering in thread watcher.
2015-06-07 22:04:29 -07:00
ccd0
1e395150ba
Don't show filtered posts in thread watcher unread count.
2015-04-25 11:43:12 -07:00
ccd0
fdae25dc9e
Parse comments from JSON for filter/search.
...
Also fix post building testing skipping posts with EXIF data.
2015-04-25 02:06:32 -07:00
ccd0
b1201aa515
Make name/subject treatment more consistent.
2015-04-12 19:32:23 -07:00
ccd0
3b29b72b15
Filter.coffee: cleanup.
2015-04-12 14:02:20 -07:00
ccd0
290c5c7833
Fix filter highlighting on fetched quoted posts.
2015-04-11 23:45:18 -07:00
ccd0
b2659b91dd
Use conditional to simplify some other HTML templates.
2015-03-28 15:33:18 -07:00
ccd0
d6f2d9492e
Parse /f/ files.
2015-03-14 17:50:37 -07:00
ccd0
ecead5f7e8
Index should also rebuild posts from quote fetching.
...
As was done for thread expansion in 184141a5e0c5c1da2ac85c8d0c550bfb24b02577.
2015-03-09 19:58:15 -07:00
ccd0
bd13746425
Merge commit '8c17090b3dbc03d50f4e0cabc448eeb6a4e33076' into zixaphir-merge
2015-02-03 01:49:44 -08:00
ccd0
e1b63d4a99
Follow Zixaphir in adding space to label in UI.checkbox.
...
Change settings checkbox (where space was unwanted) to HTML template.
2015-02-03 00:23:44 -08:00
ccd0
343c044761
Follow Zixaphir in adding space to label in UI.checkbox.
...
Change settings checkbox (where space was unwanted) to HTML template.
2015-02-02 22:59:06 -08:00
ccd0
3214f9cd0e
Allow hyphens in filter highlight CSS classes. #316
2015-02-02 19:55:37 -08:00