spip-league/kernel | 8 commits
Par JamesRezo, le 9 juillet 2025 à 22h33min :
feat(ConfigLoader): config/custom.php
Ref: #1
Ajouté
tests/Fixtures/LegacySpip/config/custom.php
Modifié
boot.php
src/ConfigLoader.php
tests/ConfigLoaderTest.php
Détails : feat(ConfigLoader): config/custom.php (944da726) · Validations · spip-league / kernel · GitLab
==============================
Par JamesRezo, le 9 juillet 2025 à 22h33min :
fix: getProjectDir() protected
Modifié
CHANGELOG.md
boot.php
composer.json
src/ConfigLoader.php
src/Deprecation.php
Détails : fix: getProjectDir() protected (232dff06) · Validations · spip-league / kernel · GitLab
==============================
Par JamesRezo, le 9 juillet 2025 à 22h33min :
feat: ConfigLoader & Deprecation service
Ajouté
src/ConfigLoader.php
src/Deprecation.php
tests/ConfigLoaderTest.php
tests/DeprecationTest.php
tests/Fixtures/LegacySpip/config/other/plugin.php
tests/Fixtures/LegacySpip/config/spip-contrib/.gitkeep
tests/Fixtures/deprecations.php
Modifié
CHANGELOG.md
README.md
boot.php
phpunit.xml.dist
src/Kernel.php
tests/KernelTest.php
Détails : feat: ConfigLoader & Deprecation service (971d8728) · Validations · spip-league / kernel · GitLab
==============================
Par JamesRezo, le 6 juin 2025 à 12h51min :
fix: constante pas utile, même sous Windows
Modifié
src/Kernel.php
Détails : fix: constante pas utile, même sous Windows (5d4d24f1) · Validations · spip-league / kernel · GitLab
==============================
Par JamesRezo, le 6 juin 2025 à 12h50min :
fix: râlerie de phpstan
Modifié
tests/InstallationDetectorTest.php
Détails : fix: râlerie de phpstan (6f668b95) · Validations · spip-league / kernel · GitLab
==============================
Par Maïeul Rouquette, le 19 mars 2025 à 11h41min :
docs(changelog): #2
Modifié
CHANGELOG.md
Détails : docs(changelog): #2 (56b8687b) · Validations · spip-league / kernel · GitLab
==============================
Par Maïeul Rouquette, le 19 mars 2025 à 11h00min :
fix: bien calculer isBackOffice() lorsque SPIP est dans un sous-dossier
Le kernel peut fonctionner avec SPIP dans un sous-dossier.
fix: #2
Modifié
src/Kernel.php
tests/KernelTest.php
==============================
Par Maïeul Rouquette, le 23 février 2025 à 12h46min :
test: KernelTest->dataIsBackOffice() devrait utiliser un paramètre backOffice avec / final mais pas initial, comme dans config.spip.back_office
Modifié
tests/KernelTest.php