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