summaryrefslogtreecommitdiff
path: root/doc/bugs
AgeCommit message (Collapse)Author
2006-09-07* Add a linkmap plugin (requires graphviz).joey
2006-09-04fixjoey
2006-09-04* Drop real uid/gid in the suid wrapper, thus allowing commits to remotejoey
subversion repos and fixing some other issues.
2006-08-25* Use DESTDIR and not PREFIX to specify installation prefix for packaging.joey
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run from a different directory.
2006-08-24web commit by EdAviswww-data
2006-08-24responsejoey
2006-08-23web commit by EdAviswww-data
2006-08-22revert broken parentlinks fix, which was broken, explain whyjoey
add plugins/contrib page to avoid broken link on this wiki
2006-08-21* Clean up behavior with broken parentlinks.joey
2006-08-21move to bug pagejoey
2006-08-02thoughtsjoey
2006-08-02* Renamed GlobLists to PageSpecs.joey
* PageSpecs can now include nested parens, "and", and "or". This remains backwards compatible to the old GlobList format. It's implemented by treating the GlobList as a very limited microlanguage that is transformed to perl code that does the matching. * The old GlobList format is deprecated, and I encourage users to switch to using the new PageSpec format. Compatability with the old format will be removed at some point, possibly by 2.0. * Wiki rebuild needed on upgrade to this version due to PageSpec change. * Add support for creation_month and creation_year to PageSpec. Closes: #380680 * Changes to index file encoding.
2006-07-30* Title metadata of inlined pages now shows up in blogs, although not yetjoey
in their rss feeds.
2006-07-02updatesjoey
2006-07-02ugh, this is a tricky one..joey
2006-07-02bugjoey
2006-07-02* Centralised all calls to HTML::Template and force all the templatesjoey
to be read as utf8.
2006-07-02web commit by joeywww-data
2006-07-02web commit by joeywww-data
2006-07-02 so make sure to let perl know it should be handled as utf8. Also,joey
* Improve layout of edit page so formatting help link is always visible w/o getting in the way of the preview.
2006-07-02web commit by ThomasSchwinge: HelpOnFormatting link disappears.www-data
2006-07-02* Parse svn log as xml for improved utf8 and security. Note that this makesjoey
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
2006-07-02* Honor LC_CTIME when formatting a time for display. Thanks, Faidonjoey
Liambotis.
2006-06-23addjoey
2006-06-23make the bugs page work like the todo pagejoey