Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-08 | po/todo(security): many research results | intrigeri | |
... and some questions to Joey (hint: look for your name) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-08 | po(refreshpot): define the input charset before read()'ing | intrigeri | |
... to prevent the use of Encode::Guess::guess_encoding() in Locale::Po4a::Transtractor (just a minor security measure, dependent on po4a internals, but we have no reason to think Encode::Guess is not safe). Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-08 | Merge branch 'prv/po' into pub/po | intrigeri | |
2008-11-08 | po/todo++: support other file formats than markdown | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-08 | Merge branch 'prv/po' into pub/po | intrigeri | |
2008-11-08 | po/todo: mostly security research | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-08 | Merge branch 'prv/po' into pub/po | intrigeri | |
2008-11-08 | po: started research on gettext/po4a security | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-08 | Merge branch 'prv/po' into pub/po | intrigeri | |
2008-11-08 | fixed link | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-07 | Merge branch 'prv/po' into pub/po | intrigeri | |
2008-11-07 | added symlink to pagespec/po in basewiki to fix the build | intrigeri | |
else basewiki_brokenlinks.t fails. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-07 | Merge commit 'upstream/master' into pub/po | intrigeri | |
2008-11-07 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2008-11-07 | po: finished backlinks implementation | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-07 | po: oops, removed debug output from testsuit | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-07 | po: implemented linking/backlinks specification for po_link_to=negotiated | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-07 | po: implemented linking specification in testcase | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-07 | po: added pofiles() function, will use this soon | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-07 | (no commit message) | http://josephturian.blogspot.com/ | |
2008-11-07 | po: write detailed specification of wished backlinks behaviour | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-07 | po: add comments | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-07 | Merge commit 'upstream/po' into prv/po | intrigeri | |
2008-11-06 | oops | Joey Hess | |
2008-11-06 | txt: Do not encode quotes when filtering the txt, as that broke later ↵ | Joey Hess | |
parsing of any directives on the page. | |||
2008-11-06 | response | Joey Hess | |
2008-11-06 | meta: Plugin is now enabled by default since the basewiki uses it. | Joey Hess | |
2008-11-06 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-11-06 | aggregate: Try to query XML::Feed for the base url when derelevatising ↵ | Joey Hess | |
links. Since this needs the just released XML::Feed 0.3, as well as a not yet released XML::RSS, it will fall back to the old method if no xml:base info is available. | |||
2008-11-06 | (no commit message) | http://josephturian.blogspot.com/ | |
2008-11-06 | response | Joey Hess | |
2008-11-06 | response | Joey Hess | |
2008-11-06 | note copyright of po.pm | Joey Hess | |
2008-11-06 | po: fix link to homepage in special case | intrigeri | |
... by wrapping IkiWiki::urlto in order to workaround hard-coded /index.$config{htmlext}, which is wrong when usedirs=0 and po_link_to=current and translatable homepage Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: misc responses to Joey | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | (no commit message) | http://alcopop.org/me/openid/ | |
2008-11-06 | po: redesign (once more) automatic POT/PO files update | intrigeri | |
Now use the change hook to update these files, check them into VCS, and trigger IkiWiki::refresh as needed. The needsbuild hook's help was required to prevent infinite looping. This more rigorous way of doing this fixes recentchanges (that was previously not updated in some cases), and probably is a better long-term solution than the two previously tested ones. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | New bug report | http://mjr.towers.org.uk/ | |
2008-11-06 | po: doc/todo update | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: use prep_writefile before creating any files in refreshpot and refreshpo | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: reported parentlinks misbehaviour in special case | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: syntax warning fix | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: fixed whitespace | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: po_link_to is safe, and fallbacks to a working value if needed | intrigeri | |
warnings are displayed if it is set to an invalid or incompatible value (e.g. po_link_to=negotiated and disabled usedirs) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: mark po_translatable_pages as a safe configuration setting | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: po_master_language and po_slave_languages are safe config settings | intrigeri | |
... and check their validity in checkconfig Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: added license and copyright | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: response | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2008-11-06 | Merge commit 'upstream/po' into prv/po | intrigeri | |
Conflicts: IkiWiki/Plugin/po.pm doc/plugins/po.mdwn Signed-off-by: intrigeri <intrigeri@boum.org> |