3692 Commits

Author SHA1 Message Date
Tetrakern
9df2c35bfc Add footer_* params to Latest Stories shortcode 2024-08-18 22:27:46 +02:00
Tetrakern
223aac49d1 Add footer_* params to Latest Updates shortcode 2024-08-18 22:09:18 +02:00
Tetrakern
250f3eb1fe Add classes shortcode param as alias to class
Why not?
2024-08-18 22:08:43 +02:00
Tetrakern
4384ecc3c0 Add footer_* params to Latest Chapters shortcode 2024-08-18 21:34:32 +02:00
Tetrakern
b69d3086ce Add $echo param to fictioneer_render_thumbnail() 2024-08-18 19:21:29 +02:00
Tetrakern
edee42b9cf Added customizer option for nested border radius multiplier 2024-08-18 16:56:51 +02:00
Tetrakern
a5c6e517e9 Add placeholder attribute to range input 2024-08-18 16:25:51 +02:00
Tetrakern
dca2f145b0 Increase gap between title and meta row in lists 2024-08-18 15:33:08 +02:00
Tetrakern
6b006f8d2f Rename fictioneer_output_small_card_thumbnail()
... to fictioneer_render_thumbnail() for a more general use. This can be called in more places than on cards thanks to the arguments.
2024-08-18 14:21:37 +02:00
Tetrakern
7d462d5fba Prevent paragraph tools from triggering on links, buttons, etc. 2024-08-18 12:31:57 +02:00
Tetrakern
3b935a01f5 Fix smooth scrolling to anchor for numerical IDs
Seriously...
2024-08-18 11:37:08 +02:00
Tetrakern
4654da95e7 Improve fictioneer_is_author() checks v5.22.3 2024-08-17 18:37:50 +02:00
Tetrakern
de4a92d618 Bumb version to 5.22.3 2024-08-17 17:50:05 +02:00
Tetrakern
a7cc91167e Bumb version to 5.22.3-beta3 2024-08-17 17:31:07 +02:00
Tetrakern
7d1df0dcbe Update fictioneer.pot 2024-08-17 17:27:49 +02:00
Tetrakern
dcda0d21cd Fix multi-save guard and add setting to let REST requests pass 2024-08-17 17:27:09 +02:00
Tetrakern
dee3c86074 Fix Transient key for blog shortcode 2024-08-17 15:38:55 +02:00
Tetrakern
e7e6c40337 Display active know cache plugin on settings page 2024-08-17 14:51:29 +02:00
Tetrakern
7b45efd5e6 Fix page overflow on story pages if thumbnail is missing or hidden 2024-08-17 13:54:49 +02:00
Tetrakern
760838b255 Bumb version to 5.22.3-beta2 2024-08-17 00:44:15 +02:00
Tetrakern
eb89e4ee53 Update fictioneer.pot 2024-08-17 00:26:54 +02:00
Tetrakern
2f61517b3b Remove bonk 2024-08-16 23:39:08 +02:00
Tetrakern
4af1582e50 Improve multi-save guard checks
A bit ugly, but this covers all special cases with the damn editor and its antics.
2024-08-16 23:38:21 +02:00
Tetrakern
f96612ba89 Clean up story card cache code and add locking mechanism 2024-08-16 22:01:48 +02:00
Tetrakern
00fcb2594e Fix array_slice of query result cache 2024-08-16 21:53:26 +02:00
Tetrakern
c7c7897bc0 Update setting text 2024-08-16 21:34:02 +02:00
Tetrakern
e1863a7650 Reduce FICTIONEER_CARD_CACHE_LIMIT default to 40 2024-08-16 21:33:35 +02:00
Tetrakern
cdd4b9bd0a Fix cache limits not being properly applied 2024-08-16 21:24:46 +02:00
Tetrakern
2563164e08 Reduce default query result cache threshold to 50 2024-08-16 20:25:11 +02:00
Tetrakern
98ea8f10a0 Add locking mechanism for query result cache 2024-08-16 20:08:59 +02:00
Tetrakern
7518ae2bba Add break mechanism to query result cache
In case many large queries need to be cached at once.
2024-08-16 16:56:12 +02:00
Tetrakern
fe74b811b0 Bumb version to 5.22.3-beta1 2024-08-16 15:57:05 +02:00
Tetrakern
30dcc606d4 Add query result cache feature 2024-08-16 15:56:17 +02:00
Tetrakern
a61fdbbef3 Update DEVELOPMENT.md 2024-08-16 15:36:35 +02:00
Tetrakern
4f1eb88933 Fix comments not loading on bypassed protected posts 2024-08-16 13:46:11 +02:00
Tetrakern
8ac722de0a Code formatting 2024-08-16 13:31:17 +02:00
Tetrakern
8ea13ff4ab Update calculation and handling of story word counts 2024-08-16 01:22:36 +02:00
Tetrakern
1ae8b3c032 Improve performance to get story chapter posts 2024-08-15 23:36:45 +02:00
Tetrakern
4e55f77505 Update CUSTOMIZE.md 2024-08-15 22:24:22 +02:00
Tetrakern
3e757bdaa1 Experiment to use SQL for story word and chapter count
Unfortunately, I remembered that people need a filter to manipulate this query.
2024-08-15 19:58:16 +02:00
Tetrakern
8a900e4996 Increase Transient duration of global word count and statistics 2024-08-15 18:56:01 +02:00
Tetrakern
b45891be25 Add missing ignore_protected condition check 2024-08-15 13:44:40 +02:00
Tetrakern
bfd28d3618 Fix ignore_protected param not working for Lates Updates chapters 2024-08-15 13:40:12 +02:00
Tetrakern
a5330e1c5c Improve speed of fictioneer_get_story_comment_count() 2024-08-15 12:56:24 +02:00
Tetrakern
ec216059f4 Add $args param to fictioneer_get_story_chapter_posts() 2024-08-15 12:32:47 +02:00
Tetrakern
9fac9c748d Fix missing filter arguments 2024-08-15 12:30:38 +02:00
Tetrakern
658e0f4739 Increase FICTIONEER_QUERY_ID_ARRAY_LIMIT to 1000
I have been told 1000 to 2000 is safe, so let's see...
2024-08-15 12:27:23 +02:00
Tetrakern
f3d61e1ad8 Add extra meta cache purge on story update
For good measure.
2024-08-15 10:55:22 +02:00
Tetrakern
8e709d18f8 Add FICTIONEER_STORY_CARD_CHAPTER_LIMIT constant 2024-08-15 01:51:45 +02:00
Tetrakern
45ddf81c5a Improve performance of global story word count 2024-08-15 01:34:53 +02:00