ccd0
39b65a63fd
In Last Long Reply order, if no visible reply meets threshold and there are omitted replies, sort by first visible reply.
2017-06-29 19:39:15 -07:00
ccd0
f06be36805
Support adjusting the length thresholds for 'Last Long Reply' order. Thresholds can be set separately for replies with and without images.
2017-06-28 22:40:43 -07:00
ccd0
3b1bc9fcbc
Minor fixes for new board /bant/.
2017-05-13 14:24:47 -07:00
ccd0
9745dcc707
Fix iframes from Embedding being reloaded when switching to catalog.
2016-11-26 02:08:33 -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
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
379dd13e0f
Fix bug causing replies to not immediately show when catalog thread is clicked.
2016-11-07 03:04:53 -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
aa7a35307a
Merge branch 'reverse' into next
2016-10-30 21:35:15 -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
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
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
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
3a98275bb0
Fix bug from v1.13.0.3 causing threads to be incorrectly pruned / marked dead in Thread Watcher.
...
Fixes bug from 293fca67dda7091916cf7483ff6d021cb25cf73c.
2016-10-04 19:42:21 -07:00
ccd0
f3e2cbb19e
Thread Hiding currently needs thread.nodes.root to exist.
...
Fixes bug from e4a1f6d4a36bc683056573c8ce86098016031931.
2016-10-04 03:09:37 -07:00
ccd0
fa1aaa224c
Mirror most of Index Navigation menu settings in main settings panel. #186
2016-10-04 01:35:15 -07:00
ccd0
80b652c508
Don't show excerpts of hidden replies in the catalog either.
2016-10-03 02:51:16 -07:00
ccd0
3c96afc0b6
Don't show excerpts of filtered replies in catalog.
2016-10-03 02:26:33 -07:00
ccd0
c370ca0ddd
Delay catalog reply building until hover.
2016-10-03 02:20:04 -07:00
ccd0
28e2ea7af7
Fix race condition between clearing index and inserting rest of catalog.
2016-10-03 00:19:39 -07:00
ccd0
e4a1f6d4a3
Reduce needless rebuilding of threads.
2016-10-02 22:53:01 -07:00
ccd0
6067243ecb
Tweak progressive catalog loading.
2016-10-02 14:08:19 -07:00
ccd0
f63a8b8a4b
Restore page numbers to cross-thread quotes.
2016-10-02 13:13:38 -07:00
ccd0
d69775ed39
Make first part of catalog load faster.
2016-10-02 04:31:13 -07:00
ccd0
ddb0c3b048
Get rid of obsolete thread.nodes.placeholder.
2016-10-02 00:52:10 -07:00
ccd0
7f64cd9c26
Move Index.buildThreads call into buildStructure / buildCatalog.
2016-10-02 00:18:29 -07:00
ccd0
59bc4143db
Remove deferred thumbnail loading; no longer needed.
2016-10-01 21:02:26 -07:00
ccd0
293fca67dd
Only build the threads we need.
2016-10-01 20:46:14 -07:00
ccd0
80b350b3a6
Get page numbers from Index.threadPosition.
2016-10-01 20:30:42 -07:00
ccd0
b64b513841
Fix needless call to Index.buildIndex.
2016-10-01 20:15:03 -07:00
ccd0
2947665a29
Get rid of Index.nodes.
2016-10-01 20:00:21 -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
d68ec9ecfd
No email to search anymore.
2016-10-01 18:10:57 -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
445b6fdf6f
Sort and filter index based on JSON data.
2016-10-01 17:10:33 -07:00
ccd0
93f303da51
Index.sortedThreads -> Index.sortedThreadIDs
2016-10-01 16:38:37 -07:00
ccd0
ad9c3df4dc
Help out decaffeinate. #829
2016-10-01 03:18:22 -07:00
ccd0
0d3ad8a1ec
Move this code into Build.catalogReply function.
2016-09-28 22:55:51 -07:00
ccd0
b63d5bb892
Don't build reply excerpts in catalog if 'Catalog Hover Expand' is off.
2016-09-28 22:15:23 -07:00
ccd0
a5cc57c38f
Improve 'Catalog Hover Expand' description.
2016-09-28 22:08:52 -07:00