mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
refactor: unify FilePond edit previews + clean upload UI and shared fragments
* Move shared `fichiers-fragment.php` from `partage/` to `templates/partials/form/` and update all include/require references * `.gitignore`: exclude SQLite WAL/SHM journal files * FilePond UI: * change uploaded file block border state from yellow to green * restyle image previews to use site light-theme colors * Edit mode: * remove custom existing-file preview list implementation * preload existing files directly into FilePond pools * include `cover` and `note_intention` assets in FilePond-managed state * Remove obsolete upload progress bar UI and related JS includes * Remove deprecated `Écriture` + `Image` format types from upload flow/configuration
This commit is contained in:
@@ -530,15 +530,13 @@ INSERT OR IGNORE INTO languages (name) VALUES ('anglais');
|
||||
INSERT OR IGNORE INTO languages (name) VALUES ('néerlandais');
|
||||
INSERT OR IGNORE INTO languages (name) VALUES ('italian');
|
||||
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Site web', 5);
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Audio', 3);
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Vidéo', 4);
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Site web', 5);
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Performance', 6);
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Objet éditorial', 7);
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Installation', 8);
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Autre', 9);
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Écriture', 1);
|
||||
INSERT OR IGNORE INTO format_types (name, sort_order) VALUES ('Image', 2);
|
||||
|
||||
INSERT OR IGNORE INTO access_types (name, description) VALUES ('Libre', 'TFE en libre accès à tout le monde sur la plateforme et en bibliothèque');
|
||||
INSERT OR IGNORE INTO access_types (name, description) VALUES ('Interne', 'TFE accessible uniquement sur place en physique. Une note descriptive est disponible sur le site');
|
||||
|
||||
Reference in New Issue
Block a user