stable

Clone or download

Read-only

Merge commit 'refs/changes/66/3966/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7684: Add projects/:id/wiki?pagename Change-Id: I25c604d5cd8e716011c7359bc6b8a902bde22c2b

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