stable

Clone or download

Read-only

Init TeamForge Mediawiki compatibility plugin

This task is part of story #9027 Preserve links at import For now, the plugin does nothing. You must be able to install it. Change-Id: Ie05b6632c7a01719b504a3d96fe5ef9c324fe3ab

Modified Files

Name
M Makefile +1 −1 Go to diff View file
M plugins/svn/include/autoload.php +2 −3 Go to diff View file
A plugins/teamforge_compat_mediawiki/ChangeLog +1 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/README.mkd +5 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/VERSION +1 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/include/TeamForgeCompatMediawiki/Plugin/PluginDescriptor.php +36 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/include/TeamForgeCompatMediawiki/Plugin/PluginInfo.php +32 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/include/autoload.php +20 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/include/constants.php +21 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/include/teamforge_compat_mediawikiPlugin.class.php +55 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/site-content/en_US/teamforge_compat_mediawiki.tab +2 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/site-content/fr_FR/teamforge_compat_mediawiki.tab +2 −0 Go to diff View file
A plugins/teamforge_compat_mediawiki/www/index.php +23 −0 Go to diff View file
M tools/rpm/Makefile +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −0 Go to diff View file
M tools/rpm/tuleap.spec +2 −0 Go to diff View file