345 Commits

Author SHA1 Message Date
Tetrakern
ce6a1034f6 Remove backslashes from reply notifications
Don't even know why they are there.
2023-07-02 22:33:35 +02:00
Tetrakern
ebd7cd8046 Move element templates to partials
This makes it easier to customize them in child themes.
2023-07-02 01:26:59 +02:00
Tetrakern
a4265ab728 Minify story comments HTML 2023-07-01 13:54:23 +02:00
Tetrakern
d6c6256c0c Improve BBCodes for multi-line content 2023-06-29 22:15:03 +02:00
Tetrakern
8a58ef969a Update internal ACF to 6.1.7 2023-06-27 20:28:12 +02:00
Tetrakern
6f0348f218 Improve comment AJAX error message 2023-06-27 00:24:03 +02:00
Tetrakern
eff5438224 Send error instead of die if nonce expires 2023-06-26 19:32:02 +02:00
Tetrakern
bf487b3df4 Fix search input hint visibility on iOS 2023-06-26 12:36:28 +02:00
Tetrakern
864dad25fc Formatting 2023-06-21 02:06:39 +02:00
Tetrakern
5f8e98684e Add ID to mobile user menu panel 2023-06-20 17:03:35 +02:00
Tetrakern
df0601c797 Optimize commend inline edit
Use template instead of putting the whole form into each comment.
2023-06-19 03:42:36 +02:00
Tetrakern
ab2c65a5bb Rename .blog class to .blog-posts
Avoid conflict with the body blog class from WP.
2023-06-18 21:15:31 +02:00
Tetrakern
9326284184 Fix recommendations tag section if empty 2023-06-18 06:20:25 +02:00
Tetrakern
18075ef8ee Update _comments_form.php 2023-06-18 05:57:14 +02:00
Tetrakern
77063e043f Replace all admin inline onclick handlers 2023-06-18 04:10:39 +02:00
Tetrakern
8e5f2ca519 Replace comment self-delete icon 2023-06-18 03:29:54 +02:00
Tetrakern
41909556e5 Replace all frontend inline onclick handlers 2023-06-18 03:28:44 +02:00
Tetrakern
794f87dfd4 Replace inline onclick bookshelf handlers 2023-06-18 00:35:53 +02:00
Tetrakern
7ea9e72e57 Add aria-current to AJAX comments pagination 2023-06-17 23:54:00 +02:00
Tetrakern
ff08034e2d Replace inline onclick comment page handler 2023-06-17 23:49:38 +02:00
Tetrakern
40c65a89a5 Replace inline onclick logout handler 2023-06-17 23:21:02 +02:00
Tetrakern
a614c1cf8d Replace inline onclick to reveal comment images 2023-06-17 22:12:06 +02:00
Tetrakern
2e6bd2c7eb Replace inline onclick to get story comments 2023-06-17 20:51:55 +02:00
Tetrakern
2c1854aaed Make story comment paragraph links work 2023-06-17 18:56:51 +02:00
Tetrakern
bd736de9f0 Strip tags from chapter list titles 2023-06-17 14:57:38 +02:00
Tetrakern
4e08e13655 Fix micro menu fullscreen buttons 2023-06-17 10:51:33 +02:00
Tetrakern
5066aa19e7 Add smooth scrolling to all page anchors 2023-06-17 10:49:18 +02:00
Tetrakern
abd190c3c8 Remove obsolete code 2023-06-17 00:53:27 +02:00
Tetrakern
4d7a9ce4d6 Use delegate click handler for BBCodes
Sometimes I wonder why I previously did things the way I did. But then I remember that I build all of that myself in crunch mode without getting payed.
2023-06-17 00:36:58 +02:00
Tetrakern
3af38421af Add keyboard navigation to chapters 2023-06-16 12:11:44 +02:00
Tetrakern
97fb5cae04 Made chapter meta queries more resilient 2023-06-16 02:03:31 +02:00
Tetrakern
debaebb4eb Add filters to sort-order-filter options 2023-06-13 23:09:31 +02:00
Tetrakern
91cc419ccd Improved sitemap queries to be more resilient
Before, it was possible for chapters to not be included if a database field did not exist, which was dumb.
2023-06-13 11:21:44 +02:00
Tetrakern
6cc22dbb7c Fix edit/delete comment buttons 2023-06-13 01:14:17 +02:00
Tetrakern
e064dead58 Improve reveal of comment form action if hidden 2023-06-12 20:30:12 +02:00
Tetrakern
12d7a68336 Fix AJAX comment form/section
I cannot even say when this broke. I know it was working once. Huh.
2023-06-12 20:10:14 +02:00
Tetrakern
b1c2559801 Update _follows.php 2023-06-12 13:05:30 +02:00
Tetrakern
137afd6ed4 Use session storage for temp page cache
Far better for this purpose. Also fixed deferred nonce not being cleared on time.
2023-06-12 11:41:31 +02:00
Tetrakern
df31541171 Add aria label to order list buttons 2023-06-11 19:21:15 +02:00
Tetrakern
3627204f06 Fix accessibility
Not a single word!
2023-06-11 19:15:02 +02:00
Tetrakern
2b6184ca75 Improve footer menu
No more weird wrapping and better render performance too.
2023-06-11 18:54:14 +02:00
Tetrakern
3acb67a8f5 Add utility function to get clean URL
Enough with this annoyance!
2023-06-11 16:43:26 +02:00
Tetrakern
ca3ef92068 Extended archives and sort-order-filter 2023-06-11 16:15:23 +02:00
Tetrakern
6205d42175 Improve SOF function
Should now always use the current base URL without page or query args.
2023-06-11 14:19:10 +02:00
Tetrakern
35bfa7b058 Remove order param from date query helper
Completely unnecessary here.
2023-06-11 13:38:08 +02:00
Tetrakern
d0e30b024a Fix date query helper
Whelp, glad I caught that one.
2023-06-11 13:32:35 +02:00
Tetrakern
51a8cce930 Move date query helper to query helpers
Makes more sense, no?
2023-06-11 13:15:24 +02:00
Tetrakern
fa7df6a9eb Only show list panels in mobile menu if not empty 2023-06-11 12:15:25 +02:00
Tetrakern
0bc1977e2a Update date query helper
Paranoia.
2023-06-11 12:14:12 +02:00
Tetrakern
a742296f84 Allow custom date strings in date query 2023-06-11 04:17:24 +02:00