diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-11 21:20:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-11 21:20:14 +0000 |
commit | ed8d6bcf23ce0292712a49f78ce314e53f769c17 (patch) | |
tree | c0aa9ae8319c66b02e0c8f510193f4ac861269a6 /debian | |
parent | afedd60d7911b35aa3fb86dad24d61809946b9ed (diff) |
* Consolidated all decode_utf8 in FormBuilder's fields to make the code more
readable and avoid future mistakes. The patch seems to work and for the
first time I have a UTF-8 username ;-) (Faidon)
* Use form->field consistently, not form->param.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8dd0996ef..391569fad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,12 @@ ikiwiki (1.9) UNRELEASED; urgency=low area, and also way slow. * Match 'web commit from' in SVN and git, these are web commits too. (Faidon) + * Consolidated all decode_utf8 in FormBuilder's fields to make the code more + readable and avoid future mistakes. The patch seems to work and for the + first time I have a UTF-8 username ;-) (Faidon) + * Use form->field consistently, not form->param. - -- Joey Hess <joeyh@debian.org> Tue, 11 Jul 2006 16:54:00 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 11 Jul 2006 17:18:39 -0400 ikiwiki (1.8) unstable; urgency=low |