Zixaphir
6bd1d44b68
Unread Count actually requires the nodes to be on the page
...
Unfortunately
2014-01-10 18:55:33 -07:00
Zixaphir
bc9f094a77
Turns out I never finished my Thread Title magic...
...
because @MayhemYDG had already done it and done it better. So I
thought mine was working when it was just his... and then
realized when I didn't disconnect it and the index was getting a
title from a thread that it wasn't working and his was.
So let's just use his code.
2014-01-10 18:07:14 -07:00
Zixaphir
c47b14f0bf
Now I need to figure out how to get the Feature.ready code to run
2014-01-09 20:15:48 -07:00
Zixaphir
0d29b42a02
This kills the script
...
No, seriously, this commit breaks everything if you open a reply.
It's k, though, that's why this branch exists: so I can break it
all without harming end users and stable development.
Holy carp, though, the amount of errors thrown!
2014-01-09 18:51:49 -07:00
Zixaphir
84cbff8a77
ThreadStats.disconnect()
2014-01-09 15:37:01 -07:00
Zixaphir
3327c9cf36
Rearrange some stuff, fix ThreadUpdater.disconnect
2014-01-09 12:55:06 -07:00
Zixaphir
18d3d6b6e9
Merge branch 'v3' into json
...
Conflicts:
LICENSE
builds/4chan-X.user.js
builds/crx/script.js
src/General/Index.coffee
src/General/Main.coffee
2014-01-09 12:32:59 -07:00
Jordan
4d0b83941c
eye.open -> eye
2014-01-09 00:27:55 -07:00
Jordan
f217d94299
Menu button changes, close #223
2014-01-09 00:23:43 -07:00
Jordan
26ee14e688
Update font-awesome
2014-01-08 23:33:52 -07:00
Zixaphir
fca2645787
Improve navigation between boards
...
Also allow navigation to indexes from boards.
2014-01-08 11:40:58 -07:00
Zixaphir
b8dc8041f5
More work on ThreadUpdater.disconnect()
2014-01-07 21:26:13 -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
27f642c3b8
Whoopse
2014-01-07 16:34:01 -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
e22390fae7
Merge branch 'v3'
...
Conflicts:
builds/appchan-x.user.js
builds/crx/script.js
2014-01-07 11:46:54 -07:00
Zixaphir
a980c540a9
Lets not waste a perfectly good assignment.
2014-01-07 10:52:22 -07:00
Zixaphir
87d1f7b454
Merge branch 'v3'
...
Conflicts:
builds/appchan-x.user.js
builds/crx/script.js
2014-01-07 10:50:03 -07:00
Zixaphir
ef34200fdb
It occurs to me you can't disable our Quick Reply.
2014-01-07 10:49:08 -07:00
Zixaphir
7cf2bfc607
Merge branch 'v3'
...
Conflicts:
builds/appchan-x.user.js
builds/crx/script.js
src/General/Main.coffee
2014-01-07 10:26:51 -07:00
Zixaphir
80dd30def0
Optimizations to QuoteThreading (again)
2014-01-07 10:17:46 -07:00
Zixaphir
bde16c1a64
Merge branch 'v3'
...
Conflicts:
LICENSE
builds/appchan-x.user.js
builds/crx/script.js
2014-01-06 11:11:12 -07:00
Zixaphir
6d858de604
Why not?
2014-01-06 09:55:16 -07:00
Zixaphir
b1ca573935
Just a couple silly things
2014-01-06 09:50:04 -07:00
Zixaphir
f782b0d3c0
Throw a debounce back in for performance
...
A scroll-event-based function every tenth of a second is better
than whatever arbitrary timer scroll events can have.
2014-01-06 09:42:15 -07:00
Zixaphir
8b6ea725e4
post.cb.call(post) > post.cb()
...
heh, comprehension fail. this was this anyways.
2014-01-06 09:15:20 -07:00
Zixaphir
a569565cff
Remove debug code
2014-01-06 09:08:44 -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
6b3443c12a
Continue implementing the random access list and generally
...
just optimizing Unread
2014-01-05 10:02:05 -07:00
Zixaphir
a1d0bf1474
Merge branch 'v3' into RAL
2014-01-05 09:36:25 -07:00
Zixaphir
9408053741
Merge branch 'v3'
...
Conflicts:
builds/appchan-x.user.js
builds/crx/script.js
2014-01-04 19:52:34 -07:00
Zixaphir
c979f44028
As far as I can tell, this wasn't working at all.
2014-01-04 19:51:28 -07:00
Zixaphir
6574746e90
Start working on putting in aeosynth's RandomAccessList
...
For performance, obviously.
2014-01-04 13:38:09 -07:00
Zixaphir
ae789f4ad8
Merge branch 'v3'
...
Conflicts:
LICENSE
builds/appchan-x.user.js
builds/crx/script.js
src/General/Index.coffee
src/General/Settings.coffee
src/General/lib/$.coffee
src/Posting/QuickReply.coffee
2013-12-24 16:18:47 -07:00
Zixaphir
7b4c794729
Sometimes logic gets a little too logical for me.
2013-12-24 15:10:03 -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
b43383769d
Merge branch 'v3'
2013-12-16 20:12:39 -07:00
Zixaphir
7ad173c385
I am so dumb
2013-12-16 20:12:31 -07:00
Zixaphir
5f0717ff57
Merge branch 'v3'
2013-12-16 20:08:10 -07:00
Zixaphir
75b7804eda
Fix and recomprehense the setInterval function
2013-12-16 20:07:27 -07:00
Zixaphir
3ad1c6040c
Redo FontAwesome stuff, I guess.
2013-11-23 13:23:36 -07:00
Zixaphir
34140232fb
Merge branch 'v3'
...
Conflicts:
CHANGELOG.md
LICENSE
builds/4chan-X.meta.js
builds/4chan-X.user.js
builds/appchan-x.user.js
builds/crx/manifest.json
builds/crx/script.js
latest.js
package.json
src/Filtering/ThreadHiding.coffee
src/General/Config.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/css/font-awesome.css
src/General/lib/notice.class
src/General/meta/metadata.js
src/Images/Gallery.coffee
src/Images/ImageExpand.coffee
src/Monitoring/Favicon.coffee
src/Monitoring/ThreadWatcher.coffee
src/Posting/QuickReply.coffee
worksforme.png
2013-11-23 12:56:42 -07:00
Zixaphir
038a2220e7
"fix" thread updater
2013-11-23 11:22:39 -07:00
Zixaphir
a3c1afa5cd
Merge -- probably bugged until I sort out everything
...
that's actually changed. Honestly, all I wanted was the
4cdn changes, but any excuse to merge was good enough, I guess.
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
CHANGELOG.md
Gruntfile.coffee
changelog-old
css/style.css
html/General/Settings.html
html/Monitoring/ThreadUpdater.html
html/Monitoring/ThreadWatcher.html
html/Posting/QR.html
package.json
src/Filtering/ThreadHiding.coffee
src/General/Build.coffee
src/General/Config.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/lib/post.class
src/General/meta/manifest.json
src/Images/ImageExpand.coffee
src/Meta/banner.js
src/Miscellaneous/ExpandComment.coffee
src/Miscellaneous/ExpandThread.coffee
src/Miscellaneous/Keybinds.coffee
src/Miscellaneous/Nav.coffee
src/Monitoring/Favicon.coffee
src/Monitoring/ThreadStats.coffee
src/Monitoring/ThreadUpdater.coffee
src/Monitoring/ThreadWatcher.coffee
src/Monitoring/Unread.coffee
src/Posting/QuickReply.coffee
2013-11-22 17:25:06 -07:00
Mayhem
985afb2a1a
Support 4cdn.
2013-11-21 23:11:02 +01:00
Mayhem
ffc625259e
Replace the times symbol with fa-times. #1338
2013-11-16 15:57:47 +01:00