]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/backlinks_result_is_lossy.mdwn
po: Fix copy of po file from underlay when editing
[git.ikiwiki.info.git] / doc / todo / backlinks_result_is_lossy.mdwn
1 [[!tag patch patch/core]]
2 [[!template id=gitbranch branch=smcv/ready/among author="[[smcv]]"]]
4 IkiWiki::backlinks returns a form of $backlinks{$page} that has undergone a
5 lossy transformation (to get it in the form that page templates want), making
6 it more difficult to use in other contexts (like pagestats).
8 A commit on my `among` branch splits it into IkiWiki::backlink_pages
9 (which returns the keys of $backlinks{$page}, and might be suitable for
10 exporting) and IkiWiki::backlinks (which calls backlink_pages, then performs
11 the same lossy transformation as before on the result).
13 [[done]] --[[Joey]]