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