4917 Commits

Author SHA1 Message Date
ccd0
6439b8d7aa Partly restore Mayhem's captcha fix
Destroy captcha after posting instead of reloading it.
Not strictly necessary since Google no longer blocks caching
but a good idea to reduce the number of captcha loads.

Keep captcha caching.
2014-04-28 21:04:35 -07:00
ccd0
a122981aa9 Revert "Fix captchas, again. #1531"
This reverts commit fd703d42bad855d9e103ecbdb2628fcef94b9651.

Conflicts:
	CHANGELOG.md
2014-04-27 18:28:50 -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
e1ff987c1e enable keybinds on catalog 2014-04-26 22:51:48 -07:00
ccd0
02620f9567 keep "Start a Thread" button from being hidden in catalog 2014-04-26 21:13:40 -07:00
ccd0
d0e9ec84ef dispatch 4chanXInitFinished events when in catalog 2014-04-26 20:35:38 -07:00
ccd0
c1ea97cb6f remove old InfiniScroll code 2014-04-26 19:39:17 -07:00
ccd0
726267d538 fix catalog settings link 2014-04-26 19:21:21 -07:00
Mayhem
b8a9b4a47f Merge pull request #1591 from mgrabovsky/br-quoting-fix
Fix handling line breaks when quoting selection in QR
2014-04-26 22:24:11 +02:00
Matěj Grabovský
a531e834a1 Fix handling <br>s when quoting selection in QR
The previous code caused, among others, merging of two-line selections
into one line.
2014-04-26 21:01:13 +02:00
fgts
0ea8b0b33c Update archives.json 2014-04-25 20:49:47 -07:00
NoneGiven
d9bcd96360 Pages start at 1
Warn when on the last page, not second-to-last
2014-04-25 20:57:26 -05: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
ac59c19991 Merge branch 'expandcomment' 2014-04-20 01:21:56 -07:00
ccd0
cc0cc82c4c fix comment expansion 2014-04-20 01:21:37 -07:00
ccd0
6fb54490c2 fix bug in quote threading 2014-04-20 00:40:10 -07:00
ccd0
bbcec90c22 deal with relative URLs in JSON properly 2014-04-19 22:01:08 -07: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
3856668d42 Release appchan x v2.9.19. 2014-04-19 17:17:57 -07:00
Zixaphir
67b4905aa1 Release appchan x v2.9.18. 2014-04-19 17:10:41 -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
ccd0
2848580ca4 remove unwanted hr 2014-04-19 15:59:13 -07:00
Mayhem
aa7cf349e8 Fix filename parsing. Close #1568 2014-04-20 00:58:31 +02:00
Zixaphir
41ec3933cd Merge branch 'v3'
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/appchan-x.user.js
	builds/crx/manifest.json
	builds/crx/script.js
	package.json
	src/General/Navigate.coffee
	src/Miscellaneous/Keybinds.coffee
	src/Posting/QR.coffee
2014-04-19 15:48:11 -07:00
ccd0
ec03ab524d Merge branch 'page1' 2014-04-19 15:28:56 -07:00
ccd0
ac3b09e385 small improvements to file info parsing 2014-04-19 11:24:09 -07:00
ccd0
a54957689a better filename parsing; should fix conflict with Exlinks 2014-04-19 10:41:22 -07:00
ccd0
7aeb46abb9 transition to new HTML 2014-04-19 00:28:19 -07:00
ccd0
626d701756 fix (You) in backlinks 2014-04-15 01:05:39 -07:00