spip/framework | 7 commits
Par marcimat, le 30 juin 2026 à 21h26min :
Merge branch ‹ 6093-plugin-manager › into ‹ 5.x ›
Refactor vers plugin-manager
See merge request spip/framework!10
Supprimé
src/Boot/BootArtifactCompiler.php
src/Plugin/Boot/DistPluginProvider.php
src/Plugin/Boot/PluginBootArtifactBuilder.php
src/Plugin/Boot/PluginBootCache.php
src/Plugin/Boot/PluginManifest.php
src/Plugin/Boot/PluginManifestListProvider.php
src/Plugin/Boot/PluginManifestSqlMigrator.php
src/Plugin/Boot/PluginManifestStore.php
src/Plugin/Boot/PluginManifestStructuresBuilder.php
src/Plugin/Boot/PluginMenuCollector.php
src/Plugin/Config/CachedPhpArrayWriter.php
src/Plugin/Config/DeclarativeContainerCompiler.php
src/Plugin/Config/PluginAutoloadCollector.php
src/Plugin/Config/PluginConfigCollector.php
src/Plugin/Config/PluginContainerPrecompiler.php
src/Plugin/Config/PluginSymfonyServicesCollector.php
src/Plugin/Discovery/PluginOrderResolver.php
src/Plugin/Discovery/PluginScanner.php
src/Plugin/Paquet/PaquetElementCollector.php
src/Plugin/Paquet/PaquetInfo.php
src/Plugin/Paquet/PaquetXmlReader.php
src/Plugin/PluginPathResolver.php
src/Plugin/PluginRelativePath.php
tests/Plugin/Boot/DistPluginProviderTest.php
tests/Plugin/Boot/PluginBootArtifactBuilderTest.php
tests/Plugin/Boot/PluginBootCacheTest.php
tests/Plugin/Boot/PluginManifestListProviderTest.php
tests/Plugin/Boot/PluginManifestSqlMigratorTest.php
tests/Plugin/Boot/PluginManifestStoreTest.php
tests/Plugin/Boot/PluginManifestTest.php
tests/Plugin/Config/PluginContainerPrecompilerCronAutoconfigurationTest.php
tests/Plugin/Config/PluginSymfonyServicesCollectorTest.php
tests/Plugin/Discovery/PluginDiscoveryTest.php
tests/Plugin/Paquet/PaquetXmlReaderTest.php
tests/Plugin/PluginDirLocatorTest.php
Modifié
composer.json
src/Boot/BootOrchestrator.php
src/Pipeline/Event/AffichageEntetesFinalEvent.php
src/Pipeline/Event/AffichageEntetesFinalPriveEvent.php
src/Pipeline/Event/AffichageFinalEvent.php
src/Pipeline/Event/AffichageFinalPriveEvent.php
src/Pipeline/Event/AfficheDroiteEvent.php
src/Pipeline/Event/AfficheGaucheEvent.php
src/Pipeline/Event/AfficheMilieuEvent.php
src/Pipeline/Event/AfficherNombreObjetsAssociesAEvent.php
src/Pipeline/Event/BoiteInfosEvent.php
src/Pipeline/Event/DeclarerTablesAuxiliairesEvent.php
src/Pipeline/Event/DeclarerTablesInterfacesEvent.php
src/Pipeline/Event/DeclarerTablesObjetsSqlEvent.php
src/Pipeline/Event/DeclarerTablesPrincipalesEvent.php
src/Pipeline/Event/FormulaireChargerEvent.php
src/Pipeline/Event/FormulaireHtmlAdministrationEvent.php
src/Pipeline/Event/FormulaireHtmlEditerObjetEvent.php
src/Pipeline/Event/FormulaireHtmlEvent.php
src/Pipeline/Event/FormulaireHtmlLoginEvent.php
src/Pipeline/Event/FormulaireReceptionnerEvent.php
src/Pipeline/Event/FormulaireTraiterEvent.php
src/Pipeline/Event/FormulaireVerifierEtapeEvent.php
src/Pipeline/Event/FormulaireVerifierEvent.php
src/Pipeline/Event/HeaderPriveCssEvent.php
src/Pipeline/Event/HeaderPriveEvent.php
src/Pipeline/Event/InsertHeadCssEvent.php
src/Pipeline/Event/InsertHeadEvent.php
src/Pipeline/Event/OptimiserBaseDisparusEvent.php
src/Pipeline/Event/PostEditionEvent.php
src/Pipeline/Event/PostEditionLienEvent.php
src/Pipeline/Event/PostInsertionEvent.php
src/Pipeline/Event/PostPropreEvent.php
src/Pipeline/Event/PostTypoEvent.php
src/Pipeline/Event/PreEditionEvent.php
src/Pipeline/Event/PreEditionLienEvent.php
src/Pipeline/Event/PreInsertionEvent.php
src/Pipeline/Event/PreLiensEvent.php
src/Pipeline/Event/PrePropreEvent.php
src/Pipeline/Event/PreTypoEvent.php
src/Pipeline/Event/RecupererFondEvent.php
src/Pipeline/Event/StyliserEvent.php
src/Pipeline/Event/TachesGeneralesCronEvent.php
src/Pipeline/Event/TrigSupprimerObjetsLiesEvent.php
src/Pipeline/PluginPipelineCollector.php
tests/SpipTest.php
Détails : Merge branch '6093-plugin-manager' into '5.x' (88f26da2) · Validations · spip / framework · GitLab
==============================
Par Matthieu Marcillaud, le 30 juin 2026 à 21h23min :
build: require spip-league/plugin-manager !
Modifié
composer.json
Détails : build: require spip-league/plugin-manager ! (b0dd0d18) · Validations · spip / framework · GitLab
==============================
Par Matthieu Marcillaud, le 28 juin 2026 à 17h02min :
docs: maj lien BootArtifactCompiler
Modifié
src/Boot/BootOrchestrator.php
Détails : docs: maj lien BootArtifactCompiler (fd673c7d) · Validations · spip / framework · GitLab
==============================
Par Matthieu Marcillaud, le 28 juin 2026 à 16h33min :
refactor: Autres classes relatives aux plugins déplacées dans plugin-manager
Refs: spip/spip#6093
Supprimé
src/Boot/BootArtifactCompiler.php
src/Plugin/Config/CachedPhpArrayWriter.php
src/Plugin/Config/DeclarativeContainerCompiler.php
src/Plugin/Config/PluginAutoloadCollector.php
src/Plugin/Config/PluginConfigCollector.php
src/Plugin/Config/PluginContainerPrecompiler.php
src/Plugin/Config/PluginSymfonyServicesCollector.php
tests/Plugin/Config/PluginContainerPrecompilerCronAutoconfigurationTest.php
tests/Plugin/Config/PluginSymfonyServicesCollectorTest.php
Modifié
tests/SpipTest.php
==============================
Par Matthieu Marcillaud, le 28 juin 2026 à 15h54min :
refactor: Déplacement de classes dans plugin-manager
Refs: spip/spip#6093
Supprimé
src/Plugin/Boot/DistPluginProvider.php
src/Plugin/Boot/PluginBootArtifactBuilder.php
src/Plugin/Boot/PluginBootCache.php
src/Plugin/Boot/PluginManifest.php
src/Plugin/Boot/PluginManifestListProvider.php
src/Plugin/Boot/PluginManifestSqlMigrator.php
src/Plugin/Boot/PluginManifestStore.php
src/Plugin/Boot/PluginManifestStructuresBuilder.php
src/Plugin/Boot/PluginMenuCollector.php
src/Plugin/Discovery/PluginOrderResolver.php
src/Plugin/Discovery/PluginScanner.php
src/Plugin/Paquet/PaquetElementCollector.php
src/Plugin/Paquet/PaquetInfo.php
src/Plugin/Paquet/PaquetXmlReader.php
src/Plugin/PluginPathResolver.php
src/Plugin/PluginRelativePath.php
tests/Plugin/Boot/DistPluginProviderTest.php
tests/Plugin/Boot/PluginBootArtifactBuilderTest.php
tests/Plugin/Boot/PluginBootCacheTest.php
tests/Plugin/Boot/PluginManifestListProviderTest.php
tests/Plugin/Boot/PluginManifestSqlMigratorTest.php
tests/Plugin/Boot/PluginManifestStoreTest.php
tests/Plugin/Boot/PluginManifestTest.php
tests/Plugin/Discovery/PluginDiscoveryTest.php
tests/Plugin/Paquet/PaquetXmlReaderTest.php
tests/Plugin/PluginDirLocatorTest.php
Modifié
src/Boot/BootArtifactCompiler.php
src/Boot/BootOrchestrator.php
src/Pipeline/PluginPipelineCollector.php
src/Plugin/Config/DeclarativeContainerCompiler.php
src/Plugin/Config/PluginAutoloadCollector.php
src/Plugin/Config/PluginConfigCollector.php
src/Plugin/Config/PluginContainerPrecompiler.php
src/Plugin/Config/PluginSymfonyServicesCollector.php
tests/Plugin/Config/PluginSymfonyServicesCollectorTest.php
tests/SpipTest.php
==============================
Par Matthieu Marcillaud, le 28 juin 2026 à 13h30min :
fix: deprecateds
Modifié
src/Plugin/Boot/PluginManifestListProvider.php
tests/Plugin/Config/PluginSymfonyServicesCollectorTest.php
Détails : fix: deprecateds (e3046142) · Validations · spip / framework · GitLab
==============================
Par Matthieu Marcillaud, le 28 juin 2026 à 13h25min :
fix: Utiliser les attributs bridge pipeline
Refs: spip/spip#6093
Modifié
src/Pipeline/Event/AffichageEntetesFinalEvent.php
src/Pipeline/Event/AffichageEntetesFinalPriveEvent.php
src/Pipeline/Event/AffichageFinalEvent.php
src/Pipeline/Event/AffichageFinalPriveEvent.php
src/Pipeline/Event/AfficheDroiteEvent.php
src/Pipeline/Event/AfficheGaucheEvent.php
src/Pipeline/Event/AfficheMilieuEvent.php
src/Pipeline/Event/AfficherNombreObjetsAssociesAEvent.php
src/Pipeline/Event/BoiteInfosEvent.php
src/Pipeline/Event/DeclarerTablesAuxiliairesEvent.php
src/Pipeline/Event/DeclarerTablesInterfacesEvent.php
src/Pipeline/Event/DeclarerTablesObjetsSqlEvent.php
src/Pipeline/Event/DeclarerTablesPrincipalesEvent.php
src/Pipeline/Event/FormulaireChargerEvent.php
src/Pipeline/Event/FormulaireHtmlAdministrationEvent.php
src/Pipeline/Event/FormulaireHtmlEditerObjetEvent.php
src/Pipeline/Event/FormulaireHtmlEvent.php
src/Pipeline/Event/FormulaireHtmlLoginEvent.php
src/Pipeline/Event/FormulaireReceptionnerEvent.php
src/Pipeline/Event/FormulaireTraiterEvent.php
src/Pipeline/Event/FormulaireVerifierEtapeEvent.php
src/Pipeline/Event/FormulaireVerifierEvent.php
src/Pipeline/Event/HeaderPriveCssEvent.php
src/Pipeline/Event/HeaderPriveEvent.php
src/Pipeline/Event/InsertHeadCssEvent.php
src/Pipeline/Event/InsertHeadEvent.php
src/Pipeline/Event/OptimiserBaseDisparusEvent.php
src/Pipeline/Event/PostEditionEvent.php
src/Pipeline/Event/PostEditionLienEvent.php
src/Pipeline/Event/PostInsertionEvent.php
src/Pipeline/Event/PostPropreEvent.php
src/Pipeline/Event/PostTypoEvent.php
src/Pipeline/Event/PreEditionEvent.php
src/Pipeline/Event/PreEditionLienEvent.php
src/Pipeline/Event/PreInsertionEvent.php
src/Pipeline/Event/PreLiensEvent.php
src/Pipeline/Event/PrePropreEvent.php
src/Pipeline/Event/PreTypoEvent.php
src/Pipeline/Event/RecupererFondEvent.php
src/Pipeline/Event/StyliserEvent.php
src/Pipeline/Event/TachesGeneralesCronEvent.php
src/Pipeline/Event/TrigSupprimerObjetsLiesEvent.php
src/Plugin/Config/PluginContainerPrecompiler.php
tests/Plugin/Config/PluginContainerPrecompilerCronAutoconfigurationTest.php
Détails : fix: Utiliser les attributs bridge pipeline (14ea17d5) · Validations · spip / framework · GitLab