66d935e7 | 17-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Fix backlinks for internal links with parameters
This adds the parameter extraction code from the xhtml renderer to the metadata renderer in order to not to include the parameters in the id that is
Fix backlinks for internal links with parameters
This adds the parameter extraction code from the xhtml renderer to the metadata renderer in order to not to include the parameters in the id that is recorded as link target. A test case checks that the link is actually returned as backlink (fails without the fix).
show more ...
|
b6c97c70 | 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
FS#2677 support arrays in to, cc, bcc headers in Mailer
This does not fix FS#2677, it only adds support for fixing it later. |
0a57f27e | 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed cleanPath bug in tar library FS#2802
This time the test case was correct and actually showed a bug in the tar library. The error occured only on the first build (directory build/0/) where the
fixed cleanPath bug in tar library FS#2802
This time the test case was correct and actually showed a bug in the tar library. The error occured only on the first build (directory build/0/) where the zero was stripped from the path name.
I added unit tests to the cleanPath function and discovered another bug with handling relative directories. I rewrote the cleanPath() function and now it should finally work.
Unit tests FTW!
show more ...
|
20284fef | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient don't pull too much bytes when no content-length is given |
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 ...
|
87e03c3b | 31-Jul-2013 |
Guy Brand <gb@unistra.fr> |
Fixed instructions on PHPunit |
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 ...
|
b25974c4 | 31-Jul-2013 |
Guy Brand <gb@unistra.fr> |
Fixed instructions on PHPunit |
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 |