mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
16 lines
867 B
Markdown
16 lines
867 B
Markdown
# TODO
|
|
|
|
- [x] Create migration 010_apropos_contents.sql (apropos_contents table, seed defaults)
|
|
- [x] Add apropos CRUD methods to Database.php
|
|
- [x] Create admin/contenus.php (replaces pages.php)
|
|
- [x] Create admin/contenus-edit.php (edit pages + apropos contacts/credits/erg_url)
|
|
- [x] Create admin/actions/apropos.php - save handler for apropos contents
|
|
- [x] Update templates/header.php: rename "Pages statiques" → "Contenus", update nav links
|
|
- [x] Update public/apropos.php: read contacts/credits/erg_url from DB instead of config
|
|
- [x] Delete config/apropos.php
|
|
- [x] Delete public/admin/pages.php
|
|
- [x] Delete public/admin/pages-edit.php
|
|
- [x] Delete public/admin/actions/page.php
|
|
- [x] Update storage/schema.sql with apropos_contents table + trigger
|
|
- [x] Rework system.php/system.js: replace custom fetch() JS with HTMX, inline onclick for copy + collapse
|