Zixaphir
ae789f4ad8
Merge branch 'v3'
...
Conflicts:
LICENSE
builds/appchan-x.user.js
builds/crx/script.js
src/General/Index.coffee
src/General/Settings.coffee
src/General/lib/$.coffee
src/Posting/QuickReply.coffee
2013-12-24 16:18:47 -07:00
Zixaphir
91233b8d61
remove [].contains. It was a bad idea.
...
I shouldn't be messing with stuff like this without a really good
reason for doing so, and the longer I thought about it, the more
it occurred to me that I didn't have one.
2013-12-24 14:41:21 -07:00
Zixaphir
904316e4e0
Merge branch 'v3'
...
Conflicts:
CHANGELOG.md
LICENSE
builds/4chan-X.meta.js
builds/4chan-X.user.js
builds/crx/manifest.json
builds/crx/script.js
latest.js
package.json
src/General/Config.coffee
2013-10-13 14:42:58 -07:00
Zixaphir
91cedb3b89
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
html/General/Settings-section-Rice.html
img/changelog/3.9.0/0.png
package.json
src/Images/AutoGIF.coffee
src/Images/RevealSpoilers.coffee
src/Miscellaneous/ExpandComment.coffee
src/Miscellaneous/IDColor.coffee
src/Monitoring/Unread.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuoteInline.coffee
src/Quotelinks/QuotePreview.coffee
src/Quotelinks/QuoteYou.coffee
src/Quotelinks/Quotify.coffee
2013-10-13 13:53:38 -07:00
Mayhem
abdb3acdca
Fix #1292 .
2013-10-06 15:14:43 +02:00
Mayhem
10e93091d7
{Post,Thread}::callbacks => {Post,Thread}.callbacks
2013-10-02 11:38:15 +02:00
Mayhem
6a710cbf0e
Fix quotifying link hrefs in certain cases.
...
That's a 5 months old bug that didn't seem to affect anyone...
2013-09-18 00:30:13 +02:00
Zixaphir
72e3fc2585
Merge branch 'v3'
...
Conflicts:
CHANGELOG.md
Gruntfile.coffee
LICENSE
builds/appchan-x.user.js
builds/crx/manifest.json
builds/crx/script.js
package.json
src/General/Config.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/html/Features/QuickReply.html
src/General/img/favicons/xat-/unreadDead.png
src/General/img/favicons/xat-/unreadDeadY.png
src/General/img/favicons/xat-/unreadNSFW.png
src/General/img/favicons/xat-/unreadNSFWY.png
src/General/img/favicons/xat-/unreadSFW.png
src/General/img/favicons/xat-/unreadSFWY.png
src/General/meta/banner.js
src/General/meta/metadata.js
src/Images/ImageExpand.coffee
src/Monitoring/Favicon.coffee
src/Monitoring/ThreadWatcher.coffee
src/Posting/QuickReply.coffee
2013-08-18 11:17:07 -07:00
seaweedchan
5689ba0012
You class to quotelinks quoting you
...
Close #153
2013-08-18 02:07:58 -07:00
Zixaphir
ec32e54ef5
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
css/style.css
src/General/Config.coffee
src/General/meta/manifest.json
src/Posting/QuickReply.coffee
2013-08-17 21:00:31 -07:00
Zixaphir
d15f8ee728
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
Gruntfile.coffee
LICENSE
css/style.css
html/Posting/QR.html
img/changelog/3.2.0/0.png
package.json
src/General/Get.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Notice.coffee
src/General/Notification.coffee
src/General/Settings.coffee
src/General/img/icon.gif
src/General/lib/notification.class
src/Monitoring/Favicon.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuoteOP.coffee
2013-08-17 20:33:48 -07:00
Zixaphir
bc501dc022
Merge branch 'v3'
...
Conflicts:
.gitignore
CHANGELOG.md
LICENSE
builds/crx/manifest.json
builds/crx/script.js
latest.js
package.json
src/Filtering/PostHiding.coffee
src/Filtering/ThreadHiding.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/html/Monitoring/ThreadWatcher.html
src/Images/ImageExpand.coffee
src/Menu/Menu.coffee
src/Posting/QuickReply.coffee
2013-08-15 23:02:54 -07:00
Mayhem
0f2dfcdaeb
Fix QuoteOP for cross-board clones quoting their thread's OPs.
2013-08-15 22:09:45 +02:00
Mayhem
10c8ccc90d
Update prettyPrinting support.
2013-08-14 15:46:15 +02:00
seaweedchan
2fcbe0bf30
Merge Zixaphir X
2013-08-14 03:12:10 -07:00
Zixaphir
1f011dfd02
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
html/General/Header.html
package.json
src/Filtering/PostHiding.coffee
src/Filtering/ThreadHiding.coffee
src/General/Get.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/UI.coffee
src/Menu/Menu.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuoteOP.coffee
2013-08-14 03:02:03 -07:00
Mayhem
b7ddfa5c66
Shave a line and move a few things around in QuoteOP.
2013-08-13 19:10:57 +02:00
Mayhem
46c50baaba
Remove some useless code in QuoteCT.
2013-08-13 18:56:10 +02:00
Mayhem
2f13855508
Fixed a typo in QuoteCT which erroneously reported quotelinks inside cross-board clones as cross-thread quotelinks.
2013-08-13 18:53:32 +02:00
seaweedchan
b9b4efae5e
Merge in new thread watcher and change a few things
2013-08-13 00:03:29 -07:00
Zixaphir
6c2c9b281a
Merge branch 'v3'
...
Conflicts:
builds/crx/script.js
src/General/Config.coffee
src/General/Settings.coffee
src/Miscellaneous/ExpandComment.coffee
src/Monitoring/ThreadWatcher.coffee
2013-08-12 19:22:37 -07:00
Zixaphir
e0895c594a
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
css/style.css
src/Archive/Redirect.coffee
src/General/Build.coffee
src/General/Config.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/lib/$.coffee
src/General/lib/databoard.class
src/Monitoring/ThreadStats.coffee
src/Monitoring/ThreadUpdater.coffee
src/Monitoring/ThreadWatcher.coffee
2013-08-12 18:26:39 -07:00
seaweedchan
875f0cd4f8
Merge Zixaphir X
2013-08-12 00:07:39 -07:00
Zixaphir
73ea806592
Merge branch 'v3'
...
Conflicts:
Gruntfile.coffee
LICENSE
builds/crx/script.js
2013-08-10 14:41:26 -07:00
Zixaphir
6602bb885d
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
Gruntfile.coffee
package.json
src/Quotelinks/QuoteYou.coffee
2013-08-10 14:37:45 -07:00
Mayhem
4037133eb5
Remove useless comment.
2013-08-10 19:49:25 +02:00
Mayhem
e890680dc4
Fix missing @nodes..
2013-08-10 15:52:24 +02:00
Mayhem
1e439167d7
Shorter QuoteYou code.
...
Not sure why I had written it that way.
2013-08-10 15:46:48 +02:00
Mayhem
4b332e19e0
Fix #1196 , #1222 .
2013-08-10 15:26:34 +02:00
Zixaphir
70b00a1337
Merge branch 'v3'
...
Conflicts:
src/Quotelinks/QuoteYou.coffee
2013-08-09 20:33:42 -07:00
Zixaphir
1470c0e563
More oops
2013-08-09 20:19:08 -07:00
Zixaphir
ee291bad0c
Force stub menu to work
2013-08-09 19:21:26 -07:00
Zixaphir
22f4dd698a
Force stub menu to work
2013-08-09 18:52:49 -07:00
Zixaphir
da2a99c0ca
Merge branch 'v3'
...
Conflicts:
LICENSE
builds/crx/script.js
src/Quotelinks/QuoteYou.coffee
2013-08-09 01:10:31 -07: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
dbc8e21297
Merge branch 'v3'
...
Conflicts:
builds/crx/script.js
2013-08-08 23:56:30 -07:00
Zixaphir
6ba8d9ae8c
Keybind to scroll to posts quoting you.
2013-08-08 23:53:48 -07:00
Zixaphir
1a4871a01e
Merge branch 'v3'
...
Conflicts:
LICENSE
builds/crx/script.js
src/General/Main.coffee
src/Posting/QuickReply.coffee
2013-08-08 14:57:35 -07:00
Zixaphir
73250fcc3d
Fix #378
2013-08-08 14:49:31 -07:00
Zixaphir
ce6e317c98
Time to stop being silly.
2013-08-07 21:02:10 -07:00
Zixaphir
0b1bae2a48
Merge branch 'v3'
...
Conflicts:
LICENSE
builds/crx/script.js
2013-07-31 17:35:59 -07:00
Zixaphir
7064d0b54e
Fix QuoteThreading toggle.
2013-07-31 17:26:31 -07:00
Zixaphir
522d5476d8
Merge branch 'v3'
...
Conflicts:
LICENSE
builds/4chan-X.user.js
builds/crx/script.js
2013-07-25 14:53:26 -07:00
Zixaphir
22fde6fdb0
Fix quotelinks inside of resurrected posts
...
@MayhemYDG
2013-07-25 14:51:30 -07:00
Zixaphir
16b35dffce
Merge branch 'v3'
...
Conflicts:
.gitignore
CHANGELOG.md
Gruntfile.coffee
LICENSE
builds/crx/manifest.json
builds/crx/script.js
latest.js
package.json
src/General/Config.coffee
src/General/Globals.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/UI.coffee
src/General/css/style.css
src/General/meta/manifest.json
src/Posting/QuickReply.coffee
2013-07-21 09:01:27 -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
6c87f852be
Add comment about 4chan's issue concerning deadlinks inside code tags.
2013-07-19 15:45:04 +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