Commit Graph

74 Commits

Author SHA1 Message Date
Michael Snoyman
70144804ce Played around with dependencies 2010-05-13 23:25:17 +03:00
Michael Snoyman
0d8c024c33 Offer split mkYesod 2010-05-13 20:50:35 +03:00
Michael Snoyman
ad7a3330d5 Major Auth refactoring 2010-05-10 20:29:51 +03:00
Michael Snoyman
2067d5d687 Added head to applyLayout(Json) 2010-05-09 14:30:24 +03:00
Michael Snoyman
db5b82f74d Reverse order, no args from hamlet 2010-05-08 23:34:31 +03:00
Michael Snoyman
7a4f1ad6de Updated to hamlet 0.2 2010-05-08 22:09:43 +03:00
Michael Snoyman
fd0ce32687 Added proper sessions 2010-05-05 06:40:30 +03:00
Michael Snoyman
8d58cc8051 urlRenderOverride 2010-05-04 22:11:25 +03:00
Michael Snoyman
f1fc97eda0 Fixed haddock script 2010-05-04 13:15:03 +03:00
Michael Snoyman
d4afec1277 Removed a number of FIXMEs 2010-05-02 08:20:36 +03:00
Michael Snoyman
180a5ec9ce More documentation work 2010-05-02 08:12:49 +03:00
Michael Snoyman
c320d2a45b Documented Yesod.Yesod 2010-04-23 12:35:36 -07:00
Michael Snoyman
3701e3c490 Continued refactoring; Yesod.Yesod 2010-04-23 12:29:20 -07:00
Michael Snoyman
09b07a5aad Continued refactoring; cleaned up Yesod.Handler 2010-04-23 12:04:45 -07:00
Michael Snoyman
3265d7a717 Match refactorings in web-routes-quasi 2010-04-23 06:03:03 -07:00
Michael Snoyman
e8812472c0 Added rudimentary JSON support 2010-04-20 16:36:16 -07:00
Michael Snoyman
e280e284f8 Began refactoring 2010-04-20 15:35:41 -07:00
Michael Snoyman
c875c949fe Initial port to QuasiSite, rather rough 2010-04-20 08:52:19 -07:00
Michael Snoyman
d6fbe1e088 More built in support for subsites 2010-04-18 00:53:35 -07:00
Michael Snoyman
3165b253ba Converted auth helper to subsite 2010-04-16 14:28:59 -07:00
Michael Snoyman
e9a8b43595 Recent hamlet changes 2010-04-16 11:58:33 -07:00
Michael Snoyman
5f7668334a Removed Data.Object.Html and Yesod.Template 2010-04-14 12:38:58 -07:00
Michael Snoyman
572718bbd6 Split hamlet code into separate module 2010-04-14 08:49:15 -07:00
Michael Snoyman
4163c55e0d Match changes in web-routes-quasi 2010-04-13 20:54:58 -07:00
Michael Snoyman
4a8f674ba1 Minor Hamlet changes 2010-04-12 21:56:32 -07:00
Michael Snoyman
343b5a8b80 Added hamlet example 2010-04-12 00:02:39 -07:00
Michael Snoyman
ef3e7cc538 Integrated Hamlet 2010-04-11 23:17:21 -07:00
Michael Snoyman
b0e5cf56e5 Fixed helloworld 2010-04-11 13:41:32 -07:00
Michael Snoyman
3f99bf132c Send 404 response properly 2010-04-11 13:05:40 -07:00
Michael Snoyman
c181fd624e Wrote cleanupSegments 2010-04-11 12:58:48 -07:00
Michael Snoyman
45b4343747 Implemented getMethod 2010-04-11 12:56:54 -07:00
Michael Snoyman
5d14ac5e1e Proper render function; removed YesodApproot 2010-04-11 12:54:19 -07:00
Michael Snoyman
a19751622a Initial migration to web-routes-quasi 2010-04-11 12:47:52 -07:00
Snoyman
f97719a757 New README; enabled Gzip. 2010-03-07 18:56:55 -08:00
Snoyman
ef2e84668a Added yesod executable (with init) 2010-03-07 16:51:58 -08:00
Snoyman
412402cdd4 Renamed RawRequest to Request 2010-03-05 04:43:36 -08:00
Michael Snoyman
0fe88968dc Added onRequest 2010-02-25 07:42:18 +02:00
Michael Snoyman
c85a542888 Added some Web.Mime unit tests 2010-02-23 18:12:53 +02:00
Michael Snoyman
81a6e7a464 Removed Verb 2010-02-17 14:25:45 +02:00
Michael Snoyman
f07701e25d Renamed functions for getting Wai values 2010-02-17 09:26:00 +02:00
Michael Snoyman
f94a3ea7e0 applyLayout requires RawRequest 2010-02-11 21:20:40 +02:00
Michael Snoyman
784675919b Match wai renamings 2010-02-11 20:55:19 +02:00
Michael Snoyman
15712773a0 Initial port to wai and wai-extra 2010-01-31 01:30:32 +02:00
Michael Snoyman
f1184a1f66 Added ioTextToContent, fixed json/html order 2010-01-27 13:19:27 +02:00
Michael Snoyman
43c847ff93 handlers -> resources, resources -> mkResources, fix examples 2010-01-27 10:05:29 +02:00
Michael Snoyman
d1618eb3d0 hlint applied 2010-01-27 09:40:39 +02:00
Michael Snoyman
097561b7aa Moved all StringTemplate support to own module 2010-01-27 09:33:17 +02:00
Michael Snoyman
1ff54a574a applyLayout added to Yesod 2010-01-27 09:11:23 +02:00
Michael Snoyman
bfc9b224c0 Removed all FIXMEs but Test.Errors and Yesod.Template 2010-01-26 21:07:04 +02:00
Michael Snoyman
764b981f6c Changed Content data type.
Removed i18n and pushed it back into RawRequest.

Now prepared for the WAI interface, though this is less efficient for
Hack.
2010-01-26 00:16:02 +02:00