226 Commits

Author SHA1 Message Date
Mayhem
148b8f4c39 Update thread post/file count on index refresh in the catalog.
Conflicts:
	src/General/Index.coffee
	src/General/lib/thread.class
2014-09-05 21:34:06 -07:00
Mayhem
987d59bb24 Initial index catalog mode work.
Conflicts:
	css/style.css
	src/General/Build.coffee
	src/General/Index.coffee
2014-09-05 21:01:40 -07:00
ccd0
a37da6527f remove linked list stuff from Index 2014-09-05 19:57:00 -07:00
ccd0
5c46064306 remove stale requests from cache on index refresh 2014-08-29 22:22:37 -07:00
ccd0
cff287c9c3 HTML templates 2014-08-02 22:43:01 -07:00
ccd0
f411f6cca5 unfocus prev/next buttons after use
Fixes the space bar unexpectedly activating the button.
2014-07-20 15:46:24 -07:00
ccd0
5bb988dee5 fix double thread insertion bugs in infinite scrolling 2014-07-08 08:09:51 -07:00
ccd0
cdb83f744a cleanup menu code 2014-06-18 22:39:19 -07:00
ccd0
5ad30ead3f remove IndexBuild event 2014-06-18 01:53:18 -07:00
ccd0
efc852464f don't use event for adding to menu internally 2014-06-17 21:12:07 -07:00
ccd0
424922623c use CSS to hide <hr>s following hidden threads 2014-06-15 10:31:39 -07:00
ccd0
6fb58200b1 fix sorting and linked list bugs 2014-06-14 20:16:45 -07:00
ccd0
9668deaa8f fix index load failure 2014-06-01 19:15:00 -07:00
ccd0
c6e033f3da drop a few more unneeded checks 2014-06-01 18:15:23 -07:00
ccd0
722635d722 Drop navigation between threads/boards with JSON 2014-06-01 17:40:23 -07:00
ccd0
cb041c2304 fix hidden threads reappearing on index refresh 2014-05-28 00:32:28 -07:00
Zixaphir
074f101fce Eh, the debounce is kinda pointless.
Conflicts:
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/Index.coffee
2014-05-17 23:07:23 -07:00
Zixaphir
bb3deb62bd window.scrollY works in Chrome and Firefox.
Conflicts:
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/Index.coffee
2014-05-17 22:58:56 -07:00
ccd0
da29a062e6 fix race condition in removing bottom links 2014-05-16 18:54:40 -07:00
ccd0
1759951e8d add bottom navlinks for JSON navigation 2014-05-16 16:33:42 -07:00
ccd0
1122342917 remove horizontal rule left over from bottom navlinks in thread view 2014-05-16 15:18:56 -07:00
ccd0
18f6c17fed move JSON top navlinks to their position in vanilla 2014-05-16 14:01:26 -07:00
ccd0
cb828fa9c4 quote all the attributes 2014-05-15 17:32:38 -07:00
ccd0
b263cd73ba remove string interpolation from most HTML files 2014-05-15 00:01:28 -07:00
ccd0
1189b71029 this seems to be a common pattern 2014-05-14 14:16:16 -07:00
ccd0
f1818d0b13 fix index not loading with a 304 response 2014-05-11 19:20:03 -07:00
ccd0
0675441405 fix a page 0 -> 1 update I missed 2014-05-11 14:35:53 -07:00
Zixaphir
65671b2e2a Fix some issues causing Navigation functions to fail.
Conflicts:
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/Main.coffee
2014-05-10 13:04:58 -07:00
ccd0
ec03ab524d Merge branch 'page1' 2014-04-19 15:28:56 -07:00
ccd0
7aeb46abb9 transition to new HTML 2014-04-19 00:28:19 -07:00
ccd0
bb08d503a9 Merge branch 'master' into page1
Conflicts:
	src/General/Index.coffee
	src/Monitoring/ThreadStats.coffee
2014-04-12 20:39:12 -07:00
ccd0
3206724aea fix nonrebuilding of index
Also hide page list in threads instead of deleting.
2014-04-12 20:22:49 -07:00
ccd0
1d29f64451 indexing bugfixes 2014-04-12 18:52:37 -07:00
ccd0
102e5de01e Merge branch 'master' into page1
Conflicts:
	src/General/Index.coffee
2014-04-12 18:40:07 -07:00
ccd0
5ab31d5e75 fix JSON navigation history bugs 2014-04-12 17:02:08 -07:00
ccd0
b6e5d206f1 update page numbering in Index.coffee 2014-04-12 12:02:28 -07:00
Kabir Sala
66e1e23e6a Partially fix #19 2014-02-27 16:37:18 +01:00
Zixaphir
b6749b91a5 Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	CONTRIBUTING.md
	css/style.css
	html/General/Settings-section-Main.html
	json/archives.json
	package.json
	src/Archive/Redirect.coffee
	src/General/Header.coffee
	src/General/Main.coffee
	src/General/Settings.coffee
	src/General/lib/$.coffee
	src/General/lib/thread.class
	src/Linkification/Linkify.coffee
	src/Miscellaneous/AnnouncementHiding.coffee
	src/Monitoring/ThreadStats.coffee
2014-01-22 12:10:34 -07:00
Mayhem
710655f13e Use xhr.responseType = 'json'. 2014-01-21 14:46:26 +01:00
Mayhem
0e10e3fd81 Fix index search going badly when inputing only spaces. 2014-01-20 22:45:34 +01:00
Zixaphir
b0ca427207 Revert "Fix updating the context of threads and index"
This reverts commit e7b1c52dbf9f25aec32bea64c712ee4075f7ef6f.
2014-01-18 14:11:36 -07:00
Zixaphir
e7b1c52dbf Fix updating the context of threads and index 2014-01-18 14:07:56 -07:00
Zixaphir
7eb2d0aa34 Mostly fix everything broken. Mostly. 2014-01-16 16:44:18 -07:00
Zixaphir
6095a97921 More of a proof of concept than anything. May revert? 2014-01-16 11:07:19 -07:00
Zixaphir
c32390c437 Small oversights 2014-01-16 10:02:08 -07:00
Zixaphir
69288c7ebe More or less just trying to optimize this. 2014-01-16 09:56:20 -07:00
Zixaphir
ef99677f14 Consolidate things a little 2014-01-16 08:28:40 -07:00
Zixaphir
d34284a8d0 I misunderstood: we're not caching the result with lastmodified. 2014-01-16 04:31:27 -07:00
Zixaphir
3b7aa9f398 Deal with 304 status with board navigation 2014-01-16 04:27:33 -07:00
Zixaphir
30f4d0922b Don't change titles until we've successfully navigated. 2014-01-15 17:09:25 -07:00