2939 Commits

Author SHA1 Message Date
ccd0
c5f175ed13 Add support for is2.4chan.org host. 2017-01-05 13:01:17 -08:00
ccd0
556feabfa9 Drop support for is.4chan.org in posts generated from JSON for now. 2016-11-29 13:22:36 -08:00
ccd0
f82ffcc874 Turn Auto Prune in Thread Watcher options back off by default. 2016-11-26 15:30:26 -08:00
ccd0
9745dcc707 Fix iframes from Embedding being reloaded when switching to catalog. 2016-11-26 02:08:33 -08:00
ccd0
7bf88b716f Move Reverse checkbox before Index Sort select and Small/Large catalog select before Index Mode select. 2016-11-19 13:02:28 -08:00
ccd0
2e92989a01 Fix tab order of select boxes in JSON index. #747 2016-11-19 11:35:30 -08:00
ccd0
49aca5c78c Show all icons in Favicon settings. #1191 2016-11-13 18:04:02 -08:00
ccd0
d40495fba8 Add Catalog Hover Toggle setting: whether clicking in the catalog toggles Catalog Hover Expand. #489 2016-11-12 20:57:10 -08:00
ccd0
10c8be2969 Only show the ad warning if the AdGlare ads are loading. 2016-11-11 22:16:11 -08:00
ccd0
577010d2b2 Merge commit 'd598cf5' (Bing image search) 2016-11-08 02:19:52 -08:00
ccd0
d598cf53e7 Add Bing sauce example to end of existing lists. #1167 2016-11-08 02:19:05 -08:00
ccd0
6147bd8b2f Merge branch 'bstable' 2016-11-08 01:39:06 -08:00
ccd0
ab33c571e5 Revert "Sorting not needed here."
This reverts commit 60bb3147833bfe3bc45754cd63cefc4d2350253b.

