517 Commits

Author SHA1 Message Date
Zixaphir
41e3fa05ad Start working on getting index navigation from a thread working 2014-01-08 09:30:23 -07:00
Zixaphir
9368cbb232 Reorder Index menu entries 2014-01-07 22:35:06 -07:00
Zixaphir
ac62980325 Fix .current 2014-01-07 22:31:17 -07:00
Zixaphir
ebd765cc24 I don't know why that was under the thread conditional? 2014-01-07 22:08:17 -07:00
Zixaphir
ec35cb6742 Try to consolidate 2014-01-07 22:05:41 -07:00
Zixaphir
a02afb8c38 Do you ever feel maybe you're actually dumb? 2014-01-07 21:56:26 -07:00
Zixaphir
bb3d9c9d84 Apparently Main.clean() can break things pretty hard.
But only if on the same board? Weird.
2014-01-07 21:12:17 -07:00
Zixaphir
497c231003 Merge branch 'v3' into json
Conflicts:
	builds/4chan-X.user.js
	builds/crx/script.js
2014-01-07 20:29:32 -07:00
Zixaphir
63b09cb803 Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.user.js
	builds/crx/script.js
	package.json
	src/Archive/Redirect.coffee
	src/General/Build.coffee
	src/General/css/font-awesome.css
	src/General/lib/databoard.class
	src/Miscellaneous/ExpandThread.coffee
	src/Monitoring/ThreadUpdater.coffee
2014-01-07 20:28:47 -07:00
Zixaphir
21056d72f9 Well, fuck. Looks like we're generating board indexes now. :D 2014-01-07 20:15:49 -07:00
Zixaphir
798ab20f35 ThreadUpdater.disconnect() 2014-01-07 16:30:18 -07:00
Zixaphir
32641549f2 Unread.disconnect() 2014-01-07 16:03:31 -07:00
Zixaphir
e5e0331655 Pseudo-code this out a bit...
Just starting this is reminding me why I gave this up back during
zixaphir/appchan-x#242
2014-01-07 15:00:31 -07:00
Zixaphir
ba7769329e Eh, spacing 2014-01-07 14:27:36 -07:00
Zixaphir
073887e515 It occurs to me that Array.shift() is probably slow. 2014-01-07 14:23:27 -07:00
Zixaphir
31e409f361 I get asked a lot, "do you even test your code?"
No. No, the answer is no.
2014-01-07 14:18:22 -07:00
Zixaphir
f067d990c6 Start work on more or less JSONing everything
Obviously to start, I want to make adding and removing callbacks
simpler, because I'm going to need to be disabling and enabling
features on the fly quite a lot, I'm guessing.
2014-01-07 13:37:14 -07:00
Zixaphir
4ce942c540 Looks like I failed to understand exactly what was happening here 2014-01-07 12:10:08 -07:00
Zixaphir
767b89a82c da fuq? 2014-01-07 11:56:54 -07:00
Zixaphir
456c9af18d Bind an index refresh to the current board's link
I mean, this makes sense, right?
2014-01-07 11:52:07 -07:00
Zixaphir
80dd30def0 Optimizations to QuoteThreading (again) 2014-01-07 10:17:46 -07:00
Jordan
7c9d3b7fe1 Remove annoying moot text that gets added when adblocking ads 2014-01-07 02:48:37 -07:00
Jordan
bea8687825 Hopefully fix #210 2014-01-07 02:29:31 -07:00
Jordan
4735b8dae5 Update for 4cdn, maybe fix issues like #219? 2014-01-07 02:27:40 -07:00
Jordan
4d3195bbb9 Update font-awesome 2014-01-07 02:00:47 -07:00
Zixaphir
1c5c542ca1 And that should fix everything. Woo. 2014-01-06 08:45:17 -07:00
Zixaphir
5a080e7f60 D: 2014-01-05 17:47:40 -07:00
Zixaphir
4f8e304ee8 So terrible~ 2014-01-05 13:57:26 -07:00
Zixaphir
3f60a05edc I was wrong. Still broken, but getting there 2014-01-05 13:12:06 -07:00
Zixaphir
af30942d60 Reduce unnecessary usage of RAL.splice 2014-01-05 10:43:27 -07:00
Zixaphir
bb5dcaa409 Null properties? I don't see the point. 2014-01-05 10:34:23 -07:00
Zixaphir
482f6444fe Logic fail.
Also, why did cur work when it should have been cur.ID?
2014-01-05 10:25:47 -07:00
Zixaphir
a1d0bf1474 Merge branch 'v3' into RAL 2014-01-05 09:36:25 -07:00
Zixaphir
3d87a9cfb6 Gonna revert this for now, was causing weird issues. 2014-01-04 15:34:17 -07:00
Zixaphir
6574746e90 Start working on putting in aeosynth's RandomAccessList
For performance, obviously.
2014-01-04 13:38:09 -07:00
Zixaphir
9262e8a7af Messing around with some syntax 2013-12-26 15:50:02 -07:00
Zixaphir
abf3da2482 Fix zixaphir/appchan-x#507 2013-12-25 18:04:30 -07:00
Zixaphir
35b06b5bf8 Fixes for post building 2013-12-25 11:30:56 -07:00
Zixaphir
b38f63e313 Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	Gruntfile.coffee
	src/Filtering/PostHiding.coffee
	src/General/Build.coffee
	src/General/lib/$.coffee
	src/Menu/Menu.coffee
	src/Posting/QuickReply.coffee
2013-12-25 10:54:21 -07:00
Zixaphir
6dd2e60e9a Element.contains was not Array.contains, lol 2013-12-25 10:10:51 -07:00
Zixaphir
dab73f8cbb How did that even...? 2013-12-24 15:45:00 -07:00
Zixaphir
b060a9c23e Cheats.
Don't do this. Why am I doing it, then? Because indexOf is so
slooooooooooooooooooooooooooooooooooooooooooooooooooooooooooow
2013-12-24 15:33:39 -07:00
Zixaphir
91233b8d61 remove [].contains. It was a bad idea.
I shouldn't be messing with stuff like this without a really good
reason for doing so, and the longer I thought about it, the more
it occurred to me that I didn't have one.
2013-12-24 14:41:21 -07:00
Zixaphir
cfb883d8da Alternative text for Refresh Shortcut. seaweedchan/4chan-x#212
DUH, I DUMB
2013-12-21 19:29:22 -07:00
Mayhem
05f6fb7385 Merge branch 'perf' into v3 2013-12-20 04:39:46 +01:00
Mayhem
6574e4aa95 A bit of cleaning in Build.post(). 2013-12-20 03:39:14 +01:00
Mayhem
7fda9f1fb6 Tiny fixes. 2013-12-19 04:13:32 +01:00
Zixaphir
2fa6e063ef Not sure how that happened. 2013-12-18 16:11:45 -07:00
Zixaphir
5d6b357135 Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/lib/post.class
2013-12-18 12:21:43 -07:00
Zixaphir
c36d62d5ce Cleanup and fix remaining issues from seaweedchan/4chan-x#212 2013-12-18 12:15:13 -07:00