2956 Commits

Author SHA1 Message Date
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
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
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
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
Zixaphir
a8baffa972 Disable CatalogSwitch without JSON Navigation 2014-03-10 07:28:40 -07:00
Mayhem
3b183d7283 Nuke toggling the header auto-hide by clicking on its border. 2014-03-10 09:29:30 +01:00
Mayhem
06da6b0c9e Nuke Announcement Hiding setting. 2014-03-10 09:17:33 +01:00
Zixaphir
d597b3d9e7 Fix ThreadUpdater not adding itself back on navigate. 2014-03-09 16:10:48 -07:00
Zixaphir
0a39fff577 Merge branch 'v3'
Conflicts:
	builds/appchan-x.user.js
	builds/crx/script.js
2014-03-09 16:04:52 -07:00
Zixaphir
f96e046af4 Change the index mod keybinds.
These ones are probably even more dumb, though.
2014-03-09 15:43:30 -07:00
Zixaphir
698ef0fa05 Fix post hiding menu entries 2014-03-09 15:32:11 -07:00
Zixaphir
c7b044cc8e Merge branch 'v3'
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
2014-03-09 15:09:44 -07:00
Zixaphir
435b8d91e5 Make Get.contextFromNode compatible with Quote Threading. 2014-03-09 14:43:53 -07:00
Zixaphir
32e5fbaa1a Small shortcuts bar height change.
I figured out how to align from the bottom of the shortcuts bar,
so being able to move it to the bottom of the page might be coming
soon.
2014-03-08 18:01:22 -07:00
Zixaphir
3f3fbfdc7f No, that's why Oneechan themes wouldn't import
Also, fix Vertical Icons causing stats to be in the wrong spot.
2014-03-08 17:54:18 -07:00
Zixaphir
9570834963 Fix hover-descriptions 2014-03-08 17:37:49 -07:00
Zixaphir
f95a84ac60 Make sure they have values *before* we rice them. 2014-03-08 17:26:07 -07:00
Zixaphir
18bcdaf3c4 Index.navLinks wasn't getting properly riced in my Chrome
So it probably wouldn't get properly riced in someone else's
browser, so let's not take chances.
2014-03-08 17:24:06 -07:00
Zixaphir
93b8e75cd6 Fix appchan not applying styling to non-board pages. 2014-03-08 17:18:02 -07:00
Zixaphir
1a7d266cc8 Merge branch 'v3'
Conflicts:
	src/General/Navigate.coffee
2014-03-08 16:53:23 -07:00
Zixaphir
2504cedfee Catalog sizing when navigating. 2014-03-08 16:51:09 -07:00
Zixaphir
ceb8c93b08 Merge branch 'v3' 2014-03-08 16:45:24 -07:00
Zixaphir
e6534a5d21 Handle current page links a bit more elegantly 2014-03-08 16:44:54 -07:00
Zixaphir
c5d0544316 Merge branch 'v3' 2014-03-08 16:36:02 -07:00
Zixaphir
1729350b26 Yes, lets use a dynamic href(=../) for a race-condition.
Thanks, I love generating bad URLs.
2014-03-08 16:35:18 -07:00
Zixaphir
093dfd169f Merge branch 'v3' 2014-03-08 16:25:32 -07:00
Zixaphir
c3a71e0ba3 >$.ready 2014-03-08 16:25:18 -07:00
Zixaphir
d4d4604e4a Merge branch 'v3'
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
2014-03-08 16:18:59 -07:00
Zixaphir
cf1a4c1cc4 Phase out vanilla catalog 2014-03-08 16:14:16 -07:00
Zixaphir
072eb92e14 Merge branch 'v3' 2014-03-07 18:57:19 -07:00
Zixaphir
e4c8bd7ee6 Fix Get.threadExcerpt 2014-03-07 18:57:00 -07:00
Zixaphir
19cd95cf78 Get rid of more Catalog stuff 2014-03-07 17:12:43 -07:00
Zixaphir
7301f43289 Merge branch 'v3'
Conflicts:
	builds/appchan-x.user.js
	builds/crx/script.js
	src/General/css/yotsuba-b.css
	src/Images/FappeTyme.coffee
2014-03-06 23:07:49 -07:00
Zixaphir
ec7ec57b93 Fix external-text:"","" 2014-03-06 23:02:49 -07:00
Zixaphir
b487624203 Seems I figured out where the switcheroo happened... 2014-03-06 22:43:34 -07:00
Zixaphir
c7e5833dc9 Remove more references to the non-existent "catalog" view 2014-03-06 22:36:42 -07:00
Zixaphir
d5fa356e2c Merge branch 'master' of github.com:zixaphir/appchan-x
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
2014-03-06 20:46:08 -07:00
Zixaphir
ac20dcf81f Handle option.disabled 2014-03-06 20:43:33 -07:00