2126 Commits

Author SHA1 Message Date
Tetrakern
cbcc1a8130 Show all fonts in Fonts setting page 2024-02-06 23:34:39 +01:00
Tetrakern
9323d97289 Update box style 2024-02-06 22:40:58 +01:00
Tetrakern
b9c9ecceac Update info.txt 2024-02-06 22:40:47 +01:00
Tetrakern
720a37d2ea Merge branch 'main' into font_manager 2024-02-06 22:28:05 +01:00
Tetrakern
ee327cd601 temporarily move info.txt 2024-02-06 22:28:01 +01:00
Tetrakern
3405076e86 Update fonts 2024-02-06 22:26:30 +01:00
Tetrakern
45bc94a00f Prototype font detection and cards 2024-02-06 17:40:54 +01:00
Tetrakern
3950f8cd01 Base structure and prototype 2024-02-06 15:46:28 +01:00
Tetrakern
5ae01e8f15 Add CSS modifier class to list items if password protected 2024-02-06 14:18:37 +01:00
Tetrakern
56d04b7f00 Update INSTALLATION.md 2024-02-06 12:14:08 +01:00
Tetrakern
f37abb9513 Improve sticky story query helper 2024-02-06 11:37:29 +01:00
Tetrakern
c55c737dbd Add more CSS modifier classes to small cards 2024-02-06 03:10:02 +01:00
Tetrakern
f40cb3242f Fix sticky story query helper 2024-02-06 02:52:21 +01:00
Tetrakern
c1909cbbab Improve legacy cleanup
The timestamp of the old option field was at one point set too far into the future, preventing this from working. Also, private and future posts were not considered for the SEO cleanup.
2024-02-06 02:31:56 +01:00
Tetrakern
4ba2b4602f Create .keep 2024-02-06 00:54:37 +01:00
Tetrakern
affc19f5b8 Code cleanup and remove errant wp_die()
Yikes.
2024-02-06 00:32:15 +01:00
Tetrakern
627f2e90a2 Use sprintf() for cleaner code 2024-02-05 21:00:38 +01:00
Tetrakern
a46a56f5ed Update FAQ.md 2024-02-05 16:27:18 +01:00
Tetrakern
71da654795 Add guide for adding custom fonts 2024-02-05 15:37:36 +01:00
Tetrakern
dcb675b183 Update _theme_setup.php 2024-02-05 01:07:54 +01:00
Tetrakern
9096086fe4 Disable unused function
Might come in handy in the future, but for now it is not needed.
2024-02-05 00:42:20 +01:00
Tetrakern
27dfe8a1ea Remove nonsense output buffer
Wat.
2024-02-05 00:25:05 +01:00
Tetrakern
0639182ab6 Remove output buffer from chapter meta row 2024-02-05 00:21:58 +01:00
Tetrakern
d4236b6f2c Remove output buffer from card controls 2024-02-05 00:00:47 +01:00
Tetrakern
a075e3816e Remove output buffer from post meta items 2024-02-04 23:06:12 +01:00
Tetrakern
73ee689a86 Remove output buffer from tag pills 2024-02-04 22:20:35 +01:00
Tetrakern
d55cb950b3 Remove output buffer from recommendation page cover 2024-02-04 22:10:39 +01:00
Tetrakern
3ca5ba6b40 Remove output buffer from story page cover 2024-02-04 22:10:39 +01:00
Tetrakern
9b92b7fbae Remove output buffer from chapter list items 2024-02-04 21:39:54 +01:00
Tetrakern
b41b48ca7f Remove output buffer from story buttons 2024-02-04 21:22:50 +01:00
Tetrakern
39727143a0 Remove output buffer from subscribe options 2024-02-04 20:33:59 +01:00
Tetrakern
fe4a349026 Remove output buffer from user menu items 2024-02-04 20:10:02 +01:00
Tetrakern
4d3dffe4d0 Remove output buffer from micro menu 2024-02-04 19:39:34 +01:00
Tetrakern
73641528e1 Remove output buffer from icon helper 2024-02-04 19:38:28 +01:00
Tetrakern
01ea4f06c5 Remove output buffer from footer copyright note 2024-02-04 19:25:44 +01:00
Tetrakern
17aaf10676 Remove output buffer from story page cover 2024-02-04 19:25:11 +01:00
Tetrakern
350366d36f Remove output buffer from breadcrumbs 2024-02-04 19:24:52 +01:00
Tetrakern
f8fc8e7217 Remove output buffer from fictioneer_notice 2024-02-04 18:03:40 +01:00
Tetrakern
75238e0fa2 Remove object buffer from AJAX bookshelves 2024-02-04 17:57:28 +01:00
Tetrakern
bd44366172 Remove output buffer from comment toolbar 2024-02-04 16:49:36 +01:00
Tetrakern
f1e71c8669 Reduce output buffers in mobile menu hooks 2024-02-04 16:44:46 +01:00
Tetrakern
dd457983df Add missing JS doc comments 2024-02-04 14:40:12 +01:00
Tetrakern
f86abd070a Refactor mobile menu jump buttons 2024-02-04 14:27:40 +01:00
Tetrakern
2890793e47 Optimize text-to-speech JS 2024-02-04 05:45:14 +01:00
Tetrakern
40178c008e Code formatting 2024-02-04 05:14:46 +01:00
Tetrakern
a6c109f400 Escape HTML for error message
This will preserve everything, in case there are special characters.
2024-02-04 03:15:01 +01:00
Tetrakern
96fca5b2cc Move nonce plausibility check to backend 2024-02-04 03:06:11 +01:00
Tetrakern
52e8d4c662 Loosen order and orderby restrictions
This allows more options for shortcodes.
2024-02-04 02:50:09 +01:00
Tetrakern
6482bb689d Add JS check for nonce plausibility
This does not check whether a nonce is valid, only whether it looks like a valid nonce. Because some cache plugins can break nonces trying to insert them.
2024-02-04 00:44:59 +01:00
Tetrakern
3421ba5598 Let AJAX comment form also receive nonce
This should further prevent problems with some cache plugins.
2024-02-04 00:13:43 +01:00