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