diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-23 13:55:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-23 13:55:29 -0400 |
commit | e1b32ce36dd6a73f1af794ef675ce4f9b2c16557 (patch) | |
tree | 35176a2ab405e678d9cc6f1271138cd6a3e31650 /doc | |
parent | 408bf555fcab91e54f0bafe4a6d96a01112d1b37 (diff) | |
download | ikiwiki-e1b32ce36dd6a73f1af794ef675ce4f9b2c16557.tar ikiwiki-e1b32ce36dd6a73f1af794ef675ce4f9b2c16557.tar.gz |
file bug
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/po_plugin_config_change_can_lead_to_refresh_bugs.mdwn | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/po_plugin_config_change_can_lead_to_refresh_bugs.mdwn b/doc/bugs/po_plugin_config_change_can_lead_to_refresh_bugs.mdwn new file mode 100644 index 000000000..c8ce4f4af --- /dev/null +++ b/doc/bugs/po_plugin_config_change_can_lead_to_refresh_bugs.mdwn @@ -0,0 +1,25 @@ +I have here a site that uses the po plugin, and recently had this change +committed to its setup: + +<pre> + po_slave_languages: + - de|Deutsch + - fr|Français +-- ja|日本語 +-- tr|Türkçe +</pre> + +The change was made by the web UI, so it must have involved a site rebuild +at the time, as that configuration item has `rebuild => 1`. + +Some days after that config change, a push caused ikiwiki refresh to fail: + + remote: /home/b-udm/public_html/Discussion/index.ja.html independently created, not overwriting with version from Discussion.ja + +Rebuilding the wiki cleared that up, but it seems that po plugin config +changes can lead to follow-on problems of this sort. + +The site still has a `source/index.ja.po`. And it has +`public_html/index.ja.html`, as well as `public_html/index.ja/index.html`. + +--[[Joey]] |