Format dates in publiser tool

Add helper functions to display human-friendly Norwegian dates
and times in the publishing dashboard and editor. Add documentation
for the publiser tool and update security checklists.
This commit is contained in:
Ruben 2026-08-30 22:08:02 +02:00
parent b609c8596c
commit 747e730366
3 changed files with 161 additions and 3 deletions

View file

@ -54,3 +54,5 @@ Use **SSL/TLS** (Home > Security > SSL/TLS) or **AutoSSL** to ensure HTTPS is ac
- [ ] `custom/listmonk-config.php` exists but is NOT in git (check `.gitignore`)
- [ ] `custom/data/` directory writable by web server (`chmod 755` or `775`)
- [ ] `custom/data/.htaccess` present with `Require all denied`
- [ ] `content/nyheter/` and `content/artikler/` writable by web server (`/publiser` publishes into them)
- [ ] `/publiser` login set: `php custom/tools/set-publiser-password.php <user> <pass>` (writes `content/publiser/.htpasswd`, gitignored - see `docs/publiser-tool.md`)