mirror of
https://github.com/code-rhapsodie/ezdataflow-bundle.git
synced 2026-03-24 06:32:06 +01:00
[PR #20] [MERGED] Add compatibilty to eZ Platform 3 #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/code-rhapsodie/ezdataflow-bundle/pull/20
Author: @jbcr
Created: 11/22/2019
Status: ✅ Merged
Merged: 6/25/2021
Merged by: @jbcr
Base:
master← Head:platform3📝 Commits (9)
1999641update require to platform 3af546d1update admin to admin ui 2.0beta31437ac9add BC layer9a9807crefactor EzTabRenderExtensiona18e493some eZ Platform 3 change (#32)0d2129cchange requirementsf2a4c43add change log9653bb0remove BC Compatibility1453955remove twig extension for BC📊 Changes
25 files changed (+89 additions, -181 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
composer.json(+4 -4)📝
src/Controller/DashboardController.php(+2 -21)📝
src/Controller/JobController.php(+2 -10)📝
src/Controller/ScheduledDataflowController.php(+27 -41)📝
src/Core/Content/ContentCreator.php(+0 -6)📝
src/Core/Content/ContentUpdater.php(+0 -4)📝
src/Core/Field/ContentStructFieldFiller.php(+1 -6)📝
src/Core/Field/ContentStructFieldFillerInterface.php(+0 -5)📝
src/Core/Field/DefaultFieldValueCreator.php(+0 -1)📝
src/Core/Field/FieldValueCreatorInterface.php(+1 -9)📝
src/Exception/UnknownFieldException.php(+0 -3)📝
src/Factory/ContentStructureFactory.php(+2 -8)📝
src/Factory/ContentStructureFactoryInterface.php(+0 -4)📝
src/Gateway/JobGateway.php(+0 -3)📝
src/Gateway/ScheduledDataflowGateway.php(+0 -5)📝
src/Matcher/LocationMatcher.php(+0 -2)📝
src/Matcher/LocationMatcherInterface.php(+0 -2)📝
src/Model/ContentCreateStructure.php(+7 -19)📝
src/Model/ContentStructure.php(+0 -9)...and 5 more files
📄 Description
The new version of Ez Platform 3 adds many backward compatibilities.
This PR adds:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.