Add SQLite indexes for contenus page language/tag queries + WIP: Peertube orphans, dialogs, contact decoupling, context note, finality types

This commit is contained in:
Pontoporeia
2026-06-21 16:36:34 +02:00
parent 0d5e9dac19
commit 03c9c3566f
38 changed files with 1432 additions and 333 deletions
+6
View File
@@ -24,6 +24,12 @@ try {
$formData = $_SESSION['form_data'] ?? [];
unset($_SESSION['form_data']);
// Default values for new TFE creation (no prior form data)
if (empty($formData)) {
$formData['exemplaire_baiu'] = true;
$formData['exemplaire_erg'] = true;
}
$siteSettings = Database::getInstance()->getAllSettings();
$helpBlocks = Database::getInstance()->getAllFormHelpBlocks();