stable
Clone or download
Read-only
PHPWiki is planned for removal in the future. Moving it to an external plugin does not make a lot of sense in this context. This closes story #7883. Change-Id: Ia3bd9a31f678a48c15142e5fed82d9fc56ca0a11
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php | +1 | −6 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_NewDocument.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Redirect.class.php | +0 | −4 | Go to diff View file |
D | plugins/phpwiki/README.mkd | +0 | −18 | Go to diff View file |
D | plugins/phpwiki/VERSION | +0 | −1 | Go to diff View file |
D | plugins/phpwiki/build-manifest.json | +0 | −22 | Go to diff View file |
D | plugins/phpwiki/db/install.sql | +0 | −189 | Go to diff View file |
D | plugins/phpwiki/db/uninstall.sql | +0 | −17 | Go to diff View file |
D | plugins/phpwiki/etc/phpwiki.conf.dist | +0 | −14 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiAdminAllowedProjectsPresenter.class.php | +0 | −97 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiAdminController.class.php | +0 | −114 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiAdminMigrator.class.php | +0 | −58 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiAdminMigratorDao.class.php | +0 | −53 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiDao.class.php | +0 | −223 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiPluginDescriptor.class.php | +0 | −25 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiPluginInfo.class.php | +0 | −25 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiService.class.php | +0 | −168 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiServiceAdmin.class.php | +0 | −80 | Go to diff View file |
D | plugins/phpwiki/include/PHPWikiVersionDao.class.php | +0 | −45 | Go to diff View file |
D | plugins/phpwiki/include/PermissionsManager.class.php | +0 | −161 | Go to diff View file |
D | plugins/phpwiki/include/REST/v1/PhpWikiPluginPageFullRepresentation.class.php | +0 | −64 | Go to diff View file |
D | plugins/phpwiki/include/REST/v1/PhpWikiPluginPageRepresentation.class.php | +0 | −50 | Go to diff View file |
D | plugins/phpwiki/include/REST/v1/PhpWikiPluginPageVersionFullRepresentation.class.php | +0 | −45 | Go to diff View file |
D | plugins/phpwiki/include/REST/v1/PhpWikiPluginPageVersionRepresentation.class.php | +0 | −45 | Go to diff View file |
D | plugins/phpwiki/include/REST/v1/PhpWikiPluginResource.class.php | +0 | −194 | Go to diff View file |
D | plugins/phpwiki/include/REST/v1/ProjectResource.class.php | +0 | −63 | Go to diff View file |
D | plugins/phpwiki/include/REST/v1/ResourcesInjector.class.php | +0 | −39 | Go to diff View file |
D | plugins/phpwiki/include/actions/PHPWikiActions.class.php | +0 | −46 | Go to diff View file |
D | plugins/phpwiki/include/actions/PHPWikiServiceActions.class.php | +0 | −44 | Go to diff View file |
D | plugins/phpwiki/include/actions/PHPWikiServiceAdminActions.class.php | +0 | −256 | Go to diff View file |
D | plugins/phpwiki/include/autoload.php | +0 | −61 | Go to diff View file |
D | plugins/phpwiki/include/constants.php | +0 | −23 | Go to diff View file |
D | plugins/phpwiki/include/events/SystemEvent_PHPWIKI_SWITCH_TO_PLUGIN.class.php | +0 | −48 | Go to diff View file |
D | plugins/phpwiki/include/exceptions/PageNameInvalidCharException.class.php | +0 | −25 | Go to diff View file |
D | plugins/phpwiki/include/exceptions/PageNameTooLongException.class.php | +0 | −25 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWiki.class.php | +0 | −241 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiAttachment.class.php | +0 | −672 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiAttachmentDao.class.php | +0 | −189 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiAttachmentRevision.class.php | +0 | −345 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiAttachmentRevisionDao.class.php | +0 | −96 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiCloner.class.php | +0 | −699 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiEntry.class.php | +0 | −247 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiPage.class.php | +0 | −594 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiPageVersion.class.php | +0 | −56 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiPageVersionContentFormatter.php | +0 | −65 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiPageVersionFactory.class.php | +0 | −61 | Go to diff View file |
D | plugins/phpwiki/include/lib/PHPWikiPageWrapper.class.php | +0 | −294 | Go to diff View file |
D | plugins/phpwiki/include/lib/PaginatedPHPWikiPages.class.php | +0 | −47 | Go to diff View file |
D | plugins/phpwiki/include/lib/PaginatedPHPWikiPagesFactory.class.php | +0 | −61 | Go to diff View file |
D | plugins/phpwiki/include/migration/PHPWikiMigratorDao.class.php | +0 | −188 | Go to diff View file |
D | plugins/phpwiki/include/phpwikiPlugin.class.php | +0 | −318 | Go to diff View file |
D | plugins/phpwiki/include/presenters/WidgetPublicAreaPresenter.class.php | +0 | −58 | Go to diff View file |
D | plugins/phpwiki/include/views/PHPWikiServiceAdminViews.class.php | +0 | −537 | Go to diff View file |
D | plugins/phpwiki/include/views/PHPWikiServiceViews.class.php | +0 | −415 | Go to diff View file |
D | plugins/phpwiki/include/views/PHPWikiViews.class.php | +0 | −180 | Go to diff View file |
D | plugins/phpwiki/site-content/en_US/phpwiki.tab | +0 | −178 | Go to diff View file |
D | plugins/phpwiki/site-content/fr_FR/phpwiki.tab | +0 | −180 | Go to diff View file |
D | plugins/phpwiki/templates/widget_public_area.mustache | +0 | −3 | Go to diff View file |
D | plugins/phpwiki/tests/PHPWikiAttachmentTest.php | +0 | −217 | Go to diff View file |
D | plugins/phpwiki/tests/PermissionsManagerTest.php | +0 | −161 | Go to diff View file |
D | plugins/phpwiki/tests/_fixtures/rest/README.mkd | +0 | −16 | Go to diff View file |
D | plugins/phpwiki/tests/_fixtures/rest/formatted-content-version-4.txt | +0 | −14 | Go to diff View file |
D | plugins/phpwiki/tests/_fixtures/rest/rest-test-wiki-group-list | +0 | −1 | Go to diff View file |
D | plugins/phpwiki/tests/_fixtures/rest/rest-test-wiki-nonempty | +0 | −73 | Go to diff View file |
D | plugins/phpwiki/tests/_fixtures/rest/rest-test-wiki-page | +0 | −506 | Go to diff View file |
D | plugins/phpwiki/tests/_fixtures/rest/rest-test-wiki-recent | +0 | −73 | Go to diff View file |
D | plugins/phpwiki/tests/_fixtures/rest/rest-test-wiki-version | +0 | −2260 | Go to diff View file |
D | plugins/phpwiki/tests/_fixtures/rest/wiki-content-version-4.txt | +0 | −16 | Go to diff View file |
D | plugins/phpwiki/tests/_fixtures/toto.txt/.gitkeep | +0 | −0 | Go to diff View file |
D | plugins/phpwiki/tests/rest/DatabaseInitialization.class.php | +0 | −47 | Go to diff View file |
D | plugins/phpwiki/tests/rest/PHPWikiDataBuilder.php | +0 | −50 | Go to diff View file |
D | plugins/phpwiki/tests/rest/PhpWikiPluginTest.php | +0 | −102 | Go to diff View file |
D | plugins/phpwiki/tests/rest/ProjectTest.php | +0 | −128 | Go to diff View file |
D | plugins/phpwiki/tests/rest/bootstrap.php | +0 | −22 | Go to diff View file |
D | plugins/phpwiki/tests/rest/init_test_data.php | +0 | −23 | Go to diff View file |
D | plugins/phpwiki/www/.htaccess | +0 | −6 | Go to diff View file |
D | plugins/phpwiki/www/admin.php | +0 | −33 | Go to diff View file |
D | plugins/phpwiki/www/admin/index.php | +0 | −28 | Go to diff View file |
D | plugins/phpwiki/www/index.php | +0 | −28 | Go to diff View file |
D | plugins/phpwiki/www/themes/BurningParrot/css/_phpwiki.scss | +0 | −0 | Go to diff View file |
D | plugins/phpwiki/www/themes/BurningParrot/css/style-blue.scss | +0 | −22 | Go to diff View file |
D | plugins/phpwiki/www/themes/BurningParrot/css/style-green.scss | +0 | −22 | Go to diff View file |
D | plugins/phpwiki/www/themes/BurningParrot/css/style-grey.scss | +0 | −22 | Go to diff View file |
D | plugins/phpwiki/www/themes/BurningParrot/css/style-orange.scss | +0 | −22 | Go to diff View file |
D | plugins/phpwiki/www/themes/BurningParrot/css/style-purple.scss | +0 | −22 | Go to diff View file |
D | plugins/phpwiki/www/themes/BurningParrot/css/style-red.scss | +0 | −22 | Go to diff View file |
D | plugins/phpwiki/www/uploads | +0 | −28 | Go to diff View file |
M | src/common/event/Event.class.php | +0 | −20 | Go to diff View file |
M | src/common/project/REST/v1/ProjectResource.class.php | +11 | −105 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +0 | −2 | Go to diff View file |