1401 Commits

Author SHA1 Message Date
Zixaphir
7514ff41d4 Merge branch 'v3'
Conflicts:
	builds/appchan-x.user.js
	builds/crx/script.js
	src/General/Main.coffee
2014-05-03 06:39:09 -07:00
Zixaphir
fd76d85c07 Invalid string 2014-05-03 06:37:49 -07:00
Zixaphir
9d3ad61925 Merge branch 'v3'
Conflicts:
	builds/appchan-x.user.js
	builds/crx/script.js
2014-05-03 06:29:56 -07:00
Zixaphir
7375484693 Some misses 2014-05-03 06:27:49 -07:00
Zixaphir
c04c83f915 Merge branch 'v3'
Conflicts:
	CHANGELOG.md
	LICENSE
	README.md
	builds/appchan-x.user.js
	builds/crx/manifest.json
	builds/crx/script.js
	package.json
	src/General/Header.coffee
	src/General/Main.coffee
	src/General/css/font-awesome.css
	src/General/html/Features/Index-navlinks.html
	src/Miscellaneous/ExpandComment.coffee
	src/Miscellaneous/Keybinds.coffee
	src/Monitoring/ThreadStats.coffee
	src/Posting/QR.captcha.coffee
	src/Posting/QR.coffee
	src/Theming/Banner.coffee
2014-05-03 06:20:04 -07:00
Zixaphir
e8a3f65c5f Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	package.json
2014-05-03 06:09:14 -07:00
Zixaphir
0fdeae4e77 Consolidate dimension-check code into QR.post.
Reduces redundant generation of video/image elements for thumbnail
generation and dimension check code by merging them into one routine
2014-05-03 06:05:28 -07:00
Mayhem
92e08cd76b Fix #1610 2014-05-03 14:37:32 +02:00
Zixaphir
47a726daca I don't know why this was changed. Long filenames are shit. 2014-05-03 02:52:39 -07:00
Zixaphir
a1601d8825 Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	package.json
	src/General/Build.coffee
	src/General/Index.coffee
	src/General/Main.coffee
	src/General/lib/post.class
	src/Monitoring/ThreadStats.coffee
2014-05-03 02:45:58 -07:00
Zixaphir
d8b8028459 Deal with some undefined behavior 2014-05-03 02:08:24 -07:00
Zixaphir
94332e2f62 Duplicate Config option 2014-05-03 02:05:09 -07:00
Zixaphir
523d6bd9c4 Merge branch 'ccd0' into v3
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.user.js
	builds/crx.crx
	builds/crx/script.js
	src/General/Build.coffee
	src/General/Index.coffee
	src/General/Main.coffee
	src/General/Navigate.coffee
	src/General/css/style.css
	src/General/html/Build/post.html
	src/General/html/Features/Index-navlinks.html
	src/General/lib/post.class
	src/Images/Gallery.coffee
	src/Images/ImageExpand.coffee
	src/Images/ImageHover.coffee
	src/Miscellaneous/Banner.coffee
	src/Miscellaneous/Keybinds.coffee
	src/Monitoring/ThreadUpdater.coffee
	src/Posting/QR.captcha.coffee
	src/Posting/QR.coffee
	src/Posting/QR.post.coffee
	src/Quotelinks/QuoteBacklink.coffee
	src/Quotelinks/Quotify.coffee
