spip-league/kernel | 4 commits
Par Matthieu Marcillaud, le 28 avril 2026 à 10h15min :
style: QA pass.
Modifié
src/DependencyInjection/SpipDerivedParametersPass.php
src/SpipContainerFactory.php
tests/Fixtures/LegacySpip/config/spip/logger.php
tests/KernelEnvironmentLoaderTest.php
tests/SpipContainerFactoryTest.php
Détails : style: QA pass. (6967b9fd) · Validations · spip-league / kernel · GitLab
==============================
Par Matthieu Marcillaud, le 28 avril 2026 à 10h15min :
build: dépendance manquante à symfony/config
Modifié
composer.json
==============================
Par Matthieu Marcillaud, le 28 avril 2026 à 10h05min :
refactor: Container à partir de fichiers de config symfony uniquement
Ajouté
config/services.php
src/DependencyInjection/SpipDerivedParametersPass.php
src/SpipContainerFactory.php
tests/Fixtures/LegacySpip/config/spip/logger.php
tests/KernelEnvironmentLoaderTest.php
tests/SpipContainerFactoryTest.php
Supprimé
services.php
src/ConfigLoader.php
src/KernelServicesLoader.php
tests/ConfigLoaderTest.php
tests/KernelServicesLoaderTest.php
Modifié
.gitignore
boot.php
composer.json
src/Kernel.php
tests/Fixtures/LegacySpip/config/custom.php
tests/Fixtures/LegacySpip/config/spip/dirs.php
tests/Fixtures/LegacySpip/config/spip/routes.php
tests/KernelTest.php
==============================
Par Matthieu Marcillaud, le 27 avril 2026 à 18h37min :
feat: Introduire symfony/dotenv, lire un éventuel fichier .env qui redéfinirait les répertoires cache et config.
Ces répertoires doivent être connus au boot de SPIP afin qu’il puisse générer le conteneur compilé.
Ajouté
src/KernelEnvironmentLoader.php
Modifié
boot.php
composer.json