52 Commits

Author SHA1 Message Date
ccd0
fba3d2d18e Make HTML templates output Javascript, part 3. #829 2019-07-25 19:48:06 -07:00
ccd0
d41c0cf96d Make scroll to post quoting you keybinds work on Tinyboard/vichan. #2171 2019-07-24 14:41:49 -07:00
ccd0
a6ab951170 Fix Tinyboard/vichan post form redirecting before your posts can be recorded as yours. #2171 2019-07-11 00:29:48 -07:00
ccd0
f24ebbd648 Revert reversion of DataBoard / forceSync changes.
This reverts commit ea08bc882230289d675c58c64572d6a7bd0c4a7a.
2018-01-23 22:17:31 -08:00
ccd0
ea08bc8822 Revert "Asynchronous version of DataBoard.forceSync."
This reverts commit fbee3c2df256b5152efd0682904837f0e13b6411.

Revert "Eliminate $.forceSync from QuoteYou."

This reverts commit f924beb2801b232dcbfa04e6d9d1abb2f6810ec3.

Revert "Better protection against race conditions that can lead to data loss in DataBoard."

This reverts commit 8d0a6cf97f263e0735b3002466328285e5a37454.
2018-01-23 11:03:48 -08:00
ccd0
96f2a82205 Merge remote-tracking branch 'pentargency/filter-self-toggle' 2017-12-28 02:37:25 -08:00
ccd0
f924beb280 Eliminate $.forceSync from QuoteYou. 2017-12-10 21:59:48 -08:00
ccd0
fd191f95c5 Attempt to fix navigation keybind issue in Violentmonkey. #1656 2017-11-19 18:30:42 -08:00
pentargency
5c73d03915 Modified manner in which isYou accesses board and thread ID to fix issue with post objects not containing board and thread members on an index 2017-11-19 07:53:40 -08:00
ccd0
b96c39a6c6 Move You checkbox down in menu (beneath Archive). #1277 2017-02-07 10:02:57 -08:00
ccd0
a2c75ee237 Add CSS class toggle-you to menu entry for marking posts as yours. 2017-01-31 06:41:08 -08:00
ccd0
192eafa670 Add convenience function QuoteYou.isYou. 2017-01-29 18:02:33 -08:00
ccd0
dfb6e55bb2 Add menu item to mark/unmark posts as yours. #195 2017-01-28 12:18:09 -08:00
ccd0
fc8684282f Activate appropriate features on previews shown in archive. #1256 2017-01-28 03:48:07 -08:00
ccd0
ad9c3df4dc Help out decaffeinate. #829 2016-10-01 03:18:22 -07:00
ccd0
823ddb9d46 Change quote markers from textContent to styleable spans. 2016-09-21 03:44:03 -07:00
ccd0
e1b0d62ceb Have return hack be added by the compilation script. 2016-06-12 00:25:58 -07:00
ccd0
64bb62a075 No more having to hack the contents of the coffee-generated JS. 2016-04-19 16:27:05 -07:00
ccd0
f1b82d013f Remove dependency of Post, Thread, CatalogThread classes on Callbacks class. 2016-04-15 10:34:39 -07:00
ccd0
a9afe7ed25 QuoteYou.db needs to exist in catalog and archive modes so thread watcher works. 2016-02-16 20:32:59 -08:00
ccd0
a22ca7a3f3 Remove dependence of 'Remember Your Posts' suboptions on 'Quick Reply'. #677 2016-01-28 19:45:04 -08:00
ccd0
14298e1e30 Separate 'Remember Your Posts' from 'Mark Quotes of You'. #674 2015-12-15 23:20:28 -08:00
ccd0
5e31c289b7 Make QuoteYou scrolling use post ID instead of postContainer's.
Also make hiding detection more general.
2015-12-13 12:19:30 -08:00
ccd0
db46cf64b2 Fix errors when post quoting you is added then removed from document.
Also parenthesize some assignments in if/while expressions.
2015-12-13 12:12:26 -08:00
ccd0
b3ce37e065 Use QR.db to test whether Mark Quotes of You is on.
Fixes backlinks crash on settings change and makes things more consistent.
2015-11-28 11:30:59 -08:00
ccd0
e27858216f Remove unwanted execute permissions. 2015-11-15 14:00:17 -08:00
ccd0
4fb30a4d8f Support archived thread list page. 2015-01-04 09:47:03 -08:00
ccd0
c903b3e80c fix scrolling to posts quoting you 2014-09-16 21:28:34 -07:00
Zixaphir
6c1eef61c0 Fix "Mark Quotes of You"
God, that option name is dumb
2014-01-13 19:09:41 -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
10e93091d7 {Post,Thread}::callbacks => {Post,Thread}.callbacks 2013-10-02 11:38:15 +02: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
seaweedchan
b9b4efae5e Merge in new thread watcher and change a few things 2013-08-13 00:03:29 -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
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
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
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
6ba8d9ae8c Keybind to scroll to posts quoting you. 2013-08-08 23:53:48 -07:00
Zixaphir
f256ff8538 Fix seaweedchan/4chan-x/issues/54 2013-05-10 04:45:52 -07:00
Zixaphir
2b8467cfc8 ACTUALLY remove some good practices. 2013-05-10 01:40:09 -07:00
Zixaphir
3283e38cd9 Remove some good practices... if we weren't using CoffeeScript 2013-05-10 01:34:30 -07:00
Jordan Bates
55f817e32c Move class adding out of node 2013-05-09 07:55:10 -07:00
Jordan Bates
aee52eabf2 Add highlight posts quoting you option 2013-05-03 17:08:54 -07:00