57 Commits

Author SHA1 Message Date
Nicolas Stepien
cc842807c8 Refactor the Recursive stuff, recursively un-hide resplies. 2013-03-05 21:08:05 +01:00
Nicolas Stepien
68761aac28 Fix $.open. #932 2013-03-03 17:31:07 +01:00
Nicolas Stepien
1cb7f9c6c1 Missing selection context. 2013-03-03 02:06:45 +01:00
Nicolas Stepien
737097e46a Make the menus follow their buttons. #932 2013-03-02 21:50:13 +01:00
Nicolas Stepien
4bceb059d9 Add AddCallback API. #932 @milkytiptoe 2013-03-01 23:16:29 +01:00
Nicolas Stepien
e7fbfe8886 Don't execute on the 'Temporary Offline' page. 2013-03-01 12:42:28 +01:00
Nicolas Stepien
de8226e96e Add Custom CSS ricing. #932 2013-02-28 03:03:50 +01:00
Nicolas Stepien
e8012a38da Add captcha refresh on backspace and one-word captcha in the report window. #932 2013-02-28 00:59:25 +01:00
Nicolas Stepien
0c220617d9 Add (You). Close #920. 2013-02-23 17:07:40 +01:00
Nicolas Stepien
2c42f1afc5 Fix some missing CSS (QR autohide, post forwarding). 2013-02-23 03:51:52 +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
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
3bd71e9bfc Fix favicons in the Rice section outside threads.
Fix Opera ignoring the max-height/width of the settins dialog.
I like how opera doesn't reflow when you resize the browser. Chropera when?
2013-02-20 20:39:49 +01:00
Nicolas Stepien
aa16428d78 Tell 4chan to parse posts if we enabled 4chan's extension.
Add code/math parsing.
Add math tags keybinds.
Close #507.
2013-02-19 19:13:04 +01:00
Nicolas Stepien
c77e012a52 Add Keybinds. 2013-02-18 00:17:00 +01:00
Nicolas Stepien
d546654cf2 Screw reply navigation, there are top and bottom links on 4chan itself. Also return guard. 2013-02-17 21:57:20 +01:00
Nicolas Stepien
70bb35950f Add Index/Reply Navigation.
This code is so old.
Are these features even used?
2013-02-17 21:49:32 +01:00
Nicolas Stepien
bbd96ad959 Don't affect 404/error pages. 2013-02-17 20:15:25 +01:00
Nicolas Stepien
abb8128afd Add Thread Watcher. 2013-02-17 16:52:15 +01:00
Nicolas Stepien
5e03439960 Add Thread Expansion. 2013-02-17 00:13:55 +01:00
Nicolas Stepien
b8db488591 Add Comment Expansion.
Fix a bug in Quote Backlinks.
2013-02-16 22:38:38 +01:00
Nicolas Stepien
2b0d0b2fe7 Add Unread Tab Icons. 2013-02-16 19:08:10 +01:00
Nicolas Stepien
1771713d6f Add Unread Count.
Remove the "read thread" keybind.
Fix #714.
2013-02-16 18:15:27 +01:00
Nicolas Stepien
03fdfa8c68 Add Thread Excerpt. 2013-02-16 16:42:15 +01:00
Nicolas Stepien
289c187686 Add Thread Stats. Close #73. 2013-02-16 01:03:40 +01:00
Nicolas Stepien
5dd3cc38d0 Kill each clones when we kill a post too. 2013-02-16 00:02:01 +01:00
Nicolas Stepien
9136d7f643 Display [Deleted] or [File deleted] when we catch deleted posts/files. Close #915. 2013-02-15 23:30:12 +01:00
Nicolas Stepien
20ece62290 Merge branch 'master' into v3 2013-02-14 23:30:44 +01:00
Nicolas Stepien
b90931b80d unoop the thread updater. 2013-02-14 21:31:31 +01:00
Nicolas Stepien
270f7f8ec2 Fix styling of dead backlinks. 2013-02-14 16:38:32 +01:00
Nicolas Stepien
7326caf438 Add Image Expansion.
Close #314.
Close #481.
2013-02-14 02:32:22 +01:00
Nicolas Stepien
4e976a5594 Style fixes for the catalog.
4chan's integration of the catalog is terrible. I don't see myself supporting it any further.
2013-02-12 23:37:31 +01:00
Nicolas Stepien
a9b427f0d2 Remove the 'Open Reply in New Tab' config and make it the default behavior.
Various QR fixes.
Tiny styling adjustments.
You can now create threads when outside of the index.
Allow selection-to-quote to work on any text inside the quoted post, not just the comment. Close #789.
2013-02-12 23:05:09 +01:00
Nicolas Stepien
34a11f2e74 Add QR hastily. 2013-02-12 01:20:33 +01:00
Nicolas Stepien
82249ef3ec Add support for 4chan's various themes.
On the catalog, it allows dialogs to be correctly themed as it didn't have the same stylesheets.
Fix #919.
2013-02-12 00:29:04 +01:00
Nicolas Stepien
9de0342dbd Detect current style and style changes.
doc = d.documentElement
2013-02-11 22:25:04 +01:00
Nicolas Stepien
8b836aec8d Add Notifications.
Add error handling. I don't feel like I did a good job of it, might revisit later.
2013-02-10 23:15:06 +01:00
Nicolas Stepien
b6cf7220c4 Most of the Header is done, see changelog file.
Add 4chan and 4chan X settings links in the header's menu.

Add $.asap.

Add UI.Menu.
The menu API now requires a type ("post" or "header").

Add Get.boardsConfig.
2013-02-09 18:50:21 +01:00
Nicolas Stepien
c54ddff83d Add Filter. 2013-01-27 15:09:24 +01:00
Nicolas Stepien
7dbd481a6d Add Reply Hiding in the Meny, with settings.
Save hiding settings of individual replies.

Close #628.
Close #796.
2013-01-26 14:24:37 +01:00
Nicolas Stepien
d8b0b74df0 Add Thread Hiding in the Menu, with stub setting.
Add an option to toggle Thread/Reply Hiding Buttons.
Save hiding settings of individual threads, like if we want to see its stub or not when we reload the
page.
Add the menu buttons in stubs.
Make the open function for menu entries optional.
2013-01-26 10:49:37 +01:00
Nicolas Stepien
7bf2e7dd45 Add Menu. Close #627. Add Report/Delete/Download/Archive Link. 2013-01-25 12:13:20 +01:00
Nicolas Stepien
81dd0fe9af Add Recursive Hiding.
Close #665.
Add Thread.fullID and Post.fullID.
Smarter quote un-inlining.
2013-01-24 11:45:05 +01:00
Nicolas Stepien
8a587f515c Add Reply Hiding.
Make Thread & Reply Hiding work with other features.
Tiny fixes.
2013-01-22 18:24:12 +01:00
Nicolas Stepien
6047151513 Add Thread Hiding. 2013-01-19 15:40:25 +01:00
Nicolas Stepien
d0093a419f Screw that, I'll try it later. 2013-01-15 15:01:27 +01:00
Nicolas Stepien
3c359bf560 Some sort of catalog support. 2013-01-14 02:52:47 +01:00
Nicolas Stepien
cf55f670c0 Merge branch 'master' into v3
I really need to get back to this.
2013-01-13 19:17:28 +01:00