Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | -1/+1 |
| | ||||
* | Merge branch 'master' into develop | Louise Crow | 2013-08-20 | -3/+3 |
|\ | ||||
| * | 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. | |||
| * | Configuration is now AlaveteliConfiguration | Mark Longair | 2013-04-10 | -2/+2 |
| | | ||||
| * | Since mailer views are plain text, they should be text.erb | Mark Longair | 2013-04-10 | -0/+0 |
| | | | | | | | | | | Thanks to Henare Degan for pointing this out in his theme upgrade document. | |||
| * | Rename the .rhtml files to .html.erb for Rails 3 | Mark Longair | 2013-04-09 | -0/+0 |
| | | ||||
* | | Fix typo. | Louise Crow | 2013-07-23 | -2/+2 |
|/ | ||||
* | Merge remote-tracking branch ↵use-with-alaveteli-0.9use-with-alaveteli-0.8use-with-alaveteli-0.7use-with-alaveteli-0.6.9use-with-alaveteli-0.6.8use-with-alaveteli-0.6.7 | Louise Crow | 2012-10-04 | -1/+1 |
|\ | | | | | | | 'openaustralia_github/help_advanced_search_link' into develop | |||
| * | Make advanced search link in help sidebar point at advancedsearch rather ↵ | Matthew Landauer | 2012-10-04 | -1/+1 |
| | | | | | | | | than search | |||
* | | Use Configuration rather than MySociety::Config directly | Matthew Landauer | 2012-10-02 | -2/+2 |
|/ | ||||
* | Add default value for INCOMING_EMAIL_DOMAIN so an error isn't thrown in the ↵use-with-alaveteli-0.6.6 | Louise Crow | 2012-09-18 | -21/+21 |
| | | | | case where this isn't defined yet. | |||
* | Use email domain from configuration rather than hardcoded domain | Matthew Landauer | 2012-09-18 | -2/+2 |
| | ||||
* | Replace instances of WhatDoTheyKnow with site_name from configuration | Matthew Landauer | 2012-09-18 | -31/+31 |
| | ||||
* | Sample frontpage intro sentence | Seb Bacon | 2012-07-13 | -0/+4 |
| | ||||
* | Banner placeholder with comment | Seb Bacon | 2012-07-13 | -0/+1 |
| | ||||
* | Override a mailer template as an example | David Cabo | 2012-02-20 | -0/+9 |
| | ||||
* | Create stubs for the various points where a user might want to customise ↵ | Seb Bacon | 2012-01-30 | -0/+7 |
| | | | | Alaveteli via their theme, as per suggestions by @dcabo on [the mailing list](http://groups.google.com/group/alaveteli-dev/msg/f50eba23f75b5c75) | |||
* | Add examples of how a user might customise: | Seb Bacon | 2012-01-27 | -0/+39 |
| | | | | | | * routes * gettext translations * categories | |||
* | Update help pages to match newer base layout | Seb Bacon | 2012-01-27 | -9/+17 |
| | ||||
* | Implement new-style Alaveteli theme (CSS is in a CSS file, plain gray styles ↵ | Seb Bacon | 2011-10-12 | -15/+2 |
| | | | | in updated base design overridden by purple stuff here) | |||
* | Improved handling of static assets in themes: | David Cabo | 2011-07-19 | -0/+7 |
| | | | | | - Symbolic link created automatically during install (and removed when uninstall) - As an example, replaced the default logo with a new image | |||
* | various help files that would normally need to be localised | Seb Bacon | 2011-02-25 | -0/+886 |
| | ||||
* | ensure it's UTF8 encoded | Seb Bacon | 2011-02-25 | -1/+1 |
| | ||||
* | initial commit | Seb Bacon | 2011-02-25 | -0/+25 |