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
Zixaphir
dc5daeba06
I really don't like iterating through objects.
2014-01-14 20:17:44 -07:00
Zixaphir
bcd7ab21e3
Make the JSON Navigation / Index features optional
2014-01-13 19:33:42 -07:00
Zixaphir
d8154e8ae2
Lets not push states for infinite scrolling. :)
2014-01-13 19:25:36 -07:00
Zixaphir
3f849a95d8
Use brackets-wrap
...
This also should make things easier for people who use userstyles
who would want to hide brackets or otherwise change their content
without resorting to weird hacks, like changing the font size of
the parent element to 0 and making text invisible, and then
reverting it in child elements.
2014-01-12 23:49:25 -07:00
Zixaphir
251eaf802f
Fix Favicon on Catalog
2014-01-12 19:44:47 -07:00
Zixaphir
2c6a26ca89
Fix catalog link, fix Index on catalog.
...
It should have never ran on catalog, honestly.
2014-01-12 19:21:21 -07:00
Zixaphir
678e4d1116
I guess that got reverted in a merge.
2014-01-12 18:03:54 -07:00
Zixaphir
1b368e4edc
Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3
...
Conflicts:
LICENSE
builds/4chan-X.user.js
builds/crx/script.js
src/Archive/Redirect.coffee
src/General/Index.coffee
2014-01-12 14:52:47 -07:00
seaweedchan
e5fd95158b
Start work on infinite scrolling
2014-01-12 01:15:31 -07:00
Zixaphir
b3c33bb39b
Merge branch 'v3' into json
...
Conflicts:
builds/4chan-X.user.js
builds/crx/script.js
src/Archive/Redirect.coffee
2014-01-11 12:09:33 -07:00
Zixaphir
de16671c49
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
LICENSE
json/archives.json
2014-01-11 12:07:46 -07:00
Zixaphir
1277d32161
The previous behavior was causing multiple notifications
...
on if you switched between boards too quickly
2014-01-11 11:33:51 -07:00
Zixaphir
4ae16f4131
Set a close timeout on the Index.notify
2014-01-11 11:31:15 -07:00