Commit Graph

81 Commits

Author SHA1 Message Date
Michael Snoyman
a486a2f71d Merge branch 'rebuild-for-shakespeare'
Conflicts:
	yesod/scaffold/project.cabal.cg
	yesod/yesod.cabal
2012-11-07 09:59:37 +02:00
Nicolas Dudebout
d2fcdf9307 Fixes a spelling mistake. 2012-11-06 14:42:00 -05:00
Michael Snoyman
309d3c0f26 yesod devel displays "app not loaded" message
In order to achieve this, yesod devel listens on port 3000 and reverse
proxies to port 3001. An environment variable is set to tell the app to
listen on port 3001.
2012-11-05 12:14:45 +02:00
Michael Snoyman
ff46de28b5 network-conduit 0.6 2012-10-04 18:14:30 +02:00
Michael Snoyman
dc0c89574a version bump 2012-10-04 16:44:36 +02:00
Michael Snoyman
4ea4cefaf2 Remove unnecessary debug output 2012-10-03 22:45:08 +02:00
Michael Snoyman
985dd6c924 Remainder of Logger changes, scaffolded site works (#360) 2012-07-05 13:37:54 +03:00
Michael Snoyman
e8fb512107 Allow sitewide hamlet changes (#377) 2012-07-02 09:37:56 +03:00
Michael Snoyman
ebc737a5cb conduit 0.5 2012-06-22 15:28:14 +03:00
Michael Snoyman
61b5627e44 Version bumps 2012-05-14 12:33:44 +03:00
Michael Snoyman
20015aa6ee Update license with MIT license 2012-04-29 09:38:45 +03:00
Michael Snoyman
4c0f523457 APPROOT environment variable 2012-04-25 17:32:20 +03:00
Michael Snoyman
9fbd9d239d Merge remote-tracking branch 'origin/master' 2012-04-19 07:59:06 +03:00
Michael Snoyman
a4920c46ca Version bumps 2012-04-19 07:57:43 +03:00
Hiroki Sato
6f26f75064 Fixed comment 2012-04-18 02:41:59 +09:00
gregwebs
c1ff148cfd remove fromArgsWith from documentation 2012-04-04 14:23:32 -07:00
Michael Snoyman
43d938bbe7 Switch from BSD3 to MIT 2012-04-03 10:45:51 +03:00
Michael Snoyman
fc29c153ed Removed dates from version numbers 2012-04-03 07:57:43 +03:00
Michael Snoyman
c3f58479f9 Devel server prints URL, not just port (#306) 2012-04-03 07:02:12 +03:00
Michael Snoyman
25ec577449 transformers 0.3 2012-03-28 16:23:00 +02:00
Michael Snoyman
4cc933b21a conduit 0.4 2012-03-28 07:19:58 +02:00
Michael Snoyman
22cd28b8f4 shakespeare 1.0 bump 2012-03-20 17:30:06 +02:00
Michael Snoyman
f11656f73a Compiler error if no templates found (#289) 2012-03-15 18:48:27 +02:00
Michael Snoyman
2c66202e4a Include date in version of yesod-default 2012-03-15 18:41:43 +02:00
Michael Snoyman
757af0e32f Remove problematic toWidget wrapper 2012-03-15 18:41:14 +02:00
Michael Snoyman
21c9e84d4e Fix logic of warning messages for widgetFile 2012-03-15 18:35:53 +02:00
Michael Snoyman
83b719f534 Fix widgetFile, slightly more efficient too 2012-03-15 18:35:09 +02:00
Michael Snoyman
e62e4b8721 Finished deprecating old Widget functions 2012-03-13 13:11:05 +02:00
Michael Snoyman
c65053ec64 Simplified host/port/approot settings, solves #274 2012-03-12 15:35:43 +02:00
Michael Snoyman
cbd0719f37 conduit 0.3 2012-03-12 13:40:04 +02:00
Greg Weber
3d59a32ef3 bump wai-extra 2012-02-29 13:13:06 -08:00
Greg Weber
22200b910b add widgetFileJsCss for exact cs/js specification
I can set it to coffeescript.

widgetFile = Yesod.Default.Util.widgetFileJsCss $ globFile
  ("coffee", coffeeFileReload) ("cassius", cassiusFileReload)

Should we put code like this as the scaffold default?
Obviously, we can keep it defaulted to "julius"
2012-02-26 16:41:15 -08:00
Michael Snoyman
b26868cd28 Version bumps 2012-02-09 15:20:15 +02:00
Michael Snoyman
d532702da3 Warp changes 2012-02-01 12:56:13 +02:00
Greg Weber
8b92389bc0 update shakespeare-js to 0.11 2012-01-31 09:10:19 -03:00
Michael Snoyman
9b92215819 WAI 1.1 2012-01-26 15:56:13 +02:00
Michael Snoyman
abd23e57df withDevelAppPort to getApplicationDev, no more Dynamic 2012-01-23 21:58:39 +02:00
Michael Snoyman
97be0d1b90 Merge pull request #230 from sol/clickable-repository-urls
Use HTTP repository URLs
2012-01-18 04:01:58 -08:00
Michael Snoyman
45a43ae5ee Scaffolding fixes 2012-01-18 13:37:40 +02:00
Simon Hengel
5c2f2b11c3 Use HTTP repository URLs
That way they get linked from Hackage.
2012-01-18 09:45:31 +01:00
Greg Weber
080de0a4e1 development/production logger. dev flushes 2012-01-13 00:23:16 -03:00
Michael Snoyman
277d9c8c64 List environments 2012-01-12 12:09:01 +02:00
Michael Snoyman
b268b37086 Fix warnings 2012-01-12 12:03:16 +02:00
Michael Snoyman
97cface838 yesod-default: switch from cmdargs, support for PORT env variable 2012-01-12 10:12:30 +02:00
Michael Snoyman
bd6671b264 Less inversion of control 2012-01-12 09:52:06 +02:00
Michael Snoyman
858b4cc4c2 gzip changes 2012-01-06 15:29:00 +02:00
Michael Snoyman
a1b051ccca A bunch of scaffolding changes 2011-12-30 13:30:24 +02:00
Michael Snoyman
c90cf34ef5 data-object-yaml to yaml 0.5 2011-12-28 17:07:53 +02:00
Michael Snoyman
50ce1da37e Everything builds 2011-12-28 10:03:14 +02:00
Michael Snoyman
7036402b0a Initial cabal file update for 0.10, everything is broken 2011-12-27 15:54:49 +02:00