[PR #2] Upgrade to eZ Platform 2.5 #2

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

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/pvrEzCommentBundle/pull/2
Author: @jbcr
Created: 10/23/2019
Status: 🔄 Open

Base: masterHead: upgrade_platform25


📝 Commits (8)

  • b9483ee Upgrade to eZ Platform 2.5
  • d260ad5 add csfix config and update git ignore
  • 68d8288 fix CS
  • 29bb46f use openssl instead mcrypt
  • 309d289 use const inteasd local variable for cypher method
  • 35511b9 update composer.json
  • 0e5f200 remote unused translator
  • a1da766 add toto and fix arg number

📊 Changes

28 files changed (+909 additions, -919 deletions)

View changed files

📝 .gitignore (+4 -3)
.php_cs.dist (+12 -0)
📝 Comment/PvrEzCommentEncryption.php (+36 -31)
📝 Comment/PvrEzCommentEncryptionInterface.php (+10 -8)
📝 Comment/PvrEzCommentManager.php (+361 -522)
📝 Comment/PvrEzCommentManagerInterface.php (+36 -29)
📝 Controller/CommentController.php (+75 -43)
📝 Controller/DashboardController.php (+19 -11)
📝 DependencyInjection/Configuration.php (+30 -28)
📝 DependencyInjection/PvrEzCommentExtension.php (+29 -51)
Form/AnonymousCommentType.php (+47 -0)
Form/ConnectedCommentType.php (+30 -0)
📝 Installer/CommentInstaller.php (+6 -4)
📝 PvrEzCommentBundle.php (+2 -0)
📝 README.md (+28 -1)
📝 Resources/config/services.yml (+15 -19)
📝 Resources/doc/1-install_dependencies.md (+18 -0)
📝 Resources/doc/2-settings_up_the_bundle.md (+2 -20)
Resources/public/images/user.png (+0 -0)
📝 Resources/translations/messages.fr.yml (+2 -2)

...and 8 more files

📄 Description

  • refactoring database access
  • use CoreInstaller instead CleanInstaller
  • use a local image for the default avatar
  • use FormType for form
  • improve bundle configuration
  • update composer.json
  • use OpenSSL instead MCrypt
  • add CS config
  • fix CS

🔄 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/pvrEzCommentBundle/pull/2 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 10/23/2019 **Status:** 🔄 Open **Base:** `master` ← **Head:** `upgrade_platform25` --- ### 📝 Commits (8) - [`b9483ee`](https://github.com/code-rhapsodie/pvrEzCommentBundle/commit/b9483ee271508f12687353a17e7031442ac96356) Upgrade to eZ Platform 2.5 - [`d260ad5`](https://github.com/code-rhapsodie/pvrEzCommentBundle/commit/d260ad5892a45e289c73668f34a853cdd1af6fd8) add csfix config and update git ignore - [`68d8288`](https://github.com/code-rhapsodie/pvrEzCommentBundle/commit/68d82887b342c49950a1e2dac4dbd5e64113fc2c) fix CS - [`29bb46f`](https://github.com/code-rhapsodie/pvrEzCommentBundle/commit/29bb46faa53d983989916c0589238032333318a1) use openssl instead mcrypt - [`309d289`](https://github.com/code-rhapsodie/pvrEzCommentBundle/commit/309d2895a01830d90444258db0ecbc4061672180) use const inteasd local variable for cypher method - [`35511b9`](https://github.com/code-rhapsodie/pvrEzCommentBundle/commit/35511b9e9335198f38af60f67493e0ead885b543) update composer.json - [`0e5f200`](https://github.com/code-rhapsodie/pvrEzCommentBundle/commit/0e5f200b6a0c21b09e73f2043f31be0383a5868b) remote unused translator - [`a1da766`](https://github.com/code-rhapsodie/pvrEzCommentBundle/commit/a1da7669b58612e278507cf67965d59d5f3b1515) add toto and fix arg number ### 📊 Changes **28 files changed** (+909 additions, -919 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -3) ➕ `.php_cs.dist` (+12 -0) 📝 `Comment/PvrEzCommentEncryption.php` (+36 -31) 📝 `Comment/PvrEzCommentEncryptionInterface.php` (+10 -8) 📝 `Comment/PvrEzCommentManager.php` (+361 -522) 📝 `Comment/PvrEzCommentManagerInterface.php` (+36 -29) 📝 `Controller/CommentController.php` (+75 -43) 📝 `Controller/DashboardController.php` (+19 -11) 📝 `DependencyInjection/Configuration.php` (+30 -28) 📝 `DependencyInjection/PvrEzCommentExtension.php` (+29 -51) ➕ `Form/AnonymousCommentType.php` (+47 -0) ➕ `Form/ConnectedCommentType.php` (+30 -0) 📝 `Installer/CommentInstaller.php` (+6 -4) 📝 `PvrEzCommentBundle.php` (+2 -0) 📝 `README.md` (+28 -1) 📝 `Resources/config/services.yml` (+15 -19) 📝 `Resources/doc/1-install_dependencies.md` (+18 -0) 📝 `Resources/doc/2-settings_up_the_bundle.md` (+2 -20) ➕ `Resources/public/images/user.png` (+0 -0) 📝 `Resources/translations/messages.fr.yml` (+2 -2) _...and 8 more files_ </details> ### 📄 Description * refactoring database access * use CoreInstaller instead CleanInstaller * use a local image for the default avatar * use FormType for form * improve bundle configuration * update composer.json * use OpenSSL instead MCrypt * add CS config * fix CS --- <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:24:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/pvrEzCommentBundle#2