summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-11-06 14:21:31 +0100
committerintrigeri <intrigeri@boum.org>2008-11-06 14:22:54 +0100
commitc8cc03c824b7a9e6a091192291a40246dbef3b2f (patch)
tree2f4caf714ad30591aeabbe2efa5fe6213a6a3526
parent802be941044a1ba3caa8dc3cea9e8932472c3a02 (diff)
po: doc/todo update
Signed-off-by: intrigeri <intrigeri@boum.org>
-rw-r--r--doc/plugins/po.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index c9d5b664e..b6a8bede4 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -215,10 +215,6 @@ TODO
Security checks
---------------
-- `refreshpofiles` uses `system()`, whose args have to be checked more
- thoroughly to prevent any security issue (command injection, etc.).
- > Always pass `system()` a list of parameters to avoid the shell.
- > I've checked in a change fixing that. --[[Joey]]
- Can any sort of directives be put in po files that will
cause mischief (ie, include other files, run commands, crash gettext,
whatever).
@@ -227,6 +223,10 @@ Security checks
gettext/po4a rough corners
--------------------------
+- commiting a new master page version updates the translations, but
+ does not refresh recentchanges anymore after having checked-in the
+ new translations (since manual IkiWiki::refresh() call was removed,
+ I guess)
- fix infinite loop when synchronizing two ikiwiki (when checkouts
live in different directories): say bla.fr.po has been updated in
repo2; pulling repo2 from repo1 seems to trigger a PO update, that