summaryrefslogtreecommitdiff
path: root/_test/tests/inc/fulltext_backlinks.test.php
Commit message (Collapse)AuthorAge
* Fix backlinks for internal links with parametersMichael Hamann2013-08-17
| | | | | | | 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).
* Fix the useheading cache invalidation for hidden pages, add testsMichael Hamann2013-07-31
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().