| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
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).
|
|\
| |
| | |
Added tests for getRevisions and getRevisionInfo from page changelog
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
This does not fix FS#2677, it only adds support for fixing it later.
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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!
|
|\ \
| | |
| | | |
Added check of token in fetch.php for external images.
|
| |\ \ |
|
| |\ \ \ |
|
| |\ \ \ \ |
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
pull-request-245
* 'FS#2751' of git://github.com/splitbrain/dokuwiki:
coding corrections. correct type hint, remove unused variable assignment
de/de-informal: localization updates (delete user function)
unit tests for self deleting of user accounts
FS#2751 - self deletion of user account
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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().
|
| |_|_|_|/
|/| | | | |
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |_|/
|/| |
| | |
| | |
| | | |
Tars strip the leading slash so the tests where wrong. Not sure why they
stilldid work sometimes
|
| | |
| | |
| | |
| | | |
this ensures nested POST data is correctly encoded
|
| | |
| | |
| | |
| | |
| | | |
code - test correct recognition of downloadable filename token
file - test correct recognition of syntax name & downloadable filename tokens
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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().
|
| | |
| | |
| | |
| | |
| | | |
This replaces the deprecated and broken Blowfish implementation that has
previously been used and should provide a lot more security.
|
| | | |
|
|/ / |
|
|/ |
|
|\
| |
| | |
Add media_isexternal
|
| |\ |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
FS#2415, add $INFO to mediamanager
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Clean internal ids in ml(), that it matches with fetch.php
|
| | | | |
| | | | |
| | | | |
| | | | | |
Informative as sample implementation too
|
| | |_|/
| |/| |
| | | |
| | | | |
The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id
|
|/ / / |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
| |
IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the browser id calculation.
|
| |
|