summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 3e65b39ae46dbd1b8068c4ef9c830ec49b246ad2 (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 a plugin system.
  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. * Add an orphans plugin for finding pages that nothing links to.
  25. * Removed backlinks page, which it turns out nothing used.
  26. * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
  27. it, this will allow for adding a unit test suite.
  28. * Add unit tests for several core functions, including globlist_match,
  29. dirname, basename, and bestlink.
  30. * Smart globlist merging.
  31. * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
  32. to pave the way for adding other RCS support. This also changes the
  33. setup files, where before they had svn => 1 or svn => 0, now they have
  34. rcs => "svn" or rcs => "".
  35. * Add a debian/NEWS file with upgrade notes.
  36. * Load whatever rcs module is specified, so new ones can be just dropped in
  37. as plugins and work. (Well, in theory.)
  38. * Add some basic docs about writing RCS modules.
  39. * Broke search capability out into a plugin, removed the --hyperestraier
  40. switch.
  41. * Added smiley plugin, nicely controlled and documented by the smileys page.
  42. * Copied in some smileys from Moin Moin.
  43. -- Joey Hess <joeyh@debian.org> Tue, 2 May 2006 14:13:59 -0400
  44. ikiwiki (1.0) unstable; urgency=low
  45. * First official release.
  46. -- Joey Hess <joeyh@debian.org> Tue, 25 Apr 2006 02:08:17 -0400