Settings
Posted by Denny at 09:20 on Sat, 05 Oct 2019
This morning I merged a couple of PRs that added a Site Settings feature (First bits of site settings feature and Site settings page in admin area). The Perl version uses a settings file, but adding the ability to change the settings via the web interface has been on my to-do list for ages, so I thought I'd do it right from the start here.
It's a really basic key/value table for now (with a helper method for easily retrieving a value from it), but I'm intending to add some stuff around default settings, per-user settings, etc, as the need arises.