ikiwiki/IkiWiki
joey ac7b1c32b1 * POSIX::strftime doesn't know about encodings and doesn't return a utf8
flagged string even if the locale causes it to generate utf8 output,
  so make sure to let perl know it should be handled as utf8. Also, 
  the optimised version used for standard time formats won't work if the
  user has changed locale, so drop it. Thanks, Faidon Liambotis.
* Fix re-encoding of the comments field to utf8 if a commit fails
  due to a conflict. Thanks, Faidon Liambotis.
* Let svn know that commits have utf8 commit messages. Thanks, Faidon
  Liambotis.
* Add insane double encode/decode to utf8 around call to markdown.
  This works around a truely strange bug, which is apparently a bug in
  perl, which I lack space to describe here (see t/crazy-badass-perl-bug.t)
2006-07-02 04:02:08 +00:00
..
Plugin don't die fatally here 2006-06-27 01:14:46 +00:00
Rcs * POSIX::strftime doesn't know about encodings and doesn't return a utf8 2006-07-02 04:02:08 +00:00
Setup rather a lot of changes to make hyperestraier search be a plugin, allowing 2006-05-03 21:50:39 +00:00
CGI.pm * POSIX::strftime doesn't know about encodings and doesn't return a utf8 2006-07-02 04:02:08 +00:00
Render.pm * POSIX::strftime doesn't know about encodings and doesn't return a utf8 2006-07-02 04:02:08 +00:00
Setup.pm * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use 2006-05-02 06:53:33 +00:00
UserInfo.pm * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use 2006-05-02 06:53:33 +00:00
Wrapper.pm * The page name and parent links has switched from using a <h1> to a styled 2006-05-26 01:10:58 +00:00