diff options
author | intrigeri <intrigeri@boum.org> | 2009-08-28 14:23:38 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-08-28 14:23:38 +0200 |
commit | a06b8590cebfbc7dc7075b72f8cabd7279a88c59 (patch) | |
tree | 845fc694c2eeaf22c5dce5c3868de0281217c464 /doc/plugins | |
parent | cf43ae5a1f5460a98cdd7acb36c0691b2eec988f (diff) | |
parent | c68413dccecfb303f8cfc803672bf132af025968 (diff) |
Merge commit 'upstream/master' into prv/po
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 57459c1ef..fdef41e45 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -317,6 +317,21 @@ 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]] + +> Both cherry picked. --[[Joey]] + Documentation ------------- |