stable
Clone or download
Read-only
Part of request #10396: Plugins hooks clean up Developers are using addHook() now. We should not see anymore _addHook() usage. Change-Id: I223de495cac776fe284aa9ecc27bafa1b4aec58f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/IM/include/IMPlugin.class.php | +18 | −18 | Go to diff View file |
M | plugins/admindelegation/include/admindelegationPlugin.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +12 | −12 | Go to diff View file |
M | plugins/archivedeleteditems/include/archivedeleteditemsPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +41 | −41 | Go to diff View file |
M | plugins/forumml/include/forummlPlugin.class.php | +6 | −6 | Go to diff View file |
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +30 | −30 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +67 | −67 | Go to diff View file |
M | plugins/graphontrackers/include/graphontrackersPlugin.class.php | +12 | −12 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php | +10 | −10 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +9 | −9 | Go to diff View file |
M | plugins/hudson_svn/include/hudson_svnPlugin.class.php | +4 | −4 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +35 | −35 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +15 | −15 | Go to diff View file |
M | plugins/projectlinks/include/projectlinksPlugin.class.php | +6 | −6 | Go to diff View file |
M | plugins/statistics/README.dev.txt | +2 | −2 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.class.php | +9 | −9 | Go to diff View file |
M | plugins/tests/include/testsPlugin.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +32 | −32 | Go to diff View file |
M | plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.class.php | +9 | −9 | Go to diff View file |
M | plugins/userlog/include/userlogPlugin.class.php | +2 | −2 | Go to diff View file |
M | plugins/webdav/include/webdavPlugin.class.php | +1 | −1 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +0 | −8 | Go to diff View file |
M | tools/plugins/devtodolist/include/devtodolistPlugin.class.php | +2 | −2 | Go to diff View file |
M | tools/plugins/google_analytics/include/google_analyticsPlugin.class.php | +1 | −1 | Go to diff View file |
M | tools/plugins/maillog/include/maillogPlugin.class.php | +1 | −1 | Go to diff View file |
M | tools/plugins/plugincreationwizard/include/plugincreationwizardPlugin.class.php | +2 | −2 | Go to diff View file |
M | tools/plugins/plugincreationwizard/include/tpl/Plugin.tpl | +2 | −2 | Go to diff View file |