Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix backlinks for internal links with parameters | Michael Hamann | 2013-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 tests | Michael Hamann | 2013-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(). |