Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | Add example template to indicate that this needs to be customized/translated. | Louise Crow | 2014-09-02 | -0/+3 | |
| | |/ | |||||
| * | | Merge branch 'remove-old-template' into develop | Louise Crow | 2014-09-19 | -9/+0 | |
| |\ \ | | |/ | |/| | |||||
| | * | Remove old template for help page. | Louise Crow | 2014-08-26 | -9/+0 | |
| |/ | | | | | | | Superceded by help_out.html.erb | ||||
* | | Merge branch 'develop' | Louise Crow | 2014-09-09 | -8/+8 | |
|\| | |||||
| * | Merge remote-tracking branch 'zarino_github/master' into develop | Louise Crow | 2014-08-11 | -8/+8 | |
|/| | |||||
| * | use placeholder selectors for base menu styles | Zarino Zappia | 2014-08-08 | -8/+8 | |
|/ | |||||
* | Merge branch 'issues/20-fix-hyphenated-theme-name' | Louise Crow | 2014-08-05 | -1/+3 | |
|\ | |||||
| * | Handle theme names that include a hyphen | Louise Crow | 2014-08-05 | -1/+3 | |
| | | | | | | | | | | Ruby doesn't allow method names with hyphens, which it interprets as a minus sign. Fixes #20. | ||||
| * | Merge branch 'basic-responsive-stylesheet' into develop | Louise Crow | 2014-06-09 | -3/+566 | |
| |\ | |||||
* | \ | Merge branch 'basic-responsive-stylesheet' | Louise Crow | 2014-06-09 | -2/+559 | |
|\ \ \ | | |/ | |/| | |||||
| * | | Preserve old logo | Louise Crow | 2014-06-04 | -1/+1 | |
| | | | | | | | | | | | | Used when RESPONSIVE_STYLING set to false | ||||
| * | | Adjust large button height for IE 7 | Louise Crow | 2014-06-04 | -0/+3 | |
| | | | |||||
| * | | More padding under the logo for IE7 | Louise Crow | 2014-06-04 | -1/+1 | |
| | | | |||||
| * | | Add some spacing under the logo for IE7 | Louise Crow | 2014-06-04 | -6/+11 | |
| | | | | | | | | | | | | To prevent the login block getting pushed down. | ||||
| * | | Sharper logo | Louise Crow | 2014-06-04 | -0/+0 | |
| | | | |||||
| * | | Add locale switcher | Louise Crow | 2014-06-04 | -1/+4 | |
| | | | |||||
| * | | Add link icon | Louise Crow | 2014-06-04 | -0/+3 | |
| | | | |||||
| * | | Add new link icons | Louise Crow | 2014-06-04 | -1/+1 | |
| | | | |||||
| * | | Update icons, set colour constants for success/failure to match. | Louise Crow | 2014-06-04 | -118/+18 | |
| | | | |||||
| * | | Use a protocol-less link for font loading | Louise Crow | 2014-06-02 | -1/+1 | |
| | | | |||||
| * | | Get rid of Bitter, get normal and bold and extended charsets for Roboto | Louise Crow | 2014-06-02 | -3/+2 | |
| | | | | | | | | | | | | Bitter doesn't handle latin-ext or cyrillic so isn't much use to us here. | ||||
| * | | Add Google fonts with some basic fallbacks. | Louise Crow | 2014-06-02 | -2/+7 | |
| | | | |||||
| * | | Make sure custom sass file has the right extension | Louise Crow | 2014-05-15 | -0/+0 | |
| | | | |||||
| * | | Temporary status icons and colours | Louise Crow | 2014-05-15 | -3/+128 | |
| | | | |||||
| * | | Remove top border on small screens, fix logo size. | Louise Crow | 2014-05-15 | -1/+6 | |
| | | | |||||
| * | | Remove before_head_end | Louise Crow | 2014-05-15 | -1/+0 | |
| | | | |||||
| * | | Base responsive stylesheet for alavetelitheme | Louise Crow | 2014-05-15 | -0/+510 | |
|/ / | |||||
* | | Update links to point to public body change request form. | Louise Crow | 2014-03-04 | -1/+7 | |
| | | |||||
* | | Merge branch 'develop' | Louise Crow | 2014-03-04 | -0/+0 | |
|\| | |||||
| * | Merge branch 'master' into develop | Louise Crow | 2014-01-29 | -1/+1 | |
| |\ | |/ |/| | |||||
* | | Merge remote-tracking branch 'origin/no-logo-rename' | Louise Crow | 2014-01-24 | -1/+1 | |
|\ \ | |||||
| * | | Revert renaming of the logo.png fileno-logo-rename | Mark Longair | 2013-11-25 | -1/+1 | |
| | | | |||||
* | | | Merge branch 'develop' | Louise Crow | 2014-01-24 | -37/+23 | |
|\ \ \ | | |/ | |/| | |||||
| * | | Restore logo.pngdevelop | Louise Crow | 2013-12-10 | -0/+0 | |
| | | | | | | | | | | | | See discussion at https://github.com/mysociety/alavetelitheme/commit/0d2a72017779ba0cd7c7d40e0fa32713129333c5 | ||||
| * | | Add .css suffix before .scss for consistency. | Louise Crow | 2013-12-05 | -0/+0 | |
| | | | | | | | | | | | | Doesn't seem to make any difference to preprocessing behaviour. | ||||
| * | | No need to create or destroy symlinks now | Louise Crow | 2013-12-04 | -23/+0 | |
| | | | | | | | | | | | | Handled by asset pipeline. | ||||
| * | | Merge branch 'switch-to-asset-pipeline' into develop | Louise Crow | 2013-11-29 | -14/+23 | |
| |\| | |||||
| | * | Move images out of /public and into the asset pipeline | Mark Longair | 2013-11-20 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An oddity here is that I had to rename logo.png to alaveteli-logo.png, or the version from the alaveteli repository was used after precompiling the assets. (This suggests that generation of precompiled assets with "rake assets:precompile" is picking the wrong version; i.e. not going through the asset path in reverse order.) | ||||
| | * | Refer to the precompiled application.css, which includes custom.css | Mark Longair | 2013-11-20 | -1/+1 | |
| | | | |||||
| | * | Switch to work with the feature/wip-switch-to-asset-pipeline branch | Mark Longair | 2013-11-11 | -13/+22 | |
| | | | |||||
* | | | Merge branch 'develop'use-with-alaveteli-0.15use-with-alaveteli-0.14 | Louise Crow | 2013-09-24 | -15/+11 | |
|\| | | |||||
| * | | Merge branch 'improve-development-performance' into develop | Louise Crow | 2013-09-16 | -15/+11 | |
| |\| | |||||
| | * | Only set up FastGettext on initialization, even in development modeimprove-development-performance | Mark Longair | 2013-09-16 | -15/+11 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even on a very fast computer, there is a significant delay (a couple of seconds) in processing every request in development mode. This is because the configuration of FastGettext's paths for finding translations is done in a block passed to Rails.configuration.to_prepare, which causes the block to be run before every request by the Rails Reloader in developmetn mode. It seems to be work fine just running the FastGettext calls on initialization in development mode, however - customizations in the theme's locale-theme directory still have effect in development mode even after the reloader has reloaded classes before handling subsequent requests. So, I think this change should be safe. This commit introduces that change, having the effect that development mode is much more responsive. | ||||
* | | Merge branch 'develop'use-with-alaveteli-0.13 | Louise Crow | 2013-08-20 | -2/+2 | |
|\| | |||||
| * | Merge branch 'master' into develop | Louise Crow | 2013-08-20 | -22/+17 | |
| |\ | |/ |/| | |||||
* | | Merge remote-tracking branch 'scjody_github/master' | Louise Crow | 2013-07-18 | -1/+1 | |
|\ \ | |||||
| * | | Update initial_request.text.erb | Jody McIntyre | 2013-07-17 | -1/+1 | |
|/ / | | | | | Use the raw helper so that characters like ' are not HTML escaped in outgoing email messages. This is already done in the initial_request.text.erb shipped with Alaveteli. | ||||
* | | Merge branch 'rails-3'use-with-alaveteli-0.12 | Louise Crow | 2013-06-04 | -21/+16 | |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'mysociety_github/rails-3' into rails-3use-with-alaveteli-0.11rails-3 | Louise Crow | 2013-04-30 | -19/+14 | |
| |\ \ | |||||
| | * | | Configuration is now AlaveteliConfiguration | Mark Longair | 2013-04-10 | -2/+2 | |
| | | | |