Commit Graph

4956 Commits

Author SHA1 Message Date
ba6b4f1bab Tidy up theme.php 2021-11-12 03:37:23 -01:00
0eeb42b3ce Merge pull request 'Move upload-selection.js call inline' (#60) from upload-selection-inline into config
Reviewed-on: #60
2021-11-11 14:17:00 +00:00
409fbdf24a Make file-selector.js inline call conditional 2021-11-11 13:07:32 -01:00
e1b83ec548 Call upload-selection.js inline
Makes the change happen earlier, reducing content shift
2021-11-11 13:06:19 -01:00
c9c3615880 Fix ordering in previous change 2021-11-11 11:59:13 -01:00
fb349c4f58 Concatenate dark.css to dark_red.css to improve performance 2021-11-11 10:43:48 -01:00
6846fb68b3 Revert attempt at deferring file selector
Reverts most of ab8b4b9524 which failed to remove the previous file uploader #37
2021-11-11 09:42:03 -01:00
abe5dfa171 Remove roulette oekaki hack 2021-11-11 07:10:32 -01:00
d6a8dca27e Make select elements consistent with forms 2021-11-05 11:51:39 -01:00
b1485a14b5 Rename temporary themes 2021-11-05 10:05:10 -01:00
04b2ae86ba Merge pull request 'Prevent blur-images.js interfereing with regular hiding images' (#57) from blur-images-patch1 into config 2021-10-28 02:44:16 +00:00
cbb7b237db Prevent blur-images.js interfereing with regular hiding images 2021-10-28 01:37:52 -01:00
2e21ce1127 Merge pull request 'Add blur images option for raids' (#55) from blur-images into config 2021-10-27 20:46:38 +00:00
57811f056c Merge pull request 'Fix double-encoding on post edit form' (#54) from edit-post-double-encode into config 2021-10-27 20:46:18 +00:00
ddf37ee9d1 Merge pull request 'Various fixes for thread reply notifications' (#52) from auto-refresh-notifications into config 2021-10-27 20:45:56 +00:00
337114433f Merge pull request 'Add user option for custom YouTube embed proxy' (#53) from youtube-embed-proxy-options into config 2021-10-27 20:45:32 +00:00
9eaa465c68 Merge pull request 'Add PFLP, Socrates flags' (#56) from new-flags-2020-10-27 into config 2021-10-27 20:32:41 +00:00
d7b8e9a22b Add PFLP, Socrates flags 2021-10-27 20:29:31 +00:00
78ab47d433 Correct notification text for threads 2021-10-17 21:57:12 -01:00
tmp-server
58d1e37c1a Fix new thread notifications breaking script
Tried to access invalid child.
2021-10-16 02:34:44 +00:00
b913341660 Add blur images option 2021-10-15 06:05:03 -01:00
072807882f Fix double-encoding on post edit form #31 2021-10-15 04:20:09 +00:00
320ae12266 Add option for custom YouTube embed proxy 2021-10-15 01:23:02 -01:00
8b2ea97834 Merge branch 'config' into auto-refresh-notifications 2021-10-15 00:57:34 +00:00
47ac8c7ae9 Use stored title instead of document.title in notifications
Prevents number of unreads being added to notificaiton thread name
2021-10-15 00:52:23 +00:00
04289c6613 Fix notifications 2021-10-15 00:09:00 +00:00
bea6c371b1 Make all notifications show, not just the first unread 2021-10-15 00:06:24 +00:00
a0f586dfa2 Fix notifications: replace reference to undisplayed div 2021-10-14 23:08:10 +00:00
c8348d7f6d Merge pull request 'Unique IP bar fix' (#50) from uniqueIpFix2 into config
Reviewed-on: #50
2021-10-14 22:04:07 +00:00
320fc8e86d Separate mod auto-update settings from normal settings 2021-10-14 21:03:28 -01:00
6cede4102c Merge branch 'config' into uniqueIpFix2 2021-10-14 21:47:58 +00:00
0070318b0d Merge pull request 'Add IPv6 support for DNSBL' (#48) from ipv6-dnsbl into config
Reviewed-on: #48
2021-10-14 08:26:37 +00:00
d13608d529 Merge branch 'config' into ipv6-dnsbl 2021-10-14 07:08:26 +00:00
bc3e57c6f8 Merge branch 'ipv6-dnsbl' of https://git.leftypol.org/leftypol/leftypol into ipv6-dnsbl 2021-10-14 07:05:20 +00:00
d0e445e444 Clean up duplicate code 2021-10-14 07:04:26 +00:00
d81aa2a6cf Merge branch 'config' into uniqueIpFix2 2021-10-14 06:06:00 +00:00
752ca778ce Merge pull request 'Lower maximum delay for recent post auto-update' (#51) from recent-posts-lower-times into config 2021-10-14 06:04:19 +00:00
a8f6b123b0 Lower maximum delay for recent post auto-update 2021-10-14 06:00:23 +00:00
Your Name
cbc887df8d Feedback on uniqueIpFix. Moves the insertion of the bar | after Unique IPs to be inserted by the thread watcher JS script. see: https://leftypol.org/tech/res/6724.html#11998 2021-10-13 19:28:24 +02:00
1136a3d201 Merge pull request 'IP count bug fix' (#49) from fixIpCount2 into config
Reviewed-on: #49

Fixes issue.
2021-10-13 17:15:17 +00:00
Your Name
dd52a9f089 pass by reference 2021-10-13 19:12:51 +02:00
b0fdf56c98 Merge branch 'config' into ipv6-dnsbl 2021-10-13 13:49:28 +00:00
d84ab43104 Merge pull request 'Total IPs count unique IPs' (#47) from fixIpCount into config 2021-10-13 13:45:39 +00:00
0272b3ba74 Merge branch 'config' into fixIpCount 2021-10-13 13:45:11 +00:00
17747c78bc Merge pull request 'Move Unique IP counter to the right.' (#45) from uniqueIpFix into config 2021-10-13 13:34:56 +00:00
44dd1ef6f6 Add IPv6 support for DNSBL
Should have used the library but didn't want to experiement and posiibly break the includes
2021-10-13 13:32:23 +00:00
Your Name
9190580957 Revert "Sum up stats that nonmakina added"
This reverts commit 60755e2396.
2021-10-13 13:50:45 +02:00
Your Name
ff0e0b8395 Removes space after bar | 2021-10-06 23:17:07 +02:00
Your Name
af8b645b23 Adds bar | to unique IP counter 2021-10-06 23:15:46 +02:00
Your Name
b4c84f80db Lewdposter's proposed fixes 2021-10-06 23:12:21 +02:00