ccd0
|
c306d7a9bb
|
Remove old code from thread-to-index navigation.
|
2016-01-23 14:12:46 -08:00 |
|
ccd0
|
c65a0668c7
|
In case of incomplete pageload, index refresh should hard refresh. #509
|
2016-01-23 13:45:06 -08:00 |
|
ccd0
|
526be3737e
|
Merge branch 'index'
|
2016-01-22 21:58:13 -08:00 |
|
ccd0
|
f14e850af0
|
Revert "Revert "Suppress post thumbnails from loading until they are actually inserted into the index.""
This reverts commit 6b9059182fdf97001f013efc57150ff3dc14d80a.
|
2016-01-22 19:49:57 -08:00 |
|
ccd0
|
064fcd1826
|
Don't let the download canceller hack crashing affect the rest of the index initialization. #661
|
2015-12-08 13:28:13 -08:00 |
|
ccd0
|
bd1babd898
|
Show the alt/shift+click shortcuts to watch/hide threads in the catalog thread menu.
|
2015-11-22 02:38:36 -08:00 |
|
ccd0
|
34c8da43c4
|
Reorganization: Move stuff out of src/General.
|
2015-11-15 11:57:19 -08:00 |
|
ccd0
|
a88db556b5
|
/trash/ has no internal archive. #576
|
2015-11-07 13:54:02 -08:00 |
|
ccd0
|
2379b0f31d
|
Make 4chan X tolerant of redundant slashes in 4chan URLs. #499
|
2015-10-02 23:05:08 -07:00 |
|
ccd0
|
129b476977
|
Show party hats in 4chan X catalog view.
|
2015-09-30 22:02:54 -07:00 |
|
ccd0
|
aac9cd7eac
|
Avoid using history.state.search because of problems if history.state is string. #463?
|
2015-08-23 23:13:28 -07:00 |
|
ccd0
|
b80e071ab9
|
Fix infinite scroll skipping pages that were generated but removed. #434
|
2015-08-08 22:12:08 -07:00 |
|
ccd0
|
d7beeeebd7
|
This element has an ID now.
|
2015-07-30 21:58:09 -07:00 |
|
ccd0
|
5ffc7f4bd4
|
Move existence check into $.rm.
|
2015-07-30 21:52:44 -07:00 |
|
ccd0
|
0c78647b92
|
Always use generated pathname and hash; consolidate some code.
|
2015-07-19 13:08:03 -07:00 |
|
ccd0
|
1540e0f3ed
|
Remove no-longer-used Index.board.
|
2015-07-18 23:25:30 -07:00 |
|
ccd0
|
9f0c2e59f4
|
Move check of whether any changes have occured into Index.pageLoad.
Minor changes in under what circumstances we scroll to the top.
|
2015-07-18 22:32:44 -07:00 |
|
ccd0
|
d74ba15247
|
Merge branch 'master' into index
Conflicts:
src/General/Index.coffee
|
2015-07-18 22:28:53 -07:00 |
|
ccd0
|
1cc0547017
|
Current page must be queried after the mode is set correctly.
|
2015-07-18 22:23:05 -07:00 |
|
ccd0
|
92d51398f4
|
This should have scroll=false.
Fixes mistake in commit 49b947c80431c4db732e6d33afc79c4f72cc77b6.
|
2015-07-18 21:12:52 -07:00 |
|
ccd0
|
cc05931c76
|
Merge branch 'master' into index
Conflicts:
src/General/Index.coffee
|
2015-07-18 20:53:45 -07:00 |
|
ccd0
|
86ff39a8c7
|
Fix watched thread following not updating the number in the page list.
|
2015-07-18 20:43:16 -07:00 |
|
ccd0
|
029ce9fe37
|
Remove unnecessary use of Index.getCurrentPage.
|
2015-07-18 20:24:51 -07:00 |
|
ccd0
|
49b947c804
|
Set Index.changed flags instead of passing around object.
|
2015-07-18 19:55:20 -07:00 |
|
ccd0
|
0868036867
|
Remove unused parameter.
|
2015-07-18 16:40:31 -07:00 |
|
ccd0
|
39b4971621
|
Don't hide our own stuff while the index is loading.
|
2015-07-18 15:40:28 -07:00 |
|
ccd0
|
3f2dfd9333
|
Index: Replace $.asap with $.onExists.
|
2015-07-18 15:37:15 -07:00 |
|
ccd0
|
e97a0b8d63
|
Rearrange Index.init for clarity.
|
2015-07-18 14:03:55 -07:00 |
|
ccd0
|
6b9059182f
|
Revert "Suppress post thumbnails from loading until they are actually inserted into the index."
This reverts commit 6ad0064f415f0d97c7b6ddaadb2f5f476de2ac8a.
Conflicts:
src/General/Build.coffee
src/General/html/Build/File.html
src/Images/ImageLoader.coffee
|
2015-07-18 11:23:26 -07:00 |
|
ccd0
|
cd23973d99
|
$.ajax: Each feature gets its own last-modified list.
|
2015-05-25 18:44:13 -07:00 |
|
ccd0
|
7d6614fc36
|
Remove unused argument.
|
2015-04-05 19:39:02 -07:00 |
|
ccd0
|
d723885331
|
Fix 'Last Index Refresh' button refreshing twice when Refreshed Navigation is on. #375
|
2015-04-05 19:31:51 -07:00 |
|
ccd0
|
25470745c4
|
Merge refresh button in navigation links with the time since last refresh, and make it navigate to the front page.
|
2015-03-31 02:55:21 -07:00 |
|
ccd0
|
6ad0064f41
|
Suppress post thumbnails from loading until they are actually inserted into the index.
Hopefully a temporary way of doing this until we get filtering working on JSON
so we don't have to build the posts at all.
|
2015-03-28 18:27:09 -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
|
e2756fd28e
|
Remove navigator.onLine check from index refresh due to false negatives. #287, #352
|
2015-03-08 00:03:56 -08:00 |
|
ccd0
|
a7d6d894dc
|
Restore index refresh notifications for users who want them.
|
2015-03-03 13:06:07 -08:00 |
|
ccd0
|
30e451f776
|
Fix header menu order. #339
|
2015-02-27 16:39:17 -08:00 |
|
ccd0
|
5ad84a700e
|
Reduce unnecessary storage writes.
|
2015-02-14 14:05:14 -08:00 |
|
ccd0
|
7eb15ff07e
|
Add refresh link to top of index. #306
|
2015-02-09 09:32:18 -08:00 |
|
ccd0
|
0830d042cb
|
Try to make index navigation less confusing. Also implement index mode keybinds.
|
2015-02-09 09:21:02 -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
|
b47809d047
|
Remember index mode regardless of how it was chosen.
|
2015-02-01 00:51:47 -08:00 |
|
ccd0
|
8df52a0b24
|
Merge from Appchan X: Whitespace and other changes not affecting compiled script.
|
2015-01-31 02:50:38 -08:00 |
|
ccd0
|
9d7da5817e
|
4chan X -> meta.name
|
2015-01-10 19:01:15 -08:00 |
|
ccd0
|
23595c9b64
|
Remove page number from title in JSON index.
|
2015-01-10 12:59:46 -08:00 |
|
ccd0
|
53ad72ee9a
|
Merge branch 'Stable' into Beta
Conflicts:
LICENSE
builds/4chan-X-beta.crx
builds/4chan-X-beta.meta.js
builds/4chan-X-beta.user.js
builds/4chan-X-noupdate.crx
builds/4chan-X-noupdate.user.js
builds/4chan-X.crx
builds/4chan-X.meta.js
builds/4chan-X.user.js
builds/4chan-X.zip
builds/updates-beta.xml
builds/updates.xml
package.json
src/Quotelinks/Quotify.coffee
|
2015-01-04 10:42:27 -08:00 |
|
ccd0
|
564c5c31b9
|
Add internal archive link to JSON index.
|
2015-01-04 10:05:16 -08:00 |
|
ccd0
|
935596722c
|
Fix some errors from features run on 404 pages.
|
2015-01-03 14:27:59 -08:00 |
|
ccd0
|
630428e768
|
Add search state of index to history, and support #s=search+term.
|
2015-01-01 21:49:52 -08:00 |
|