summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 413d0e12e38086a2c67e6ff916ed9aec1f17eca1 (plain)
  1. ikiwiki (1.2) UNRELEASED; urgency=low
  2. * Remove dups from the brokenlinks list.
  3. -- Joey Hess <joeyh@debian.org> Fri, 5 May 2006 23:56:32 -0400
  4. ikiwiki (1.1) unstable; urgency=low
  5. * Rename inlinepage to depends, so that it can be used to refer to more
  6. dependency relationships than just inlining. This will require a rebuild
  7. on upgrade to this version.
  8. * Move the rss link, put it in the blogpost form if there is one and at the
  9. top if not. This is both nicer because easier to find, and it cleans up
  10. the code which had used inlinepage as a flag for adding the link later.
  11. * Allow the depends GlobList to be built up from multiple sources (such as
  12. plugins) during a page render.
  13. * Which means that more than one blog is now supported to appear on a
  14. single page. (With some limitations, like only the last one getting an
  15. rss file.)
  16. * Added a plugin system.
  17. * Added a pagecount plugin, enabled by default.
  18. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
  19. * Fixed/optimised backlinks code, to avoid rebuilding pages to update
  20. backlinks when the backlinks hadn't really changed.
  21. * Moved inline page support, rss generation etc into the inline plugin,
  22. enabled by default.
  23. * Added brokenlinks plugin, not enabled by default, but rather handy.
  24. * Fix several broken links in the doc wiki.
  25. * Smarter behavior when creating a page and a page of the same name (but
  26. different location) already exists.
  27. * Add an orphans plugin for finding pages that nothing links to.
  28. * Removed backlinks page, which it turns out nothing used.
  29. * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
  30. it, this will allow for adding a unit test suite.
  31. * Add unit tests for several core functions, including globlist_match,
  32. dirname, basename, bestlink, linkify, pagetitle, titlepage.
  33. * Smart globlist merging.
  34. * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
  35. to pave the way for adding other RCS support. This also changes the
  36. setup files, where before they had svn => 1 or svn => 0, now they have
  37. rcs => "svn" or rcs => "".
  38. * Add a debian/NEWS file with upgrade notes.
  39. * Load whatever rcs module is specified, so new ones can be just dropped in
  40. as plugins and work. (Well, in theory.)
  41. * Add some basic docs about writing RCS modules.
  42. * Broke search capability out into a plugin, removed the --hyperestraier
  43. switch.
  44. * Added smiley plugin, nicely controlled and documented by the smileys page.
  45. * Copied in some smileys from Moin Moin.
  46. * Allow links of the form [[some page|page]], with whitespace in the link
  47. text.
  48. * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
  49. and --disable-plugin htmlscrubber.
  50. * Allow discussion links on pages to be turned off with --no-discussion.
  51. * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
  52. * Add some new config items to the estseek.conf template, which are needed
  53. by hyperestraier 1.2.3.
  54. -- Joey Hess <joeyh@debian.org> Fri, 5 May 2006 17:00:41 -0400
  55. ikiwiki (1.0) unstable; urgency=low
  56. * First official release.
  57. -- Joey Hess <joeyh@debian.org> Tue, 25 Apr 2006 02:08:17 -0400