4954 Commits

Author SHA1 Message Date
Zixaphir
08e7a8a6c4 This will get better when MediaCrush's API improves? 2013-08-10 02:04:41 -07:00
Zixaphir
e21de118b1 XPath magic is hurd 2013-08-09 21:06:04 -07:00
Zixaphir
1470c0e563 More oops 2013-08-09 20:19:08 -07:00
Zixaphir
10a2a96a96 Oops 2013-08-09 19:40:21 -07:00
Zixaphir
8b992d42ed Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	CHANGELOG.md
	src/General/Config.coffee
	src/General/Main.coffee
	src/General/lib/$.coffee
	src/Miscellaneous/Time.coffee
2013-08-09 19:36:40 -07:00
Zixaphir
ee291bad0c Force stub menu to work 2013-08-09 19:21:26 -07:00
Mayhem
6f6c1be3b1 Fix #1219. 2013-08-09 18:44:22 +02:00
Mayhem
0b55e34361 Allow fetching posts for archives that require credentials. 2013-08-09 12:41:59 +02:00
Zixaphir
97f7cca2b1 Just a couple checks 2013-08-09 01:08:39 -07:00
Zixaphir
c438ab6c3b Highlight posts that quote you when scrolling to them
update window.location because lolwhynot
2013-08-09 01:05:10 -07:00
Zixaphir
00fc8013bf Changelog 2013-08-08 23:55:25 -07:00
Zixaphir
6ba8d9ae8c Keybind to scroll to posts quoting you. 2013-08-08 23:53:48 -07:00
Zixaphir
191dc4911f Initial attempt at implementing 404 redirection when 4chan is down
http://github.com/zixaphir/appchan-x/issues/394
2013-08-08 20:25:36 -07:00
Zixaphir
3429708725 Undo some changes to Unread.read 2013-08-08 19:10:36 -07:00
Zixaphir
bcc68168b0 Fix Unread.read 2013-08-08 17:01:42 -07:00
Zixaphir
73250fcc3d Fix #378 2013-08-08 14:49:31 -07:00
Zixaphir
bd1dc8cb53 Fix #298 2013-08-08 14:35:26 -07:00
Zixaphir
254fa9959b And a couple more fixes #136 2013-08-08 14:27:38 -07:00
Zixaphir
ee4ece2574 Fix a few features identifying themselves incorrectly
A few refactors to ColorUserIDs
2013-08-08 14:18:44 -07:00
Mayhem
2cbf3d909d Tweak dice code further. #1218
Also use `data` instead of `textContent` as it performs faster.
2013-08-08 17:28:35 +02:00
Mayhem
8c95fe1995 Tweak Dice code. #1218 2013-08-08 11:25:03 +02:00
Mayhem
23b9459fa4 Merge pull request #1218 from carboncopy/dice
Dice
2013-08-08 00:57:22 -07:00
Zixaphir
ce6e317c98 Time to stop being silly. 2013-08-07 21:02:10 -07:00
carboncopy
5eabd9ce0d updated changelog 2013-08-07 15:56:58 -05:00
Zixaphir
80884e2bde Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	src/General/Main.coffee
	src/General/lib/$.coffee
	src/Monitoring/Unread.coffee
	src/Posting/QuickReply.coffee
2013-08-07 13:53:35 -07:00
carboncopy
bcbae6c84f display rolled dice while on /tg/ 2013-08-07 15:53:15 -05:00
Mayhem
773f2cfe0f Use xhr.responseType = 'document'. 2013-08-07 20:04:47 +02:00
Mayhem
39f30c1d0e Slightly simplify $.ajax. 2013-08-07 19:55:25 +02:00
Mayhem
bbe93eb475 Shave a line. 2013-08-07 15:24:21 +02:00
Zixaphir
8b01a46f30 I have a thing about these kinda things. 2013-08-07 01:54:29 -07:00
Zixaphir
0325539d43 Let's dig. 2013-08-07 00:21:26 -07:00
Zixaphir
2234d9141f I don't like it. 2013-08-06 23:47:56 -07:00
Zixaphir
14d9bbaeff We're allowed to be funny. 2013-08-06 22:13:13 -07:00
Zixaphir
c325b9eeda Let's just add some CoffeeScript flavor where possible <3 2013-08-06 22:07:21 -07:00
Zixaphir
3384c1b362 Unneeded. 2013-08-06 22:03:04 -07:00
Zixaphir
1c4f4cea24 Fix some conflicts with auto-embed and link title
Also, less `Function.call(this)`
2013-08-06 21:54:14 -07:00
Zixaphir
463d6607f6 My recent preference of while loops is because of _len 2013-08-06 21:14:47 -07:00
Zixaphir
4ff97f9435 Fix issues with clones, re-add auto-embed 2013-08-06 21:05:34 -07:00
Zixaphir
b47aea7055 Restore node to previous state instead of replacing node with url 2013-08-06 19:47:23 -07:00
Zixaphir
1b89039977 I hate this. 2013-08-06 17:17:34 -07:00
Zixaphir
9159f7adbc I think I'm satisfied with this now. 2013-08-06 14:16:49 -07:00
Zixaphir
5507168019 Forgot to account for hidden posts. 2013-08-06 13:55:44 -07:00
Zixaphir
1227cbd847 Small simplify 2013-08-06 13:37:24 -07:00
Zixaphir
7939d24640 Fix "Advance on contract" option with Quote Threading 2013-08-06 13:33:57 -07:00
Zixaphir
d02ce2ff0f Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	src/General/Header.coffee
	src/Images/ImageExpand.coffee
	src/Monitoring/ThreadUpdater.coffee
2013-08-06 13:12:41 -07:00
Zixaphir
9b5cb52619 Personal choices 2013-08-06 12:14:23 -07:00
Mayhem
738a175f43 Avoid using {d.body,doc}.scroll{Top,Left}, use window.scroll[...] instead. 2013-08-06 21:11:03 +02:00
Zixaphir
fe20262e5e Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	src/Miscellaneous/ExpandThread.coffee
2013-08-06 12:01:16 -07:00
Mayhem
be7a4052fd Close #1106 2013-08-06 16:28:54 +02:00
Mayhem
63cd0aa164 ExpandThread tweaking.
Also fix code trying to $.off `ExpandThread.cb.toggle`.
2013-08-06 15:27:16 +02:00