Michael Snoyman
f148cdeb5b
Merge pull request #6 from Shimuuar/master
...
Minor refactoring
2011-06-19 19:44:44 -07:00
Alexey Khudyakov
cc438fd015
HLint suggestions
2011-06-17 01:47:55 +04:00
Alexey Khudyakov
f14cd14164
Use functor
2011-06-14 19:19:09 +04:00
Alexey Khudyakov
77a4475f6e
Use fmap instead
2011-06-14 19:18:40 +04:00
Michael Snoyman
046815d9e1
yesod-auth upper bounds
2011-06-14 18:14:32 +03:00
Michael Snoyman
c41e714cb1
Merge pull request #5 from alios/master
...
Reorder of HTML Header generation
2011-06-14 06:55:29 -07:00
alios
31aa86b84c
reordeded header generation - style sheets before scripts to enable paralell loading
2011-06-14 12:51:08 +02:00
Michael Snoyman
59bdff788d
Merge pull request #78 from alios/master
...
Added .ghci to scaffold projects
2011-06-11 11:36:32 -07:00
alios
7c785bb769
added a .ghci to scaffold created projects to expand the search path to config dir
2011-06-11 20:22:49 +02:00
Michael Snoyman
c676a7eb0a
Facebook sample
2011-06-10 12:14:22 +03:00
Michael Snoyman
4bd89a5e10
Using autohead by default
2011-06-10 09:25:53 +03:00
Michael Snoyman
bd67a840ef
setUltDestReferer
2011-06-10 09:09:07 +03:00
Michael Snoyman
e0324500c6
setUltDestReferer
2011-06-10 09:07:24 +03:00
Michael Snoyman
bbdca8cb5d
Merge pull request #8 from Shimuuar/master
...
HashDB improvements and refactorings
2011-06-09 09:44:35 -07:00
Michael Snoyman
da0e99c895
Use Endo (Tyson Whitehead)
2011-06-09 15:25:18 +03:00
Michael Snoyman
3cf472dcf5
MonadPlus (Jeremy Hughes)
2011-06-09 13:06:26 +03:00
Michael Snoyman
cc813d9201
Redundant chooseRep (thanks Tyson Whitehead)
2011-06-09 13:04:59 +03:00
Michael Snoyman
3344dafe16
Merge remote-tracking branch 'origin/master'
2011-06-07 09:48:33 +03:00
Michael Snoyman
674b02f35f
Version bump
2011-06-07 09:47:29 +03:00
Michael Snoyman
96bbe09486
More scaffolding fixes
2011-06-07 09:46:55 +03:00
Michael Snoyman
1cdb2495bc
Minor scaffolding fixes
2011-06-07 09:34:31 +03:00
Alexey Khudyakov
733fdd845c
Fix documentation
2011-06-06 14:05:06 +04:00
Alexey Khudyakov
3a7620b49b
Eliminate case ladder using MaybeT transformer
2011-06-06 13:45:24 +04:00
Alexey Khudyakov
ecd6f00a92
Rearrange imports
2011-06-06 13:31:47 +04:00
Alexey Khudyakov
9c1b9356dc
Update documentation
2011-06-06 13:17:18 +04:00
Alexey Khudyakov
233d53258f
Use when
2011-06-05 21:52:40 +04:00
Alexey Khudyakov
e81a636020
Add function for setting password
2011-06-05 19:49:54 +04:00
Alexey Khudyakov
9c5f049114
* Parametrize all functions by user data type. So it's possible to
...
use custom data type for users. (So it's possible to store additional
data).
* Add type class for custom user data type
* Export User data type there is no point in hiding it. It becomes possible
to manipulate user database from withint yesod application
2011-06-05 19:30:08 +04:00
Alexey Khudyakov
7cd2f9f6c4
Use macro to chose quasyquote syntax. Reduce clutter caused by
2011-06-05 01:29:11 +04:00
Michael Snoyman
709d9b7547
addCoffee/addCoffeeBody
2011-05-31 17:07:29 +03:00
Michael Snoyman
b7aebd79e3
Merge pull request #72 from gregwebs/dry
...
DRY scaffolding
2011-05-31 06:58:17 -07:00
Greg Weber
de91f350f5
DRY scaffolding
2011-05-30 20:28:10 -07:00
Michael Snoyman
580fefca9c
Less yesod build crashes
2011-05-23 15:58:39 +03:00
Michael Snoyman
0221258fec
Fix some warnings
2011-05-23 15:54:14 +03:00
Michael Snoyman
c916ae568e
Reference config/routes properly.
2011-05-23 15:50:42 +03:00
Michael Snoyman
56497ed267
fmap -> liftM
2011-05-22 06:56:57 +03:00
Michael Snoyman
64c2a2ebc1
clearUltDest
2011-05-22 06:56:51 +03:00
Michael Snoyman
350f0e947c
Messages files support in yesod build
2011-05-16 22:04:35 +03:00
Michael Snoyman
c406c50970
Merge pull request #69 from gregwebs/html5boilerplate
...
generate html5boilerplate hamlet and css
2011-05-16 11:22:47 -07:00
Greg Weber
b635e0f2ec
generate html5boilerplate hamlet and css
2011-05-15 15:35:31 -07:00
Michael Snoyman
13d9932c74
New i18n stuff
2011-05-15 17:10:51 +03:00
Michael Snoyman
2e6dbf92f0
Added missing Yesod.Message
2011-05-15 15:18:02 +03:00
Michael Snoyman
32863deb85
Much improved i18n support
2011-05-15 15:16:43 +03:00
Michael Snoyman
4168d13616
Various cleanups
2011-05-15 14:52:50 +03:00
Michael Snoyman
c44ee5509e
yesod-form 0.2
2011-05-13 09:01:48 +03:00
Michael Snoyman
0a6b448441
Minor tweak
2011-05-12 07:25:30 +03:00
Michael Snoyman
0859d92efc
Cookie with 0 minutes == no expires attribute
2011-05-12 07:25:25 +03:00
Michael Snoyman
dc737a397d
whamlet embedding
2011-05-06 10:48:30 +03:00
Michael Snoyman
2f4cbaa093
Fix tests
2011-05-05 18:19:47 +03:00
Michael Snoyman
4cc7d9c7d3
Some more message (thanks to Mike Frai)
2011-05-04 07:43:21 +03:00