2747 Commits

Author SHA1 Message Date
ccd0
72f048377b Remove unused sizeInBytes. 2015-04-24 18:55:03 -07:00
ccd0
a2725a16de Merge branch 'master' into filter 2015-04-24 18:41:25 -07:00
ccd0
7ee88bcde8 Fix height of QR buttons in WebKit. 2015-04-24 14:30:31 -07:00
ccd0
52844cf885 Replace data-js-enabled attribute with js-enabled CSS class. 2015-04-24 07:43:36 -07:00
ccd0
2e154f21b1 Don't need to block marquees anymore. 2015-04-24 07:36:37 -07:00
ccd0
8b0f7f7fbc 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-24 07:34:19 -07:00
ccd0
39e784ee01 Fix original post form not showing when JS is disabled. 2015-04-24 07:31:53 -07:00
ccd0
b83c2c9811 Fix whitespace being stripped from the comment before filtering.
This makes it possible to filter whitespace spam.
2015-04-24 01:02:57 -07:00
ccd0
1892ad1973 Integrate v1 captcha into current QR code. 2015-04-18 21:27:37 -07:00
ccd0
bb91393b36 Add 'Captcha Fixes' option to turn script in captcha on/off. 2015-04-18 00:36:55 -07:00
ccd0
09acfaf9a2 Move captcha fixes to its own module. 2015-04-17 21:10:46 -07:00
ccd0
c72d5b4c97 Fix focusing on image in Firefox. 2015-04-17 20:40:01 -07:00
ccd0
88d1aafe28 Start working on keyboard navigation in image captcha.
Still having some issues with focusing in Firefox.
2015-04-17 00:46:23 -07:00
ccd0
52dfc296cf Support reporting posts to fgts archive. 2015-04-14 23:19:13 -07:00
ccd0
5291ff87d1 Revert "Remove Report.coffee for now."
This reverts commit 7b09a3f8f244740e6a4ff19223732338d912c298.

Conflicts:
	src/General/Main.coffee
2015-04-14 21:01:54 -07:00
ccd0
27e8c59297 Add file.dimensions to Build.coffee object. 2015-04-13 01:44:27 -07:00
ccd0
c1f62d1612 Don't crash if link (which could be from archive) is not a 4chan filename. 2015-04-13 01:28:11 -07:00
ccd0
9c795c95b2 turl -> thumbURL 2015-04-13 00:40:19 -07:00
ccd0
20a31c2ba5 Include protocol in URLs. 2015-04-13 00:25:08 -07:00
ccd0
282ee1fb3f Add isVideo to File Info Formatting preview settings. 2015-04-12 23:09:14 -07:00
ccd0
0847161bf5 Make file.size, file.sizeInBytes match Post class. 2015-04-12 23:01:27 -07:00
ccd0
c2080e8629 file.URL -> file.url 2015-04-12 22:45:36 -07:00
ccd0
3f22852412 Remove unused file.timestamp. 2015-04-12 21:43:46 -07:00
ccd0
e64815c24b comment -> commentHTML 2015-04-12 21:36:53 -07:00
ccd0
d0ab95a3fe date -> dateText 2015-04-12 20:12:33 -07:00
ccd0
08a8069d2a flagName -> flag 2015-04-12 20:06:14 -07:00
ccd0
3f20df86e5 Display subject in archived posts from when replies could have subjects. 2015-04-12 19:41:50 -07:00
ccd0
b1201aa515 Make name/subject treatment more consistent. 2015-04-12 19:32:23 -07:00
ccd0
4fcc2d02f3 Make Build.coffee capcode property consistent with post.info.capcode. 2015-04-12 17:49:38 -07:00
ccd0
38cbde7da2 Remove dummy deleted file object. 2015-04-12 15:49:07 -07:00
ccd0
76050db6ba Fix missing /f/ tag selector when posting new thread from within thread. 2015-04-08 17:53:58 -07:00
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