]> sipb.mit.edu Git - ikiwiki.git/commitdiff
po: mark po_translatable_pages as a safe configuration setting
authorintrigeri <intrigeri@boum.org>
Thu, 6 Nov 2008 12:29:48 +0000 (13:29 +0100)
committerintrigeri <intrigeri@boum.org>
Thu, 6 Nov 2008 12:29:48 +0000 (13:29 +0100)
Signed-off-by: intrigeri <intrigeri@boum.org>
IkiWiki/Plugin/po.pm
doc/plugins/po.mdwn

index 5acbcd4f8327ca21f39c692063e835c16973844d..3b92583a196410e11e53ee5c15cc80358a96d74e 100644 (file)
@@ -80,7 +80,7 @@ sub getsetup () { #{{{
                        example => "!*/Discussion",
                        description => "PageSpec controlling which pages are translatable",
                        link => "ikiwiki/PageSpec",
                        example => "!*/Discussion",
                        description => "PageSpec controlling which pages are translatable",
                        link => "ikiwiki/PageSpec",
-                       safe => 0,
+                       safe => 1,
                        rebuild => 1,
                },
                po_link_to => {
                        rebuild => 1,
                },
                po_link_to => {
index f10ee1d2cf8c72aedc04c1d41e1b33d454715199..ee6dbb09733bc0ba55dc39e77ee35dd6b0dd3813 100644 (file)
@@ -258,12 +258,12 @@ be fixed by something like [[todo/using_meta_titles_for_parentlinks]].
 ### websetup
 
 Which configuration settings are safe enough for websetup, apart of
 ### websetup
 
 Which configuration settings are safe enough for websetup, apart of
-`po_master_language` and `po_slave_languages` that already have
-been checked?
+`po_master_language`, `po_slave_languages` and `po_translatable_pages`
+that have been checked already?
 
 
-> `po_translatable_pages` seems entirely safe. `po_link_to` w/o usedirs
-> causes ikiwiki to error out. If it were changed to fall back to a safe
-> setting in this case rather than error, it would be safe.
+> `po_link_to` w/o usedirs causes ikiwiki to error out. If it were
+> changed to fall back to a safe setting in this case rather than
+> error, it would be safe.
 > --[[Joey]]
 
 ### backlinks
 > --[[Joey]]
 
 ### backlinks