stable

Clone or download

Read-only

Merge commit 'refs/changes/59/5059/10' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: request #8801 Tuleap warns about wrong owernship of plugins installed by default Conflicts: plugins/svn/include/autoload.php Change-Id: I0b8f806445cf8fdc1b73a5df3ced04b488bd2875

Modified Files

Name
M plugins/cardwall/include/cardwallPlugin.class.php +14 −1 Go to diff View file
M plugins/docman/include/SystemCheck.php +25 −7 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +1 −0 Go to diff View file
M plugins/docman/tests/SystemCheckTest.php +4 −1 Go to diff View file
M plugins/git/include/Git/SystemCheck.class.php +32 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +5 −2 Go to diff View file
M plugins/git/tests/Git/SystemCheckTest.php +11 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiMLEBExtensionManager.php +1 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +9 −1 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/backend/BackendLogger.class.php +2 −2 Go to diff View file
A src/common/backend/SystemCheckLogger.php +38 −0 Go to diff View file
A src/common/plugin/PluginConfigChecker.php +77 −0 Go to diff View file
M src/common/system_event/include/SystemEvent_SYSTEM_CHECK.class.php +14 −9 Go to diff View file
M tools/setup.sh +7 −7 Go to diff View file
M tools/utils/admin/activate_plugin.php +8 −1 Go to diff View file