Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove pink stripes.uganda | Louise Crow | 2013-09-18 | -2/+0 |
| | ||||
* | Remove stripes. | Louise Crow | 2013-09-18 | -1/+0 |
| | ||||
* | Using custom layout to override favicon.ico | Louise Crow | 2013-09-17 | -0/+157 |
| | ||||
* | Couple more colour tweaks. | Louise Crow | 2013-09-17 | -5/+4 |
| | ||||
* | Remove demo customizations | Louise Crow | 2013-09-17 | -76/+6 |
| | ||||
* | Red quote marks. | Louise Crow | 2013-09-17 | -0/+0 |
| | ||||
* | Adding Uganda logo. | Louise Crow | 2013-09-17 | -0/+0 |
| | ||||
* | Link box to red. | Louise Crow | 2013-09-17 | -2/+2 |
| | ||||
* | Other country banner to red. | Louise Crow | 2013-09-17 | -1/+1 |
| | ||||
* | Syntax fix. | Louise Crow | 2013-09-17 | -2/+1 |
| | ||||
* | Datepicker to black text and default icons. | Louise Crow | 2013-09-17 | -2/+5 |
| | ||||
* | Search border back to black. | Louise Crow | 2013-09-17 | -5/+0 |
| | ||||
* | Remove extra styling from the picking a body panel - seems a bit broken. | Louise Crow | 2013-09-17 | -3/+0 |
| | ||||
* | Middle strip of signin/up to red. | Louise Crow | 2013-09-17 | -1/+1 |
| | ||||
* | Let custom links fallback to normal link colour. | Louise Crow | 2013-09-17 | -1/+0 |
| | ||||
* | Frontpage strong elements to red. | Louise Crow | 2013-09-17 | -2/+2 |
| | ||||
* | Links to red. | Louise Crow | 2013-09-17 | -2/+2 |
| | ||||
* | Other non-link elements to black. | Louise Crow | 2013-09-17 | -12/+13 |
| | ||||
* | Headers to black. | Louise Crow | 2013-09-17 | -4/+0 |
| | ||||
* | Red nav links, red search button. | Louise Crow | 2013-09-17 | -1/+5 |
| | ||||
* | Raise logo a bit so that it doesn't cover headings e.g. when selecting an ↵ | Louise Crow | 2013-09-17 | -0/+4 |
| | | | | authority. | |||
* | 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 '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 |
| | | | | ||||
| | | * | 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. | |||
| | | * | Explicitly add a survey method to UserController | Mark Longair | 2013-04-09 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the survey.rhtml method was rendered by default if no action matching 'survey' was found in the controller, but this doesn't seem to be the case with some configurations. This is rather unsatisfactory, in that we haven't found documentation of any change that might cause this different behaviour, but the pragmatic solution is to just to add the empty survey method and move on. | |||
| | | * | Update the routing for Rails 3 | Mark Longair | 2013-04-09 | -8/+3 |
| | | | | ||||
| | | * | Rename the .rhtml files to .html.erb for Rails 3 | Mark Longair | 2013-04-09 | -0/+0 |
| | | | | ||||
| | | * | Fix the "can't modify frozen array" error with Rails 3 | Mark Longair | 2013-04-09 | -1/+1 |
| | | | | ||||
| | | * | Replace Dispatcher.to_prepare with Rails.configuration.to_prepare | Mark Longair | 2013-04-09 | -8/+4 |
| | |/ | ||||
| | * | Replace RAILS_ROOT with Rails.root for Rails 3use-with-alaveteli-0.10 | Mark Longair | 2013-04-03 | -2/+2 |
| |/ | ||||
* / | 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 | |||
* | | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵ | Louise Crow | 2012-10-04 | -52/+52 |
|\ \ | | | | | | | | | | into develop | |||
| * | | 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 |
|/ | ||||
* | Remove README.use-with-alaveteli-0.6.5.1 | Louise Crow | 2012-08-30 | -26/+0 |
| | ||||
* | Markdown format for README.use-with-alaveteli-0.6.5 | Louise Crow | 2012-08-30 | -0/+26 |
| | ||||
* | Updating repo path. | Louise Crow | 2012-08-29 | -2/+2 |
| | ||||
* | A stub post_install file with a useful comment | Seb Bacon | 2012-07-16 | -0/+1 |
| | ||||
* | Don't use dispatcher/reloading trick with routes - it won't work. | Seb Bacon | 2012-07-16 | -13/+9 |
| | ||||
* | Note that custom routes file needs a unique name | Seb Bacon | 2012-07-16 | -0/+2 |
| |