ccd0
37f0872f88
Ignore /pol/ fakedoubles in HTML building test.
2014-12-22 19:28:55 -08:00
ccd0
f095feeb03
Ignore randomized spoilers in HTML building test.
2014-12-22 18:43:44 -08:00
ccd0
28a0064a67
Allow for extensions that add text to link titles (#220?)
...
e.g. NoScript's Javascript link fixer.
2014-12-14 20:41:40 -08:00
ccd0
512fd1f78d
Add nodes.quote to Post object.
2014-12-14 20:28:33 -08:00
ccd0
4ac31962a2
Move nameBlock into post class.
2014-11-15 20:41:32 -08:00
ccd0
7c45f642f5
allow quotelinks, dice rolls, fortunes in catalog
2014-09-27 17:54:43 -07:00
ccd0
9e050bad65
Merge branch 'master' into catalog
...
Conflicts:
src/General/lib/thread.class
2014-09-19 22:04:39 -07:00
ccd0
e04e933438
use 4chan's new archived thread icon
2014-09-19 21:43:48 -07:00
ccd0
58973e4651
catalog: use copy of comment HTML from before running features like Linkify/Embed
2014-09-16 19:42:45 -07:00
Mayhem
12c319dd23
Add some default booleans to Posts and Threads.
...
Remove timeOfDeath as I won't get to use it anytime soon.
Fix #1456 .
Conflicts:
src/General/lib/thread.class
2014-09-14 15:43:40 -07:00
ccd0
0d648f3b85
ignore quote links inside [code] tags; they shoudn't be there and cause bugs
2014-08-16 08:06:06 -07:00
ccd0
7d14a5395f
hide spoilers in desktop notifications
2014-07-04 14:45:15 -07:00
ccd0
353d46dad9
fix Reveal Spoiler Thumbnails on archived posts
2014-07-01 00:43:29 -07:00
ccd0
eaa7e87d00
make URL normalization optional
2014-06-29 16:01:21 -07:00
ccd0
20006af4fe
prettify tweaks
2014-06-27 21:45:26 -07:00
ccd0
a914a29380
BuildTest: close menu, ignore whitespace diffs, better first diff finding
2014-06-27 19:58:09 -07:00
ccd0
deedfba851
add build switch for test code
2014-06-27 16:56:23 -07:00
ccd0
f25155ea8d
more work on testing procedure
2014-06-17 01:24:35 -07:00
ccd0
7a73160710
improve testing
2014-06-16 23:34:30 -07:00
ccd0
65048751ad
add test of HTML building
2014-06-16 19:29:10 -07:00
ccd0
79e9d06047
Fix errors due to <font> tag in file info on /s4s/
2014-06-16 11:20:10 -07:00
ccd0
50be3ab0bc
This doesn't actually fix anything
2014-05-17 20:54:52 -07:00
ccd0
bf45917000
Merge branch 'newnames'
...
Conflicts:
src/General/lib/post.class
2014-04-19 16:57:17 -07:00
ccd0
ac3b09e385
small improvements to file info parsing
2014-04-19 11:24:09 -07:00
ccd0
a54957689a
better filename parsing; should fix conflict with Exlinks
2014-04-19 10:41:22 -07:00
ccd0
7aeb46abb9
transition to new HTML
2014-04-19 00:28:19 -07:00
ccd0
6c3a0619f6
remove src, thumb from image links
2014-04-12 21:57:40 -07:00
ccd0
c0ea6f8e95
update quote link regexp to accept /thread/
2014-04-12 21:28:31 -07:00
ccd0
deeba623a0
contract thumbnails in hover preview
...
... and don't clone the video element
2014-04-07 15:48:56 -07:00
ccd0
03c25ee34a
add video expansion
2014-04-04 11:56:10 -07:00
Zixaphir
8ddf2b4e5f
Start working on tightening our control of the Navigation context
...
Currently breaks posting.
TODO:
* Fix style switching from NSFW to SFW (SFW to NSFW works)
- It is worth noting this used to work.
* Fix post form not updating its currently selected thread.
* Fix navigation between threads in different boards (same boards
works? Maybe?)
* Handle race conditions due to pop states.
- I'm having a lot of trouble wrapping my mind around this one.
Mostly due to the fact that I have no idea where to begin with
it. But this isn't a big issue unless you pop state multiple
times within seconds.
I just need some exceptions when we try to disconnect features
that haven't even finished connecting due to threads not being
available yet.
Most of the early issues, like double-backlinks, incorrect
thumbnails, etc, have been fixed, I think. Or at least I'm no
longer running into them all the time.
2014-01-18 02:34:18 -07:00
Zixaphir
dc5daeba06
I really don't like iterating through objects.
2014-01-14 20:17:44 -07:00
Zixaphir
6c1eef61c0
Fix "Mark Quotes of You"
...
God, that option name is dumb
2014-01-13 19:09:41 -07:00
Zixaphir
5785f9cda3
;__;
2014-01-08 11:57:54 -07:00
Zixaphir
f067d990c6
Start work on more or less JSONing everything
...
Obviously to start, I want to make adding and removing callbacks
simpler, because I'm going to need to be disabling and enabling
features on the fly quite a lot, I'm guessing.
2014-01-07 13:37:14 -07:00
Zixaphir
b38f63e313
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
Gruntfile.coffee
src/Filtering/PostHiding.coffee
src/General/Build.coffee
src/General/lib/$.coffee
src/Menu/Menu.coffee
src/Posting/QuickReply.coffee
2013-12-25 10:54:21 -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
adaa09aaaa
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Fix some issues with previous merge.
Conflicts:
CHANGELOG.md
package.json
src/General/Header.coffee
src/Linkification/Linkify.coffee
2013-12-06 17:11:36 -07:00
Zixaphir
a3c1afa5cd
Merge -- probably bugged until I sort out everything
...
that's actually changed. Honestly, all I wanted was the
4cdn changes, but any excuse to merge was good enough, I guess.
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
CHANGELOG.md
Gruntfile.coffee
changelog-old
css/style.css
html/General/Settings.html
html/Monitoring/ThreadUpdater.html
html/Monitoring/ThreadWatcher.html
html/Posting/QR.html
package.json
src/Filtering/ThreadHiding.coffee
src/General/Build.coffee
src/General/Config.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/lib/post.class
src/General/meta/manifest.json
src/Images/ImageExpand.coffee
src/Meta/banner.js
src/Miscellaneous/ExpandComment.coffee
src/Miscellaneous/ExpandThread.coffee
src/Miscellaneous/Keybinds.coffee
src/Miscellaneous/Nav.coffee
src/Monitoring/Favicon.coffee
src/Monitoring/ThreadStats.coffee
src/Monitoring/ThreadUpdater.coffee
src/Monitoring/ThreadWatcher.coffee
src/Monitoring/Unread.coffee
src/Posting/QuickReply.coffee
2013-11-22 17:25:06 -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
Jordan Bates
3470929e05
Merge some mayhem changes
2013-09-19 07:27:53 -07:00
Zixaphir
ccc0335b79
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
LICENSE
css/style.css
html/Monitoring/ThreadWatcher.html
json/archives.json
package.json
src/General/Config.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/img/favicons/empty.gif
src/Linkification/Linkify.coffee
src/Miscellaneous/ExpandComment.coffee
src/Monitoring/Favicon.coffee
src/Monitoring/ThreadWatcher.coffee
src/Monitoring/Unread.coffee
src/Posting/QuickReply.coffee
2013-08-22 12:10:33 -07:00
seaweedchan
875f0cd4f8
Merge Zixaphir X
2013-08-12 00:07:39 -07: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
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
Zixaphir
f41a40c1ad
Forgot to add links to the post datatype
2013-08-04 19:47:07 -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
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