stable

Clone or download

Read-only

Remove the event IS_IN_SITEADMIN in favor of the new BurningParrotCompatiblePageEvent

The event IS_IN_SITEADMIN was only used to detect if Burning Parrot can be loaded, we now have a dedicated event so IS_IN_SITEADMIN can be removed. This is a part of story #10353: display a kanban as a widget Change-Id: Id24c0cb6b180cf401f812262a1e79c8bb7625572

Modified Files

Name
M plugins/IM/include/IMPlugin.class.php +4 −4 Go to diff View file
M plugins/admindelegation/include/admindelegationPlugin.class.php +4 −4 Go to diff View file
M plugins/bugzilla_reference/include/bugzilla_referencePlugin.class.php +4 −3 Go to diff View file
M plugins/captcha/include/captchaPlugin.class.php +4 −3 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +5 −5 Go to diff View file
M plugins/git/include/gitPlugin.class.php +4 −4 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +4 −4 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.class.php +4 −4 Go to diff View file
M plugins/pluginsadministration/include/pluginsadministrationPlugin.class.php +19 −8 Go to diff View file
M plugins/statistics/include/statisticsPlugin.class.php +4 −4 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +4 −4 Go to diff View file
M plugins/userlog/include/userlogPlugin.class.php +4 −4 Go to diff View file
M src/common/event/Event.class.php +0 −8 Go to diff View file
M src/common/include/BurningParrotCompatiblePageDetector.php +5 −16 Go to diff View file
M src/common/layout/ThemeManager.class.php +1 −1 Go to diff View file
M tools/plugins/maillog/include/maillogPlugin.class.php +11 −8 Go to diff View file