diff options
author | intrigeri <intrigeri@boum.org> | 2009-08-28 13:19:48 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-08-28 13:20:33 +0200 |
commit | 8064acf87fb7e708a03e47dd82457dec237e886e (patch) | |
tree | f03b1a1d5b55ef47e0630ab1b3e8c35cf95291b5 | |
parent | 29e1c8e033880abd4541b99cbd436ab2c81d752e (diff) | |
download | ikiwiki-8064acf87fb7e708a03e47dd82457dec237e886e.tar ikiwiki-8064acf87fb7e708a03e47dd82457dec237e886e.tar.gz |
doc/po: reported bug + patches wrt. created page type
Signed-off-by: intrigeri <intrigeri@boum.org>
-rw-r--r-- | doc/plugins/po.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 57459c1ef..3b152586e 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -317,6 +317,19 @@ text, or text in whatever single language ikiwiki is configured to "speak". Maybe there could be a way to switch ikiwiki to speaking another language when building a non-english page? Then the directives would get translated. +Created page type +----------------- + +The interdiction to create pages of type po was broken by the new +`page_types` code. This is fixed in my po branch by +commit 1914ae2fd24e1e802. + +While I was there, I also added some code to set a new default value +to the type select field in case it was previously set to "po". +This code favors the type of the linking page's masterpage on page +creation (when `from=page.LL`). This is commit c9301d2c296f682. +--[[intrigeri]] + Documentation ------------- |