Nicolas Stepien
e7164099c9
Simpler Unread code concerning your posts.
2013-02-23 18:55:09 +01:00
Nicolas Stepien
e3765121b0
Oops, fix 404 favicon.
2013-02-23 18:43:23 +01:00
Nicolas Stepien
67b05f6757
Only show delete links for your posts. Close #649
2013-02-23 18:38:52 +01:00
Nicolas Stepien
0c220617d9
Add (You). Close #920 .
2013-02-23 17:07:40 +01:00
Nicolas Stepien
ce5e03fa81
Save IDs of your posts.
2013-02-23 16:53:12 +01:00
Nicolas Stepien
22c341e46d
Give the status and status code on QR reponse if it isn't 200.
2013-02-23 16:19:05 +01:00
Nicolas Stepien
e8c54cc6e0
Fix #910
2013-02-23 16:12:40 +01:00
Nicolas Stepien
a796597108
Prevent post submission in a sticky thread. Close #664
2013-02-23 15:56:44 +01:00
Nicolas Stepien
4fc349d996
Connection error -> Network error.
2013-02-23 04:30:18 +01:00
Nicolas Stepien
dad6273520
input[name=pwd] -> #postPassword
2013-02-23 04:22:41 +01:00
Nicolas Stepien
3ccc6bbe3f
Don't start re-uploading again when we want it to stop.
...
This has bothered me so much.
2013-02-23 04:17:57 +01:00
Nicolas Stepien
933a861998
QRPostSuccessful threadID and postID are now integers.
...
threadID will always give the threadID, not 0 when creating a new thread.
Send the board object with it too.
2013-02-23 04:05:26 +01:00
Nicolas Stepien
2c42f1afc5
Fix some missing CSS (QR autohide, post forwarding).
2013-02-23 03:51:52 +01:00
Nicolas Stepien
90eace9fcb
Fix contracting replies when contracting a thread too. #764
2013-02-23 01:32:15 +01:00
Nicolas Stepien
7d9172d55d
Un-expanding stickies only have 1 replies on the index.
2013-02-23 01:23:51 +01:00
Nicolas Stepien
ca265fc7a1
The file stats won't go red anymore in stickies.
2013-02-23 01:00:51 +01:00
Nicolas Stepien
9725a26807
The Thread Updater now updates the sticky/closed icons.
...
It will also open notifications when these change. Close #934 .
2013-02-23 00:53:42 +01:00
Nicolas Stepien
02fc7fecb3
Add Thread.OP|isSticky|isClosed.
2013-02-23 00:02:34 +01:00
Nicolas Stepien
d4089d09c5
Faster Menu's makeButton. Callback name fixes.
2013-02-22 23:28:45 +01:00
Nicolas Stepien
6b87f9c977
Don't use closures for event callbacks.
2013-02-22 22:52:13 +01:00
Nicolas Stepien
1bc2c17e41
Fix pass. #932
2013-02-22 21:37:56 +01:00
Nicolas Stepien
a7d89fbd88
Add Misc.clearThreads, remove redundant code.
2013-02-22 21:21:11 +01:00
Nicolas Stepien
09854dd3aa
Fix cooldown values. #932
2013-02-22 20:54:53 +01:00
Nicolas Stepien
bae05a130e
Read posts won't be marked as unread after reloading a thread.
...
Organize changelog.
Interrupt the watch task when a file has been saved.
2013-02-22 20:46:33 +01:00
Nicolas Stepien
f29272740d
Fix notifications margins blocking mouse interractions and links in notifications looking bad.
2013-02-22 17:37:22 +01:00
Nicolas Stepien
093644b720
CoffeeScript bug?
2013-02-22 17:16:27 +01:00
Nicolas Stepien
cee2fe7f02
Use catalog links -> Use catalog board links #932
2013-02-22 16:10:21 +01:00
Nicolas Stepien
7dfc51b5b9
Fix conflicting CSS with the catalog. #932
2013-02-22 15:50:26 +01:00
Nicolas Stepien
c788e6e8ae
Fix QR captcha and new thread redirection. #932
2013-02-22 15:44:47 +01:00
Nicolas Stepien
53d4f5d71d
Few changes following @saxamaphone69's feedback. #932
2013-02-22 15:38:25 +01:00
Nicolas Stepien
7aacc95f20
Thread/Reply Hiding Buttons -> Hiding Buttons
...
Enable 4chan's extension -> Enable 4chan's Extension
2013-02-22 15:20:36 +01:00
Nicolas Stepien
5f9abaca0a
Some config renaming:
...
Quote Inline -> Quote Inlining
Quote Preview -> Quote Previewing
Quoting -> Quote links
Enhancing -> Miscellaneous
2013-02-22 04:16:30 +01:00
Nicolas Stepien
415b983fe3
Some QP styling fixes.
2013-02-22 03:57:22 +01:00
Nicolas Stepien
558c5a68dc
Less indexOf.
2013-02-22 03:47:10 +01:00
Nicolas Stepien
5851a1cb29
Better Unread code.
...
Less indexOf.
2013-02-22 03:43:27 +01:00
Nicolas Stepien
938ff38293
@ -> Unread.
2013-02-22 00:11:37 +01:00
Nicolas Stepien
39564417ba
Fix unread errors when scrolling before the thread has finished loading.
...
Screw some css meant for Opera, it will move to webkit anyway.
2013-02-21 23:06:25 +01:00
Nicolas Stepien
39a7aa3c81
Fix inaccuracies in thread stats.
...
When a post dies, we need to decrease the filecount too if it had a file.
But if a post dies and its file was also deleted previously, we don't need to decrease the filecount
twice.
Just count the entire thread each thread update.
2013-02-21 22:18:57 +01:00
Nicolas Stepien
c925959370
Convert hotkeys too.
2013-02-21 22:07:28 +01:00
Nicolas Stepien
0f0d08ecd4
Enable "Expand all spoilers" by default.
2013-02-21 21:49:41 +01:00
Nicolas Stepien
66b3fc1c64
Convert imported settings from v2 to v3. Close #702 .
2013-02-21 21:41:55 +01:00
Nicolas Stepien
d416d5f6c4
Add import/export settings buttons in the Settings. #702
2013-02-21 18:48:26 +01:00
Nicolas Stepien
2a9c77c960
Merge branch 'master' into v3
2013-02-21 01:47:27 +01:00
Nicolas Stepien
aed462712e
d.documentElement -> doc
2013-02-21 01:38:31 +01:00
Nicolas Stepien
d827a6c317
Inconsistency, fix for non-webkit browsers.
2013-02-21 01:06:35 +01:00
Nicolas Stepien
d9e3e7d55c
Add option to auto-scroll to the bottom.
2013-02-21 00:51:30 +01:00
Nicolas Stepien
242208760f
Attempt at fixing submenu entries positioning on Firefox #932 .
2013-02-21 00:17:06 +01:00
Nicolas Stepien
b5fcd40e69
Muhzilla doesn't support flex-flow or flex-wrap. #932 @VitP
2013-02-20 23:43:37 +01:00
Nicolas Stepien
ff054823ca
Add @namespace.
2013-02-20 23:18:01 +01:00
Nicolas Stepien
3e0d8c15aa
Let's go Beta.
2013-02-20 21:52:50 +01:00