Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-03 | first pass at doing xapian indexing | Joey Hess | |
Still some TODOs to fill in. | |||
2008-06-02 | use PERL | Joey Hess | |
2008-06-02 | web commit by stmpeters | Joey Hess | |
2008-05-31 | inline: The optimisation in 2.41 broke nested inlines. Detect those and ↵ | Joey Hess | |
avoid overoptimising. | |||
2008-05-31 | web commit by http://willthompson.co.uk/: file a bug about nested inlines ↵ | Joey Hess | |
failing | |||
2008-05-30 | fix link | Joey Hess | |
2008-05-30 | fix links | Joey Hess | |
2008-05-30 | fix link | Joey Hess | |
2008-05-30 | fix link | Joey Hess | |
2008-05-29 | web commit by http://liw.fi/: uuml html entity in feeds confuses ikiwiki ↵ | Joey Hess | |
when aggregating | |||
2008-05-23 | web commit by http://kaizer.se/wiki/contact/: fix <pre> formatting | Joey Hess | |
2008-05-23 | web commit by http://kaizer.se/wiki/contact/: bugs on including html (as raw ↵ | Joey Hess | |
as possible) | |||
2008-05-14 | web commit by buo: More info | Joey Hess | |
2008-05-12 | Fixes for behavior changes in perl 5.10's CGI | Joey Hess | |
Something has changed in CGI.pm in perl 5.10. It used to not care if STDIN was opened using :utf8, but now it'll mis-encode utf-8 values when used that way by ikiwiki. Now I have to binmode(STDIN) before instantiating the CGI object. In 57bba4dac132a06729eeec809f5e1a5adf829806, I changed from decoding CGI::Formbuilder fields to utf-8, to decoding cgi parameters before setting up the form object. As of perl 5.10, that approach no longer has any effect (reason unknown). To get correctly encoded values in FormBuilder forms, they must once again be decoded after the form is set up. As noted in 57bba4da, this can cause one set of problems for formbuilder_setup hooks if decode_form_utf8 is called before the hooks, and a different set if it's called after. To avoid both sets of problems, call it both before and after. (Only remaining problem is the sheer ugliness and inefficiency of that..) I think that these changes will also work with older perl versions, but I haven't checked. Also, in the case of the poll plugin, the cgi parameter needs to be explcitly decoded before it is used to handle utf-8 values. (This may have always been broken, not sure if it's related to perl 5.10 or not.) | |||
2008-05-12 | not just a poll plugin problem | Joey Hess | |
2008-05-12 | web commit by http://liw.fi/ | Joey Hess | |
2008-05-12 | response | Joey Hess | |
2008-05-09 | web commit by buo: Response | Joey Hess | |
2008-05-08 | response | Joey Hess | |
2008-05-08 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-05-08 | amazon s3 index file improvements | Joey Hess | |
Turns out duplicate index files do not need to be stored when usedirs is in use, just when it's not. Ikiwiki is quite consistent about using page/ when usedirs is in use. (The only exception is the search plugin, which needs fixing.) This also includes significant code cleanup, removal of a incorrect special case for empty files, and addition of a workaround for a bug in the amazon perl module. | |||
2008-05-08 | web commit by buo: re: question | Joey Hess | |
2008-05-08 | question | Joey Hess | |
2008-05-08 | web commit by http://madduck.net/: closing | Joey Hess | |
2008-05-08 | web commit by buo: Removing previous installation fixes compile failure. | Joey Hess | |
2008-05-07 | cannot reproduce | Joey Hess | |
2008-05-07 | web commit by buo: bug: 2.45 fails to compile | Joey Hess | |
2008-05-06 | template change documentation | Joey Hess | |
2008-04-28 | web commit by JeremyReed: why if? | Joey Hess | |
2008-04-28 | fix formatting | Joey Hess | |
2008-04-28 | idea | Joey Hess | |
2008-04-28 | Deal with different paths to perl when removing -T flag. | Joey Hess | |
2008-04-28 | web commit by JeremyReed: reply about perl version in filename too. | Joey Hess | |
2008-04-28 | web commit by JeremyReed: reply | Joey Hess | |
2008-04-28 | response | Joey Hess | |
2008-04-28 | Add PREFIX/bin to the hardcoded PATH within ikiwiki. | Joey Hess | |
2008-04-28 | response | Joey Hess | |
2008-04-28 | web commit by JeremyReed: found problem | Joey Hess | |
2008-04-28 | web commit by JeremyReed: more info. sid is defined in prefs just not edit | Joey Hess | |
2008-04-28 | web commit by JeremyReed: sid not in form. | Joey Hess | |
2008-04-28 | web commit by JeremyReed: Can't exec "ikiwiki-transition" | Joey Hess | |
2008-04-28 | web commit by JeremyReed: hard-coded perl path | Joey Hess | |
2008-04-27 | response | Joey Hess | |
2008-04-26 | web commit by JeremyReed: about taint and -T build failure | Joey Hess | |
2008-04-17 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-04-13 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-04-13 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-04-12 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-04-12 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-04-12 | web commit by http://sabr.myopenid.com/ | Joey Hess | |