stable

Clone or download

Read-only

request #19321: Replace REGISTER_PROJECT_CREATION event by an object

So that we stop using associative arrays to pass data. No functional changes in project creation. Change-Id: I7347c1135f1299bcb343ea4374d2c2b314f10f84

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +10 −13 Go to diff View file
M plugins/docman/include/docmanPlugin.php +12 −6 Go to diff View file
M plugins/git/include/gitPlugin.php +18 −10 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +4 −10 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.php +11 −17 Go to diff View file
M plugins/proftpd/include/proftpdPlugin.php +6 −8 Go to diff View file
M plugins/project_ownership/include/project_ownershipPlugin.php +7 −6 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.php +5 −7 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +5 −4 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +7 −7 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +6 −7 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +13 −13 Go to diff View file
M src/common/Event/Event.class.php +0 −14 Go to diff View file
M src/common/Project/ProjectCreator.class.php +15 −25 Go to diff View file
A src/common/Project/Registration/RegisterProjectCreationEvent.php +102 −0 Go to diff View file