ccd0
30dcae3b1b
Limit size of Sauce documentation and move important stuff to top.
2017-01-27 06:49:37 -08:00
ccd0
e29f1fb55d
Improve Sauce settings documentation.
2017-01-27 05:07:41 -08:00
ccd0
665a9994ad
Avoid potential repeated adding of new sauce links.
2017-01-27 04:36:10 -08:00
ccd0
d717e4889d
Fix appearance of the new ##Verified capcode in posts added by updater and cross-thread quote previews.
2017-01-25 09:18:16 -08:00
ccd0
1e21b67d0e
Sauce will now recognize Pixiv, DeviantArt, Imgur, Flickr, and Facebook filenames and link to the page the image came from. #1183
2017-01-21 21:59:45 -08:00
ccd0
b600f258d8
Add filename regular expression matching to Sauce. #1183
2017-01-21 15:23:41 -08:00
ccd0
8a4c2f9f91
Update regex.info -> exif.regex.info in Sauce links.
2017-01-21 11:08:47 -08:00
ccd0
60591fd13a
Parameters in Sauce links will only be expanded in the URL and displayed text.
2017-01-21 10:59:54 -08:00
ccd0
14271cd798
Flashes are still on i.4cdn.org only.
...
Fixes bug from 0f6a98e5e9ff76af0339f32f614c0281524a5539.
2017-01-05 21:09:47 -08:00
ccd0
0f6a98e5e9
Use is.4chan.org for building posts if 'Use Faster Image Host' is off.
...
Also consolidate the image host related code.
2017-01-05 19:12:42 -08:00
ccd0
b32735322f
Reduce redundant code for changing image links.
2017-01-05 18:15:19 -08:00
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