ccd0
2735c7779c
Fix Thread Watcher icon not lighting up when Persistent Thread Watcher is enabled
2016-09-17 19:38:23 -07:00
ccd0
2a13c80190
Merge commit 'e1b0d62ceb258f016377517182497d3572fae095'
2016-07-09 15:35:52 -07:00
ccd0
e827b63336
Set 'Persistent Thread Watcher' to inverse of old 'Toggleable Thread Watcher' setting.
...
Per discussion in #983 .
2016-07-01 00:05:27 -07:00
dzamie
07b2b759c8
Clean up code
...
No need for 'toggleable-watcher' if it's always toggleable.
2016-06-29 22:53:31 -04:00
dzamie
9d5c7c1ef7
Thread watcher always toggleable, add setting for initial visibility
...
Changes previous "Toggleable Thread Watcher" and "Watcher Defaults to
Visible" to always toggleable and "Persistent Thread Watcher". Updated
keybind description to match.
2016-06-29 22:37:14 -04:00
dzamie
96f1497fb8
Add keybind, default state option to toggleable watcher
...
Addresses #956 by adding a keybind to toggle visibility of thread
watcher rather than simply the header bar icon. Also adds an option in
config for the watcher to default to visible or not.
2016-06-28 22:42:42 -04:00
ccd0
b474565221
Remove 'Thread Excerpt'. #904
2016-06-17 23:15:41 -07:00
ccd0
6a2b05a629
Make sure all shortcuts have IDs. #904
2016-06-17 17:59:53 -07:00
ccd0
e1b0d62ceb
Have return hack be added by the compilation script.
2016-06-12 00:25:58 -07:00
ccd0
ac1cb8a50e
Merge branch 'master' into v1.12
2016-06-08 22:19:51 -07:00
ccd0
49adb99ae9
Don't try to use getElementById on non-document.
2016-06-05 02:56:53 -07:00
ccd0
19a57d5737
Fix loading icon getting stuck on in Firefox. #832
2016-06-03 06:08:32 -07:00
ccd0
8ba434151c
Improve error message consistency.
2016-05-17 22:21:58 -07:00
ccd0
fca71d22d6
Remove old Tampermonkey issue ( #656 ) workaround. #904
2016-05-17 03:35:27 -07:00
ccd0
386ebfbbb7
Remove workaround for SeaMonkey < 2.35 Notification crash. #904
2016-05-17 03:17:54 -07:00
ccd0
bf1b7655d7
Use window.scrollBy and don't scroll unless needed in ReplyPruning. #874
2016-05-07 17:36:02 -07:00
ccd0
2909e88223
Bring back index argument for Header.addShortcut.
2016-04-27 08:38:33 -07:00
ccd0
bc86f21c24
Make menu reposition on scroll instead of closing.
2016-04-20 09:52:51 -07:00
ccd0
3818a35d61
Don't scroll down to the OP if we're already above it.
2016-04-20 09:10:51 -07:00
ccd0
75a01d2185
Stop Reply Pruning from making the thread scroll as it removes posts.
2016-04-20 08:27:30 -07:00
ccd0
54de0d7a25
Rebuild only needed files when an imported file changes.
2016-04-19 20:39:01 -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
d261f1d056
Remove fake grunt from templates.
2016-04-11 17:25:23 -07:00
ccd0
b746a0b054
Store tests_enabled flag in file.
2016-04-10 20:00:48 -07:00
ccd0
14f32a7dec
Change tests_enabled to environment variable.
2016-04-10 03:16:43 -07:00
ccd0
4dec6a3d80
Setting style property fails in older browsers. #837
2016-04-04 21:16:36 -07:00
ccd0
6e3ccfb264
Parenthesize assignment in if condition.
2016-04-04 00:17:31 -07:00
ccd0
355572331f
Fix unread line not being placed when scrolling to post hidden by Reply Pruning.
2016-04-04 00:11:38 -07:00
ccd0
c473e01638
ReplyPruning: Don't hide linked-to posts in the first place, and don't hide when opening thread by OP link.
2016-04-03 23:44:06 -07:00
ccd0
185bfb2102
Make 'Show Last' checkbox in header menu no longer persistent.
2016-04-03 21:45:52 -07:00
ccd0
0e8fade646
Scrolling to post hidden by Reply Pruning unhides post. This includes 'Scroll to Last Read Post'.
2016-04-03 21:34:19 -07:00
ccd0
7e8011e9eb
Firefox doesn't let me click() a checkbox that's not part of the document.
2016-04-03 17:05:27 -07:00
ccd0
692154005d
Show notice when Reply Pruning hides replies. #767
2016-04-03 02:42:02 -07:00
ccd0
f582097707
Fix bug from 1b6095ec2663001c858c7ddb911bf10fcb405d06 causing Reply Pruning not to run on page load.
2016-04-03 00:33:44 -07:00
ccd0
f6010ca298
Make 'Threading' and 'Show Last <n>' checkboxes turn each other off.
2016-04-03 00:07:31 -07:00
ccd0
1b6095ec26
Fix total not being updated when pruning checkbox was disabled. Also simplify.
2016-04-02 22:55:22 -07:00
ccd0
7337412c35
Add global setting to disable Reply Pruning entirely.
2016-04-02 22:47:02 -07:00
ccd0
f8124c4489
Remove support for files in replies on /f/. #803
2016-04-02 20:53:02 -07:00
ccd0
e86f9d0f92
PruneReplies -> ReplyPruning.
2016-03-16 04:28:44 -07:00
ccd0
688abc4434
Implement UI to prune to last N replies. #767
2016-03-16 03:41:16 -07:00
ccd0
9f8dffa08a
Remove unused variable.
2016-03-15 18:29:39 -07:00
ccd0
7c893c4734
Chromium won't play audio created in an inactive tab until the tab has been focused.
2016-02-27 11:37:05 -08:00
ccd0
3151b75400
An unfocused window should beep like an inactive tab.
2016-02-27 11:16:45 -08:00
ccd0
27ce9fa417
Beep Quoting You should always double beep if Beep is on to distinguish it.
2016-02-27 11:11:28 -08:00
ccd0
3bd7e3609b
Merge branch 'next'
2016-02-27 10:06:24 -08:00
Brandon T
dd64c07d53
Purge Position
...
Changed Page Count into Purge Position for /f/, since /f/ is always only
1 page.
ccd0: minor changes to port to 4chan X, license update
2016-02-26 23:50:30 -08:00
ccd0
8faefb9ec5
Beep on reply to you. #631
2016-02-15 22:27:09 -08:00
ccd0
ecf1ad19ba
Make thread watcher keybinds handle case when thread watcher is disabled.
2016-02-12 00:29:36 -08:00
ccd0
a22ca7a3f3
Remove dependence of 'Remember Your Posts' suboptions on 'Quick Reply'. #677
2016-01-28 19:45:04 -08:00