stable

Clone or download

Read-only

Merge commit 'refs/changes/63/3963/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7684: Add wiki/:pageid route Change-Id: I8abbab1919e96b971384823b7adee459351e4184

Modified Files

Name
M src/common/autoload.php +7 −2 Go to diff View file
M src/common/dao/WikiDao.class.php +17 −0 Go to diff View file
A src/common/dao/WikiVersionDao.class.php +33 −0 Go to diff View file
A src/common/wiki/REST/v1/PhpWikiPageFullRepresentation.class.php +66 −0 Go to diff View file
A src/common/wiki/REST/v1/PhpWikiPageVersionRepresentation.class.php +45 −0 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiResource.class.php +62 −5 Go to diff View file
M src/common/wiki/lib/WikiPage.class.php +16 −0 Go to diff View file
A src/common/wiki/lib/WikiPageVersion.class.php +50 −0 Go to diff View file
A src/common/wiki/lib/WikiPageVersionFactory.class.php +32 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +2 −0 Go to diff View file
A tests/rest/PhpWikiTest.php +52 −0 Go to diff View file
M tests/rest/ProjectTest.php +1 −1 Go to diff View file