Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-02 | update for rename of users/jondowland.mdwn to users/jon.mdwn | http://alcopop.org/me/openid/ | |
2008-12-02 | update for rename of users/jondowland.mdwn to users/jon.mdwn | http://alcopop.org/me/openid/ | |
2008-12-02 | update for rename of users/jondowland.mdwn to users/jon.mdwn | http://alcopop.org/me/openid/ | |
2008-12-02 | rename users/jondowland.mdwn to users/jon.mdwn | http://alcopop.org/me/openid/ | |
2008-12-02 | (no commit message) | Blanko | |
2008-12-01 | add note to consider tagbase when trying to match tagged pages | Jon Dowland | |
2008-11-29 | simplify example | http://alcopop.org/me/openid/ | |
2008-11-29 | update with examples | http://alcopop.org/me/openid/ | |
2008-11-29 | behaviour of inline with meta-provided times | http://alcopop.org/me/openid/ | |
2008-11-28 | response | Joey Hess | |
2008-11-28 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-11-28 | German translation update from Kai Wasserbäch. Closes: #507056 | Joey Hess | |
2008-11-27 | (no commit message) | http://hadleywickham.myopenid.com/ | |
2008-11-27 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-11-27 | Move some more discussion here | http://smcv.pseudorandom.co.uk/ | |
2008-11-27 | Move some discussion to discussion/ | http://smcv.pseudorandom.co.uk/ | |
2008-11-27 | Move some discussion from comments page to here | http://smcv.pseudorandom.co.uk/ | |
2008-11-27 | I don't think putting proxy.py in the system Python path is appropriate | http://smcv.pseudorandom.co.uk/ | |
2008-11-27 | Fix formatting by adding `...` | http://smcv.pseudorandom.co.uk/ | |
2008-11-13 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2008-11-13 | po(change): reset renamed pages status at a better time | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-13 | po: initial infrastructure to deal with renamed master page | intrigeri | |
This is a skeleton that does nothing yet. See the comments in the code for an overview of the issue that arises, due to the renamepage hook never being called globally. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-13 | po(delete): added hook, and function skeleton | intrigeri | |
Not implemented yet, 'cos the renamepage hook has to come first. Else translations would be deleted on rename, what a shame. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-13 | po(change): avoid losing information before guessing the same... | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-13 | po(istranslatablefile): extracted this from istranslatable | intrigeri | |
... will need this soon to deal with master file deletion. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-13 | po.t: cleanup | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-13 | po/todo: added test results | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | add news item for ikiwiki 2.70 | Joey Hess | |
2008-11-12 | releasing version 2.70 | Joey Hess | |
2008-11-12 | note fix versions | Joey Hess | |
2008-11-12 | check for invalid utf-8, and toss it back to avoid crashes | Joey Hess | |
Since ikiwiki uses open :utf8, perl assumes that files contain valid utf-8. If it turns out to be malformed it may later crash while processing strings read from them, with 'Malformed UTF-8 character (fatal)'. As at least a quick fix, use utf8::valid as soon as data is read, and if it's not valid, call encode_utf8 on the string, thus clearing the utf-8 flag. This may cause follow-on encoding problems, but will avoid this crash, and the input file was broken anyway, so GIGO is a reasonable response. (I looked at calling decode_utf8 after, but it seemed to cause more trouble than it was worth. BTW, use open ':encoding(utf8)' avaoids this problem, but the corrupted data later causes Storable to crash when writing the index.) This is a quick fix, clearly imperfect: - It might be better to explicitly call decode_utf8 when reading files, rather than using the IO layer. - Data read other than by readfile() can still sneak in bad utf-8. While ikiwiki does very little file input not using it, stdin for the CGI would be one way. | |||
2008-11-12 | po(otherlanguages): return pages that should exist | intrigeri | |
... instead of already existing ones. This fixes the "missing otherlanguages links on master pages just created via the CGI" bug. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | po: memoized istranslatable, eventually | intrigeri | |
And enjoy a 10% rebuild time enhancement on a complex wiki full of maps and other pseudo-dynamic content, with some other costly plugins enabled. So it could well mean 20% on a more usual wiki. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | po(change): flush Memoize cache, to fix bug after rename/remove | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | po/todo: first pass of robustness tests, added todo for remove/rename | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | po(htmlize): ignore PO files not managed by this plugin | intrigeri | |
This way, the po plugin will not appropriate PO files it is not responsible for, and PO files existing before this plugin was enabled can coexist peacefully with our own ones. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | po: ooops, fixed just introduced bug | intrigeri | |
(I just removed in istranslation and _istranslation the dependency on istranslatable... which broke things in a subtle way, hard to see at the first glance.) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | parentlinks: fixed links when po plugin is enabled | intrigeri | |
(and usedirs is disabled) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | po: fix istranslation/istranslatable for pages starting with / | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | po(mybestlink): fixed when fed with path beginning with / | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | po/todo: added robustness tests that have to be done | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | po: compute internal links from a slave page relative to its master page | intrigeri | |
e.g. a link appearing on a slave page links to its masterpage's subpages. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | add news item for ikiwiki 2.69 | Joey Hess | |
2008-11-11 | document other files in .ikiwiki | Joey Hess | |
2008-11-11 | make unlockwiki drop the cgilock | Joey Hess | |
This is necessary so that things that fork to the background, like pinger, and inline ping, don't block other cgis from running. Note that websetup also calls unlockwiki, before refreshing / rebuilding the wiki. It makes perfect sense for that not to block other cgis. | |||
2008-11-12 | pagetitle vs meta: announcing a working prototype | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-12 | Merge commit 'upstream/po' into prv/po | intrigeri | |
2008-11-11 | response | Joey Hess | |
2008-11-11 | patch and a few comments | Joey Hess | |
2008-11-11 | Merge commit 'intrigeri/po' into po | Joey Hess | |