The sorting is needed because of threads which have had their
shown/hidden changed since the last sort. Due to 'Anchor Hidden Threads'
these can be out of order.
2016-11-08 01:07:42 -08:00
ccd0
fb02a2104a Move removal of threads from catalog to ThreadHiding.hide/show.
This allows the call to ThreadHiding.hide in Filter.quickFilterMD5 to work.
2016-11-08 00:51:49 -08:00
ccd0
88be17aeb1 Let Index.updateHideLabel keep track of whether Index is enabled rather than its callers. 2016-11-08 00:43:52 -08:00
ccd0
05bffd36c5 Don't try to toggle catalog hover expansion from non-catalog mode. 2016-11-08 00:04:28 -08:00
ccd0
959db8158e Fix Firefox undo bug on Sauce and Advanced setting tabs. #946 2016-11-07 23:40:18 -08:00
ccd0
6168fd5229 Fix undo removing all filters in Firefox (#946) as well as the filters not being scrolled to the bottom when an item is added from the menu. 2016-11-07 23:29:22 -08:00
ccd0
76f8118872 Add option for quick filter MD5 button (%f) to File Info Formatting (Advanced settings tab). #377 2016-11-07 22:20:45 -08:00
ccd0
379dd13e0f Fix bug causing replies to not immediately show when catalog thread is clicked. 2016-11-07 03:04:53 -08:00
ccd0
7ab8282607 Fix typo/regression from 95b12e3240f10e129cdbc946d1a9d6c9c00775a6 causing header to use incomplete board list. 2016-11-07 00:51:16 -08:00
ccd0
d17550b802 Merge branch 'next' 2016-11-06 22:17:11 -08:00
ccd0
2cc3fc4572 Only activate Catalog Hover Expand when catalog is clicked. Deactivate on second click. #489 2016-11-06 22:04:37 -08:00
ccd0
c2a2dafe7f Move repeated code into $.modifiedClick. 2016-11-06 21:25:06 -08:00
ccd0
0d09c63d7c Prevent hovered catalog threads from going offscreen if the extra padding on .board is removed. 2016-11-06 15:02:48 -08:00
ccd0
eb7c48af0c Move dialog positions into Config. 2016-11-05 18:15:32 -07:00
ccd0
7e4288aa3a Support m-img attribute (indicates existence of downscaled version) in post building. 2016-11-05 14:14:17 -07:00
ccd0
f0f962ccdd Support is.4chan.org in post building. #1141 2016-11-05 13:21:59 -07:00
ccd0
a43de316c8 Simplify Get.postFromNode.
The extra stuff was added in ee291bad0ce37f990416f596b75d40812c84e32f
to make thread stub menus work and is no longer needed.
2016-10-30 22:59:53 -07:00
ccd0
aa7a35307a Merge branch 'reverse' into next 2016-10-30 21:35:15 -07:00
ccd0
a4cb3ce5f7 Merge branch 'master' into next 2016-10-30 21:32:11 -07:00
ccd0
bc3099caa7 Do auto-checking when last check timestamp is from the future or a non-number. #1164 2016-10-30 19:53:26 -07:00
ccd0
a84fb59723 Merge branch 'master' into next 2016-10-30 11:01:13 -07:00
ccd0
6717a23f66 Use bump order when index sort type is unrecognized instead of throwing an error. 2016-10-30 10:58:55 -07:00
ccd0
cd51c53e40 Simplify reverse sort code. 2016-10-29 23:26:43 -07:00
ccd0
77e01a7095 Shorten reverse sort checkbox title text.
Checkbox doesn't need to tell us it's a checkbox.
2016-10-29 23:02:39 -07:00
ccd0
6a04dae6a0 Don't accept hash commands as reverse sort hash commands unless they actually end with '-rev'. 2016-10-29 23:01:24 -07:00
Koushien
1d0d7f3f2c Revise reverse sort implementation details
On setup, immediately check box if '-rev'
appended to current sort.

For custom board navigation, prefer to account for
'-rev' option in processHash().

Bring sorting work outside nested function.
2016-10-29 12:19:00 -07:00
Koushien
1c7e85ea7b Add box to reverse index, appends -rev if checked
When box element is toggled, invoke a revised
sort option that appends "-rev" to the sort
dropdown value when box is checked. If this value
changes while box is checked, the new sort is
still reversed.

If "-rev" is already given by previously saved
sort or custom board navigation option, pick the
correct dropdown value and check box
automatically.

Wrap previous sorting implementation, determining
if "-rev" is tacked on and doing the reverse work
at the end.
2016-10-28 22:52:43 -07:00
Koushien
a1d2408dad Place reverse sort checkbox after Index dropdowns 2016-10-28 22:52:04 -07:00
Koushien
0e739d6711 Let custom board navigation accept "rev" option.
Explicitly add reversed hash commands and suggest
option in settings description.
2016-10-28 22:50:44 -07:00
ccd0
4118dd51df Merge branch 'bstable' 2016-10-27 10:36:06 -07:00
ccd0
25d4d764d8 Update due to 4chan's ad changes. 2016-10-27 10:30:56 -07:00
ccd0
baa14a2765 Fix bug from v1.13.0.3 causing index/catalog search to not search comment. 2016-10-22 21:08:47 -07:00
ccd0
4dada7b713 Add styling guide link to custom CSS section. 2016-10-15 00:07:32 -07:00
ccd0
2d9abe5d22 Restore hiding of extra linebreaks in catalog. #1150
Show them at reduced size on hover.
2016-10-13 17:20:43 -07:00
ccd0
6484f461d0 Include rolls and fortunes in filterable text but continue removing them from notifications and thread excerpts. 2016-10-09 17:29:00 -07:00
ccd0
313ec30cd8 Use thread ID as final fallback for excerpt instead of name block. 2016-10-09 13:33:21 -07:00
ccd0
95b12e3240 Clean up the callback spaghetti in Header and CatalogLinks a bit. 2016-10-08 16:36:44 -07:00
ccd0
8687587932 Fix filenames not being properly unescaped in catalog replies. 2016-10-05 08:45:16 -07:00