stable
Clone or download
Read-only
Merge commit 'refs/changes/72/3872/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7883: site admin can choose the project to migrate to PHPWiki plugin Change-Id: I47a0dea26b3c17c85dc1bc13b6a8636f80f19495
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/phpwiki/db/install.sql | +22 | −0 | Go to diff View file |
M | plugins/phpwiki/db/uninstall.sql | +3 | −1 | Go to diff View file |
A | plugins/phpwiki/include/PHPWikiAdminAllowedProjectsPresenter.class.php | +91 | −0 | Go to diff View file |
A | plugins/phpwiki/include/PHPWikiAdminController.class.php | +104 | −0 | Go to diff View file |
A | plugins/phpwiki/include/PHPWikiAdminMigrator.class.php | +58 | −0 | Go to diff View file |
A | plugins/phpwiki/include/PHPWikiAdminMigratorDao.class.php | +53 | −0 | Go to diff View file |
M | plugins/phpwiki/include/autoload.php | +9 | −3 | Go to diff View file |
A | plugins/phpwiki/include/events/SystemEvent_PHPWIKI_SWITCH_TO_PLUGIN.class.php | +48 | −0 | Go to diff View file |
A | plugins/phpwiki/include/migration/PHPWikiMigratorDao.class.php | +188 | −0 | Go to diff View file |
M | plugins/phpwiki/include/phpwikiPlugin.class.php | +30 | −4 | Go to diff View file |
M | plugins/phpwiki/include/views/PHPWikiViews.class.php | +1 | −3 | Go to diff View file |
M | plugins/phpwiki/site-content/en_US/phpwiki.tab | +16 | −0 | Go to diff View file |
M | plugins/phpwiki/site-content/fr_FR/phpwiki.tab | +16 | −0 | Go to diff View file |
A | plugins/phpwiki/www/admin.php | +31 | −0 | Go to diff View file |