yesod-form 1.2.0.2 → 1.2.1
raw patch · 5 files changed
+1/−5 lines, 5 files
Files
- Yesod/Form/Fields.hs +0/−1
- Yesod/Form/Functions.hs +0/−1
- Yesod/Form/Jquery.hs +0/−1
- Yesod/Form/Nic.hs +0/−1
- yesod-form.cabal +1/−1
Yesod/Form/Fields.hs view
@@ -161,7 +161,6 @@ { fieldParse = parseHelper $ Right . preEscapedText . sanitizeBalance , fieldView = \theId name attrs val _isReq -> toWidget [hamlet| $newline never-$# FIXME: There was a class="html" attribute, for what purpose? <textarea id="#{theId}" name="#{name}" *{attrs}>#{showVal val} |] , fieldEnctype = UrlEncoded
Yesod/Form/Functions.hs view
@@ -271,7 +271,6 @@ renderTable aform fragment = do (res, views') <- aFormToForm aform let views = views' []- -- FIXME non-valid HTML let widget = [whamlet| $newline never \#{fragment}
Yesod/Form/Jquery.hs view
@@ -2,7 +2,6 @@ {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE OverloadedStrings #-}-{-# LANGUAGE NoMonomorphismRestriction #-} -- FIXME remove -- | Some fields spiced up with jQuery UI. module Yesod.Form.Jquery ( YesodJquery (..)
Yesod/Form/Nic.hs view
@@ -2,7 +2,6 @@ {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE OverloadedStrings #-}-{-# LANGUAGE NoMonomorphismRestriction #-} -- FIXME remove {-# LANGUAGE CPP #-} -- | Provide the user with a rich text editor. module Yesod.Form.Nic
yesod-form.cabal view
@@ -1,5 +1,5 @@ name: yesod-form-version: 1.2.0.2+version: 1.2.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>