80 Commits

Author SHA1 Message Date
Tetrakern
512e96d391 Update and move header background
Better container for positioning, less calculations, and the documentation was wrong too...
2023-02-01 21:40:28 +01:00
Tetrakern
d4b6e439a6 Add excerpt support to pages. 2023-01-31 08:09:02 +01:00
Tetrakern
cf5170a8c6 Allow pages in collections 2023-01-31 08:08:45 +01:00
Tetrakern
8468e41cbf Bookmark jump accounts for required password 2023-01-28 21:42:23 +01:00
Tetrakern
affe5ae6d5 Update translations 2023-01-28 21:37:46 +01:00
Tetrakern
51cffd4bc3 Comment jump accounts for required password 2023-01-28 21:32:01 +01:00
Tetrakern
a7bcbdb589 Remove tooltip from bookmark jump
I think this is rather obvious.
2023-01-28 21:26:02 +01:00
Tetrakern
1b9636c0f9 Update translations 2023-01-28 21:25:38 +01:00
Tetrakern
e746dad193 Enclose database call in condition
Only call if relevant.
2023-01-28 17:21:44 +01:00
Tetrakern
6b1a2a10dd Constant to turn off chapter-story filter
Dubious action but okay.
2023-01-28 16:11:02 +01:00
Tetrakern
2541c4dcf6 Add comment to explain regex 2023-01-28 02:20:07 +01:00
Tetrakern
006a93ec16 BBCode match image links with query params
Okay, fine...
2023-01-28 02:17:46 +01:00
Tetrakern
7464234636 Lightbox image detecting works with query params
Image CDNs often attach those, so this is kinda necessary.
2023-01-27 23:21:04 +01:00
Tetrakern
d0bacd29af Add inline comment
BBCodes do not work for images URLs with query params. However, this is perhaps a good thing. Less room for shenanigans.
2023-01-27 23:20:31 +01:00
Tetrakern
193e012d4f Update lightbox image regex 2023-01-27 23:00:18 +01:00
Tetrakern
e9c98b1b7e Improve image detection for lightbox 2023-01-27 22:51:53 +01:00
Tetrakern
355a6e1517 Add tiff to allowed ePUB images 2023-01-27 22:51:38 +01:00
Tetrakern
bc740ffe50 Add tiff to allowed BBCode images 2023-01-27 22:51:34 +01:00
Tetrakern
5aa35ed493 Escape non-block images from lightbox
Better solution needed but this will do for now.
2023-01-27 18:39:36 +01:00
Tetrakern
597aab7f9d Change and option-ize update check frequency 2023-01-27 13:13:05 +01:00
Tetrakern
6b99ab34eb Add fallback image to ePUBs 2023-01-27 12:09:47 +01:00
Tetrakern
7fa390b9e3 Fix ePUB table markup 2023-01-27 11:32:41 +01:00
Tetrakern
ab8209c5e3 Fix ePUB date format 2023-01-27 10:39:17 +01:00
Tetrakern
5079577b07 Fix more HTML entities in ePUBs 2023-01-27 09:52:07 +01:00
Tetrakern
aceb791c78 Remove some ePUB errors
This format is so annoying!
2023-01-27 02:48:24 +01:00
Tetrakern
9c3ef7bec3 Add class option to shortcodes 2023-01-27 01:23:02 +01:00
Tetrakern
0ab3a74516 Always check for updates on Updates page
And make update check pluggable.
2023-01-26 14:10:51 +01:00
Tetrakern
84b5db2e71 Add tabindex to wp-image-blocks 2023-01-26 12:15:23 +01:00
Tetrakern
a3ad539ba1 Improve top/bottom buttons in chapters 2023-01-26 12:11:39 +01:00
Tetrakern
b231ca7473 Fix invalid return type 2023-01-26 10:22:54 +01:00
Tetrakern
f05bedafed Fix incorrect return type 2023-01-26 10:05:00 +01:00
Tetrakern
b0924e7ef3 Add missing param type in documentation 2023-01-26 10:02:13 +01:00
Tetrakern
be38461992 Prevent possible invalid offset
For real this time.
2023-01-26 09:58:53 +01:00
Tetrakern
a68e1bb9e3 Prevent invalid offset warning 2023-01-26 09:54:55 +01:00
Tetrakern
5dd94d8138 Prevent invalid offset warning 2023-01-26 09:54:27 +01:00
Tetrakern
d8d2e525cc Fix invalid return value 2023-01-26 09:53:18 +01:00
Tetrakern
3ac827ad33 Prevent invalid offset warning 2023-01-26 09:49:50 +01:00
Tetrakern
dadf2eae1c Fix param type mismatch in documentation 2023-01-26 09:37:46 +01:00
Tetrakern
de41e0a82b Add missing param type in documentation 2023-01-26 09:34:20 +01:00
Tetrakern
515f8e40b5 Add missing param type in documentation 2023-01-26 09:28:28 +01:00
Tetrakern
ab38d21be5 Update documentation 2023-01-26 09:24:25 +01:00
Tetrakern
2652695d71 Remove incorrect return value from documentation 2023-01-26 09:20:56 +01:00
Tetrakern
96f073bcdb Add missing param type in documentation 2023-01-26 09:20:21 +01:00
Tetrakern
f84704d056 Escape DOM text 2023-01-26 03:13:21 +01:00
Tetrakern
2613a0070e Add missing return type 2023-01-26 03:05:23 +01:00
Tetrakern
0aa839d706 Fix return type mismatch 2023-01-26 03:00:00 +01:00
Tetrakern
b86dc87cc6 Fix comparison error 2023-01-26 02:58:38 +01:00
Tetrakern
a859893250 Prevent array access of null 2023-01-26 02:57:21 +01:00
Tetrakern
252ee5609c Fix return type mismatch 2023-01-26 02:48:50 +01:00
Tetrakern
f50e7dbc5a Fix wrong param type in documentation 2023-01-26 02:05:23 +01:00