Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/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 | 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(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/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-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 | |
2008-11-11 | Merge branch 'master' into po | Joey Hess | |
2008-11-11 | po/todo: bug report about linking to subpages from translation pages | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | po/todo: fixed internal links | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | lockwiki changes | Joey Hess | |
* Stop busy-waiting in lockwiki, as this could delay ikiwiki from waking up for up to one second. The bailout code is no longer needed. * Remove support for unused optional wait parameter from lockwiki. | |||
2008-11-11 | po/todo: added note about backlinks not being updated | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | bzr: Fix dates for recentchanges. | Joey Hess | |
2008-11-11 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-11-11 | let's stop sucking :-) | Joey Hess | |
2008-11-11 | po/todo: update | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | po: answered Joey's "create a new translation" question | intrigeri | |
... that I previously completely missed. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | po(change): fix uninitialized variables when running IkiWiki::refresh() | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | po: added HOMEPAGEURL template variable, documented when to use it | intrigeri | |
Hopefully all links should now be consistent with the chosen linking behavior, but who knows... Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | po/todo: added bug report for weird Perl warnings | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | add item to watch list | http://edward.myopenid.com/ | |
2008-11-11 | (no commit message) | bcdugga | |
2008-11-11 | po/todo: updated page formats, broken links, documentation | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2008-11-11 | po: help request | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | po/doc: first fuzzy-testing results for po4a and msgmerge | intrigeri | |
Chapter #1, in which we learn po4a could help to DoS ikiwiki + po, whereas msgmerge seems reluctant to cooperate. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-10 | reply | Jon Dowland | |
2008-11-10 | Merge branch 'master' of git://git.ikiwiki.info | Jon Dowland | |
2008-11-10 | response | Joey Hess | |
2008-11-10 | add discussion on this tip | Jon Dowland | |
2008-11-10 | specifying the user in recentchanges for anon git pushes | http://alcopop.org/me/openid/ | |
2008-11-10 | update my userpage (and try out git pushes) | Jon Dowland | |
2008-11-10 | add a robots.txt | Joey Hess | |
Yahoo! has been pounding on ikiwiki.cgi again. While I'd prefer ikiwiki to generate sites that avoided robots hitting it in other ways, I'm adding a robots.txt, at least temporarily. | |||
2008-11-10 | po/doc: more security research results | intrigeri | |
Apart of the fuzzying part, I'm done with what I can do without help. The "Running po4a on untrusted content" section needs at least a quick glance from an experimented Perl programmer. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-10 | reorg to avoid broken link in basewiki | Joey Hess | |
ikiwiki/markdown is a basewiki page and shouldn't link to pages in tips. Instead, make the tips link to it, so backlinks will point back to them. While I'm at it, move the info about the emacs mode to a tip. | |||
2008-11-10 | response | Joey Hess | |