Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add responsive assets to precompilation list0.18.0.1hotfix/0.18.0.1 | Louise Crow | 2014-05-15 | -1/+4 |
| | ||||
* | Add foundation to the sass load paths | Louise Crow | 2014-04-24 | -0/+5 |
| | | | | So that we can import it from a subdirectory | |||
* | Merge branch 'issues/337-attachment-title' into rails-3-develop | Gareth Rees | 2014-04-14 | -0/+1 |
|\ | ||||
| * | Add AttachmentToHTML library | Gareth Rees | 2014-03-28 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Extracts the attachment processing from FoiAttachment#body_to_html AttachmentToHTML contains adapters which convert - text/plain - application/pdf - application/rtf Results are returned as an AttachmentHTML::HTML instance which contains the raw HTML and other metadata about the conversion. | |||
* | | use fancybox-rails to provide fancybox | Gareth Rees | 2014-04-07 | -6/+6 |
|/ | | | | | | http://rubygems.org/gems/fancybox-rails Provides better asset pipeline integration. | |||
* | Merge branch 'feature/batch-requests' into rails-3-develop | Louise Crow | 2014-01-29 | -0/+3 |
|\ | | | | | | | | | | | Conflicts: config/general.yml-example spec/factories.rb | |||
| * | Add list of bodies batch request will be sent to. | Louise Crow | 2013-12-04 | -0/+1 |
| | | ||||
| * | Javascript enhancements. | Louise Crow | 2013-12-04 | -0/+2 |
| | | | | | | | | Add or remove all buttons, ajax search as you type. | |||
* | | Add admin urls to change request emails | Louise Crow | 2014-01-13 | -0/+6 |
| | | ||||
* | | Fix the link to the fancybox CSS | Mark Longair | 2013-12-05 | -0/+1 |
|/ | ||||
* | Set enforce_available_locales to false. | Louise Crow | 2013-12-04 | -0/+1 |
| | | | | | This was the previous behaviour. Setting it explicitly avoids a deprecation warning. | |||
* | Merge remote-tracking branch 'origin/merged-rails-3-2-assset-pipeline' into ↵ | Louise Crow | 2013-11-29 | -1/+27 |
|\ | | | | | | | | | | | | | rails-3-develop Conflicts: Gemfile.lock | |||
| * | Remove jquery-ui; in a later commit we'll add it back via the gem | Mark Longair | 2013-11-26 | -1/+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. | |||
| * | Don't include the main stylesheet directly; it's now in application.css | Mark Longair | 2013-11-26 | -1/+0 |
| | | ||||
| * | Fix asset inclusion where THEME_URLS is empty | Mark Longair | 2013-11-26 | -0/+1 |
| | | ||||
| * | Some of the non-manifest assets must have the full basename | Mark Longair | 2013-11-19 | -0/+1 |
| | | | | | | | | | | | | | | In production mode, the javascript_include_tag and stylesheet_link_tag helpers seem to fail unless the non-manifest assets are given the full basename, whereas the manifests, e.g. application.js, can be referred to as just, e.g. 'application'. | |||
| * | Also precompile admin.css | Mark Longair | 2013-11-19 | -0/+1 |
| | | ||||
| * | Add the IE 6 and IE 7 compatability CSS to the asset pipeline | Mark Longair | 2013-11-19 | -1/+3 |
| | | ||||
| * | Move to serving main.css from the asset pipeline | Mark Longair | 2013-11-19 | -1/+2 |
| | | ||||
| * | Serve fonts from the asset pipeline | Mark Longair | 2013-11-19 | -1/+2 |
| | | | | | | | | | | | | Following the suggestion to use the sass-rails font-path helper: http://aokolish.me/blog/2011/12/24/at-font-face-with-the-asset-pipeline/ | |||
| * | Move everything out of stylesheets/admin-theme into app/assets/ | Mark Longair | 2013-11-19 | -0/+1 |
| | | ||||
| * | Switch Javascript (bar admin) to be served with the asset pipline | Mark Longair | 2013-11-19 | -0/+10 |
| | | ||||
| * | Enable the Rails asset pipeline (Sprockets) | Mark Longair | 2013-11-19 | -1/+11 |
| | | ||||
* | | Set cache store to memcached, turn off rack-cache. | Louise Crow | 2013-11-25 | -0/+4 |
|/ | | | | | | | | | The rack-cache gem version used by Rails (and turned on by default in 3.1) has a bug using memcached backend and the backend is unavailable. Note that we could just add the git version with the relevant pull request merged to the Gemfile if we wanted to keep rake-cache on, but it seems like Varnish should really be doing the job of whole page caching better for us. | |||
* | Insert cookie stripping at correct point in middleware stack. | Louise Crow | 2013-11-18 | -1/+1 |
| | ||||
* | Revert "Assume that format will be specified in the url requested, or ↵ | Louise Crow | 2013-06-26 | -5/+0 |
| | | | | | | default to HTML. Fixes #989." This reverts commit c1b3324922687778b316ee1a180582013bcf6d0e. | |||
* | Assume that format will be specified in the url requested, or default to ↵ | Louise Crow | 2013-06-20 | -0/+5 |
| | | | | HTML. Fixes #989. | |||
* | Handle routing errors with our custom template too. | Louise Crow | 2013-05-02 | -1/+4 |
| | ||||
* | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -3/+3 |
| | ||||
* | Move middleware insertion | Henare Degan | 2012-12-11 | -0/+4 |
| | ||||
* | RAILS_ROOT is deprecated | Henare Degan | 2012-12-11 | -1/+1 |
| | ||||
* | Move Rails config over | Henare Degan | 2012-12-11 | -0/+26 |
| | ||||
* | Run the Rails 3 generator | Henare Degan | 2012-12-11 | -0/+42 |