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 |
|
Zixaphir
|
cb30242ae8
|
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
src/General/Header.coffee
|
2013-08-05 14:37:23 -07:00 |
|
Mayhem
|
b36cf54d83
|
Make use of a few CoffeeScript filters.
|
2013-08-05 23:30:39 +02:00 |
|
Zixaphir
|
d5553cf5fd
|
TwitchTV embedding (live and archive)
|
2013-08-05 14:05:29 -07:00 |
|
Zixaphir
|
c44014b19e
|
Lets stop filling syntactical fields with non-meta-data
|
2013-08-05 13:01:44 -07:00 |
|
Zixaphir
|
250323d304
|
Vine
|
2013-08-05 12:19:26 -07:00 |
|
Mayhem
|
6cf7373b93
|
Fix #1162.
|
2013-08-05 21:19:20 +02:00 |
|
Zixaphir
|
9eda79c24c
|
Fix Linkify in Chrome
Was skipping every other URL if they were on trailing lines
|
2013-08-05 00:05:02 -07:00 |
|
Zixaphir
|
1640ef5da1
|
Add cachedTitles to Conf
|
2013-08-04 23:05:01 -07:00 |
|
Zixaphir
|
f41a40c1ad
|
Forgot to add links to the post datatype
|
2013-08-04 19:47:07 -07:00 |
|
Zixaphir
|
2fa674c782
|
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
Gruntfile.coffee
json/archives.json
src/Archive/Redirect.coffee
src/General/lib/$.coffee
src/Monitoring/Unread.coffee
|
2013-08-04 19:44:42 -07:00 |
|
Zixaphir
|
a54bc6a076
|
Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3
Conflicts:
CHANGELOG.md
LICENSE
builds/4chan-X.user.js
builds/crx/script.js
|
2013-08-04 19:02:55 -07:00 |
|
Zixaphir
|
b60ddfe907
|
I think this is safer.
|
2013-08-04 18:55:10 -07:00 |
|
Zixaphir
|
a6f6f44d58
|
Linkifier Rewrite
|
2013-08-04 18:47:04 -07:00 |
|
Jordan Bates
|
d0bbe13172
|
Release 4chan X v1.2.25.
|
2013-08-04 14:32:25 -07:00 |
|
Jordan Bates
|
ebb2d0bf75
|
Not sure how no one caught this.
|
2013-08-04 14:22:26 -07:00 |
|
Mayhem
|
03a8435a94
|
Fix duplicate data property in object literal not allowed in strict mode.
|
2013-08-01 22:10:51 +02:00 |
|
Mayhem
|
e5db696b87
|
Remove the .webkit class. Use .blink instead.
|
2013-08-01 21:51:26 +02:00 |
|
Mayhem
|
e07346a35f
|
'use strict';
|
2013-08-01 21:42:53 +02:00 |
|
Mayhem
|
b83e536c86
|
Don't save the unread count if the thread is dead.
|
2013-08-01 20:41:23 +02:00 |
|
Zixaphir
|
093fd54413
|
Fix $.open
Should fix the issue with opening things in new tabs. Yes, I'm dumb
|
2013-08-01 10:26:06 -07:00 |
|
Zixaphir
|
4317526923
|
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
.gitattributes
src/Posting/QuickReply.coffee
|
2013-07-31 17:39:46 -07:00 |
|
Zixaphir
|
7064d0b54e
|
Fix QuoteThreading toggle.
|
2013-07-31 17:26:31 -07:00 |
|
Mayhem
|
6ee8dc83a7
|
Fix #1210
We were inserting the same Post twice in QR.posts,
once in the constructor, and once in the splice.
|
2013-07-30 15:13:33 +02:00 |
|
Zixaphir
|
392d6e255e
|
Reduce loops in Redirect.init
|
2013-07-29 11:36:07 -07:00 |
|
Mayhem
|
5cd7e0c5e0
|
Whitespace fixes.
|
2013-07-28 19:53:41 +02:00 |
|
Zixaphir
|
22fde6fdb0
|
Fix quotelinks inside of resurrected posts
@MayhemYDG
|
2013-07-25 14:51:30 -07:00 |
|
Zixaphir
|
d01c811fe2
|
Another indexOf I missed.
|
2013-07-24 22:06:08 -07:00 |
|
Zixaphir
|
dd4d979276
|
Still being different for the sake of being difficult
|
2013-07-24 22:01:48 -07:00 |
|
Zixaphir
|
0ac6747810
|
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
json/archives.json
src/General/Main.coffee
|
2013-07-24 21:55:26 -07:00 |
|
Zixaphir
|
44a2b378ca
|
Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3
Conflicts:
CHANGELOG.md
LICENSE
builds/4chan-X.user.js
builds/crx/script.js
package.json
src/Posting/QuickReply.coffee
|
2013-07-24 21:49:24 -07:00 |
|
seaweedchan
|
979694a973
|
Release 4chan X v1.2.24.
|
2013-07-24 02:12:15 -07:00 |
|
Matt Wilmink
|
aba70b9f15
|
Fix #118
|
2013-07-23 22:46:20 -04:00 |
|
seaweedchan
|
c34f6693cb
|
Release 4chan X v1.2.22.
|
2013-07-23 01:54:28 -07:00 |
|
Jordan Bates
|
07cb9074e0
|
Better error message
Close #96
|
2013-07-22 08:52:18 -07:00 |
|
Jordan Bates
|
c9ec6b5497
|
Fix #113
|
2013-07-22 08:38:49 -07:00 |
|
Jordan Bates
|
3be249323a
|
Change some defaults
|
2013-07-22 08:12:10 -07:00 |
|
Jordan Bates
|
3e35ced05e
|
Fix captcha caching across threads
|
2013-07-22 07:52:02 -07:00 |
|
Mayhem
|
d0dac27ca7
|
Factor Post::parseQuote out of Post::parseQuotes
|
2013-07-22 15:37:25 +02:00 |
|
Mayhem
|
a344ef4afa
|
Faster Post::parseQuotes
What changed is 4~6 times faster.
|
2013-07-22 15:31:23 +02:00 |
|
Mayhem
|
b628cd7eba
|
Faster Post::parseQuotes
What changed is about 3~4 times faster now.
Resulting code is also less complex.
|
2013-07-22 15:06:44 +02:00 |
|
Mayhem
|
d583c74049
|
Add the error name and error message in Firefox error reports.
Chrome gives the error name and error message in the stack trace already.
Also, no need to check `if stack` since we already filter them.
|
2013-07-22 11:48:20 +02:00 |
|
Zixaphir
|
d2bcf840ff
|
Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3
Conflicts:
CHANGELOG.md
LICENSE
builds/4chan-X.user.js
builds/crx/script.js
src/Archive/Redirect.coffee
|
2013-07-21 08:43:58 -07:00 |
|
Zixaphir
|
582d067a10
|
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
CHANGELOG.md
CONTRIBUTING.md
Gruntfile.js
README.md
changelog-old
css/style.css
html/Monitoring/ThreadStats.html
html/Posting/QR.html
json/archives.json
package.json
src/Archive/Redirect.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/UI.coffee
src/General/html/Settings/Filter-guide.html
src/General/lib/$.coffee
src/General/lib/clone.class
src/General/lib/post.class
src/Images/ImageHover.coffee
src/Menu/Menu.coffee
src/Monitoring/ThreadUpdater.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuotePreview.coffee
src/Quotelinks/Quotify.coffee
|
2013-07-21 08:39:40 -07:00 |
|
Mayhem
|
8a9df9d15a
|
Tiny optimization to avoid calling QR.status() multiple times when closing the QR.
|
2013-07-20 18:19:51 +02:00 |
|