6997 Commits

Author SHA1 Message Date
Zixaphir
07a12bbd2f Release appchan x v2.9.5. 2014-03-15 15:39:16 -07:00
Zixaphir
e499adf735 Merge branch 'v3'
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
2014-03-15 15:37:03 -07:00
Zixaphir
af87eea3fb waddafuck 2014-03-15 15:35:50 -07:00
Zixaphir
697afe0067 Release appchan x v2.9.4. 2014-03-14 19:14:01 -07:00
Zixaphir
6e03bb150e Due to popular request, restore the catalog button. 2014-03-14 18:59:05 -07:00
Zixaphir
823f09634f Merge branch 'v3' 2014-03-14 17:29:25 -07:00
Zixaphir
99babc304a Oops 2014-03-14 17:29:02 -07:00
Zixaphir
f903abd165 Merge branch 'v3'
Conflicts:
	builds/appchan-x.user.js
	builds/crx/script.js
2014-03-14 17:09:32 -07:00
Zixaphir
be4be5a94b Fix post fetching 2014-03-14 17:08:00 -07:00
Zixaphir
b19149cd15 Merge branch 'v3'
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
2014-03-14 16:03:17 -07:00
Zixaphir
ca9abdc4e7 Remove Main.callbacknodes 2014-03-14 16:02:19 -07:00
Zixaphir
e459069ae6 Merge branch 'v3'
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
	src/General/Config.coffee
	src/General/css/style.css
	src/Miscellaneous/AnnouncementHiding.coffee
	src/Miscellaneous/InfiniScroll.coffee
	src/Posting/QR.coffee
2014-03-13 18:12:44 -07:00
Zixaphir
5581b53414 Fix thread page numbers 2014-03-13 15:23:25 -07:00
Zixaphir
91a63d1bc2 Fix an issue causing a blank index when navigating
Status 304 a bitch.
2014-03-13 15:15:58 -07:00
Zixaphir
9b9a2980aa Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	README.md
	css/style.css
	html/General/Header.html
	package.json
	src/General/Config.coffee
	src/General/Header.coffee
	src/General/Settings.coffee
	src/Miscellaneous/AnnouncementHiding.coffee
2014-03-13 14:30:39 -07:00
Zixaphir
f81c03f5a2 Eliminate Index.liveThreadIDs 2014-03-13 13:56:48 -07:00
Zixaphir
60b3d447c5 Allow searching from URL bar without refreshing the page (add #s=search)
Reduce loops. Because we build threads in a loop, we can build replies
as we're building threads.

Go us.
2014-03-13 13:25:04 -07:00
Zixaphir
4fd7f628f5 Eh, the debounce is kinda pointless. 2014-03-13 02:13:41 -07:00
Zixaphir
9dec38cb16 Remove InfiniScroll.coffee
Wasn't using it, thought I'd deleted it already.
2014-03-13 02:10:09 -07:00
Zixaphir
b46dc96b52 window.scrollY works in Chrome and Firefox. 2014-03-13 02:07:26 -07:00
Zixaphir
0f0c50ca33 Fix a thread stats bug. 2014-03-13 00:32:48 -07:00
Zixaphir
2a703f08a2 Fix a bug where the QR not being enabled could break JSON Navigation 2014-03-13 00:26:08 -07:00
Zixaphir
61e1447a5f Lets not even bother linkifying a comment with no links.
Also switch out some loops.
2014-03-12 23:42:32 -07:00
Mayhem
d649e5e21e Release 4chan X v3.19.2. 2014-03-12 11:42:35 +01:00
Mayhem
fd942b345b Changelog. 2014-03-12 11:42:29 +01:00
Mayhem
19e1315760 Fix #1503, Fix #1504. 2014-03-12 11:36:50 +01:00
Mayhem
d878d1fb4f Update deps. 2014-03-12 11:33:39 +01:00
Zixaphir
1043eef397 Release appchan x v2.9.3. 2014-03-11 16:59:47 -07:00
Zixaphir
a8f94ed2ee Changelog 2014-03-11 16:09:50 -07:00
Zixaphir
a3437ff0ae Merge branch 'v3' 2014-03-11 16:01:24 -07:00
Zixaphir
6bb31cc845 Filtered posts are now added to the PostHiding DataBoard
Fixes #632
2014-03-11 15:59:47 -07:00
Zixaphir
fd80574fc3 Merge branch 'v3' 2014-03-11 15:23:03 -07:00
Zixaphir
0dd77eb92c Fix "Reveal Spoiler Thumbnails" option 2014-03-11 15:22:46 -07:00
Zixaphir
3dd84a69ac Merge branch 'v3'
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
2014-03-11 14:57:15 -07:00
Zixaphir
5cbe5753e8 Use while loops for consistency and also get rid of Array::filter 2014-03-11 14:14:24 -07:00
Zixaphir
dec9775f80 Less Array::map, more manual loops.
Map is slow. http://jsperf.com/arraymap
2014-03-11 13:43:23 -07:00
Zixaphir
08241a213f Reflow Navigate.node, allow navigation from backlinks and their hashes 2014-03-11 12:48:23 -07:00
Zixaphir
3f438d55ff Tighten up Get.threadFromRoom, Get.contextFromNode 2014-03-11 11:57:30 -07:00
Zixaphir
c066fe94b4 Fix PostHiding.showButton 2014-03-11 11:32:16 -07:00
Zixaphir
37f44f71e2 Fix #633 2014-03-11 11:23:54 -07:00
Zixaphir
a24608999a Update Custom Navigation HTML to reflect updated index mode options 2014-03-10 14:55:24 -07:00
Zixaphir
cccd33759a Merge branch 'master' of git://github.com/vampiricwulf/appchan-x
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
2014-03-10 14:45:09 -07:00
Zixaphir
d0c1ab972a Release appchan x v2.9.2. 2014-03-10 12:55:47 -07:00
Zixaphir
f685dfe750 Merge branch 'v3'
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
	src/General/css/style.css
2014-03-10 12:49:26 -07:00
Zixaphir
5db027356e Fix autoscroll.
I... uh, was dumb. Yeah.
2014-03-10 12:45:36 -07:00
Zixaphir
37fd02450c Oops 2014-03-10 12:19:54 -07:00
Zixaphir
6b712a5c0d Fix quote highlighting. 2014-03-10 12:17:43 -07:00
Zixaphir
c6954ee1bb Forgot a couple. 2014-03-10 08:57:19 -07:00
Zixaphir
0e68fe013f Separate Quote Markers into options again.
Still better than it was in terms of code, tho
2014-03-10 08:55:14 -07:00
Zixaphir
a821a01fbe Make the return button work on Catalog view. 2014-03-10 08:04:24 -07:00