1090 Commits

Author SHA1 Message Date
Mayhem
1bff6f816d Move the sticky/closed icons off of Saint Stallman's face.
Conflicts:
	html/General/Thread-catalog-view.html
	src/General/css/style.css
	src/Menu/Menu.coffee
2014-09-12 21:04:18 -07:00
Mayhem
f4d40629df Replace pretty print tags with their content in the catalog. 2014-09-12 20:51:45 -07:00
ccd0
100d833939 Selected changes from Mayhem commit d6030f7df005d27a1c5c789d8c8426ed15434e4f
WAS:
Set the catalog thumbnail via background image, save one element.
Also tiny fixes here and there.
2014-09-12 20:48:37 -07:00
Mayhem
a28d6223d4 Add a bit of horizontal margin between threads in the catalog. 2014-09-12 20:00:57 -07:00
Mayhem
006b8eacd5 Avoid overflowing comments. 2014-09-12 19:58:49 -07:00
Mayhem
d0dd780d24 Add the menu button to threads in the catalog.
Conflicts:
	src/Menu/Menu.coffee
2014-09-12 19:58:03 -07:00
Mayhem
8a0becd7bf Make the catalog flexbox-based.
The new, identical layout allows us to add overflowing elements in threads.
Previously, all overflowing content would be cut off.
Now, only the comment can be cut off.
2014-09-12 18:54: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
84568431d8 fix typo 2014-09-05 23:25:07 -07:00
Mayhem
faffa2d792 Fix thread status updating for the catalog view. 2014-09-05 23:05:01 -07:00
Mayhem
0bb93303e3 Remove quotelinks in threads in the catalog. 2014-09-05 22:52:03 -07:00
Mayhem
12c2e7c0a2 Refactor the catalog thread views business with a class.
Conflicts:
	Gruntfile.coffee
	src/General/Build.coffee
	src/General/Index.coffee
	src/General/lib/thread.class
2014-09-05 22:47:59 -07:00
Mayhem
c3e37a8077 Alt+click to pin threads in the catalog.
Conflicts:
	css/style.css
2014-09-05 22:24:24 -07:00
Mayhem
ab42ad2409 Shift+click to hide threads in the catalog.
Conflicts:
	src/Filtering/ThreadHiding.coffee
2014-09-05 22:21:14 -07:00
Mayhem
5a456f0cbe Add filter-highlight to threads on the catalog.
Conflicts:
	css/style.css
2014-09-05 22:03:12 -07:00
Mayhem
662a3660fe Update page/sticky/closed status on index refresh for the catalog.
Conflicts:
	src/General/lib/thread.class
2014-09-05 21:55:19 -07:00
Mayhem
37d6b99627 Add sticky/closed status icons in the catalog.
Conflicts:
	css/style.css
	html/General/Thread-catalog-view.html
	src/General/Build.coffee
2014-09-05 21:48:34 -07:00
Mayhem
148b8f4c39 Update thread post/file count on index refresh in the catalog.
Conflicts:
	src/General/Index.coffee
	src/General/lib/thread.class
2014-09-05 21:34:06 -07:00
Mayhem
987d59bb24 Initial index catalog mode work.
Conflicts:
	css/style.css
	src/General/Build.coffee
	src/General/Index.coffee
2014-09-05 21:01:40 -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