mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
The checkbox-list partial defaulted hx-include to 'this, #website-url-fieldset', but #website-url-fieldset only exists when `Site web` is checked in the format list. Every language checkbox click triggered a no-match warning and a cascade triggering the known HTMX internal-data crash.
14 lines
795 B
Markdown
14 lines
795 B
Markdown
# TODO
|
|
|
|
- [x] Replace HTMX+PHP file upload queues with client-side JS
|
|
- [x] Fix submit button on all forms — add JS/PHP debug logging
|
|
- [x] Fix file-upload-queue.js: redirect detection broken due to opaque redirect (switched from fetch to XHR for reliable responseURL)
|
|
- [x] Add `console.log` tracing on JS submit interception
|
|
- [x] Add `error_log` entry-point logging to all 16 PHP action files
|
|
- [x] Add double-submit guard (`_xamxamActiveSubmit`)
|
|
- [x] Fix spurious HTMX console warnings from checkbox-list default hx-include
|
|
- [x] Fix duplicate language entries (accented vs non-accented variants)
|
|
- [x] Deduplicate getPredefinedLanguages() query
|
|
- [x] Accent-tolerant getOrCreateLanguage() to prevent future duplicates
|
|
- [x] Delete orphan non-accented language rows from DB
|