| 818d2283 | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with u
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks().
show more ...
|
| 865faf75 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Add AES from phpseclib and use it for cookie encryption
This replaces the deprecated and broken Blowfish implementation that has previously been used and should provide a lot more security. |
| b40098c3 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Add truly random numbers and use them in places where randomness matters |
| 020ea9e1 | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
unit tests for self deleting of user accounts |
| 07ff0bab | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with u
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks().
show more ...
|
| f2bbf30b | 31-Jul-2013 |
Guy Brand <gb@unistra.fr> |
Simple test cases for code and file token fix |
| 5f0edced | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
added test case for FS#1442 |
| 51bd6f03 | 20-Jul-2013 |
Klap-in <klapinklapin@gmail.com> |
Fixed file names of test classes |
| 3fc4f829 | 19-Jul-2013 |
Klap-in <klapinklapin@gmail.com> |
Added tests for getRevisions and getRevisionInfo from page changelog |
| 62765857 | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
update common_ml test for hash change |
| f1b824b5 | 30-May-2013 |
Andreas Gohr <gohr@cosmocode.de> |
added HMAC support to PassHash class FS#2794 |
| 5287f99c | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
tests for media_isexternal |
| dcb2204b | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Add some tests about handling of semicolons Informative as sample implementation too |
| 826d2766 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Clean internal ids in ml(), that it matches with fetch.php The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id |
| a27d8c74 | 09-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
added missing test case files |
| 0aa90d9a | 09-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
tar library: another fix for lone zero blocks |
| c3ff531e | 06-May-2013 |
Andreas Gohr <gohr@cosmocode.de> |
fixed test name |
| a3d0aa22 | 06-May-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add some tests for ml() |
| 33b8a947 | 24-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
stream select parameters need to be reset for each call |
| add8678f | 01-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
alternative fix for FS#2734 |
| 5ba389b2 | 25-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
(incl. the refactored file) |
| 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 ...
|
| af2cfd7b | 21-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add unit test for pageinfo() |
| 177daee5 | 21-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
another test todo |
| 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 ...
|