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 |
|
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 |
|
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 |
|
Jordan Bates
|
b3db117d71
|
Make pointer event removal more specific
|
2013-07-15 19:33:40 -07:00 |
|
Jordan Bates
|
d65fd4e376
|
No pointer events for scroll marker
|
2013-07-15 08:04:33 -07:00 |
|
Mayhem
|
1640ab5109
|
No need to allocate data to see if it's truthy in Post::parseComment.
|
2013-07-14 23:13:40 +02:00 |
|
Mayhem
|
33d3518e76
|
"id" -> "ID" in dataset suffixes.
|
2013-07-14 19:03:22 +02:00 |
|
Mayhem
|
ddbec61e1b
|
Use dataset setters instead of setAttribute.
|
2013-07-14 18:51:02 +02:00 |
|
Jordan Bates
|
9ba459ea8a
|
Release 4chan X v1.2.19.
|
2013-07-14 03:58:01 -07:00 |
|
Mayhem
|
8560f204b2
|
Remove userjs support and Presto-related code.
Add `minimum_opera_version` in the manifest.
Up the min Chrome version for unprefixed MutationObserver support.
|
2013-07-08 19:09:23 +02:00 |
|
Mayhem
|
e16fefb31f
|
Firefox has stack-less errors.
Filter those errors out, and when possible don't send anything.
|
2013-07-07 21:45:30 +02:00 |
|
Mayhem
|
8854f9a06f
|
Fix flag building.
|
2013-07-02 18:50:46 +02:00 |
|
Mayhem
|
b3d38cbabd
|
contextFromLink -> contextFromNode
|
2013-07-02 18:21:05 +02:00 |
|
Mayhem
|
2939a81a21
|
Fix #1177
|
2013-07-02 10:06:17 +02:00 |
|
Mayhem
|
125e1bdee7
|
504s are not legit pages.
|
2013-07-01 22:07:03 +02:00 |
|
Mayhem
|
badc11d4c0
|
The 4chanMainInit event is now dispatched in the catalog too.
|
2013-06-29 16:34:54 +02:00 |
|
Mayhem
|
d1d2149258
|
Simplify #377 fix.
|
2013-06-27 01:27:31 +02:00 |
|
Mayhem
|
f0504247c5
|
Truly fix #377.
|
2013-06-26 21:06:47 +02:00 |
|
Mayhem
|
fefc928385
|
Fix censoring of stack traces not actually being taken into account.
|
2013-06-26 11:15:03 +02:00 |
|
Mayhem
|
0f494812a3
|
Fix Post::parseFile, one last time
|
2013-06-26 11:08:59 +02:00 |
|
Mayhem
|
539ff3bcf4
|
Fix Post::parseFile again
|
2013-06-26 11:01:38 +02:00 |
|
Mayhem
|
20f6aba5f2
|
Fix Post::parseFile
|
2013-06-26 10:04:20 +02:00 |
|
Mayhem
|
827bdf9f25
|
Top-class Opera moderators.
|
2013-06-26 01:50:06 +02:00 |
|
Mayhem
|
03e3dc5ceb
|
Post::parseFile
|
2013-06-26 01:10:42 +02:00 |
|
Mayhem
|
6213853f67
|
Always give integers for thread IDs.
|
2013-06-25 20:50:11 +02:00 |
|
Mayhem
|
51358e328a
|
Shave a couple of lines.
I probably did this for perf reasons, but it most likely doesn't make much of a difference.
|
2013-06-25 20:49:57 +02:00 |
|
Mayhem
|
a7346b6103
|
Fix #377 with a workaround.
|
2013-06-24 22:33:47 +02:00 |
|
Mayhem
|
80afed86b6
|
Fix missing ),
|
2013-06-24 19:51:47 +02:00 |
|
Mayhem
|
3269103100
|
Silghtly faster Post::parseQuotes by not checking if in .capcodeReplies in replies.
|
2013-06-24 19:41:46 +02:00 |
|
Mayhem
|
46b770c658
|
Remove the full path to the script in Firefox stack traces.
Close #1143.
|
2013-06-22 23:21:52 +02:00 |
|
Mayhem
|
d154bab227
|
Simpler d.readyState usage.
|
2013-06-22 22:14:59 +02:00 |
|
Mayhem
|
1412fca138
|
Element #apply-css doesn't exist in the document when opening via Edit custom board navigation.
|
2013-06-21 20:10:18 +02:00 |
|
Mayhem
|
e053e4d0bd
|
Simplification of the previous fix.
|
2013-06-18 19:40:13 +02:00 |
|
noface
|
4ba431b1db
|
Fix twitter not being selectable in Custom Navigation.
|
2013-06-18 15:03:48 +02:00 |
|
Jordan Bates
|
edba273868
|
Remove CSS that forces full images onto own line
Close #105
|
2013-06-17 06:52:02 -07:00 |
|
Jordan Bates
|
96e5f3139b
|
Add active class to .menu-button if open
Close #106
|
2013-06-15 07:57:32 -07:00 |
|
Jordan Bates
|
f5a3c3abd0
|
Close #97
|
2013-06-14 07:24:01 -07:00 |
|
seaweedchan
|
972a8b5261
|
Indicate Spoilers -> Reveal Spoilers, changelog
|
2013-06-14 03:37:41 -07:00 |
|
seaweedchan
|
f6d8ee29ae
|
Close #102
|
2013-06-14 03:30:18 -07:00 |
|
seaweedchan
|
af21ad07bc
|
Merge Mayhem X
|
2013-06-14 03:14:54 -07:00 |
|
Mayhem
|
d8f08ce07e
|
Fix #1154.
|
2013-06-11 20:52:35 +02:00 |
|
Mayhem
|
029a2dac2c
|
Close #1147.
|
2013-06-10 17:25:15 +02:00 |
|
Mayhem
|
45fcd8f59d
|
Safer DB.set
|
2013-06-08 20:46:15 +02:00 |
|
Mayhem
|
e9f3b512b5
|
Fix #1144.
|
2013-06-07 14:01:41 +02:00 |
|