diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-22 21:06:13 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-22 21:06:13 +0000 |
commit | 2c5fbe844b3137b2e3f84d5f1d1ea9ef37564852 (patch) | |
tree | e48b6030fe82796a6c899f85d47dbe17776971a2 /debian/changelog | |
parent | 771608a4d43438931f2f1a3dddd07810a006d435 (diff) | |
download | ikiwiki-2c5fbe844b3137b2e3f84d5f1d1ea9ef37564852.tar ikiwiki-2c5fbe844b3137b2e3f84d5f1d1ea9ef37564852.tar.gz |
* Call the formbuilder hook for the edit page.
* Call decode_form_utf8 before running formbuilder_setup hooks.
* Add editdiff plugin contributed by Jeremie Koenig.
* Fix it to not leak path info.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 70b7d040e..2ec096ee6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,8 +48,12 @@ ikiwiki (2.6) UNRELEASED; urgency=low * Avoid ugly gettext messages if LANG is empty. Closes: #439035 * Added tex plugin to generate images from latex code. Contributed by Patrick Winnertz as a GSoC project. + * Call the formbuilder hook for the edit page. + * Call decode_form_utf8 before running formbuilder_setup hooks. + * Add editdiff plugin contributed by Jeremie Koenig. + * Fix it to not leak path info. - -- Joey Hess <joeyh@debian.org> Tue, 21 Aug 2007 20:34:59 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 22 Aug 2007 16:56:22 -0400 ikiwiki (2.5) unstable; urgency=low |