Zixaphir
f4c8ebd233
Fix cursor in settings
2014-01-28 01:34:31 -07:00
Zixaphir
1b633a5517
Fix navbar spacing in settings
2014-01-28 01:32:59 -07:00
Zixaphir
64de010b71
Restore Settings sections.
2014-01-28 01:29:51 -07:00
Zixaphir
9199f12ce0
Merge branch 'v3'
...
Conflicts:
CHANGELOG.md
LICENSE
builds/appchan-x.user.js
builds/crx/script.js
src/Images/Sauce.coffee
2014-01-28 01:14:01 -07:00
Zixaphir
2ac2286ad5
Merge branch 'mayhem' into v3
...
Conflicts:
CHANGELOG.md
src/General/lib/$.coffee
src/Images/Sauce.coffee
2014-01-28 01:11:06 -07:00
Zixaphir
1f49ef2212
Merge branch 'v3'
...
Conflicts:
CHANGELOG.md
LICENSE
builds/appchan-x.user.js
builds/crx/script.js
src/General/Main.coffee
src/General/Settings.coffee
src/General/html/Settings/Settings.html
src/Miscellaneous/AnnouncementHiding.coffee
2014-01-26 11:40:50 -07:00
Zixaphir
51ba83538a
Better $.rmAll
...
I verified an issue with the previous benchmark and even wrote a
more efficient method based off el.cloneNode(false);, which I would
use if cloneNode could inherit eventListeners
Speaking of events. there is still no interface for gather all
eventListeners on a given element (or its children). Apparently the
issue is that the w3c doesn't think there is a legitimate use case
for it. Heh.
2014-01-24 16:10:04 -07:00
Zixaphir
b62d82bed0
Mayhem made responseType JSON default for any URL containing .json.
2014-01-24 14:48:39 -07:00
Zixaphir
f133da454d
Fix settings dialog, customize reset button
2014-01-22 12:24:30 -07: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
Zixaphir
f301f1c2c2
Merge branch 'v3'
...
Conflicts:
LICENSE
builds/appchan-x.user.js
builds/crx/script.js
2014-01-21 13:59:05 -07:00
Zixaphir
702a343f5e
Fix image expansion
...
DURR
2014-01-21 13:57:28 -07:00
Zixaphir
11e5f348f0
Still hate switches.
2014-01-19 21:38:46 -07:00
Zixaphir
f37484cd33
HTTPS for posting, always.
2014-01-19 16:20:21 -07:00
Zixaphir
a993b440dc
Try to get some better errors out of QR.req.onerror
...
Conflicts:
builds/4chan-X.user.js
builds/crx/script.js
src/General/css/layout.css
2014-01-19 16:19:18 -07:00
Zixaphir
8ad63f968a
Release appchan x v2.8.7.
2014-01-19 15:29:48 -07:00
Zixaphir
c94820e184
HTTPS for posting, always.
2014-01-19 15:25:22 -07:00
Zixaphir
3d0dd62556
Try to get some better errors out of QR.req.onerror
2014-01-19 15:18:57 -07:00
Zixaphir
ed28e05f72
Brighten shortcut icons on dark themes
2014-01-19 14:43:34 -07:00
Zixaphir
d0ec506633
Release appchan x v2.8.6.
2014-01-19 05:42:34 -07:00
Zixaphir
2184727cd7
Holy consistent implementations, Batman!
...
It would appear by making code blocks that are reusable that we can
reuse them!
2014-01-19 05:29:46 -07:00
Zixaphir
bec7045024
Fix #543
2014-01-19 05:21:06 -07:00
Zixaphir
b82ba8b620
A bit of cleanup of Rice.
2014-01-19 05:14:59 -07:00
Zixaphir
a1a427dbda
Fix space in quote hash navigation
2014-01-19 04:31:50 -07:00
Zixaphir
6d8cd45b41
Ooops, didn't see that~
2014-01-18 20:09:02 -07:00
Zixaphir
4a2249d0ec
Merge branch 'v3'
...
Conflicts:
LICENSE
builds/appchan-x.user.js
builds/crx/script.js
src/General/Navigate.coffee
src/Posting/QR.coffee
2014-01-18 20:01:02 -07:00
Zixaphir
3a61ecafff
The good parts.
2014-01-18 16:53:48 -07: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
7d4825dce0
Add word boundaries to the style switcher regex
2014-01-18 13:39:02 -07:00
Zixaphir
8ddf2b4e5f
Start working on tightening our control of the Navigation context
...
Currently breaks posting.
TODO:
* Fix style switching from NSFW to SFW (SFW to NSFW works)
- It is worth noting this used to work.
* Fix post form not updating its currently selected thread.
* Fix navigation between threads in different boards (same boards
works? Maybe?)
* Handle race conditions due to pop states.
- I'm having a lot of trouble wrapping my mind around this one.
Mostly due to the fact that I have no idea where to begin with
it. But this isn't a big issue unless you pop state multiple
times within seconds.
I just need some exceptions when we try to disconnect features
that haven't even finished connecting due to threads not being
available yet.
Most of the early issues, like double-backlinks, incorrect
thumbnails, etc, have been fixed, I think. Or at least I'm no
longer running into them all the time.
2014-01-18 02:34:18 -07:00
Zixaphir
baa99f286e
Bullshit, really
2014-01-18 01:22:58 -07:00
Zixaphir
99033cdffa
Merge branch 'v3'
...
Conflicts:
builds/appchan-x.user.js
builds/crx/script.js
2014-01-17 19:08:56 -07:00
Zixaphir
c8514d1029
Fix posting when navigating to new boards via JSON
2014-01-17 16:24:49 -07:00
Zixaphir
cc7decfd34
Merge branch 'v3'
2014-01-17 13:23:36 -07:00
Zixaphir
90f780fff3
build
2014-01-17 13:10:52 -07:00
Zixaphir
8e1469ed55
Fix some hover issues caused by me being a n00b when I wrote them
2014-01-17 12:49:56 -07:00
Zixaphir
8454ed099c
There is always a QR.db in appchan.
2014-01-16 16:52:21 -07:00
Zixaphir
7eb2d0aa34
Mostly fix everything broken. Mostly.
2014-01-16 16:44:18 -07:00
Zixaphir
fc90fd45d9
Fix thread updater
2014-01-16 11:56:21 -07:00
Zixaphir
8135493359
Fix unread count for your posts, among other things
2014-01-16 11:19:37 -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
879206219b
Oops
2014-01-16 00:51:47 -07:00
Zixaphir
19c8ffe4d6
Cruft
2014-01-15 17:10:46 -07:00
Zixaphir
30f4d0922b
Don't change titles until we've successfully navigated.
2014-01-15 17:09:25 -07:00