aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* responseJoey Hess2008-06-13
|
* responseJoey Hess2008-06-13
|
* web commit by http://alcopop.org/me/openid/: maybe for some future ↵Joey Hess2008-06-13
| | | | backwards-compatibility killing release?
* web commit by http://ptecza.myopenid.com/: * Bug reportJoey Hess2008-06-13
|
* web commit by buo: libdir does have an effectJoey Hess2008-06-13
|
* questionJoey Hess2008-06-12
|
* this problem makes less sense the more information I getJoey Hess2008-06-12
|
* web commit by http://telemachos.myopenid.com/Joey Hess2008-06-11
|
* web commit by http://telemachos.myopenid.com/Joey Hess2008-06-11
|
* responseJoey Hess2008-06-10
|
* web commit by buo: strace runJoey Hess2008-06-10
|
* followupJoey Hess2008-06-10
|
* not doneJoey Hess2008-06-10
|
* fix linkJoey Hess2008-06-10
|
* web commit by buo: Possible workaroundJoey Hess2008-06-10
|
* web commit by http://telemachos.myopenid.com/Joey Hess2008-06-10
|
* not reproducible on unstableJoey Hess2008-06-04
|
* already fixedJoey Hess2008-06-04
|
* already fixedJoey Hess2008-06-04
|
* fixJoey Hess2008-06-04
|
* closing, fixed in documentationJoey Hess2008-06-04
|
* responseJoey Hess2008-06-04
|
* first pass at doing xapian indexingJoey Hess2008-06-03
| | | | Still some TODOs to fill in.
* use PERLJoey Hess2008-06-02
|
* web commit by stmpetersJoey Hess2008-06-02
|
* inline: The optimisation in 2.41 broke nested inlines. Detect those and ↵Joey Hess2008-05-31
| | | | avoid overoptimising.
* web commit by http://willthompson.co.uk/: file a bug about nested inlines ↵Joey Hess2008-05-31
| | | | failing
* fix linkJoey Hess2008-05-30
|
* fix linksJoey Hess2008-05-30
|
* fix linkJoey Hess2008-05-30
|
* fix linkJoey Hess2008-05-30
|
* web commit by http://liw.fi/: uuml html entity in feeds confuses ikiwiki ↵Joey Hess2008-05-29
| | | | when aggregating
* web commit by http://kaizer.se/wiki/contact/: fix <pre> formattingJoey Hess2008-05-23
|
* web commit by http://kaizer.se/wiki/contact/: bugs on including html (as raw ↵Joey Hess2008-05-23
| | | | as possible)
* web commit by buo: More infoJoey Hess2008-05-14
|
* Fixes for behavior changes in perl 5.10's CGIJoey Hess2008-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.)
* not just a poll plugin problemJoey Hess2008-05-12
|
* web commit by http://liw.fi/Joey Hess2008-05-12
|
* responseJoey Hess2008-05-12
|
* web commit by buo: ResponseJoey Hess2008-05-09
|
* responseJoey Hess2008-05-08
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-08
|\
| * web commit by buo: re: questionJoey Hess2008-05-08
| |
* | amazon s3 index file improvementsJoey Hess2008-05-08
|/ | | | | | | | | | | 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.
* questionJoey Hess2008-05-08
|
* web commit by http://madduck.net/: closingJoey Hess2008-05-08
|
* web commit by buo: Removing previous installation fixes compile failure.Joey Hess2008-05-08
|
* cannot reproduceJoey Hess2008-05-07
|
* web commit by buo: bug: 2.45 fails to compileJoey Hess2008-05-07
|
* template change documentationJoey Hess2008-05-06
|