8331f1f4 | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
FS#2802 correctly fix tar tests
When the DokuWiki install was in a deep namespace, the used path name could land in the >100 char limit and trigger ustar format where the filename and directory name
FS#2802 correctly fix tar tests
When the DokuWiki install was in a deep namespace, the used path name could land in the >100 char limit and trigger ustar format where the filename and directory name are split. This would fail the test.
show more ...
|
4f93eef6 | 01-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed tar tests FS#2809
Tars strip the leading slash so the tests where wrong. Not sure why they stilldid work sometimes |
4002c084 | 01-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
Updated tests, removed hash |
4d4b1f8c | 01-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
use http_build_query() in HTTPClient
this ensures nested POST data is correctly encoded |
fdd9bab6 | 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
increase test coverage for code and file
code - test correct recognition of downloadable filename token file - test correct recognition of syntax name & downloadable filename tokens |
e5d09fdd | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Index media file usage in the metadata index and use it in ft_mediause() |
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 |
fa3ed26b | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
update hashes in tests |
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 |
a38a6f25 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
fix some minor typos in fetch_imagetoken.test.php |
ba9015b0 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
tests for fetch.php of external files |
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 |