2014-05-03 02:03:35 -07:00
Zixaphir
ca9b0517de Merge some changes from appchan. 2014-05-03 01:09:35 -07:00
Brandon
663f1664e9 fix #704
hopefully this didn’t break anything else.
2014-05-02 11:21:53 -07:00
Mayhem
b5b86cd32f Don't mess with the wrong <hr>. 2014-04-30 15:49:13 +02:00
Mayhem
92afc23ef7 Merge pull request #1603 from Hupotronic/parsefile-fix
Use childNodes[2] for finding file resolution
2014-04-30 15:35:44 +02:00
Mayhem
a9b05047be Build pathnames taking into account the thread slug. 2014-04-30 15:30:46 +02:00
Hupotronic
174e540ee2 Use childNodes[2] for finding file resolution
ExLinks support vanilla 4chan and can add in its reverse image search link to the .fileText before 4chan X manages to parse it. As a result, 4chan X ends up looking at the reverse image search link for dimensions instead of the correct text element. Using childNodes[2] instead of lastChild fixes this.
2014-04-30 15:38:07 +03:00
Mayhem
61f57a7091 Fix #1602 2014-04-30 09:31:36 +02:00
Mayhem
9d4a7441e3 Fix parsing quotelinks in threads with slugs.
Fix #1577
Fix #1580
Fix #1589
Close #1598
2014-04-30 09:11:38 +02:00
Mayhem
ad8610b522 Pages start at 1 now. 2014-04-29 15:12:42 +02:00
ccd0
4fe98beb41 update setting description 2014-04-29 04:09:32 -07:00
ccd0
9c820f123d Revert "fix moot using a dummy Recaptcha key on several pages"
This reverts commit 74f270c3afa2daf8f64ea75d5f02752822a08579.
Looks like moot has fixed the problem, so we won't need this anymore.
2014-04-27 10:56:06 -07:00
ccd0
74f270c3af fix moot using a dummy Recaptcha key on several pages 2014-04-27 09:07:06 -07:00
ccd0
d0e9ec84ef dispatch 4chanXInitFinished events when in catalog 2014-04-26 20:35:38 -07:00
ccd0
726267d538 fix catalog settings link 2014-04-26 19:21:21 -07:00
Matěj Grabovský
20a5b89757 Use an elegant selector instead of a condition 2014-04-23 21:58:14 +02:00
Matěj Grabovský
373766e91a Fix Post.cleanup() breaking EXIF toggling 2014-04-23 21:43:45 +02:00
Brandon
ee3f2347af fix #703 2014-04-21 13:15:25 -07:00
ccd0
c64c9e23a5 fix my CSS again 2014-04-20 21:00:31 -07:00
ccd0
6c8e5e9297 probably not worth fixing 2014-04-20 14:08:23 -07:00
ccd0
bb8e75db34 fix chromium autohiding while resizing 2014-04-20 13:29:06 -07:00
ccd0
5c3891e43c fix QR being autohidden when it has focus 2014-04-20 13:01:43 -07:00
ccd0
da8ba3cf8c change /res/ URLs to /thread/ so our quote links don't reload the page 2014-04-20 10:46:32 -07:00
Zixaphir
d5a2f609da Let's try seeing if moot will let us not have to force-disable his ads. 2014-04-20 08:28:56 -07:00
Zixaphir
1df9bab835 Force flags. 2014-04-20 08:23:29 -07:00
Zixaphir
0c9a2b9006 Merge branch 'v3'
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
2014-04-20 08:10:51 -07:00
Zixaphir
871d7820b7 Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	package.json
2014-04-20 07:15:14 -07:00
Mayhem
71a88631ef Fix #1573. 2014-04-20 13:22:25 +02:00
ccd0
823eace903 begin work on restoring comment expansion 2014-04-19 21:44:13 -07:00
ccd0
6afed0ace9 less aggressive <hr> removal; this fixes unread line bug 2014-04-19 19:46:55 -07:00
Zixaphir
03041505af Change defaults to look more like 4chan 2014-04-19 16:57:38 -07:00
ccd0
bf45917000 Merge branch 'newnames'
Conflicts:
	src/General/lib/post.class
2014-04-19 16:57:17 -07:00
Zixaphir
d74834d406 Merge branch 'v3'
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
2014-04-19 16:56:16 -07:00
Zixaphir
26f491a0cc Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	package.json
2014-04-19 16:54:50 -07:00
ccd0
4f8b640e2c preserve hash when removing slugs 2014-04-19 16:26:37 -07:00
Mayhem
0280214f43 Fix file text building, and spoiler filename parsing. 2014-04-20 01:19:53 +02:00
ccd0
2d5b1646ca remove slugs, at least until moot fixes his HTML 2014-04-19 16:10:05 -07:00
ccd0
480f0e295e disable this piece of CSS entirely for now 2014-04-19 15:59:57 -07:00