355 Commits

Author SHA1 Message Date
ccd0
697d16192f Index refresh should also fetch freshest copy.
Fixes bug from 52128775e1edb69f83c93526516e6531511725fd.
2019-03-09 22:29:40 -08:00
ccd0
6671afc690 Fix issue from v1.14.5.6 causing display of 'NaN seconds' before index is loaded. 2019-01-22 21:17:20 -08:00
ccd0
1cbd4907f2 Fix bug from 9bb9be1f67e81a4907eaf886e1ae0951672190eb causing Last Index Refresh time to not update with passing time until index/catalog reloaded. 2018-12-09 23:28:22 -08:00
ccd0
87fe975ac6 Implement PostsRemoved event. 2018-12-07 12:59:26 -08:00
ccd0
481a775a80 Add Unread Line in Index option, combined with previous work on Mark Read button. #625
Also fix various bugs with the old implementation.
2018-10-20 22:43:34 -07:00
ccd0
96cae8339a Fire PostsInserted event on common ancestor of inserted posts. 2018-10-20 12:40:52 -07:00
ccd0
8be6bd3898 Add optional link to mark threads read from index. #625 2018-10-17 05:57:37 -07:00
ccd0
8d727ed555 Fix bug in reply count shown on thread stubs. 2018-10-17 05:33:36 -07:00
ccd0
02daf4b05a Fix removal of stale cached thread data on index refresh which was broken by updates for GM4. 2018-01-01 17:59:02 -08:00
ccd0
c41c6d412b WebExtensions doesn't like protocol relative URLs in AJAX requests. 2017-09-28 02:23:59 -07:00
ccd0
7a41c7462e Last Long Reply order will now ignore hidden and filtered replies. 2017-08-12 10:44:16 -07:00
ccd0
eda9b121c5 Move reply hiding test into function for reuse. 2017-08-12 10:39:16 -07:00
ccd0
e02e5a4f2d Speed up last long reply sorting. 2017-08-12 10:00:07 -07:00
ccd0
67e7b5ac58 Eliminate redundant network request for reply data for preview in 4chan X catalog. 2017-07-14 19:48:57 -07:00
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