haskell-formlets-hsp (2.2.3) unstable; urgency=low * Fixed some invalid HTML markup -- Jeremy Shaw Thu, 07 Jan 2010 18:40:18 -0600 haskell-formlets-hsp (2.2.2) unstable; urgency=low * Added 'HSP.Formlets.file', the file upload form element -- Jeremy Shaw Tue, 03 Nov 2009 08:56:52 -0600 haskell-formlets-hsp (2.2.1) unstable; urgency=low * Added default value to select and select' -- Jeremy Shaw Mon, 28 Sep 2009 19:33:16 -0500 haskell-formlets-hsp (2.1.1) unstable; urgency=low * fixed bug when using multiple submit buttons -- Jeremy Shaw Sun, 23 Aug 2009 12:52:42 -0500 haskell-formlets-hsp (2.1) unstable; urgency=low * Added select and selectMulti -- Jeremy Shaw Wed, 19 Aug 2009 19:58:16 -0500 haskell-formlets-hsp (1.10) unstable; urgency=low * Same idea as before, but all new code with very little backwards compatibility. -- Jeremy Shaw Sat, 18 Jul 2009 15:46:44 -0500 haskell-formlets-hsp (1.9) unstable; urgency=low * Implement FormXML instance from new formlets package. * Formlets doc package name change -- David Fox Sat, 25 Apr 2009 09:01:06 -0700 haskell-formlets-hsp (1.8) unstable; urgency=low * Added withAttrs and fset -- Jeremy Shaw Fri, 13 Mar 2009 18:45:18 -0500 haskell-formlets-hsp (1.7) unstable; urgency=low * The textarea element doesn't allow a text attribute, and requires a rows and cols attribute. * The textarea element return value needs to be Maybe String, so that it can return Nothing when the element is disabled. * Change the signature of textarea to take a functions to compute the textarea dimensions from the initialization text. * Add a textarea' function that takes a simpler function to compute the columns, and uses a built-in function to compute the number of rows. * The select element returns Nothing when the disabled attribute is set, so we need to change its type from a to Maybe a. * The inputInteger formlet needs to return the default value when the element is disabled, if one is given. -- David Fox Thu, 05 Mar 2009 10:09:25 -0800 haskell-formlets-hsp (1.6) unstable; urgency=low * API change in haskell-formlets: instead of adding an input'' function, a Maybe String argument was added to input' giving the default result string used when the formlet value is not in the returned data. * Remove unnecessary argument from checkbox. -- David Fox Sat, 03 Jan 2009 06:06:27 -0800 haskell-formlets-hsp (1.5) unstable; urgency=low * Add an argument to most of the functions to control whether the control is initially disabled. -- David Fox Sun, 28 Dec 2008 06:35:07 -0800 haskell-formlets-hsp (1.4) unstable; urgency=low * Put the radio button and its label in a span so we can match them later. Make the radio button class name equal to the name. * Add a class name to the checkbox element, equal to the id and name. -- David Fox Thu, 18 Dec 2008 09:47:30 -0800 haskell-formlets-hsp (1.3) unstable; urgency=low * Add labelledinput and hidden' -- David Fox Mon, 15 Dec 2008 06:37:28 -0800 haskell-formlets-hsp (1.2) unstable; urgency=low * Add a version of radio whose type signature matches select. * Fix the original radio function so it displays the label rather than the value. -- David Fox Thu, 11 Dec 2008 11:18:57 -0800 haskell-formlets-hsp (1.1) unstable; urgency=low * Add a checkbox formlet, and div and span function to wrap a form in a div or span. -- David Fox Thu, 11 Dec 2008 06:03:51 -0800 haskell-formlets-hsp (1.0) unstable; urgency=low * Debianization generated by cabal-debian -- Jeremy Shaw Sun, 31 Aug 2008 21:14:14 -0700