24 Commits

Author SHA1 Message Date
Tetrakern
f5e0188c1f
Add Stimulus (#65) 2024-12-06 17:38:32 +01:00
Tetrakern
07cdac120a Clean up error messages part 3 2024-10-13 00:36:43 +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
c86cb6cf40 Update discarded.php 2024-03-08 12:58:12 +01:00
Tetrakern
365496c807 Remove problematic commit message
Revert revert!
2024-01-26 17:47:24 +01:00
Tetrakern
e00787589d Revert "Unify since version number format"
This reverts commit 8c4b44e41db8454af65ce4a909e0cb12db8828f8.
2024-01-26 17:45:53 +01:00
Tetrakern
8c4b44e41d Unify @since version number format
Yes, it bothered me.
2024-01-26 15:51:11 +01:00
Tetrakern
304f147e8e Restore saving of empty setting checkboxes
This actually caused many additional DB queries since they were no longer auto-loaded if they did not exist. Far worse than saving the few rows in the DB is worth.
2023-12-02 12:41:52 +01:00
Tetrakern
d3738ec3e3 Remove meta query from search
This was too expensive. Hiding results is not great but at least feasible.
2023-11-12 15:58:02 +01:00
Tetrakern
72b3789125 Test and discard cleanup function for options 2023-11-08 00:04:00 +01:00
Tetrakern
0b608db233 Fix and update note for disabled commenting 2023-10-29 21:46:28 +01:00
Tetrakern
cdd2f00cef Remaining ") ?>" to "); ?>" 2023-09-16 14:25:26 +02:00
Tetrakern
15eb144b48 Cleanup 2023-08-28 10:43:04 +02:00
Tetrakern
8fe2fdfc01 Add some dev and debug tools
Depends on WP_DEBUG being true.
2023-08-27 22:15:43 +02:00
Tetrakern
f33abf16c5 Refactor bookmarks 2023-08-27 01:54:46 +02:00
Tetrakern
03ef426a91 Remove obsolete code 2023-08-27 00:19:53 +02:00
Tetrakern
239e66cf50 Refactor follows 2023-08-26 23:49:37 +02:00
Tetrakern
a6a12fe964 Refactor reminders 2023-08-26 23:00:01 +02:00
Tetrakern
5f6574fe4c Remove obsolete checkmarks code 2023-08-26 22:03:57 +02:00
Tetrakern
647afbefcf Tried some things, put them in the graveyard
That's it. Comments are going to switch to markdown next. BBCodes are too problematic and any libraries are outdated af. I'm evidently incapable of solving this issue myself in reasonable time and effort.
2023-08-25 20:08:05 +02:00
Tetrakern
5e479cbf33 Fix and improve comments
So, turns out the REST API is not that great if you need the current user and account for caching. Whelp.
2023-08-22 01:55:06 +02:00
Tetrakern
cc0a5d62df Update moderator capabilities 2023-08-10 02:41:58 +02:00
Tetrakern
373baa55c9 Make actions/filter no longer pluggable
You can remove them anyway, no need to sacrifice CPU cycles for this.
2023-08-08 22:45:55 +02:00
Tetrakern
a9bbdb2785 File sanity and loading optimization
Moved some functions around only scoped them and partials better to the needed context. Saves about 100-110 KiB memory. It's something!
2023-08-08 20:33:24 +02:00