summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 667a49c30806ff202afd96b54822cb3bd6a28cd2 (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. * Rebuilding on upgrade to this version is recommended.
  14. * Add a html validity check to the test suite, using the wdg-html-validator,
  15. if available.
  16. * Make the html valid when there is nothing in the actions list.
  17. * Reordered some function call parameters for consistency.
  18. * Enable full utf-8 support for page input and output.
  19. * Add a workaround for markdown, which does not work well with utf-8
  20. strings.
  21. * --getctime had bitrotted (well I only ever used it the once so far..),
  22. fix and make it a bit more flexible
  23. * rcs_getctime is changed, now rather than needing to loop over all pages,
  24. it should just use the rcs to get the ctime of the passed file.
  25. * When inlining a page in another one, links from the inlined page are now
  26. expanded the same as they are when rendering the inlined page as a
  27. standalone page. So rather than being expanded from the POV of the
  28. inlining page, they are expanded from the POV of the inlined page.
  29. For example, a link from blog/foo to "bar" will now link to blog/bar
  30. if it exists. Previously this needed to be a link explicitly to
  31. "blog/bar"; such links will also continue to work.
  32. (This was slightly complex to do as the link still has to be constructed
  33. relative to the inlining page.)
  34. * Make page edit textarea resize to fit browser window.
  35. -- Joey Hess <joeyh@debian.org> Sat, 27 May 2006 14:28:19 -0400
  36. ikiwiki (1.3) unstable; urgency=low
  37. * Fix the preinst introduced in the last version. Closes: #367458
  38. -- Joey Hess <joeyh@debian.org> Tue, 16 May 2006 02:43:02 -0500
  39. ikiwiki (1.2) unstable; urgency=low
  40. * Remove dups from the brokenlinks list.
  41. * Add libc6-dev to dependencies, needed to build wrappers.
  42. * Install wikilist in correct location. Closes: #367371
  43. -- Joey Hess <joeyh@debian.org> Mon, 15 May 2006 10:53:49 -0500
  44. ikiwiki (1.1) unstable; urgency=low
  45. * Rename inlinepage to depends, so that it can be used to refer to more
  46. dependency relationships than just inlining. This will require a rebuild
  47. on upgrade to this version.
  48. * Move the rss link, put it in the blogpost form if there is one and at the
  49. top if not. This is both nicer because easier to find, and it cleans up
  50. the code which had used inlinepage as a flag for adding the link later.
  51. * Allow the depends GlobList to be built up from multiple sources (such as
  52. plugins) during a page render.
  53. * Which means that more than one blog is now supported to appear on a
  54. single page. (With some limitations, like only the last one getting an
  55. rss file.)
  56. * Added a plugin system.
  57. * Added a pagecount plugin, enabled by default.
  58. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
  59. * Fixed/optimised backlinks code, to avoid rebuilding pages to update
  60. backlinks when the backlinks hadn't really changed.
  61. * Moved inline page support, rss generation etc into the inline plugin,
  62. enabled by default.
  63. * Added brokenlinks plugin, not enabled by default, but rather handy.
  64. * Fix several broken links in the doc wiki.
  65. * Smarter behavior when creating a page and a page of the same name (but
  66. different location) already exists.
  67. * Add an orphans plugin for finding pages that nothing links to.
  68. * Removed backlinks page, which it turns out nothing used.
  69. * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
  70. it, this will allow for adding a unit test suite.
  71. * Add unit tests for several core functions, including globlist_match,
  72. dirname, basename, bestlink, linkify, pagetitle, titlepage.
  73. * Smart globlist merging.
  74. * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
  75. to pave the way for adding other RCS support. This also changes the
  76. setup files, where before they had svn => 1 or svn => 0, now they have
  77. rcs => "svn" or rcs => "".
  78. * Add a debian/NEWS file with upgrade notes.
  79. * Load whatever rcs module is specified, so new ones can be just dropped in
  80. as plugins and work. (Well, in theory.)
  81. * Add some basic docs about writing RCS modules.
  82. * Broke search capability out into a plugin, removed the --hyperestraier
  83. switch.
  84. * Added smiley plugin, nicely controlled and documented by the smileys page.
  85. * Copied in some smileys from Moin Moin.
  86. * Allow links of the form [[some page|page]], with whitespace in the link
  87. text.
  88. * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
  89. and --disable-plugin htmlscrubber.
  90. * Allow discussion links on pages to be turned off with --no-discussion.
  91. * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
  92. * Add some new config items to the estseek.conf template, which are needed
  93. by hyperestraier 1.2.3.
  94. -- Joey Hess <joeyh@debian.org> Fri, 5 May 2006 17:00:41 -0400
  95. ikiwiki (1.0) unstable; urgency=low
  96. * First official release.
  97. -- Joey Hess <joeyh@debian.org> Tue, 25 Apr 2006 02:08:17 -0400