diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-10 07:46:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-10 07:46:41 +0000 |
commit | 96eb9bb3fa1d805df967f44d13876f57b8ea121d (patch) | |
tree | 4e884eab9705030a654d874da06cd942f79a0917 /debian/changelog | |
parent | 54c90b2d41488657c583e657b16e363c9eb999fa (diff) | |
download | ikiwiki-96eb9bb3fa1d805df967f44d13876f57b8ea121d.tar ikiwiki-96eb9bb3fa1d805df967f44d13876f57b8ea121d.tar.gz |
* Work around a strange bug in CGI::FormBuilder 3.0401 that makes
FORM-SUBMIT unusable on customised formbuilder templates. For now,
hardcode the submit buttons in editpage.tmpl instead of using the
template variable, which is ok, since the buttons are static.
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 427480ceb..adbffb9c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,12 @@ ikiwiki (1.33) UNRELEASED; urgency=low * Make sure to check for errors from every eval. * Fix img plugin's handling of adding dependencies for images that do not yet exist. + * Work around a strange bug in CGI::FormBuilder 3.0401 that makes + FORM-SUBMIT unusable on customised formbuilder templates. For now, + hardcode the submit buttons in editpage.tmpl instead of using the + template variable, which is ok, since the buttons are static. - -- Joey Hess <joeyh@debian.org> Thu, 9 Nov 2006 15:57:52 -0500 + -- Joey Hess <joeyh@debian.org> Fri, 10 Nov 2006 02:34:49 -0500 ikiwiki (1.32) unstable; urgency=low |