stable
Clone or download
Read-only
story #7684: Add wiki/:pageid route
Change-Id: Ia39d8ac7ae19dc5587156c7712de70a2e32510c8
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 |