stable

Clone or download

Read-only

story #7684: Add projects/:id/wiki?pagename

Change-Id: I8e46f4bb867fe7d2e3eea06166034b93a46cf6e1

Modified Files

Name
M src/common/dao/WikiDao.class.php +20 −0 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +8 −6 Go to diff View file
M src/common/wiki/lib/PaginatedWikiPagesFactory.class.php +15 −6 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +1 −0 Go to diff View file
M tests/rest/ProjectTest.php +68 −0 Go to diff View file
M tests/rest/_fixtures/phpwiki/README.mkd +2 −2 Go to diff View file
M tests/rest/_fixtures/phpwiki/rest-test-wiki-nonempty +1 −0 Go to diff View file
M tests/rest/_fixtures/phpwiki/rest-test-wiki-page +4 −4 Go to diff View file
M tests/rest/_fixtures/phpwiki/rest-test-wiki-recent +2 −1 Go to diff View file
M tests/rest/_fixtures/phpwiki/rest-test-wiki-version +11 −1 Go to diff View file