2316 Commits

Author SHA1 Message Date
ccd0
229a0a5b51 Impose max height on thread watcher when not fixed rather than when not toggleable. #40 2015-04-07 22:53:19 -07:00
ccd0
344f5a7c82 Break up 'Toggleable Thread Watcher' into 'Fixed' and 'Toggleable' parts. #40 2015-04-07 10:11:11 -07:00
ccd0
0615be12de Revert thread watcher remembering whether it was hidden. 2015-04-07 08:43:26 -07:00
ccd0
2a087d633d Use CSS for hiding thread watcher close button. 2015-04-05 21:35:56 -07:00
ccd0
7d6614fc36 Remove unused argument. 2015-04-05 19:39:02 -07:00
ccd0
c68e50a346 Merge branch 'bstable'
Conflicts:
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
2015-04-05 19:35:56 -07:00
ccd0
d723885331 Fix 'Last Index Refresh' button refreshing twice when Refreshed Navigation is on. #375 2015-04-05 19:31:51 -07:00
ccd0
6cb5eeede6 Make toggleable thread watcher remember whether it was hidden. 2015-04-05 00:48:17 -07:00
ccd0
27ae66feea Fix posts from original post form not being marked as yours. 2015-04-01 17:07:37 -07:00
ccd0
25470745c4 Merge refresh button in navigation links with the time since last refresh, and make it navigate to the front page. 2015-03-31 02:55:21 -07:00
ccd0
6ad0064f41 Suppress post thumbnails from loading until they are actually inserted into the index.
Hopefully a temporary way of doing this until we get filtering working on JSON
so we don't have to build the posts at all.
2015-03-28 18:27:09 -07:00
ccd0
897bdac327 Merge branch 'master' into html 2015-03-28 16:34:11 -07:00
ccd0
4ee5852107 This one we can populate in the template now. 2015-03-28 16:33:51 -07:00
ccd0
800556091c This one I wanted populated at runtime to avoid diff noise. 2015-03-28 16:30:14 -07:00
ccd0
dded914e41 And a few more conditionals. 2015-03-28 16:24:27 -07:00
ccd0
9836d5ad07 Move HTML template array concatenation into its own function. 2015-03-28 16:11:34 -07:00
ccd0
bf34d8cacb Allow other names here. 2015-03-28 15:11:04 -07:00
ccd0
1c81838a91 Remove unneeded escaping. 2015-03-28 15:06:45 -07:00
ccd0
20b5dac267 Use new templating in catalog. 2015-03-28 13:58:59 -07:00
ccd0
4843bd69d4 Move post building HTML into separate files. 2015-03-28 04:54:12 -07:00
ccd0
2e48834dd5 Quote all the attributes. 2015-03-28 04:34:33 -07:00
ccd0
a09731d30a Use conditional expression in post building. 2015-03-28 02:08:41 -07:00
ccd0
afaf6178e8 Merge branch 'master' into next 2015-03-26 19:12:05 -07:00
ccd0
bda981fb8d Move Firefox image-pasting icon and improve tooltip description. 2015-03-26 19:02:52 -07:00
ccd0
ce3a0370b5 Change CSS classname of hidden original file info: original-file-info -> fileText-original 2015-03-26 18:50:01 -07:00
ccd0
4c9c386429 Make post and clone file parsing are consistent. 2015-03-25 02:20:12 -07:00
ccd0
b26e928ddc Merge branch 'bstable'
Conflicts:
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
2015-03-24 10:19:30 -07:00
ccd0
6e6da9e015 Fix QR file/submit button focus indication in Firefox. 2015-03-24 10:15:25 -07:00
ccd0
9bae81cf88 Backport File Info Formatting changes.
- Original file info always goes after reformatted file info so DownThemAll works.
- Reformatted file info goes outside span.fileText on /f/, leaving original as first, so embedding works.
2015-03-23 18:48:08 -07:00
ccd0
b1feb2c0c2 Simplify File Info Formatting.
- Original file info always goes after reformatted file info so DownThemAll works.
- Drop "Remove Original Link" option; no longer needed.
- Reformatted file info goes outside span.fileText on /f/, leaving original as first, so embedding works.
2015-03-23 05:58:56 -07:00
ccd0
f9f11b6805 Fix 4chan imgur thumbnail conflict in stable version. #363 2015-03-23 03:44:20 -07:00
ccd0
7c5a4708dc Implement 'Remove Original Link' option. #364 2015-03-22 23:39:53 -07:00
ccd0
f0be015897 Third attempt: Fix conflict with 4chan imgur thumbnail script. #363 2015-03-22 23:00:45 -07:00
ccd0
f47a1e959d Second attempt: Fix conflict with 4chan imgur thumbnail script. #363 2015-03-22 21:58:18 -07:00
ccd0
b5dca335fe Revert "Fix conflict with 4chan imgur thumbnail script. #363"
This reverts commit a20c4ad95ff55b8f71d9c1568fc96db1bd9db2ec.
2015-03-22 21:04:13 -07:00
ccd0
a20c4ad95f Fix conflict with 4chan imgur thumbnail script. #363 2015-03-22 16:40:33 -07:00
ccd0
a6a9d31733 Add workaround for pasting images to the Quick Reply in Firefox. 2015-03-22 04:54:32 -07:00
ccd0
faa7263bd3 Merge branch 'bstable'
Conflicts:
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
2015-03-16 12:43:51 -07:00
ccd0
83aa975211 Revert "Work around GM3.0 GM_openInTab bug."
It seems to be fixed in GM3.1 but we don't have a way to distinguish.

This reverts commit d46d02f2497240163699782cb55c6480a87d93b8.
2015-03-16 12:37:30 -07:00
ccd0
f58c37ad5f Turn Desktop Notifications on by default. 2015-03-15 11:56:02 -07:00
ccd0
691472bbd3 Disable catalog-only header links on /f/. 2015-03-15 11:51:18 -07:00
ccd0
19ed662208 Don't try to initialize features on nonexistent pages. 2015-03-15 00:29:45 -07:00
ccd0
3f8ff45a54 Merge branch 'bstable' 2015-03-15 00:14:02 -07:00
ccd0
d46d02f249 Work around GM3.0 GM_openInTab bug. 2015-03-14 23:58:15 -07:00
ccd0
f2055bbace Add Yandex to sauce examples. 2015-03-14 20:50:35 -07:00
ccd0
f824fc102a Limit Imgur example to supported filetypes. 2015-03-14 20:42:59 -07:00
ccd0
c1428b7e09 Add %URL parameter to use full image URL or thumbnail as appropriate for image search. 2015-03-14 20:24:56 -07:00
ccd0
9aec2129ef Make Flash embedding optional. 2015-03-14 18:23:34 -07:00
ccd0
8138644fbf Remove /f/-specific sauce code; add swfchan to default sauce list. 2015-03-14 18:14:47 -07:00
ccd0
d6f2d9492e Parse /f/ files. 2015-03-14 17:50:37 -07:00