forked from pimcore/pimcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Pimcore 11] Decouple AdminBundle from the Core (pimcore#14971)
* [Pimcore 11] Decouple AdminBundle from the Core - follow up to pimcore#14918 * Fix Core Bundles & Security classes * require dev branch (temproray) of admin ui classic bundle * Make Core bundles implement PimcoreBundleAdminClassicInterface * Further decoupling * Fix tests * Further decoupling * Further decoupling * check disabling admin bundle * Fix stan issues * Move Admin Listeners to admin-classic.yaml * Add ignore again and void to method * Extend phpstand-baseline.neon and phpstan-parameters.neon * Revert unrelated changes * Refactor initializing system settings for tests * Adding void return type * Remove line from baseline.neon * Add interface * Extract AdminBundle tests from core. * extract testAddGridFeatureJoinsWithTwoFilters into AdminBundle. * Fix tests * Fix tests * Fix phpstan baseline - remove ignored errors * cleanup phpstan baseline * review changes * fix phpstan baseline * Fix docs related to bundle support interface & trait --------- Co-authored-by: mattamon <[email protected]> Co-authored-by: Martin Eiber <[email protected]>
- Loading branch information
1 parent
9c76a27
commit 976ccbb
Showing
86 changed files
with
743 additions
and
1,222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletions
46
bundles/AdminBundle/Controller/AdminAbstractController.php
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
bundles/AdminBundle/Resources/config/authenticator_security.yaml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
imports: | ||
- { resource: default.yaml } | ||
- { resource: doctrine_migrations.yaml } | ||
- { resource: flysystem.yaml } | ||
- { resource: flysystem.yaml } | ||
- { resource: security.yaml } |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.