7ae29fa4 | 25-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
refactor info functions test
pageinfo() test no longer required, unit test committed elsewhere and verified against both previous and updated versions of pageinfo() fn.
basicinfo() and mediainfo()
refactor info functions test
pageinfo() test no longer required, unit test committed elsewhere and verified against both previous and updated versions of pageinfo() fn.
basicinfo() and mediainfo() tests separated each into their own test file.
show more ...
|
5737a81e | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Revert the search depth behavior changes from #154
This reverts parts of the changes from #154: Before merging the pull request, a depth of 1 returned just the pages in the root namespace. With the
Revert the search depth behavior changes from #154
This reverts parts of the changes from #154: Before merging the pull request, a depth of 1 returned just the pages in the root namespace. With the changes in the pull request, a depth of 1 also returned pages in subnamespaces of the root namespace (as it was also tested in the test case). This reverts this part of the changes and a depth of 1 returns just the pages in the root namespace again.
show more ...
|