2868 Commits

Author SHA1 Message Date
ccd0
9959524c47 Merge branch 'Stable' into Beta
Conflicts:
	LICENSE
	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
2014-12-07 16:53:00 -08:00
ccd0
04317e36be Center controls added to audio. 2014-12-07 16:42:19 -08:00
ccd0
679fa9fbdc Only need regexp.test here. 2014-12-07 04:22:34 -08:00
ccd0
51658f8a0e Fix nondetection of plain domain names when followed by space. 2014-12-07 04:13:57 -08:00
ccd0
c872009ce0 Need to account for subdomains now that regexp is being used to clean start of link. 2014-12-07 03:52:29 -08:00
ccd0
b16e2205ed Fix text content of Linkify ranges, add test. 2014-12-07 03:24:11 -08:00
ccd0
5c327555d5 Better cleaning of beginnings of links. 2014-12-06 19:38:30 -08:00
ccd0
2fb6eb5f45 Remove positive tabindex. 2014-12-06 14:49:55 -08:00
ccd0
bbad95f571 Restore titled links when quoting. 2014-12-06 14:17:16 -08:00
ccd0
36284aa489 Don't add quote markers inside [code] tags. 2014-12-06 13:29:42 -08:00
ccd0
84211ce91e Remove (embed) links from quotes. 2014-12-06 02:35:02 -08:00
ccd0
666276dd34 Make [spoiler] quoting compatible with Remove Spoilers. 2014-12-06 02:14:30 -08:00
ccd0
ac4083b9f4 Fix quoting inside of spoiler/code tag when common ancestor is not text node. 2014-12-06 01:28:57 -08:00
ccd0
7b348a00c6 Fix Remove Spoilers stripping tags. 2014-12-06 01:06:31 -08:00
Matěj Grabovský
bb1fcadfa2 Fix handling <br>s when quoting selection in QR
The previous code caused, among others, merging of two-line selections
into one line.
2014-12-05 22:44:47 -08:00
Mayhem
f337dcb0ca Don't leave an extra > when quoting. 2014-12-05 22:44:39 -08:00
Mayhem
b10be8b875 Fix quoting on Firefox. 2014-12-05 22:44:32 -08:00
Mayhem
6495f70581 Quoting now also includes the spoiler and code tags. 2014-12-05 22:44:26 -08:00
ccd0
fcb767e5de Merge branch 'Stable' into Beta
Conflicts:
	LICENSE
	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
2014-12-04 13:50:43 -08:00
ccd0
a70e273597 Implement 'Disable Autoplaying Sounds' option. 2014-12-04 13:46:20 -08:00
ccd0
6589995e45 Fix treatment of fetched deleted posts. 2014-12-01 20:30:09 -08:00
ccd0
c38c37c720 Overhaul quote threading.
- Separate post order data from read/unread status.
- Make compatible with unread line and scroll to last read post.
- Implement [Thread New Posts] link.
2014-11-30 12:46:07 -08:00
ccd0
748258f59b Unread.postsQuotingYou -> ECMAScript 6 Set 2014-11-28 23:28:01 -08:00
ccd0
b618b760b8 Refactor adding of unread posts. 2014-11-28 20:26:22 -08:00
ccd0
370d73d183 Optimize new Unread code. 2014-11-28 17:34:19 -08:00
ccd0
62ab05e44f not needed 2014-11-28 16:05:53 -08:00
ccd0
4ab6b85d56 Fix DOM location of hovered images. 2014-11-28 14:11:05 -08:00
ccd0
34444d6b4f Fix image contraction scrolling bugs. 2014-11-28 12:57:20 -08:00
ccd0
af8690c82c Merge branch '1.9.12.x'
Conflicts:
	LICENSE
	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
2014-11-26 15:12:30 -08:00
ccd0
aedc92c068 Merge remote-tracking branch 'archives/master' into 1.9.12.x 2014-11-26 15:04:05 -08:00
ccd0
0e1f76c6a7 Move fullscreen request to beginning of Gallery.build. 2014-11-25 23:47:28 -08:00
ccd0
e2d009ea09 Merge branch 'hang-guard' 2014-11-23 20:30:24 -08:00
ccd0
e8c6403ce6 Add guard against inserting an item after/before itself. 2014-11-23 20:28:52 -08:00
ccd0
85cdf666c6 This should have been removed in e74cd4e961c3d623e622dd9d56e66ed4992331e4, not made unconditional. 2014-11-23 19:16:45 -08:00
ccd0
00880478c4 Remove yet another unneeded use of unread post order. 2014-11-23 13:18:53 -08:00
ccd0
a502db7f47 More quote threading compatible lastReadPost computation. 2014-11-23 13:02:38 -08:00
ccd0
437f04729d rewrite Unread.sync 2014-11-22 23:16:36 -08:00
ccd0
6e0772ed5d rewrite Unread.setLine 2014-11-22 22:51:52 -08:00
ccd0
e53cbc335f Fix console errors from Fappe/Werk Tyme keybinds when disabled. 2014-11-22 21:26:25 -08:00
ccd0
41755d1b8e Fix Unread.scroll conflict with Fappe Tyme. 2014-11-22 21:20:29 -08:00
ccd0
33d802d264 Use $.one in Unread.coffee. 2014-11-22 20:32:46 -08:00
ccd0
f92fb4a1c4 Don't make Fullscreen Gallery default. 2014-11-22 20:11:07 -08:00
ccd0
bd2c8a1ae3 Increase default slide delay to 6s. 2014-11-22 19:59:55 -08:00
ccd0
d08583e2e6 Exit gallery on fullscreen exit. 2014-11-22 19:52:26 -08:00
ccd0
ff7793bb96 Make some of the gallery keybinds configurable. 2014-11-22 19:16:22 -08:00
ccd0
e9802b3458 Implement Fullscreen Gallery option. 2014-11-22 18:13:55 -08:00
ccd0
a710bdf8b4 Better Unread.scroll code. 2014-11-22 17:12:57 -08:00
ccd0
e74cd4e961 Fix Unread.init condition. 2014-11-22 15:39:50 -08:00
ccd0
0de0ab9690 Fix gallery slideshow bug. 2014-11-22 12:25:03 -08:00
ccd0
78805b0f12 Thread watcher refresh also needs fresh Unread data. 2014-11-21 19:53:08 -08:00