Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove bootstrap libs in favour of using the bootstrap-sass gem. | Louise Crow | 2014-12-15 | -268/+0 |
| | ||||
* | Allow import of holidays from feed or built-in suggestions | Louise Crow | 2014-12-15 | -2/+21 |
| | ||||
* | Add some inline editing | Louise Crow | 2014-12-15 | -0/+27 |
| | ||||
* | Use RESTful routing. | Louise Crow | 2014-09-26 | -8/+1 |
| | ||||
* | Allow reordering of categories and headings using javascript. | Louise Crow | 2014-09-22 | -0/+49 |
| | ||||
* | Remove jquery-ui; in a later commit we'll add it back via the gem | Mark Longair | 2013-11-26 | -356/+0 |
| | | | | | | | The intention is to stop including our own custom build of jquery-ui but instead use the jquery-ui-rails gem, which works well with the asset pipeline. This commit should remove all traces of the old download of jquery-ui. | |||
* | Bundle up admin javascript using the asset pipeline | Mark Longair | 2013-11-19 | -0/+648 |
This includes adding coffee-rails so that the .js.coffee file is compiled to .js automatically. |