mirror of
https://github.com/code-rhapsodie/pvrEzCommentBundle.git
synced 2026-03-24 14:52:23 +01:00
[PR #2] Upgrade to eZ Platform 2.5 #2
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/pvrEzCommentBundle/pull/2
Author: @jbcr
Created: 10/23/2019
Status: 🔄 Open
Base:
master← Head:upgrade_platform25📝 Commits (8)
b9483eeUpgrade to eZ Platform 2.5d260ad5add csfix config and update git ignore68d8288fix CS29bb46fuse openssl instead mcrypt309d289use const inteasd local variable for cypher method35511b9update composer.json0e5f200remote unused translatora1da766add 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.