1033 Commits

Author SHA1 Message Date
ccd0
8e450622b7 Fix page number code.
Fixes bug from 04fa72aed9eba7658966bb242e0136794d1e611b.
2014-09-14 11:57:26 -07:00
ccd0
d59c175803 Turn JSON Navigation, Expand videos on by default. 2014-09-14 01:31:04 -07:00
ccd0
374744cd14 Better description of current function of "JSON Navigaton" setting.
I expect to change the name in a future version.
2014-09-14 01:25:40 -07:00
ccd0
04fa72aed9 Refactor page number code; fix off-by-one error and page number on archived threads 2014-09-14 01:11:00 -07:00
ccd0
724fc03ad5 Fix thread status icon adding in original index.
Don't depend on page number.
Also added retina CSS class as in 4chan.
2014-09-14 00:25:27 -07:00
ccd0
bb2935a8f4 fix crash on deleting nonexistent item 2014-09-13 22:39:56 -07:00
Mayhem
1e8a12c8bb Fix file info preview in the settings.
Conflicts:
	html/General/Settings-section-Rice.html
2014-09-13 21:43:08 -07:00
Mayhem
8a68ffad08 Close #1449. 2014-09-13 17:39:54 -07:00
ccd0
9ffc3232ce quote attributes 2014-09-13 13:07:15 -07:00
ccd0
fa2ed2218a partially revert ef99677f142c6b2dadb0e3f70745f0c4b14cf7d4 2014-09-13 11:44:40 -07:00
ccd0
4011f4b8a9 add beta/dev to userscript names so beta/developement versions can be installed alongside stable 2014-09-13 11:00:46 -07:00
Mayhem
c292f8af7f Missing braces. 2014-09-12 18:27:35 -07:00
ccd0
5021bd4d27 fix, update v2 settings import 2014-09-11 15:27:29 -07:00
ccd0
dfd521f6fc restore unintentionally blocked ads on /f/ 2014-09-11 10:19:04 -07:00
ccd0
014af473f4 simplify ImageLoader 2014-09-11 01:33:49 -07:00
ccd0
9cdac0c9f4 recheck threads when quoted post not found in cached data 2014-09-10 01:19:28 -07:00
ccd0
36a688bd0b missed email -> options update 2014-09-09 20:01:31 -07:00
ccd0
15a56ec0ae implement PostsInserted and use it in ImageLoader 2014-09-08 10:31:30 -07:00
ccd0
d1fbe50319 ImageLoader: refactoring, little fixes 2014-09-07 17:02:38 -07:00
ccd0
656685a9be fix pause off screen for clones 2014-09-07 14:39:38 -07:00
ccd0
9813357342 no more common thread 2014-09-07 10:21:58 -07:00
ccd0
71976c2e7d Merge branch '1.9.1.x'
Conflicts:
	CHANGELOG.md
	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-09-07 10:08:52 -07:00
ccd0
75fbb908c8 fix number of pages in search 2014-09-07 10:01:54 -07:00
ccd0
4b3b0b1ffd don't need to save the old thumb anymore 2014-09-06 20:04:15 -07:00
ccd0
d533f0ed95 Allow WebM replacement in quote preview thumbnails. 2014-09-06 19:52:23 -07:00
ccd0
b29685b622 Pause off screen and better clone handling for GIF/WebM etc. replacement 2014-09-06 18:11:14 -07:00
Zixaphir
4ed1e1fe7a Implement webm thumbnail replacement.
Conflicts:
	LICENSE
	builds/4chan-X-beta.user.js
	builds/4chan-X.user.js
	src/General/css/style.css
	src/Images/AutoGIF.coffee
	src/Images/Gallery.coffee
	src/Images/ImageLoader.coffee
2014-09-06 10:55:47 -07:00
ccd0
a37da6527f remove linked list stuff from Index 2014-09-05 19:57:00 -07:00
ccd0
a1187616d0 forgot this 2014-09-04 15:49:22 -07:00
ccd0
7b4404ecf3 re-hide thread selector in threads (now optionally) 2014-09-04 15:40:30 -07:00
ccd0
7e7fdc0a3d Merge branch '1.9.0.x'
Conflicts:
	CHANGELOG.md
	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-09-03 23:53:08 -07:00
ccd0
5249cb31dd drop 2.t.4cdn.org 2014-09-03 23:47:14 -07:00
ccd0
478ce35ab2 add units to Interval setting 2014-09-02 07:54:15 -07:00
ccd0
0b479ae032 Prevent unicode RTL characters in filenames from messing up file line (#117) 2014-09-01 19:05:34 -07:00
ccd0
bf6f9b4429 Revert "Position dialogs relative to closest edge of screen."
This reverts commit 7d6566b4cbca1ca730ced0288dece3ce0071ef67.
2014-09-01 11:06:03 -07:00
ccd0
7d6566b4cb Position dialogs relative to closest edge of screen.
This fixes a bug where the expansion of a QR dialog upon captcha
loading would push the response field off the bottom of the screen.
2014-08-31 20:35:10 -07:00
ccd0
469f3dc25b make sure isHovered flag is removed in clones 2014-08-31 15:44:31 -07:00
ccd0
40b68a389d use event page to make HTTP requests from HTTPS pages in Chromium 2014-08-30 17:36:17 -07:00
ccd0
5c46064306 remove stale requests from cache on index refresh 2014-08-29 22:22:37 -07:00
ccd0
4cc724cee4 remove unexpected HTML instead of converting it to text 2014-08-28 22:39:50 -07:00
ccd0
daaf589f1a thread selector: unhidden by accident but it should stay unhidden 2014-08-28 10:09:22 -07:00
ccd0
1b4bfdf7b6 Merge branch '1.8.10.x' into 1.9.0.x
Conflicts:
	CHANGELOG.md
	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-08-25 19:43:58 -07:00
ccd0
b57c23336d Make selector to hide text added when ads are blocked more specific
It was blocking the Catalog Settings save button.
2014-08-25 19:39:43 -07:00
ccd0
95d3fc8c7c error.toString() can contain path to Greasemonkey script 2014-08-25 03:44:13 -07:00
ccd0
ade916aa84 error.toString() can contain path to Greasemonkey script 2014-08-25 03:42:50 -07:00
ccd0
1fe1657682 Revert "ensure document.head exists before starting init"
This reverts commit 8bf3608a356b3663c019f5bfb56f82a8cb575fbf.
2014-08-24 18:53:54 -07:00
ccd0
2dd0587f5f Revert "ensure document.head exists before starting init"
This reverts commit 8bf3608a356b3663c019f5bfb56f82a8cb575fbf.
2014-08-24 18:23:57 -07:00
ccd0
e330426d9b Revert "don't wait for 4chanMainInit before adding CSS"
This reverts commit 77af50b6c9afa200e6b3484393928632db3760c4.
2014-08-24 15:18:44 -07:00
ccd0
450910789d remove Emoji images 2014-08-24 14:57:52 -07:00
ccd0
e252903b7d remove remnants of CachedTitles 2014-08-24 10:29:20 -07:00