notes and wiki-gardening about pagetitle vs. meta title

Signed-off-by: intrigeri <intrigeri@boum.org>
master
intrigeri 2008-11-03 01:33:33 +01:00
parent d93b509eee
commit 1a4c6b5fcf
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,12 @@
The `IkiWiki::pagetitle` function does not respect title changes via `meta.title`. It really should, so that links rendered with `htmllink` get the proper title in the link text.
--[[madduck]]
> Agreed. [[todo/using_meta_titles_for_parentlinks]] contains a beginning of
> solution. A few quick notes about it:
> - Using <code>inline</code> would avoid the redefinition + code duplication.
> - A few plugins would need to be upgraded.
> - It may be necessary to adapt the testsuite in `t/pagetitle.t`, as well.
> --[[intrigeri]]

View File

@ -114,3 +114,9 @@ diff -c /usr/share/perl5/IkiWiki/Plugin/meta.pm.distrib /usr/share/perl5/IkiWiki
</pre>
<p>
This is actually a duplicate for
[[bugs/pagetitle_function_does_not_respect_meta_titles]], where I'm
following up a bit. --[[intrigeri]]
</p>