[PR #20] [MERGED] Add compatibilty to eZ Platform 3 #28

Open
opened 2026-01-23 11:23:01 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: platform3


📝 Commits (9)

📊 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:

  • Compatibility to eZ Platrform 3.0
  • Backward compatibility to eZ Platform 2.5

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/code-rhapsodie/ezdataflow-bundle/pull/20 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 11/22/2019 **Status:** ✅ Merged **Merged:** 6/25/2021 **Merged by:** [@jbcr](https://github.com/jbcr) **Base:** `master` ← **Head:** `platform3` --- ### 📝 Commits (9) - [`1999641`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/1999641d0d47931771a6c34b434b6c0516f4d8c5) update require to platform 3 - [`af546d1`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/af546d143861df754676ae2b2f07d58ecf89f591) update admin to admin ui 2.0beta3 - [`1437ac9`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/1437ac9eb21ac84599870bc2da6938c657676304) add BC layer - [`9a9807c`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/9a9807cbd0ecabb1b8892d62696679a034d8a36d) refactor EzTabRenderExtension - [`a18e493`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/a18e493671c580806b1155d5686cdb67902887e7) some eZ Platform 3 change (#32) - [`0d2129c`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/0d2129cb618ae69b63b713462cc75618909a89ef) change requirements - [`f2a4c43`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/f2a4c43b22eb4c07af9f2bd822e8e08ce0f56112) add change log - [`9653bb0`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/9653bb08ba131fd409c11c63d603ac34b5abebf5) remove BC Compatibility - [`1453955`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/1453955f1641b82de3c4414a2395c201df32eb45) remove twig extension for BC ### 📊 Changes **25 files changed** (+89 additions, -181 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description The new version of Ez Platform 3 adds many [backward compatibilities](https://doc.ezplatform.com/en/master/releases/ez_platform_v3.0_deprecations/). This PR adds: * Compatibility to eZ Platrform 3.0 * Backward compatibility to eZ Platform 2.5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:23:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/ezdataflow-bundle#28