Commit Graph

3207 Commits

Author SHA1 Message Date
Michael Snoyman
cf20f15957 Use Map for updating environment variables.
This ensures that the newly inserted variables overwrite any existing
variables. For more information, see:

https://groups.google.com/d/msg/yesodweb/0AX2GbKqmIk/nKYTCVoCm4QJ
2014-05-13 18:31:21 +03:00
Michael Snoyman
787d3c828d Version bump 2014-05-13 16:14:52 +03:00
Michael Snoyman
96e59947eb Add ToJSON and FromJSON for Textarea (fixes #738) 2014-05-13 09:08:44 +03:00
Michael Snoyman
e35836bbc1 Include patched pwstore-fast implementation.
See: https://github.com/PeterScott/pwstore/pull/10
2014-05-11 15:43:06 +03:00
Michael Snoyman
c8f7e34b2f Merge pull request #731 from andrewthad/master
Fix starting field number
2014-05-09 18:28:07 +03:00
Michael Snoyman
ddc622485a Merge pull request #735 from axel-angel/master
Auth.Email: modern buttons, use translation RegisterLong
2014-05-09 07:31:04 +03:00
Michael Snoyman
663aa4d804 Merge pull request #736 from axel-angel/auth-french
Auth.Message: Translate missing french messages
2014-05-09 07:05:45 +03:00
Axel Angel
da034e7beb Translate missing french messages 2014-05-09 00:50:13 +02:00
Axel Angel
bd1b5b1ef1 Auth.Email: modern buttons, use translation RegisterLong 2014-05-09 00:29:50 +02:00
andrewthad
9f379bc219 Fix starting field number
This commit makes starts the counter as `IntSingle 0` instead of `IntSingle 1`. This is needed because `newFormIdent` yield the incremented state value. Meaning: right now, all of my forms start at f2 instead of f1. This commit will make them start at f1 like I would expect them to.
2014-05-06 09:34:56 -04:00
Michael Snoyman
60526676e5 Encode empty paths correctly #730 2014-05-06 08:25:44 +03:00
Michael Snoyman
cbbeb3b7f6 exceptions 0.6 2014-05-05 21:20:26 +03:00
Michael Snoyman
098bff53ec Lower bound on hamlet-1.1.8 for yesod-form #727 2014-04-30 07:40:54 +03:00
Greg Weber
8605815afd Merge pull request #723 from yesodweb/css-absolute2
Css absolute2
2014-04-28 05:18:53 -07:00
Greg Weber
c498c77cc3 test absolute file paths in a cross-platform way 2014-04-27 08:23:09 -07:00
Michael Snoyman
8c183d9cda Another fix for UTF8 paths 2014-04-27 11:21:43 +03:00
Greg Weber
68c02c3289 version bumpm for 503 json response 2014-04-25 11:13:01 -07:00
Greg Weber
c5df0b0bf4 check for a colon and slashes after http 2014-04-25 07:54:04 -07:00
Michael Snoyman
99831b52a2 Respect accept header for JSON in devel server #719 2014-04-24 07:14:01 +03:00
Michael Snoyman
f43c7fd3e4 copy-to-port #724 2014-04-24 06:38:53 +03:00
Michael Snoyman
e9311d0e1f ToWidget instances for Css, JS 2014-04-23 16:31:13 +03:00
Michael Snoyman
bf3e8afefb Fix some character encoding bugs 2014-04-23 16:05:00 +03:00
Greg Weber
9fa5a23597 remove white space 2014-04-21 22:07:22 -07:00
Greg Weber
2ea07ed398 use latest css-text version 2014-04-21 22:07:22 -07:00
Greg Weber
22caf035ef absolute url function returns lazy text 2014-04-21 22:07:21 -07:00
Greg Weber
a2e979ccda expose url re-writing function 2014-04-21 22:07:21 -07:00
Greg Weber
c3976efea9 make relative css urls absolute 2014-04-21 22:07:20 -07:00
Michael Snoyman
9b816aec75 Scaffolding update 2014-04-18 16:08:57 +03:00
Michael Snoyman
b6f221b54e Platform update 2014-04-17 08:31:20 +03:00
Michael Snoyman
03a39a05f7 Export defaultYesodMiddleware and authorizationCheck 2014-04-17 07:54:37 +03:00
Michael Snoyman
2c9777403a Travis: install alex 2014-04-16 14:42:41 +03:00
Michael Snoyman
dfd7965b6b Workarounds for older bytestrings 2014-04-16 14:31:54 +03:00
Michael Snoyman
e8ce5650da Version bump 2014-04-14 08:40:21 +03:00
Michael Snoyman
e036f934f6 Add MonadCatch for WidgetT 2014-04-14 08:32:55 +03:00
Michael Snoyman
186a676a5c Merge branch 'master' of github.com:yesodweb/yesod 2014-04-12 22:26:47 +03:00
Michael Snoyman
82d40c4ad4 Remove a useless upper bound 2014-04-12 22:26:19 +03:00
Michael Snoyman
e355dbcf43 GHC 7.8 support 2014-04-12 21:47:06 +03:00
Michael Snoyman
dc6c96a4a3 Merge pull request #714 from pseudonom/static-docs
Fixed old comment on CSS post-processing default
2014-04-12 21:01:45 +03:00
pseudonom
620e200c4d Fixed old comment on CSS post-processing default 2014-04-11 17:26:39 -04:00
Michael Snoyman
7133f75bf3 Note about strictness annotations 2014-04-10 20:36:46 +03:00
Michael Snoyman
b67d225f56 Use mplus (thanks @meteficha) 2014-04-10 20:30:14 +03:00
Michael Snoyman
4dc7a1258c Deeply evaluate session and headers #712 2014-04-10 20:21:49 +03:00
Michael Snoyman
c44a48c8ae Test cases for #712 2014-04-10 19:59:54 +03:00
Michael Snoyman
398abb0ade Scaffolding update 2014-04-10 19:58:46 +03:00
Michael Snoyman
b8a73d9b7f defaultMiddlewares and MonadCatch instance 2014-04-10 15:04:29 +03:00
Michael Snoyman
3f4a870b86 Workaround for GHC 7.8.1 regression 2014-04-09 20:49:03 +03:00
Michael Snoyman
c8553920a3 Version bump 2014-04-09 20:14:02 +03:00
Michael Snoyman
0b861143af Add yesod-auth-hashdb to make-cabal.sh 2014-04-09 19:55:08 +03:00
Michael Snoyman
8b3d854d22 Reformat make-cabal.sh 2014-04-09 19:54:32 +03:00
Michael Snoyman
2528bc3c3e Merge pull request #710 from paul-rouse/master
Add yesod-auth-hashdb to platform and Yesod.Auth description
2014-04-09 19:49:43 +03:00