summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: e1c6979dca24e173fbeab79cd57468cc7f06ea91 (plain)
  1. ikiwiki (1.1) UNRELEASED; urgency=low
  2. * Rename inlinepage to depends, so that it can be used to refer to more
  3. dependency relationships than just inlining. This will require a rebuild
  4. on upgrade to this version.
  5. * Move the rss link, put it in the blogpost form if there is one and at the
  6. top if not. This is both nicer because easier to find, and it cleans up
  7. the code which had used inlinepage as a flag for adding the link later.
  8. * Allow the depends GlobList to be built up from multiple sources (such as
  9. plugins) during a page render.
  10. * Which means that more than one blog is now supported to appear on a
  11. single page. (With some limitations, like only the last one getting an
  12. rss file.)
  13. * Added plugin system, currently only supporting for PreProcessorDirectives.
  14. * Added a pagecount plugin, enabled by default.
  15. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
  16. * Fixed/optimised backlinks code, to avoid rebuilding pages to update
  17. backlinks when the backlinks hadn't really changed.
  18. * Moved inline page support, rss generation etc into the inline plugin,
  19. enabled by default.
  20. * Added brokenlinks plugin, not enabled by default, but rather handy.
  21. * Fix several broken links in the doc wiki.
  22. * Smarter behavior when creating a page and a page of the same name (but
  23. different location) already exists.
  24. -- Joey Hess <joeyh@debian.org> Mon, 1 May 2006 22:57:04 -0400
  25. ikiwiki (1.0) unstable; urgency=low
  26. * First official release.
  27. -- Joey Hess <joeyh@debian.org> Tue, 25 Apr 2006 02:08:17 -0400