Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix build warning when building with yesod 1.2 and newer yesod-core | Joey Hess | 2015-08-03 |
| | |||
* | Revert "fix build warning when building with yesod 1.2" | Joey Hess | 2015-08-03 |
| | | | | This reverts commit f21bd84a8cc8f664106d2cb18fd38152d3372040. | ||
* | fix build warning when building with yesod 1.2 | Joey Hess | 2015-08-03 |
| | |||
* | Dropped support for older versions of yesod and warp than the ones in Debian ↵ | Joey Hess | 2015-04-22 |
| | | | | | | Jessie. 466 lines of compat cruft deleted! | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | more accurate version bounds | Joey Hess | 2014-10-24 |
| | |||
* | deal with yesod's second gratuitous rename of the same function in a year | Joey Hess | 2014-10-23 |
| | |||
* | revert reversion | Joey Hess | 2014-10-15 |
| | | | | | | This reverts commit 05c37ced983e89505c2c3cdcbe1db67e3a86560b. Android build is going to have consistent versions again. | ||
* | unbreak android build | Joey Hess | 2014-10-14 |
| | | | | | | | | This reverts commit cfc51c5e4ec04f9d5088c42922217cf90b63c903 and commit 78f94f50674d60c7d54307029bef1edf9b27782b. Those commits were fine, except the android autobuilder currently has a bit of a mess of yesod versions and broke. Better to wait on this. | ||
* | more accurate bounds on yesod boostrap3 ifdefs | Joey Hess | 2014-10-13 |
| | |||
* | avoid using Assistant.WebApp.Bootstrap3 when building with current yesod | Joey Hess | 2014-10-09 |
| | | | | | | | Only use that when building with ancient yesod, which does not include it. This also let me remove ifdefs in the file to support building with the new version of yesod. | ||
* | create a local copy of Yesod.Form.Bootstrap3 | Sören Brunk | 2014-04-25 |
| | |||
* | bootstrap3 forms | Sören Brunk | 2014-04-21 |
| | |||
* | switch define used, not android specific | Joey Hess | 2013-12-18 |
| | |||
* | fix a build failure on android | Joey Hess | 2013-06-27 |
| | |||
* | clean up build warnings with yesod 1.2, while still building with 1.1 | Joey Hess | 2013-06-27 |
| | |||
* | webapp: Fix bug that caused the webapp to hang when built with yesod 1.2. | Joey Hess | 2013-06-27 |
| | |||
* | now builds with both yesod 1.2 and 1.1 | Joey Hess | 2013-06-03 |
| | |||
* | add liftH shim between yesod versions, to avoid needing zillions of ifdefs | Joey Hess | 2013-06-03 |
| | |||
* | don't need any of this on android | Joey Hess | 2013-04-15 |
| | |||
* | quiet android build warnings | Joey Hess | 2013-04-15 |
| | |||
* | avoid TH stuff on Android | Joey Hess | 2013-04-15 |
| | |||
* | simpler use of MIN_VERSION checks | Joey Hess | 2013-03-10 |
| | |||
* | Makefile now builds using cabal, taking advantage of cabal's automatic ↵ | Joey Hess | 2013-02-27 |
| | | | | | | | | | detection of appropriate build flags. The only thing lost is ./ghci Speed: make fast used to take 20 seconds here, when rebuilding from touching Command/Unused.hs. With cabal, it's 29 seconds. | ||
* | support building with yesod-default 1.1.0 | Joey Hess | 2012-08-09 |
| | | | | | | | | | Old 1.0.1 version is still supported as well. Cabal autodetects which version is available, but in the Makefile, WITH_OLD_YESOD has to be configured appropriately. I have not squashed all the $newline warnings with the new Yesod. They should go away eventually anyway as Yesod moves past that transition. | ||
* | use widgetFile | Joey Hess | 2012-07-26 |
| | |||
* | webapp now does long polling | Joey Hess | 2012-07-26 |
| | | | | | | | | The webapp is now a constantly updating clock! I accomplished this amazing feat using "long polling", with some jquery and a little custom java script. There are more modern techniques, but this one works everywhere. | ||
* | added a custom defaultLayout, static site, and favicon | Joey Hess | 2012-07-26 |
Broke hamlet out into standalone files. I don't like the favicon display; it should be served from /favicon.ico, but I could only get the static site to serve /static/favicon.ico, so I had to use a <link rel=icon> to pull it in. I looked at Yesod.Default.Handlers.getFaviconR, but it doesn't seem to embed the favicon into the binary? |