haskell-formlets (0.8) unstable; urgency=low * New upstream. -- David Fox Sat, 25 Jun 2011 14:05:24 -0700 haskell-formlets (0.7.3) unstable; urgency=low * New upstream pulled in during mtl-2 conversion. -- Clifford Beshers Tue, 16 Nov 2010 09:00:19 -0800 haskell-formlets (0.7.1-2) unstable; urgency=low * Change the form value string format from fval[NNN] to f_NNN. -- David Fox Fri, 05 Mar 2010 17:01:58 -0800 haskell-formlets (0.7.1-1) unstable; urgency=low * New upstream release -- Jeremy Shaw Wed, 10 Feb 2010 11:50:33 -0600 haskell-formlets (0.6.1-0.1) unstable; urgency=low * Merged seereason.com patches into upstream formlets remove-xml-monad branch -- Jeremy Shaw Fri, 08 Jan 2010 09:59:38 -0600 haskell-formlets (0.4.8-8) unstable; urgency=low * Added generalInputMulti -- Jeremy Shaw Tue, 18 Aug 2009 10:46:26 -0500 haskell-formlets (0.4.8-7) unstable; urgency=low * Move Markup typeclass into a separate module. -- David Fox Mon, 11 May 2009 10:20:57 -0700 haskell-formlets (0.4.8-6) unstable; urgency=low * Add a plug2 function that combines both the XML and value of two forms. * Change the signature of the radio function of the FormXML typeclass so that it returns [xml] instead of xml, so that later we can get at the xml for the individual radio buttons. * Rename the FormXML typeclass to the more evocative 'Markup'. -- David Fox Thu, 30 Apr 2009 08:45:13 -0700 haskell-formlets (0.4.8-5) unstable; urgency=low * Create a type class FormXML so we can pull common code into Text.Formlets. * Pull in changes from http://github.com/chriseidhof/formlets/tree/master -- David Fox Tue, 31 Mar 2009 11:22:08 -0700 haskell-formlets (0.4.8-4) unstable; urgency=low * Make File and ContentType instances of Data. -- David Fox Wed, 18 Mar 2009 10:03:52 -0700 haskell-formlets (0.4.8-3) unstable; urgency=low * Change type signature of select to return (Maybe a) instead of a, which happens when the element is disabled. -- David Fox Mon, 09 Mar 2009 15:21:52 -0700 haskell-formlets (0.4.8-2) unstable; urgency=low * Update dependencies for ghc 6.10. -- David Fox Mon, 26 Jan 2009 05:15:44 -0800 haskell-formlets (0.4.8-1) unstable; urgency=low * Add defaultResultInput, an alternative to optionalInput, for inputs that may not return anything. -- David Fox Wed, 14 Jan 2009 13:45:04 -0800 haskell-formlets (0.4.8-0) unstable; urgency=low * Upgrade to 0.4.8. -- David Fox Wed, 14 Jan 2009 08:51:05 -0800 haskell-formlets (0.4.7-3) unstable; urgency=low * Remove input'', instead add a Maybe String argument to input' providing the defaultResult of the form, the result used when no data from form appears in the result. This is necessary for certain inputs such as checkboxes that don't always appear in the form result, or for inputs that might be disabled. -- David Fox Sat, 03 Jan 2009 07:01:19 -0800 haskell-formlets (0.4.7-2) unstable; urgency=low * Add a modified version of Text.Formlets.input' for checkboxes. It doesn't fail when the checkbox's name doesn't appear in the response, it just returns the empty string. -- David Fox Wed, 10 Dec 2008 13:01:50 -0800 haskell-formlets (0.4.7-1) unstable; urgency=low * Revert to version 0.4.5. -- David Fox Mon, 01 Dec 2008 15:12:08 -0800 haskell-formlets (0.4.7) unstable; urgency=low * Debianization generated by cabal-debian -- David Fox Sun, 23 Nov 2008 09:42:52 -0500