ikiwiki/IkiWiki
Joey Hess 57bba4dac1 * Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work.
* decode_form_utf8 only fixed the utf-8 encoding for fields that were
  registered at the time it was called, which was before the
  formbuilder_setup hook. Fields added by the hook didn't get decoded.
  But it can't be put after the hook either, since plugins using the hook
  need to be able to use form values. To fix this dilemma, it's been changed
  to a decode_cgi_utf8, which is called on the cgi query object, before the
  form is set up, and decodes *all* cgi parameters.
2008-01-01 19:58:45 -05:00
..
Plugin I *think* that this comment is out of date. 2007-12-30 14:57:33 -05:00
Rcs * git: Correct display of multiline commit messages in recentchanges. 2007-12-16 16:52:39 -05:00
Setup
CGI.pm * Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work. 2008-01-01 19:58:45 -05:00
Render.pm * Improved parentlinks special case for index pages. 2007-12-19 16:44:33 -05:00
Setup.pm * Better error message when a setup file has a syntax error. 2007-11-17 14:06:11 -05:00
UserInfo.pm
Wrapper.pm * Split error messages for failures to drop real uid and gid. 2008-01-01 18:48:34 -05:00