7031 Commits

Author SHA1 Message Date
Kabir Sala
5b9b7e3802 Handle edge cases, aka why name is not a separate header 2014-02-17 01:21:02 +01:00
Mayhem
f8cd67b4ed Close #1455. 2014-02-16 22:57:03 +01:00
Brandon
e4a781cea6 basic /f/ fixup css 2014-02-16 12:33:39 -08:00
Zixaphir
0b65c2af56 Release appchan x v2.8.11. 2014-02-16 05:58:51 -07:00
Zixaphir
4e4bff6a54 Oops 2014-02-16 05:58:23 -07:00
Zixaphir
5628c117fc Release appchan x v2.8.10. 2014-02-16 05:50:58 -07:00
Zixaphir
62f42508c2 Less redundancy 2014-02-16 05:47:45 -07:00
Zixaphir
20ee5dc809 Try again to be less crazy controlling about non-appchan stylesheets 2014-02-16 05:44:01 -07:00
Zixaphir
3c102d4823 Fix #568 2014-02-16 05:22:35 -07:00
Zixaphir
a9ff7e8d7e Fix Gallery menu-button 2014-02-16 04:40:35 -07:00
Zixaphir
57dab55dcb Add an option to hide navLink UI. #572 2014-02-16 04:37:12 -07:00
Zixaphir
7f69ba59fb resolve #472 2 2014-02-16 04:25:29 -07:00
Zixaphir
9dc9d96574 Unread part of #579 2014-02-16 04:16:33 -07:00
Zixaphir
cab9cef36e Remove last ad plea 2014-02-16 04:10:30 -07:00
Zixaphir
51219252aa Merge branch 'v3'
Conflicts:
	builds/appchan-x.user.js
	builds/crx/script.js
2014-02-16 04:02:31 -07:00
Zixaphir
6649e8519c Fix unread count + thread updater with quote threading enabled
See guys, fix one thing, break another!
2014-02-16 03:15:23 -07:00
Zixaphir
b3f937f5c8 Fix JSON Navigation unread count 2014-02-16 03:11:27 -07:00
Zixaphir
ff1467b7e5 Fix #581, Fix #580 2014-02-16 02:32:33 -07:00
Zixaphir
32ef5929cd Merge branch 'v3'
Conflicts:
	builds/appchan-x.user.js
	builds/crx/script.js
2014-02-16 02:28:12 -07:00
Zixaphir
32b020c701 Fix titlelink. 2014-02-16 02:27:26 -07:00
Zixaphir
979650f745 Merge branch 'master' of github.com:zixaphir/appchan-x
Conflicts:
	src/Posting/QR.captcha.coffee
2014-02-16 02:22:48 -07:00
Zixaphir
d11b435134 Merge branch 'v3'
Conflicts:
	CHANGELOG.md
	LICENSE
	README.md
	builds/appchan-x.user.js
	builds/crx/icon16.png
	builds/crx/icon48.png
	builds/crx/manifest.json
	builds/crx/script.js
	latest.js
	package.json
	src/General/Config.coffee
	src/General/html/Features/QuickReply.html
	src/General/img/icon16.png
	src/General/img/icon48.png
	src/Miscellaneous/Emoji.coffee
	src/Posting/QR.captcha.coffee
	src/Posting/QR.coffee
2014-02-16 02:17:36 -07:00
Zixaphir
6536d5a2b3 Yeah, let's start the day with obviously erroneous code! 2014-02-16 01:07:32 -07:00
Zixaphir
cf8ea0803e Changelog 2014-02-16 01:02:35 -07:00
Zixaphir
6dd0cac797 Merge branch 'master' of https://github.com/Spittie/4chan-x into v3
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/crx/script.js
	src/Archive/Redirect.coffee
	src/General/Header.coffee
	src/Monitoring/Favicon.coffee
2014-02-16 01:00:41 -07:00
Mayhem
03de2816cc warosu archives /biz/.
Also add /d/ to foolz beta.
2014-02-16 01:09:44 +01:00
Spittie
7a7d0ec686 Update README.md
For some reasons, github download the addon and doesn't install it.
2014-02-16 00:07:56 +01:00
Mayhem
70fd543073 Hide the .page-num in archived posts. 2014-02-15 22:58:34 +01:00
Kabir Sala
531ebd9cce Update builds 2014-02-15 22:53:31 +01:00
Kabir Sala
530b4bedba Update builds 2014-02-15 22:51:45 +01:00
Kabir Sala
c409efe5f3 Update CHANGELOG 2014-02-15 22:50:36 +01:00
Kabir Sala
6889b0bf99 Update README 2014-02-15 22:48:14 +01:00
Kabir Sala
471cf4f2f7 Add Firefox XPI 2014-02-15 22:46:50 +01:00
Mayhem
8e423493ac Fix quote markers on backlinks in clones. 2014-02-15 22:43:03 +01:00
Mayhem
d8049013f5 Fix incorrect OP/cross-thread markers on some backlinks. 2014-02-15 22:35:15 +01:00
Kabir Sala
017502e0dd Twitter embedding 2014-02-15 22:26:12 +01:00
Mayhem
7df0fd1414 Simplify QuoteMarkers.parseQuotelink arguments. 2014-02-15 22:24:10 +01:00
Mayhem
004c3f74ed Re-think the Quote Backlink implementation.
Before this rewrite, containers and backlinks were created even if the relevant
post did not exist in the page. If the post would never end up existing, it
resulted in a waste of resources. QuoteBacklink's cache also prevented these
containers and backlinks from being garbage collected.
We now only store a map of fullIDs. This feature should be faster since less
elements gets allocated, although the difference is probably negligible.
2014-02-15 21:49:04 +01:00
Spittie
39b8dafc54 Add /biz/ 2014-02-15 17:25:01 +01:00
Mayhem
f7d048de7b Release 4chan X v3.18.0. 2014-02-15 16:19:28 +01:00
Mayhem
8b5912b77d Archive links with no archive should keep custom text.
Don't return too early then.
2014-02-15 16:08:17 +01:00
Mayhem
759dc8abd7 Fix file info preview in the settings. 2014-02-15 15:54:47 +01:00
Mayhem
216f7c3abb rm Clean Links config. 2014-02-15 00:51:47 +01:00
Mayhem
e6198d4014 Remove <wbr>s in links, use CSS to break. 2014-02-15 00:37:39 +01:00
Mayhem
715724df29 {Add name,rm size} attributes on .persona .field inputs. 2014-02-14 23:41:52 +01:00
Mayhem
fe5f19d705 Add board-mode and board-sort to custom board navigation. 2014-02-14 21:44:29 +01:00
Mayhem
9eda01601c Merge pull request #1451 from woxxy/v3
Adding /biz/ to foolz archives
2014-02-14 00:39:34 +01:00
Enzo Moretti
ef2eadd145 Adding /biz/ to foolz archives 2014-02-14 00:36:13 +01:00
Spittie
b54594f1d0 Update CHANGELOG.md 2014-02-13 18:42:22 +01:00
Spittie
5662f97b5b Update CHANGELOG.md 2014-02-13 18:41:39 +01:00