1415 Commits

Author SHA1 Message Date
Tetrakern
0a0dac0874 Fix SEO description 2023-09-04 18:09:44 +02:00
Tetrakern
e20d508710 Remove old excerpt fix
Seems not to work anymore.
2023-09-04 18:09:32 +02:00
Tetrakern
17e086c0f7 Refactor admin settings 2023-09-04 13:43:11 +02:00
Tetrakern
397aa5df78 Update admin dialog styles 2023-09-02 18:47:30 +02:00
Tetrakern
74dc65a84b Change close event of dialogs backdrops 2023-09-02 18:38:54 +02:00
Tetrakern
d2005e466c Update admin dialog scripts 2023-09-02 14:00:17 +02:00
Tetrakern
930dad026f Bump version to 5.7.1 v5.7.1 2023-09-01 22:46:44 +02:00
Tetrakern
ca75bf0fb8 Update author.php 2023-09-01 22:45:47 +02:00
Tetrakern
511bdc534a Extend rate limiting 2023-09-01 22:06:17 +02:00
Tetrakern
f63256326f Add optional rate limiting 2023-09-01 21:36:18 +02:00
Tetrakern
95a7a4b305 Fix AJAX authentication mode
Optimizations can be boon and bane, in this case bane.
2023-09-01 18:04:57 +02:00
Tetrakern
6d09b1c0c3 On AJAX auth, cache the guest user state
No more constant requests for user data if the user is clearly not logged-in.
2023-09-01 16:29:11 +02:00
Tetrakern
661cce6329 Add plugins tab to admin menu 2023-09-01 11:13:11 +02:00
Tetrakern
14e997383d Fixed small spacing issue in comment form 2023-09-01 00:09:05 +02:00
Tetrakern
115b756540 Fix warning in safe title helper 2023-08-31 23:52:37 +02:00
Tetrakern
ae54d0c8b7 Add names to queries
Allows to easily identify queries in filters.
2023-08-31 22:23:31 +02:00
Tetrakern
817459bcde Fix fcn_ariaCheckedUpdate()
So, apparently that never worked in Firefox...
2023-08-31 18:37:20 +02:00
Tetrakern
0da8e3701a Add filter to safe title helper
This is better.
2023-08-31 17:56:09 +02:00
Tetrakern
db8f002fa1 Improve access gate to unpublished content 2023-08-31 17:30:24 +02:00
Tetrakern
5219412710 Prefix titles of sticky blog posts with icon 2023-08-31 13:02:08 +02:00
Tetrakern
be8f2b19e2 Improve safe title helper
Does now only remove line breaks and script/style tags.
2023-08-31 12:53:00 +02:00
Tetrakern
566a276ad6 Improve card-unavailable filter 2023-08-31 12:17:38 +02:00
Tetrakern
67a1cbd144 Improve orderby sanitization
WP_Query probably already sanitizes this, but I could not find anything about it.
v5.7.0
2023-08-30 23:15:17 +02:00
Tetrakern
92c240cbcd Add data attribute for caching to root
So CSS and scripts can know that a cache plugin is active.
2023-08-30 19:18:23 +02:00
Tetrakern
d76bad3502 Update FILTERS.md 2023-08-30 18:45:45 +02:00
Tetrakern
5a9892e0ba Improve chapter list CSS selectors 2023-08-30 17:17:45 +02:00
Tetrakern
4baa1a8d81 Further improve comment CSS selectors 2023-08-30 17:07:07 +02:00
Tetrakern
eaac8d5cf4 Improve recommendation CSS selectors 2023-08-30 15:26:03 +02:00
Tetrakern
121ecbc801 Improve formatting modal CSS selectors 2023-08-30 15:18:30 +02:00
Tetrakern
dbabda3191 Improve comments CSS selectors 2023-08-30 15:16:06 +02:00
Tetrakern
80748251a9 Improve post CSS selectors 2023-08-30 13:51:49 +02:00
Tetrakern
09c47f273b Improve follow notification CSS selectors 2023-08-30 13:41:50 +02:00
Tetrakern
69463a2e09 Improve story CSS selectors 2023-08-30 13:31:20 +02:00
Tetrakern
d8e80a4083 Improve minimal CSS selectors 2023-08-30 13:14:38 +02:00
Tetrakern
5a84fd831a Improve header CSS selectors 2023-08-30 13:08:10 +02:00
Tetrakern
19ca96ec7a Improve pagination CSS selectors 2023-08-30 13:01:47 +02:00
Tetrakern
ffd2c5a5b4 Improve paragraph tools CSS selectors 2023-08-30 12:59:07 +02:00
Tetrakern
cdbedef7d9 Improve showcase CSS selectors 2023-08-30 12:35:13 +02:00
Tetrakern
044632a0c6 Improve chapter CSS selectors
I know it helps, but I lack a way to actually benchmark this, which is annoying.
2023-08-30 12:27:58 +02:00
Tetrakern
adcb3edb0f Improve card CSS selectors
Probably a negligible render performance boost, but that's no reason not to do it.
2023-08-30 11:51:48 +02:00
Tetrakern
8137ff6d00 Fix typo in new filter hooks
haha
2023-08-30 02:49:52 +02:00
Tetrakern
b55613c2f9 Add filter to card footers 2023-08-30 02:32:39 +02:00
Tetrakern
b951311e7e Documentation and always use fresh data 2023-08-29 17:36:43 +02:00
Tetrakern
573d48b951 Keep local user data updated 2023-08-29 14:29:23 +02:00
Tetrakern
2ac5d5c294 Do not constantly request user data if logged out 2023-08-29 14:16:36 +02:00
Tetrakern
33496b539e Fix a few script errors 2023-08-28 22:52:12 +02:00
Tetrakern
445df24da2 Update MU plugin to allow Fictioneer plugins
Whaaaaat? It's only fair!
2023-08-28 14:12:58 +02:00
Tetrakern
519c3e9db0 Add filter to AJAx user data 2023-08-28 14:06:37 +02:00
Tetrakern
15eb144b48 Cleanup 2023-08-28 10:43:04 +02:00
Tetrakern
d52d56d37d Add forbidden list of caps to role manager
Use a proper role plugin if you want to mess with that.
2023-08-28 01:22:39 +02:00