stable
Clone or download
Read-only
The main intent of this contribution is to make it more consistent and visible so next time someone has to create a new plugin that provide a serivce, they won't loose days to look for all hooks that might be needed. As we all know that was copy/paste what was done elsewhere, this commit is an attempt that this won't be forgotten. Part of: story #24228 create/update/delete mediawiki-standalone in my project Change-Id: Ic3470b6726b51454ad2865c5e481ac460b47c090
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +53 | −30 | Go to diff View file |
M | plugins/baseline/include/baselinePlugin.php | +34 | −5 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +35 | −7 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.php | +33 | −4 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.php | +39 | −15 | Go to diff View file |
M | plugins/proftpd/include/proftpdPlugin.php | +36 | −13 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.php | +0 | −6 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +34 | −4 | Go to diff View file |
M | plugins/testmanagement/include/testmanagementPlugin.php | +68 | −45 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +36 | −5 | Go to diff View file |