mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
Add SQLite indexes for contenus page language/tag queries + WIP: Peertube orphans, dialogs, contact decoupling, context note, finality types
This commit is contained in:
@@ -274,6 +274,9 @@ class ExportController
|
||||
'Licence',
|
||||
'Points sur 20',
|
||||
'Lien BAIU',
|
||||
'CC2r',
|
||||
'Exemplaire BAIU',
|
||||
'Exemplaire ERG',
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -390,6 +393,9 @@ class ExportController
|
||||
$t['license_name'] ?? '',
|
||||
isset($t['jury_points']) ? (string) $t['jury_points'] : '',
|
||||
$t['baiu_link'] ?? '',
|
||||
!empty($t['cc2r']) ? 'Oui' : 'Non',
|
||||
!empty($t['exemplaire_baiu']) ? 'Oui' : 'Non',
|
||||
!empty($t['exemplaire_erg']) ? 'Oui' : 'Non',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user