3905 Commits

Author SHA1 Message Date
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
Tetrakern
a007d20f76 Refactor Discord post trigger handling (again)
I didn't like storing all these IDs in an array after all, because I know some cases where this would end up with tens of thousands. New plan: check for both the meta and time since publishing, but delete the meta after a day. The post will then be too old to trigger.
2024-09-16 18:28:49 +02:00
Tetrakern
2227a27917 Improve check for old posts in Discord messages 2024-09-16 14:06:27 +02:00
Tetrakern
267e7aba34 Update DEVELOPMENT.md 2024-09-16 02:19:38 +02:00
Tetrakern
d9b067554b Rename some Patreon functions for consistency 2024-09-16 02:16:44 +02:00
Tetrakern
a93b62189a Clean up tab spaces 2024-09-16 02:13:10 +02:00
Tetrakern
2e34bdb096 Update Patreon bulk edit and documentation 2024-09-16 02:11:30 +02:00
Tetrakern
0802dc490e Move log to WP root directory
This is not accessible via URL request and therefore better for security, even if the log does not contain critical information. Better safe than sorry.
2024-09-13 22:35:15 +02:00
Tetrakern
e535c99bb3 Fixed chapter list folding button edge case
For very long chapter list, the button would just not be rendered in Chrome. This is a browser bug. Hopefully, keeping it as grid will get around the issue.
2024-09-12 11:18:34 +02:00
Tetrakern
2461d3813d Fix hiding covers setting not working on lists 2024-09-11 10:03:48 +02:00
Tetrakern
ca78393bbd Update Sortable JS to 1.15.3 2024-09-10 16:57:40 +02:00
Tetrakern
dad7350b2b Update fictioneer.pot 2024-09-10 14:14:28 +02:00
Tetrakern
1a07af1988 Remove default chapter icons from post meta
There is no need to bloat the table with them. This also allows to replace the default icon without having to do a database update.
2024-09-10 13:50:53 +02:00
Tetrakern
4f23b4364b Refactor Discord post message memory
Use a single option array instead of a meta field per post. This information is only required when a post is saved for the first time, so there is no need to bloat the post meta table.
2024-09-10 13:07:38 +02:00
Tetrakern
c5b73165f5 Make Discord messages non-blocking outside debug mode 2024-09-10 12:36:39 +02:00
Tetrakern
ffaf30e10c Make type and status in comment Discord message translatable 2024-09-10 12:36:29 +02:00
Tetrakern
e2319511d8 Fix Discord notification for private guest comments 2024-09-10 12:27:33 +02:00
Tetrakern
f5e6e2bf3a Fix doc comment 2024-09-10 12:05:10 +02:00
Tetrakern
3f65c2b883 Fix missing story ID in discord chapter message 2024-09-10 11:52:18 +02:00
Tetrakern
b5a31d7e0b Improve sanitization of fictioneer_chapter_story on save 2024-09-09 21:58:47 +02:00
Tetrakern
2850e07121 Improve card info overlay boxes 2024-09-09 13:45:29 +02:00
Tetrakern
a06b7e56b2 Fix and improve last click toggle script 2024-09-09 13:29:50 +02:00
Tetrakern
9ec31c3507 Change modal/dialog outer border radius back, set limit 2024-09-09 03:18:15 +02:00
Tetrakern
2ca1f18c49 Add --input-border-radius property and update checkboxes 2024-09-08 23:21:21 +02:00
Tetrakern
5a47e2278c Change modal/dialog outer border radius to small 2024-09-08 23:10:58 +02:00
Tetrakern
177f7e1944 Add additional stacked card style rotation steps 2024-09-08 19:04:26 +02:00
Tetrakern
1bc5d7dd20 Avoid unnecessary variable declaration while building font file
It's something.
2024-09-08 18:41:28 +02:00
Tetrakern
9d87463d0b Update pt_BR.mo v5.24.0 2024-09-07 19:17:44 +02:00
Tetrakern
94ae376589
Merge pull request #45 from c-cesar/main
Fix pt_BR transltion errors and inconsistences
2024-09-07 19:16:19 +02:00
Tetrakern
737752293d Update DEVELOPMENT.md 2024-09-07 17:06:40 +02:00
Tetrakern
2b97a1c024 Improve sidebar inclusion 2024-09-07 17:04:23 +02:00
Tetrakern
b07325d47e Add fictioneer_main_end action hook 2024-09-07 16:57:34 +02:00
Tetrakern
ef68706cd6 Set log permissions to 0600 2024-09-07 14:33:03 +02:00
Tetrakern
920aac6c49 Update FAQ.md 2024-09-07 02:19:39 +02:00
Tetrakern
db34727fb5 Bumb version to 5.24.0 2024-09-07 02:19:01 +02:00
Tetrakern
c4cc26ce0b Update fictioneer.pot 2024-09-07 01:01:38 +02:00
Tetrakern
4620a82cec Add cache parameter to shortcodes 2024-09-07 00:28:36 +02:00
Tetrakern
1a4ca6bcd5 Fix article block splide padding edge case 2024-09-06 23:47:06 +02:00
ada
4326e39b84 Fix pt_BR transltion errors and inconsistences 2024-09-06 18:29:41 -03:00
Tetrakern
60f1cc9f46 Slightly increase h1 and h2 upper font sizes 2024-09-06 23:03:07 +02:00
Tetrakern
802c8e30c4 Use scrim gradient for showcase caption background 2024-09-06 21:32:15 +02:00
Tetrakern
9092899542 Update dcoumentation 2024-09-06 16:51:27 +02:00
Tetrakern
8bd1bd7063 Update documentation 2024-09-06 16:40:42 +02:00
Tetrakern
6c8be9eca1 Change showcase param name to min_width 2024-09-06 16:40:32 +02:00
Tetrakern
108e646b2d Add default cover to showcase shortcode 2024-09-06 13:58:29 +02:00
Tetrakern
839d198fc7 Account for aspect ratio in showcase shortcode 2024-09-06 13:54:09 +02:00
Tetrakern
8feee22a99 Add width param to showcase shortcode 2024-09-06 13:16:01 +02:00