Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
| | | | | | | | | | This fixes all instances of " \t" in the code base. Most common case seems to be after a "where" line; probably vim copied the two space layout of that line. Done as a background task while listening to episode 2 of the Type Theory podcast. | ||
* | write via temp file | Joey Hess | 2013-10-14 |
| | |||
* | add schedule command | Joey Hess | 2013-10-13 |
| | | | | | Mostly because it gives me an excuse and a hook to document the schedule expression format. | ||
* | add/remove/edit schedule UI working | Joey Hess | 2013-10-11 |
| | | | | | | | | | | | | Once I built the basic widget, it turned out to be rather easy to replicate it once per scheduled activity and wire it all up to a fully working UI. This does abuse yesod's form handling a bit, but I think it's ok. And it would be nice to have it all ajax-y, so that saving one modified form won't lose any modifications to other forms. But for now, a nice simple 115 line of code implementation is a win. This late night hack session commit was sponsored by Andrea Rota. | ||
* | half way complete cronner thread to run scheduled activities | Joey Hess | 2013-10-08 |
| | |||
* | add schedule to vicfg | Joey Hess | 2013-10-07 |
| | |||
* | add a log file for scheduled activities | Joey Hess | 2013-10-07 |