2385 Commits

Author SHA1 Message Date
iniznet
e746df16ac Refactor also add other chapter actions 2024-09-26 01:41:55 +07:00
iniznet
f1e3bbec1b Rename to plurals 2024-09-26 01:32:50 +07:00
iniznet
53995d3d42 Refactor chapter appending logic to allow for custom statuses 2024-09-26 00:47:39 +07:00
Tetrakern
6d0c825c4d Make shortcode Splide initializer non-blocking
Whoops.
2024-09-25 17:17:46 +02:00
iniznet
d252dd5d27 Refactor chapter navigation button to allow status customization 2024-09-25 22:03:40 +07:00
iniznet
5c50875744 Refactor fictioneer_verify_unpublish_access to allow customization 2024-09-25 22:00:32 +07:00
Tetrakern
cf331eb2b0 Fix fcn_edit_date capability 2024-09-24 18:56:36 +02:00
Tetrakern
9e65dc18b0 Only add Jetpack data attributes if plugin is active 2024-09-24 14:21:56 +02:00
Tetrakern
fec9f81584 Fix and improve Jetpack comment page handling
Better not use Jetpack comments at all...
2024-09-24 13:49:49 +02:00
Tetrakern
be186895cb Disable comment checks for Jetpack comments 2024-09-23 12:17:25 +02:00
Tetrakern
f53b281809 Update space between comment author and badge
Because some HTML minifiers remove the space.
2024-09-23 11:53:21 +02:00
Tetrakern
09477722ce Fix Jetpack comments redirect 2024-09-23 11:49:05 +02:00
Tetrakern
5dab7fb87d Add comment migration to database cleanup action
In case it is not performed on update.
2024-09-23 11:07:42 +02:00
Tetrakern
ba9438cf04 Rename function for clarity 2024-09-23 10:53:42 +02:00
Tetrakern
c9874a142b Move code around to improve order 2024-09-23 10:51:36 +02:00
Tetrakern
d319025dbb Replace fictioneer_deleted_by_user with user_deleted comment type
One meta field less.
2024-09-23 03:01:53 +02:00
Tetrakern
ed1d3c6f86 Update database scan and cleanup functions 2024-09-22 23:01:09 +02:00
Tetrakern
088688c86d Make fictioneer_visibility_code comment meta obsolete
Temporarily visible unapproved comments now also use wp_hash( $comment->comment_date_gmt ) just like the default WP comments.
2024-09-22 22:12:35 +02:00
Tetrakern
8fea5c6249 Exclude moderation-hash query vars from indexing 2024-09-22 21:48:19 +02:00
Tetrakern
ae1673f09f Do not save visibility code for confirmed comments or spam 2024-09-22 19:24:16 +02:00
Tetrakern
6d9eca6cfc Account for Jetpack plugin in comment redirect 2024-09-22 19:23:39 +02:00
Tetrakern
87a9ac0ada Fix typo in log filename 2024-09-22 09:58:04 +02:00
Tetrakern
25eb88cb4e Change logging location back to content directory
But with an obfuscated file name.
2024-09-22 01:04:53 +02:00
Tetrakern
64f9a54ba0 Fix inconsistency in comment badge spacing 2024-09-21 23:03:03 +02:00
Tetrakern
3d7aa57e8e update comment header 2024-09-21 22:58:50 +02:00
Tetrakern
04f23a7203 Fix function call 2024-09-21 22:44:24 +02:00
Tetrakern
f9eccadd60 Auto-disable Page Optimize plugin
It breaks the theme.
2024-09-21 22:22:07 +02:00
Tetrakern
f91c37cdf8 Add post ID class to image header 2024-09-21 11:45:09 +02:00
Tetrakern
61b35cf2bb Added additional CSS classes to header image 2024-09-21 09:48:28 +02:00
Tetrakern
2cb8c114c5 Add only_protected shortcode param 2024-09-20 23:41:37 +02:00
Tetrakern
329a067da0 Replace fictioneer_exclude_protected_posts() 2024-09-20 23:32:29 +02:00
Tetrakern
68ea6eaa78 Added FICTIONEER_DEFAULT_SITE_WIDTH 2024-09-20 22:46:34 +02:00
Tetrakern
13032992b4 Add data-jetpack-boost="ignore" 2024-09-20 16:23:26 +02:00
Tetrakern
c3e51fcf18 Add no-* rel attributes to anchor links in comments
Just in case someone misuses them.
2024-09-20 14:04:37 +02:00
Tetrakern
fe61cfb194 Update BBCode conversion to account for leading/trailing whitespaces 2024-09-20 14:02:36 +02:00
Tetrakern
2d1b574f77 Add fictioneer-theme class to root
This can be used by plugins to apply theme-specific CSS.
2024-09-20 13:34:03 +02:00
Tetrakern
9425ae0458 Add option to disable menu caching 2024-09-19 21:56:59 +02:00
Tetrakern
9a0cda8f08 Fix some code formatting 2024-09-19 02:24:49 +02:00
Tetrakern
c3b9844c01 Refactor post meta user validation before save 2024-09-18 13:49:51 +02:00
Tetrakern
4daee5bc0a Add Transient cache to taxonomy submenu 2024-09-18 11:55:48 +02:00
Tetrakern
0154155d83 Fix undefined array key warning 2024-09-18 09:44:25 +02:00
Tetrakern
4788573335 Add issue check for orphaned post meta 2024-09-17 21:24:57 +02:00
Tetrakern
f175b499d9 Scan for and clean up orphaned post meta 2024-09-17 19:03:25 +02:00
Tetrakern
b799633f99 Show meta row counts under database tools 2024-09-17 18:50:22 +02:00
Tetrakern
f200300d2c Add _edit_last and _edit_lock to database cleanup tool 2024-09-17 18:27:22 +02:00
Tetrakern
927ceb7bf5 Remove fictioneer_first_publish_date meta 2024-09-17 15:43:57 +02:00
Tetrakern
29cf93b7a3 Add option to log all post changes
This was previously done by default, now it needs to be turned on. Which is arguably better.
2024-09-17 11:38:15 +02:00
Tetrakern
899f730eac Made fictioneer_cleanup_discord_meta() generic 2024-09-17 11:17:29 +02:00
Tetrakern
65d64c7b83 Add additional chapter bulk edit fields 2024-09-16 23:50:07 +02:00
Tetrakern
4354eb7177 Add missing conditions for chapter text icon input 2024-09-16 23:35:50 +02:00