Loading CHANGELOG.md +13 −4 Original line number Diff line number Diff line Journal des modifications ========================= 1.1.7 (23/04/2019) ------------------ ### Corrections - Abandon du TitreFormatter redondant et rétablissement du TitreApogeeFilter corrigé (pour ne plus subtituer les guillemets français). - Correction du bug dans le module unicaen/auth empêchant de s'authentifier via la fédération d'identité Renater. 1.1.6 (15/04/2019) ------------------ ### Correction ### Corrections - Remplacement des caractères spéciaux d'apogée pour les guillements par le biais d'un TitreFormatter. - Remplacement des caractère spéciaux d'apogée pour les guillement par le biais d'un TitreFormatter. 1.1.5 (09/04/2019) ------------------ Loading @@ -19,8 +30,6 @@ Journal des modifications 1.1.4 (03/04/2019) ------------------ ## 1.1.4 (03/04/2019) ### Nouveautés - Ouverture à toutes personnes identifiées de la consultation de la liste des thèses, à la recherche de thèse et à la Loading composer.lock +3 −3 Original line number Diff line number Diff line Loading @@ -2014,11 +2014,11 @@ }, { "name": "unicaen/auth", "version": "1.3.7", "version": "1.3.8", "source": { "type": "git", "url": "https://git.unicaen.fr/lib/unicaen/auth.git", "reference": "56d786108f99affbb1a136b074b57155078902fe" "reference": "719f791e19151fc50181bb797a20768a918ece26" }, "require": { "bjyoungblood/bjy-authorize": ">=1.4", Loading @@ -2041,7 +2041,7 @@ ] }, "description": "Module d'authentification pour les applications Unicaen", "time": "2019-04-10T09:54:42+00:00" "time": "2019-04-23T14:28:54+00:00" }, { "name": "unicaen/code", Loading config/autoload/version.global.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ return [ 'unicaen-app' => [ 'app_infos' => [ 'version' => '1.1.5', 'date' => '09/04/2019', 'version' => '1.1.7', 'date' => '23/04/2019', ], ], 'comment' => 'Fichier généré le 09/04/2019 à 10:36:31 avec /home/gauthierb/workspace/sygal/bump-version', 'comment' => 'Fichier généré le 23/04/2019 à 15:25:52 avec /home/gauthierb/workspace/sygal/bump-version', ]; install.sh +4 −1 Original line number Diff line number Diff line Loading @@ -7,8 +7,11 @@ # Composer install composer install --no-dev --no-suggest --optimize-autoloader # mpdf/mpdf/ttfontdata dir access chown -R www-data:root vendor/mpdf/mpdf/ttfontdata && chmod -R 770 vendor/mpdf/mpdf/ttfontdata # Répertoire d'upload par défaut mkdir -p upload && chown www-data upload mkdir -p upload && chown -R www-data:root upload && chmod -R 770 upload # Répertoires de travail de Doctrine mkdir -p data/cache && chmod -R 777 data/cache Loading module/Application/src/Application/Controller/TheseController.php +1 −4 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ use Application\Entity\Db\Variable; use Application\Entity\Db\VersionFichier; use Application\Entity\Db\WfEtape; use Application\Filter\IdifyFilterAwareTrait; use Application\Filter\TitreFormatter; use Application\Form\AttestationTheseForm; use Application\Form\ConformiteFichierForm; use Application\Form\DiffusionTheseForm; Loading Loading @@ -1379,9 +1378,7 @@ class TheseController extends AbstractController if ($description === null) { $description = new MetadonneeThese(); $titreFormatter = new TitreFormatter(); $titre = $titreFormatter->doFormat($these); $description->setTitre($titre); $description->setTitre($these->getTitre()); } $form->bind($description); Loading Loading
CHANGELOG.md +13 −4 Original line number Diff line number Diff line Journal des modifications ========================= 1.1.7 (23/04/2019) ------------------ ### Corrections - Abandon du TitreFormatter redondant et rétablissement du TitreApogeeFilter corrigé (pour ne plus subtituer les guillemets français). - Correction du bug dans le module unicaen/auth empêchant de s'authentifier via la fédération d'identité Renater. 1.1.6 (15/04/2019) ------------------ ### Correction ### Corrections - Remplacement des caractères spéciaux d'apogée pour les guillements par le biais d'un TitreFormatter. - Remplacement des caractère spéciaux d'apogée pour les guillement par le biais d'un TitreFormatter. 1.1.5 (09/04/2019) ------------------ Loading @@ -19,8 +30,6 @@ Journal des modifications 1.1.4 (03/04/2019) ------------------ ## 1.1.4 (03/04/2019) ### Nouveautés - Ouverture à toutes personnes identifiées de la consultation de la liste des thèses, à la recherche de thèse et à la Loading
composer.lock +3 −3 Original line number Diff line number Diff line Loading @@ -2014,11 +2014,11 @@ }, { "name": "unicaen/auth", "version": "1.3.7", "version": "1.3.8", "source": { "type": "git", "url": "https://git.unicaen.fr/lib/unicaen/auth.git", "reference": "56d786108f99affbb1a136b074b57155078902fe" "reference": "719f791e19151fc50181bb797a20768a918ece26" }, "require": { "bjyoungblood/bjy-authorize": ">=1.4", Loading @@ -2041,7 +2041,7 @@ ] }, "description": "Module d'authentification pour les applications Unicaen", "time": "2019-04-10T09:54:42+00:00" "time": "2019-04-23T14:28:54+00:00" }, { "name": "unicaen/code", Loading
config/autoload/version.global.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ return [ 'unicaen-app' => [ 'app_infos' => [ 'version' => '1.1.5', 'date' => '09/04/2019', 'version' => '1.1.7', 'date' => '23/04/2019', ], ], 'comment' => 'Fichier généré le 09/04/2019 à 10:36:31 avec /home/gauthierb/workspace/sygal/bump-version', 'comment' => 'Fichier généré le 23/04/2019 à 15:25:52 avec /home/gauthierb/workspace/sygal/bump-version', ];
install.sh +4 −1 Original line number Diff line number Diff line Loading @@ -7,8 +7,11 @@ # Composer install composer install --no-dev --no-suggest --optimize-autoloader # mpdf/mpdf/ttfontdata dir access chown -R www-data:root vendor/mpdf/mpdf/ttfontdata && chmod -R 770 vendor/mpdf/mpdf/ttfontdata # Répertoire d'upload par défaut mkdir -p upload && chown www-data upload mkdir -p upload && chown -R www-data:root upload && chmod -R 770 upload # Répertoires de travail de Doctrine mkdir -p data/cache && chmod -R 777 data/cache Loading
module/Application/src/Application/Controller/TheseController.php +1 −4 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ use Application\Entity\Db\Variable; use Application\Entity\Db\VersionFichier; use Application\Entity\Db\WfEtape; use Application\Filter\IdifyFilterAwareTrait; use Application\Filter\TitreFormatter; use Application\Form\AttestationTheseForm; use Application\Form\ConformiteFichierForm; use Application\Form\DiffusionTheseForm; Loading Loading @@ -1379,9 +1378,7 @@ class TheseController extends AbstractController if ($description === null) { $description = new MetadonneeThese(); $titreFormatter = new TitreFormatter(); $titre = $titreFormatter->doFormat($these); $description->setTitre($titre); $description->setTitre($these->getTitre()); } $form->bind($description); Loading