History log of /dokuwiki/_test/tests/inc/fulltext_backlinks.test.php (Results 1 – 2 of 2)
Revision Date Author Comments
# 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 ...


# 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 ...