Commit Graph

561 Commits

Author SHA1 Message Date
Greg Weber
65e6d3bf20 update Yesod README 2012-08-03 07:44:23 -07:00
Greg Weber
ad057abb1b avoid MongoDB warning 2012-08-03 07:01:47 -07:00
Michael Snoyman
60b7111529 Fix scaffolding tests 2012-08-03 11:32:13 +03:00
Erlend Hamberg
f9e858446b Correct filename for getHomeR handler in template
When generating a project with `yesod init` and then issuing `yesod devel` to
run it, the “Welcome to Yesod!” page says the getHomeR handler is in
`Handler/Root.hs`, but this should have been `Handler/Home.hs`.
2012-07-31 23:25:17 +03:00
Michael Snoyman
6c834ec0cc Put getExtra in scaffolded Foundation.hs 2012-07-24 10:38:05 +03:00
Michael Snoyman
58647e4826 yesod keter (#359) 2012-07-11 15:10:38 +03:00
Michael Snoyman
699d76d13a Merge branch 'beta'
Conflicts:
	yesod-core/yesod-core.cabal
	yesod-json/yesod-json.cabal
	yesod-test/Yesod/Test.hs
	yesod-test/test/main.hs
	yesod-test/yesod-test.cabal
2012-07-11 08:48:09 +03:00
Michael Snoyman
d5c0418559 keter.conf -> keter.yaml 2012-07-09 09:45:23 +03:00
Michael Snoyman
f3a3408260 http-types 0.7 2012-07-06 16:24:24 +03:00
Michael Snoyman
985dd6c924 Remainder of Logger changes, scaffolded site works (#360) 2012-07-05 13:37:54 +03:00
Michael Snoyman
dbf1961613 Remove duplicated language extensions from scaffolded cabal file 2012-07-02 18:17:46 +03:00
Michael Snoyman
e95492a586 add-handler (#362) 2012-07-02 18:14:35 +03:00
Michael Snoyman
4fbfca050e Scaffolding works 2012-07-02 17:32:36 +03:00
Michael Snoyman
ceecbb7301 Included keter.yaml in scaffolding 2012-07-02 17:17:42 +03:00
Michael Snoyman
3ecbf43f5d $newline 2012-07-01 20:59:37 +03:00
Jan Ahrens
3fc643e0ba Updated and fixed Heroku Procfile instructions 2012-06-27 23:24:36 +02:00
Michael Snoyman
ebc737a5cb conduit 0.5 2012-06-22 15:28:14 +03:00
Peter Berry
6bb584a8ec import (<>) with GHC >= 7.0.4 2012-06-18 23:45:52 +02:00
Michael Snoyman
d64d4a583b Do not allow project name test (fixes #356) 2012-06-05 06:17:16 +03:00
Michael Snoyman
e0f4a7423f MySQL is not experimental 2012-05-21 18:07:25 +03:00
Greg Weber
04364dad65 test mongodb and yesod-test 2012-05-20 17:15:57 -07:00
Michael Snoyman
a919d1ef7e Scaffolded site: put -threaded on the executable 2012-05-18 16:59:34 +03:00
Michael Snoyman
61b5627e44 Version bumps 2012-05-14 12:33:44 +03:00
Michael Snoyman
d0a7447f56 Remove containers upper bounds 2012-05-09 10:25:19 +03:00
Michael Snoyman
468b013860 Turn on blaze-html 0.5 by default 2012-05-09 09:50:37 +03:00
Michael Snoyman
a628705493 Added missing bootstrap images (#344) 2012-04-29 09:47:56 +03:00
Michael Snoyman
e18c678aed Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:38:45 +03:00
Michael Snoyman
20015aa6ee Update license with MIT license 2012-04-29 09:38:45 +03:00
Michael Snoyman
953007735f #342 2012-04-26 02:26:51 +03:00
Michael Snoyman
12f530a1e7 Remove ghc7 flag (#322) 2012-04-25 17:20:38 +03:00
Michael Snoyman
d956eb53d1 Test -> Testing in mysql 2012-04-25 17:15:55 +03:00
Michael Snoyman
a8b06e0e9a Fixed yesod devel flag checking 2012-04-25 10:43:21 +03:00
Michael Snoyman
fbc75699da Mention yesod test on homepage 2012-04-25 07:32:22 +03:00
Michael Snoyman
9c7b8db916 Merge remote-tracking branch 'parcs/purge-cpp' 2012-04-25 07:25:54 +03:00
Michael Snoyman
d3277efe8a Removed a file from cabal file 2012-04-25 07:21:15 +03:00
Michael Snoyman
4120d16b64 Added yesod test command 2012-04-25 07:20:03 +03:00
Michael Snoyman
a4052b2784 Improved scaffolded cabal file 2012-04-25 07:19:46 +03:00
Michael Snoyman
f99fe1983f Fix scaffolded tests 2012-04-25 07:00:43 +03:00
Michael Snoyman
0755761834 Fix tests in scaffolding a bit 2012-04-24 18:57:14 +03:00
Michael Snoyman
82cf5d5b61 yesod: blaze-html 0.5 2012-04-23 15:13:29 +03:00
Michael Snoyman
dcbccfaa71 hjsmin bump 2012-04-19 11:07:48 +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
hirschen
101ef2497c Code cleanup and output exit status of build. 2012-04-18 08:59:35 +02:00
Luite Stegeman
3ea7bcacaf add warning, this seems to bite many new users 2012-04-17 22:52:09 +03:00
hirschen
204c8cc744 Run the buildhook with 'system' 2012-04-17 14:16:32 +02:00
hirschen
ccb9d00191 Add success- and failhook options to cmdline 2012-04-17 10:40:04 +02:00
Michael Snoyman
b9e52bfec7 Include approot for dev by default (#329) 2012-04-15 09:47:26 +03:00
Michael Snoyman
b1e71b0a8a yesod-platform in scaffolded cabal 2012-04-15 06:45:27 +03:00
Luite Stegeman
2f5628d254 fix building with GHC API 2012-04-13 02:02:58 +02:00
Patrick Palka
1b9b19bb64 [scaffold] use if-then-else instead of guards
While the guards solution was nice, it causes GHC to emit a
non-exhaustive pattern warning.
2012-04-10 12:12:54 -04:00
Patrick Palka
7ce991d9cb [scaffold] fix typo in setLogger definition 2012-04-09 11:13:28 -04:00
Patrick Palka
78be263e02 [scaffold] remove the cryptic dev/prod combinators 2012-04-09 11:09:42 -04:00
Michael Snoyman
7af5eef145 Version bump 2012-04-09 13:24:58 +03:00
Michael Snoyman
2aed359e44 Fix scaffolded settings.yml 2012-04-09 13:24:46 +03:00
Michael Snoyman
5a716de3d0 Version bump 2012-04-09 10:17:53 +03:00
Michael Snoyman
aed67fc680 Better scaffolded default-layout for Twitter Bootstrap 2012-04-09 10:16:06 +03:00
Patrick Palka
27d8f13e7f [yesod] update extra-source-files in cabal file 2012-04-08 00:58:19 -04:00
Patrick Palka
5b8925962f [scaffold] make the scaffolding buildable 2012-04-08 00:27:22 -04:00
Patrick Palka
55bd35fc5c [scaffold] add 'production' and 'prod' combinator 2012-04-06 12:21:03 -04:00
Patrick Palka
687961cd22 [scaffold] refactor uses of CPP into pure Haskell 2012-04-06 12:16:03 -04:00
Luite Stegeman
2ba9828295 add Types to other-modules 2012-04-06 06:38:46 +02:00
Luite Stegeman
d774c32680 include .cabal file in the watched files 2012-04-05 21:53:58 +02:00
Luite Stegeman
4dc5e74f02 handle flag to disable GHC API recompilator 2012-04-05 21:37:30 +02:00
Luite Stegeman
7e2fce52b5 describe subcommands 2012-04-05 21:30:03 +02:00
Luite Stegeman
0fcb55960c use options library for command line options 2012-04-05 20:59:59 +02:00
Michael Snoyman
487e5c9bc4 Don't test for tiny 2012-04-04 07:12:05 +03:00
Luite Stegeman
0ee840da44 use Cabal to determine location of ar' 2012-04-04 03:42:25 +02:00
Luite Stegeman
0b9edf6282 properly configure programs 2012-04-04 03:08:58 +02:00
Luite Stegeman
c097d289f8 use Cabal to determine program locations 2012-04-04 02:27:41 +02:00
Luite Stegeman
0c60da3472 nonblocking waitForProcess 2012-04-04 01:03:05 +02:00
Luite Stegeman
740f4d3843 default to nonthreaded, OS X doesn't like it 2012-04-03 22:49:34 +02:00
Luite Stegeman
9194e45f3b fix warnings (and disable some) 2012-04-03 21:07:18 +02:00
Luite Stegeman
69ce5fea57 make it work with GHC 7.0 2012-04-03 20:26:20 +02:00
Luite Stegeman
1cb7a494a9 rebuild application with GHC API (incomplete, only tested on linux, GHC 7.4.1 required) 2012-04-03 18:41:40 +02:00
Michael Snoyman
43d938bbe7 Switch from BSD3 to MIT 2012-04-03 10:45:51 +03:00
Michael Snoyman
ddde7e1676 yesod devel prints error messages too 2012-04-03 09:49:22 +03:00
Michael Snoyman
fc29c153ed Removed dates from version numbers 2012-04-03 07:57:43 +03:00
Michael Snoyman
c00aa5971b yesod devel: hide "Loading package" messages 2012-04-03 07:45:13 +03:00
Michael Snoyman
4d7355cf33 Merge remote-tracking branch 'origin/master' into HEAD 2012-04-02 20:28:11 +03:00
Michael Snoyman
8639c54339 NoMonomorhpismRestriction in scaffolding 2012-04-02 18:33:30 +03:00
Michael Snoyman
94a844f9fe yesod devel handles Vim better 2012-04-02 18:33:14 +03:00
Michael Snoyman
1b985796ec Better generateFormPost 2012-04-02 18:32:53 +03:00
gregwebs
db55170dff fix import warnings 2012-04-02 07:35:30 -07:00
Michael Snoyman
fa1a03d420 Scaffolder: always use App as sitearg 2012-04-02 17:24:39 +03:00
gregwebs
0020feff62 still need to invoke cabal on 7.4 2012-04-02 07:11:19 -07:00
gregwebs
1ccbf5ce06 fix yesod devel file finding breakage 2012-04-02 06:47:41 -07:00
gregwebs
26a78f41ce Merge branch 'master' of github.com:yesodweb/yesod 2012-04-01 11:06:18 -07:00
gregwebs
3fbe4c8f62 ignore lower case directories 2012-04-01 07:19:14 -07:00
gregwebs
8b3adbb01e use hs-source-dirs, no hamlet deps in 7.4
* pass along hs-source-dirs to the dependency finders
* 7.4 tracks hamlet dependencies already
2012-04-01 06:58:23 -07:00
gregwebs
0c6a319ae6 use setLogger 2012-03-30 09:16:53 -07:00
Luite Stegeman
9071875e67 properly hide other packages when running yesod --dev devel 2012-03-30 08:50:25 +02:00
Luite Stegeman
10f3f81920 add # to prevent fusing words at line breaks (only one actual problem on line 5) 2012-03-29 17:45:46 +03:00
Michael Snoyman
03cf2d170c Fix a warning 2012-03-29 09:03:22 +02:00
Michael Snoyman
6e17c1ae17 Fixed scaffolding; removed tiny; added bootstrap.css 2012-03-29 08:43:37 +02:00
Michael Snoyman
37ad3c045b Merge remote-tracking branch 'origin/master'
Conflicts:
	yesod-test/yesod-test.cabal
2012-03-29 07:47:38 +02:00
Michael Snoyman
25ec577449 transformers 0.3 2012-03-28 16:23:00 +02:00
Michael Snoyman
a42d4d6282 Remove unneeded line from scaffolding 2012-03-28 13:35:26 +02:00
Michael Snoyman
0131750a42 Updated scaffolded version bounds 2012-03-28 07:44:19 +02:00
Michael Snoyman
64b8a7be0f Build yesod-test 2012-03-28 07:43:36 +02:00
gregwebs
4545b2a91d fix need form import 2012-03-26 11:18:24 -07:00
gregwebs
127ddf7181 scaffolding fixes
breakup getApplication into makeFoundation and makeApplication
that way tests can re-use makeFoundation
2012-03-26 09:23:35 -07:00
gregwebs
a3cdb27ff0 hlint 2012-03-26 09:23:07 -07:00
gregwebs
2bb39530d6 fix RootR -> HomeR 2012-03-25 08:43:25 -07:00
Michael Snoyman
c8668c549c Updated scaffolding dependencies 2012-03-25 10:13:46 +02:00
Michael Snoyman
bed6aa629a Removed modernizr 2012-03-25 10:08:22 +02:00
Michael Snoyman
22cd28b8f4 shakespeare 1.0 bump 2012-03-20 17:30:06 +02:00
Michael Snoyman
b0b755cd80 Merge remote-tracking branch 'origin/master'
Conflicts:
	yesod/scaffold/Handler/Home.hs.cg
	yesod/scaffold/config/routes.cg
	yesod/scaffold/project.cabal.cg
	yesod/yesod.cabal
2012-03-20 17:01:06 +02:00
gregwebs
32d11e886d more testing cleanup 2012-03-16 23:21:46 -07:00
gregwebs
494b2be299 cleanup test branch 2012-03-16 23:21:45 -07:00
Nubis
7803cbb10e deleted old tests module 2012-03-16 23:21:45 -07:00
Nubis
a7ce59cd2a integrated scaffold and improved scaffolded site 2012-03-16 23:21:45 -07:00
Nubis
b13a3d3858 integrated yesod tests to scaffolder. still work in progress 2012-03-16 23:21:45 -07:00
Michael Snoyman
0257c9a0de Fix scaffolded cabal file 2012-03-15 18:44:42 +02:00
Michael Snoyman
937d2e7c2c Remove email code from scaffolding (#204) 2012-03-15 18:43:33 +02:00
Michael Snoyman
072df2f06a Merge branch 'master' into beta
Conflicts:
	yesod/scaffold/project.cabal.cg
	yesod/scaffold/tiny/project.cabal.cg
2012-03-15 14:33:12 +02:00
Greg Weber
94f85edea2 use #ifdef not #if 2012-03-14 09:27:29 -07:00
Greg Weber
28cf60e6e7 Merge branch 'master' of github.com:yesodweb/yesod 2012-03-14 09:26:45 -07:00
Greg Weber
14104c4adf Merge pull request #290 from asmyers/updated-heroku-code
Updated Heroku code for Yesod 0.10.2.1
2012-03-14 08:41:23 -07:00
Greg Weber
bc7e8f3643 be clear that we are using the yesod-core version 2012-03-14 08:37:53 -07:00
Greg Weber
437a82d6c4 scaffold version bounds for shakespeare-text 2012-03-14 08:34:49 -07:00
Michael Snoyman
ee81979430 Merge remote-tracking branch 'origin/master' into beta 2012-03-13 15:14:49 +02:00
Luite Stegeman
344a884656 improve makeSessionBackend comment in scaffold 2012-03-13 11:09:18 +01:00
Luite Stegeman
00b9acd98d merge master branch 2012-03-13 11:02:33 +01:00
Andrew Myers
65a0c0f198 Updated Heroku code for Yesod 0.10.2.1 2012-03-12 19:02:27 -04:00
Greg Weber
6c406f89d5 use proper GHC version number. 704 means 7.4 2012-03-12 13:58:57 -07:00
Michael Snoyman
0b9ced7f6c Updated favicon 2012-03-12 16:23:06 +02:00
Michael Snoyman
c65053ec64 Simplified host/port/approot settings, solves #274 2012-03-12 15:35:43 +02:00
Michael Snoyman
c3a9c845e9 More Root to Home fixes 2012-03-12 14:59:28 +02:00
Michael Snoyman
5b07edd2db RootR to HomeR #267 2012-03-12 13:42:04 +02:00
Michael Snoyman
cbd0719f37 conduit 0.3 2012-03-12 13:40:04 +02:00
Michael Snoyman
b5f2e4863d Remove some QQ hacks #288 2012-03-12 08:50:15 +02:00
Greg Weber
096a84cec1 version bumps for new shakespeare 2012-03-11 23:12:24 -07:00
Greg Weber
6394483c31 allow newer version of shakespeare(-text) 2012-03-11 12:13:33 -07:00
Greg Weber
30f6348e56 get rid of StaticFiles import warnings 2012-03-01 11:03:49 -08:00
Greg Weber
92d3af002e Merge pull request #282 from milaz/patch-1
Enable all necessary extensions for `ghci ./main.hs` to work in a scaffolded project
2012-03-01 10:57:29 -08:00
Greg Weber
3f8bc5b79d version bump 2012-03-01 10:37:46 -08:00
Greg Weber
3290f5339e < 7.4, not <= 7.4 for (<>) 2012-03-01 10:24:44 -08:00
Greg Weber
42cfed8c81 version bump 2012-03-01 10:05:17 -08:00
Greg Weber
031d38d392 fix yesod --dev devel. closes #283 2012-03-01 08:52:15 -08:00
Greg Weber
3d59a32ef3 bump wai-extra 2012-02-29 13:13:06 -08:00
Greg Weber
9ecaa4a54c version bump 2012-02-29 11:01:39 -08:00
Michael Lazarev
5a9dee949d Enable all necessary extensions for ghci ./main.hs to work in a scaffolded project 2012-02-29 22:40:00 +04:00
Greg Weber
c2ee1d4cbe 7.4 ships with (<>) = mappend 2012-02-29 09:42:50 -08:00
Tom Streller
0361f01dd2 Added StaticFiles to Import.hs 2012-02-28 21:01:01 +01:00
Tom Streller
f941dad48d Added StaticFiles to Import 2012-02-28 20:48:34 +01:00
Tom Streller
65a64f5ab5 removed double occurence in scaffolded cabal file 2012-02-28 19:28:47 +01:00
Greg Weber
ca20827bc5 fix use analytics varialbe in google tracking 2012-02-28 08:50:56 -08:00
Michael
b28ea24b1c Remove a few more unsafe functions from Import 2012-02-28 14:36:02 +02:00
Greg Weber
d602606bb6 don't use Yepnope for google analytics
it is already at the bottom of the body
2012-02-25 15:23:38 -08:00
Jonathan Grochowski
a304c0daa5 Remove CRLF line endings from modernizr.js
This is a minor pet peeve, but the modernizr.js included in the scaffold
has CRLF line endings in the repository, and thus any scaffolded sites.
This appears to be the only affected file in this repo.
2012-02-24 17:01:28 -08:00
Greg Weber
e1d584cf1f pass through args to yesod devel 2012-02-16 19:03:37 -08:00
Michael Snoyman
221c5a35c7 EmptyDataDecls in scaffolding (needed by GHC 7.4) 2012-02-16 06:58:15 +02:00
Michael Snoyman
a98c73a4c9 Fix a warning 2012-02-16 06:58:01 +02:00
Luite Stegeman
16fe5330c0 Merge pull request #266 from khanage/master
handle persistFileWith in yesod devel
2012-02-12 09:08:55 -08:00
Khan Thompson
2c597fe01f Revert "Adding a comment to the models config file for the scaffolded site to help avoid gotcha"
This reverts commit f1474f4432.
2012-02-13 03:21:28 +11:00
Khan Thompson
68e8bfd2c1 Add in handling for the persistFileWith case in determining dependent files for the yesod devel server 2012-02-13 03:19:01 +11:00
Greg Weber
651a1f8abd more flexible js loading
* write your own async jsLoader widget.
* Suport loading from the bottom of body tag.

Bottom of the page is actually the best default until you profile your
application.
2012-02-12 08:11:45 -08:00
Khan Thompson
f1474f4432 Adding a comment to the models config file for the scaffolded site to help avoid gotcha 2012-02-13 01:09:01 +11:00
Luite Stegeman
2d3e10b372 Check cabal build exit code, don't try to start application if build failed 2012-02-11 04:26:26 +01:00
Luite Stegeman
f2d7b0bda0 Bugfixes and better error reporting for yesod devel 2012-02-11 03:56:07 +01:00
Luite Stegeman
b5b27f2b15 Make session storage configurable 2012-02-10 19:22:31 +01:00
Michael Snoyman
51f81e894e Remove redundant footer (#260) 2012-02-09 23:50:49 +02:00
Michael Snoyman
b26868cd28 Version bumps 2012-02-09 15:20:15 +02:00
Michael Snoyman
4dd9880389 Approot 2012-02-09 09:08:06 +02:00
Greg Weber
a26ad237dd derive Show for Extra 2012-02-08 17:35:59 -08:00
Luite Stegeman
e9b34edf67 update tiny scaffold WAI version to 1.1 2012-02-02 15:41:59 +01:00
Luite Stegeman
b039ed9118 exclude buggy fast-logger 2012-02-01 14:21:10 +01:00
Michael Snoyman
9ce1e08a75 Fix scaffolded devel.hs 2012-02-01 14:38:16 +02:00
Michael Snoyman
068003cb36 Slightly improved yesod init 2012-02-01 13:13:19 +02:00
Michael Snoyman
c691a0143b Merge https://github.com/chreekat/yesod 2012-02-01 13:07:52 +02:00
Michael Snoyman
767233d76e Scaffolding uses newest shakespeare-js 2012-02-01 12:56:22 +02:00
Bryan Richter
53a54fcf03 Restores prompts to not having a final newline
Also, since "done" isn't a prompt, just uses putStr for that message. It's got
an extra newline now, but imho that looks nicer anyway.
2012-01-31 19:35:07 -08:00
Bryan Richter
a0f8c45b4f Cleans up ends of scaffold files
Scaffolding.CodeGen.codegenDir no longer removes the final eol. Input files that
had extra eols have had them removed. With these changes, the generated files
are now more identical to the inputs:

    $ diff foo/LICENSE scaffold/LICENSE.cg
    4c4
    < Copyright 2012, foo. All rights reserved.
    ---
    > Copyright ~year~, ~name~. All rights reserved.

Additionally, initial commits of changes to a new project's files aren't
littered with "\ No newline at end of file". Maybe other people don't have this
problem, but vim auto-adds eols to files that lack them...

    commit ce34468190ea87b91eb3b1a9b7987f40d49cf97e
    Author: Bryan Richter <bryan.richter@gmail.com>
    Date:   Fri Jan 27 22:59:57 2012 -0800

        Adds newlines to files that need em.

     Foundation.hs                           |    2 +-
     Handler/Root.hs                         |    2 +-
     Import.hs                               |    2 +-
     config/models                           |    2 +-
     config/postgresql.yml                   |    2 +-
     config/settings.yml                     |    2 +-
     <and so on>
2012-01-31 11:32:06 -08:00
Michael Snoyman
c58a938e63 Test => Testing 2012-01-31 16:16:58 +02:00
Greg Weber
8b92389bc0 update shakespeare-js to 0.11 2012-01-31 09:10:19 -03:00
Michael Snoyman
d349b9ecd6 logHandle => logCallback 2012-01-31 13:38:24 +02:00
Michael Snoyman
d10912cf0f MySQL scaffolding support (#247) 2012-01-31 07:16:14 +02:00
Michael Snoyman
8155a5c45b Scaffolding fixes for persistent 0.8 2012-01-31 06:54:17 +02:00
Michael Snoyman
2f38ddaff3 Temporarily remove sessionIpAddress (#243) 2012-01-31 06:53:47 +02:00
Michael Snoyman
cd2ee40856 Merge remote-tracking branch 'origin/master' 2012-01-29 07:46:16 +02:00
Michael Snoyman
95200463c6 GHC 7.4 deps 2012-01-28 19:44:07 +02:00
Bryan Richter
9290a11ab2 Removes use of deprecated logHandleDev. 2012-01-26 21:40:31 -08:00
Bryan Richter
60faea0aba Bump wai-extra deps for scaffold projects 2012-01-26 20:55:17 -08:00
Greg Weber
8c35873291 isDevel -> isCabalDev, print runghc command 2012-01-26 12:31:00 -03:00
Michael Snoyman
9b92215819 WAI 1.1 2012-01-26 15:56:13 +02:00
Michael Snoyman
cdd21df335 Fixed warnings 2012-01-24 04:59:29 +02:00
Michael Snoyman
c1265e9bb3 Tiny scaffolded warning 2012-01-24 04:43:46 +02:00
Michael Snoyman
3c44df1ccf devel.hs is a normal scaffolded file 2012-01-24 04:43:29 +02:00
Michael Snoyman
d0f9bc471e Fix cabal file 2012-01-23 22:08:04 +02:00
Michael Snoyman
abd23e57df withDevelAppPort to getApplicationDev, no more Dynamic 2012-01-23 21:58:39 +02:00
Michael Snoyman
adecd25bc3 authPlugins takes master site as argument (#233) 2012-01-22 20:41:11 +02:00
Michael Snoyman
e6577832b4 Scaffolding uses boilerplate (#234) 2012-01-22 20:32:44 +02:00
patrick brisbin
dad03b3524 adjust scaffold to silence Route warning, fixes #216 2012-01-20 14:34:41 -05:00
Michael Snoyman
88882861cf Get rid of an undefined in scaffolding 2012-01-19 19:18:46 +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
Michael Snoyman
30690eb62f Added missing import statement 2012-01-17 09:11:18 +02:00
Issac Trotts
dd73e6ca01 Use wai-logger in warpDebug.
This solves issue 205: https://github.com/yesodweb/yesod/issues/205
2012-01-16 13:43:06 -08:00