diff options
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/default__95__pageext_not_working.mdwn | 9 | ||||
-rw-r--r-- | doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/default__95__pageext_not_working.mdwn b/doc/bugs/default__95__pageext_not_working.mdwn index c34491cf5..b7064206f 100644 --- a/doc/bugs/default__95__pageext_not_working.mdwn +++ b/doc/bugs/default__95__pageext_not_working.mdwn @@ -5,3 +5,12 @@ I tried to set it as 'txt' and as a custom plugin I am developing but when I edi Yes I am only trying to set it to loaded and working plugins. ikiwiki version 3.20101129 + +> I've tested `default_pageext` with 3.20110124, and it works fine. +> +> It seems to me from what you describe that you expect +> it to have an effect when you go and edit an existing page. +> That's not what it's for, it only chooses the default used +> when creating a new page. +> +> Closing this bug as apparent user error. --[[Joey]] [[done]] diff --git a/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn b/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn index 66d16bf23..82aed400d 100644 --- a/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn +++ b/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn @@ -6,5 +6,11 @@ of underlays added by a plugin that comes after it in `$config{add_plugins}`; for instance, if you have `add_plugins => qw(po smiley)`, you'll probably not get the translated versions of `smileys.mdwn`. (I haven't tested this.) +> It doesn't happen because smiley adds the underlay unconditionally on +> import. Which is really more usual. + To see them all, `po` should use `last => 1` when registering the hook. --[[smcv]] + +> At least all that don't last their hooks too! But, added, since +> it will make the problem much less likely to occur. --[[Joey]] [[done]] |