Tetrakern
db4a6626b3
Update FILTERS.md
2024-09-25 22:43:12 +02:00
Tetrakern
800b47f709
Cosmetic changes
2024-09-25 22:34:47 +02:00
Tetrakern
0d58606498
Cosmetic changes and typos
2024-09-25 22:29:18 +02:00
Tetrakern
56a434a4c9
Code formatting
...
Just to appease my OCD; I don't like lines becoming so long they wrap on my end.The filter names are also a bit long, but I like them to be easy to understand in what their purpose is.
Also, I use the `[]` syntax for simple numerical arrays and `array()` for associative ones. There is an argument to use the long one and this is what the WP guide says... but I don't care.
2024-09-25 22:07:51 +02:00
Tetrakern
bec8482e27
Update FILTERS.md
...
Nicely done, just to made it a bit more conform with the rest. Which is not the best, certainly, but best would be a wiki and I'm not doing all that work. We leave the params out of the function reference because otherwise, these things become enormous.
2024-09-25 22:07:51 +02:00
iniznet
742652b12a
Chore fix misstyped explanation
2024-09-26 02:45:46 +07:00
iniznet
49448e4cf9
Refactor status condition check in fictioneer_get_story_chapter_posts to be customizable via filter hook
2024-09-26 02:18:54 +07:00
iniznet
350530e1dd
Chore docs for the two filter
2024-09-26 01:59:48 +07:00
iniznet
7256e0be5c
Refactor indexed chapter data to allow for custom statuses via filter hook
2024-09-26 01:59:32 +07:00
iniznet
0df77a6bc4
Remove prefix duplication in filter name
2024-09-26 01:44:00 +07:00
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
0c24102400
Bumb version to 5.24.3 (Hotfix)
v5.24.3
2024-09-25 11:38:18 +02:00
Tetrakern
2a5a66b639
Fix Chromium render bug (for real this time, probably)
...
sdfgfngdrwqeghrwtsegsdfasdefgerht
2024-09-24 22:32:54 +02:00
Tetrakern
29ea434c91
Bumb version to 5.24.2 (hotfix)
v5.24.2
2024-09-24 18:58:09 +02: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
50a338afdf
Update stubs.php
2024-09-24 14:11:54 +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
f801bb676e
Make tag padding adaptive to border-radius
2024-09-23 18:46:31 +02:00
Tetrakern
b0f85976a1
Fix Jetpack comment reply style
v5.24.1
2024-09-23 12:21:55 +02:00
Tetrakern
be186895cb
Disable comment checks for Jetpack comments
2024-09-23 12:17:25 +02:00
Tetrakern
f8d22b800e
Add spacing between comment title and form
2024-09-23 12:01:40 +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
5be2edd22f
Merge pull request #46 from c-cesar/main
...
Update pt_BR translation
2024-09-22 20:17:39 +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
ada
74156378ba
sync translations
2024-09-22 13:42:37 -03:00
ccesar
5ac6733455
Merge branch 'Tetrakern:main' into main
2024-09-22 16:18:45 +00:00
Tetrakern
58b5e698d4
Bumb version to 5.24.1
2024-09-22 10:30:22 +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
4a8a710116
Bumb version to 5.24.1-beta4
2024-09-21 19:31:48 +02:00
Tetrakern
ab01260871
Fix display bugs in Safari
2024-09-21 19:28:24 +02:00