2049 Commits

Author SHA1 Message Date
Tetrakern
2187497301 Put some chapter formatting options into IIFE 2024-01-31 19:45:50 +01:00
Tetrakern
90ec893c3b Cleanup some JS 2024-01-31 18:11:03 +01:00
Tetrakern
73bea9da7d Fix chapter formatting light mode toggle 2024-01-31 16:49:54 +01:00
Tetrakern
b056fa9c16 Fix undefined element error 2024-01-31 15:13:05 +01:00
Tetrakern
02e3a2e7b1 Refactor chapter formatting toggles 2024-01-31 14:41:09 +01:00
Tetrakern
14424669b6 Update handling of aria-checked
And remove last inline onchange call.
2024-01-31 13:25:02 +01:00
Tetrakern
a8d8754030 Update JS boolean evaluation helper 2024-01-31 12:20:40 +01:00
Tetrakern
943e042740 Remove obsolete JS from comment form reveal 2024-01-31 12:20:01 +01:00
Tetrakern
4e69db569e More paranoid Transient purging
Making sure this will not cause issues with cache problems.
2024-01-30 22:27:14 +01:00
Tetrakern
d4ce40364f Update genres and tags JSONs 2024-01-30 17:25:44 +01:00
Tetrakern
901921038c Update warning dialog for database optimizations 2024-01-30 10:34:05 +01:00
Tetrakern
e8b0220c0a Add link to database backup guide in tools 2024-01-30 10:28:33 +01:00
Tetrakern
354e772cf9 Fix undefined variable error 2024-01-30 02:27:37 +01:00
Tetrakern
36bf8285d8 Do not keep empty SEO fields 2024-01-30 01:30:14 +01:00
Tetrakern
1c4e5ea54d Update outdated browser message 2024-01-30 00:33:32 +01:00
Tetrakern
6d0f708a0a Add theme cache purge to legacy cleanup
This is usually necessary anyway. Also log what has been done.
2024-01-29 23:53:03 +01:00
Tetrakern
6ba2fe6282 Fix Latest Updates shortcode queries 2024-01-29 23:38:21 +01:00
Tetrakern
0ee4568d08 Update legacy cleanup 2024-01-29 22:54:58 +01:00
Tetrakern
15a6da317b Moved legacy cleanup to tool function
This was just not working properly after an update. Somehow.
2024-01-29 22:22:05 +01:00
Tetrakern
fc6e905208 Refactor SEO fields 2024-01-29 21:48:35 +01:00
Tetrakern
e9d698b767 Clarify purpose of Transient HTML caches 2024-01-29 18:46:49 +01:00
Tetrakern
b90447a134 Fix missing meta cache purges 2024-01-29 18:31:01 +01:00
Tetrakern
ccad4d272d Improve checks for running cache plugin 2024-01-29 17:18:00 +01:00
Tetrakern
f39a259516 Spring cleaning
Renamed and reordered things for more clarity and efficiency.
2024-01-29 17:08:19 +01:00
Tetrakern
d6b78ebc21 Improve chapter list shortcode
Avoid creating HTML that is not used.
2024-01-29 14:32:25 +01:00
Tetrakern
2a6cabffc6 Add Transient caching to statistics for stories 2024-01-29 13:38:19 +01:00
Tetrakern
b612184729 Count story words for author statistics
And some cleanup.
2024-01-29 13:19:10 +01:00
Tetrakern
f7e25e5008 Change constant for post__(not)_in arguments 2024-01-29 00:00:44 +01:00
Tetrakern
470b4174bd Update DEVELOPMENT.md 2024-01-28 23:50:04 +01:00
Tetrakern
02168bfec1 Make meta query options more convenient
They now execute all necessary follow-up actions on their own.
2024-01-28 23:47:48 +01:00
Tetrakern
ac1771f1f8 Simplify query args 2024-01-28 20:45:32 +01:00
Tetrakern
78dc426916 Update documentation 2024-01-28 20:15:11 +01:00
Tetrakern
e159b952f3 Add options for the extended meta queries
I think this should be easier to reach.
2024-01-28 19:55:54 +01:00
Tetrakern
a35ebe7900 Add constant to toggle extended meta queries 2024-01-28 19:27:56 +01:00
Tetrakern
7d8de5260c Move function to append meta fields into utility 2024-01-28 15:31:16 +01:00
Tetrakern
bd8131adb3 Bump version to 5.9.3 v5.9.3 2024-01-28 02:41:45 +01:00
Tetrakern
ec5e40e7e1 Fix typo 2024-01-28 00:55:23 +01:00
Tetrakern
5fd686c054 Add action hooks to shortcode card bodies 2024-01-28 00:48:32 +01:00
Tetrakern
fe878126ec Fix argument passed to filter 2024-01-28 00:20:31 +01:00
Tetrakern
4b8117bf52 Fix typo 2024-01-28 00:18:25 +01:00
Tetrakern
8f16b4a905 Pass type from shortcode to small cards 2024-01-28 00:16:06 +01:00
Tetrakern
027f54a0e5 Adjust card image size 2024-01-27 23:27:50 +01:00
Tetrakern
2ca1f068bd Add action hooks to large card bodies 2024-01-27 22:32:10 +01:00
Tetrakern
8c91aad588 Remove superfluous variable on large cards 2024-01-27 22:07:09 +01:00
Tetrakern
1da63de4b4 Show v-scrolling scrollbar on mobile 2024-01-27 21:44:45 +01:00
Tetrakern
995fa50b11 Fix tab sizes in files
How did this even happen?
2024-01-27 21:00:00 +01:00
Tetrakern
3740947d8f Add meta cache for chapter index HTML
This was a potentially expensive query executed on each chapter page.
2024-01-27 20:43:20 +01:00
Tetrakern
fae2dda4db Allow multiple chapter index buttons 2024-01-27 18:27:48 +01:00
Tetrakern
dfcd5962b5 "Add Chapter" adminbar link with pre-selected story
On story pages and edit screen where you are the author, the chapter story select field will be pre-selected based on the story_id GET param -- provided the ID is an available option.
2024-01-27 13:46:03 +01:00
Tetrakern
ad6ea2ff38 Fix CSS classes on bookshelf template v5.9.2 2024-01-27 00:59:17 +01:00