1 ikiwiki 1.9 released with these changes:
3 * Improve display of parentlinks and page title of toplevel index page.
4 * Patch from Faidon to use svn --limit when possible for recentchanges,
5 speeds up recentchanges a lot for wikis with more history.
6 * Patch from Recai to fix utf8 issues in git backend.
7 * Add wikitext markup plugin, which supports ".wiki" pages written in the
8 original wiki syntax, CamelCase links and all.
9 * Support a w3mmode, which lets w3m run ikiwiki using its local CGI
10 support, to edit pages etc without a web server.
11 * Display CGI processing errors if present.
12 * Fix from Faidon for a XML parser issue that breaks utf-8 for
13 RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this
14 area, and also way slow.
15 * Match 'web commit from' in SVN and git, these are web commits too.
17 * Consolidated all decode\_utf8 in FormBuilder's fields to make the code more
18 readable and avoid future mistakes. The patch seems to work and for the
19 first time I have a UTF-8 username ;-) (Faidon)
20 * Use form->field consistently, not form->param.
21 * Patch from Recai to allow selection of page type when creating a new page.
22 Default page type is inherited from the link clicked on to create the new