aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Merge branch 'hotfix/0.21.0.17'0.21.0.17Gareth Rees2015-04-16-5/+5
|\
| * Bump alaveteli versionhotfix/0.21.0.17Gareth Rees2015-04-16-1/+1
| |
| * Update Nicaragua translationsGareth Rees2015-04-16-4/+4
|/
* Merge branch 'hotfix/0.21.0.16'0.21.0.16Gareth Rees2015-04-15-26/+23
|\
| * Bump alaveteli versionhotfix/0.21.0.16Gareth Rees2015-04-15-1/+1
| |
| * Update Nicaragua translationsGareth Rees2015-04-15-25/+22
|/
* Merge branch 'hotfix/0.21.0.15'0.21.0.15Gareth Rees2015-04-10-30/+30
|\
| * Bump alaveteli versionhotfix/0.21.0.15Gareth Rees2015-04-10-1/+1
| |
| * Update nicaragua translationsGareth Rees2015-04-10-29/+29
|/
* Bump alaveteli version.0.21.0.14hotfix/0.21.0.14Louise Crow2015-04-10-1/+1
|
* Only use CSRF protection for logged-in users.Louise Crow2015-04-10-1/+12
|
* Add warning about updating search forms to release notes.Louise Crow2015-04-10-0/+4
|
* Use GET for search forms, not POST.Louise Crow2015-04-10-11/+32
| | | | | | | | | | Now that we use global CSRF authenticity checks, searches were logging logged-in users out as the form is an HTML form, not a Rails-generated form with a CSRF token. So form submission raised an InvalidAuthenticityToken error and reset their session. We could generate the form in Rails, but we also want to minimise the number of non-logged in people who have a session cookie, so that varnish can cache pages extensively. So we don't want to put the CSRF token for the search form in everyone's session.
* Merge branch 'hotfix/0.21.0.13'0.21.0.13Gareth Rees2015-04-09-6/+6
|\
| * Bump alaveteli versionhotfix/0.21.0.13Gareth Rees2015-04-09-1/+1
| |
| * Update nicaragua translationsGareth Rees2015-04-09-5/+5
|/
* Merge branch 'hotfix/0.21.0.12'0.21.0.12Gareth Rees2015-04-09-13/+13
|\
| * Bump alaveteli versionhotfix/0.21.0.12Gareth Rees2015-04-09-1/+1
| |
| * Update Nicaragua translationsGareth Rees2015-04-09-12/+12
|/
* Merge branch 'hotfix/0.21.0.11'0.21.0.11Gareth Rees2015-04-08-14/+14
|\
| * Bump alaveteli versionhotfix/0.21.0.11Gareth Rees2015-04-08-1/+1
| |
| * Update Nicaragua translationsGareth Rees2015-04-08-13/+13
|/
* Merge branch 'hotfix/0.21.0.10'0.21.0.10Gareth Rees2015-04-08-6/+5
|\
| * Bump alaveteli versionhotfix/0.21.0.10Gareth Rees2015-04-08-1/+1
| |
| * Update Nicaragua translationsGareth Rees2015-04-08-4/+4
| |
| * Whitespace update of Croatian translationGareth Rees2015-04-08-1/+0
|/
* Merge branch 'hotfix/0.21.0.9'0.21.0.9Gareth Rees2015-04-08-5/+5
|\
| * Bump alaveteli versionhotfix/0.21.0.9Gareth Rees2015-04-08-1/+1
| |
| * Update Nicaragua translationsGareth Rees2015-04-08-4/+4
|/
* Merge branch 'hotfix/0.21.0.8'0.21.0.8Gareth Rees2015-04-08-72/+75
|\
| * Bump alaveteli versionhotfix/0.21.0.8Gareth Rees2015-04-08-1/+1
| |
| * Update Nicaragua translationsGareth Rees2015-04-07-71/+74
|/
* Merge branch 'hotfix/0.21.0.7'0.21.0.7Louise Crow2015-04-07-2/+4
|\ | | | | | | | | Conflicts: config/initializers/alaveteli.rb
| * Bump alaveteli version.hotfix/0.21.0.7Louise Crow2015-04-07-1/+1
| |
| * Add note on URLs in existing emails.Louise Crow2015-04-07-1/+3
| |
* | Merge branch 'hotfix/0.21.0.6'0.21.0.6Louise Crow2015-04-07-5/+6
|\ \ | | | | | | | | | | | | Conflicts: config/initializers/alaveteli.rb
| * | Bump alaveteli version.hotfix/0.21.0.6Louise Crow2015-04-07-1/+1
| | |
| * | Fix failure to capitalise when non category tag precedes categories.Louise Crow2015-04-07-4/+5
| |/ | | | | | | Thanks to @RichardTaylor for reporting.
* | Bump alaveteli version.0.21.0.5hotfix/0.21.0.5Louise Crow2015-04-07-1/+1
| |
* | Limit the number of pages of requests shown for public bodies.Louise Crow2015-04-07-1/+16
|/ | | | Needs to be restored as part of https://github.com/mysociety/alaveteli/issues/2137.
* Merge branch 'hotfix/0.21.0.4'0.21.0.4Louise Crow2015-04-02-1/+1
|\ | | | | | | | | Conflicts: config/initializers/alaveteli.rb
| * Bump alaveteli version.Louise Crow2015-04-02-1/+1
| |
| * Update commonlib to get restoration of memory after external commandLouise Crow2015-04-02-0/+0
| |
* | Bump alaveteli version number.0.21.0.3hotfix/0.21.0.3Louise Crow2015-04-02-1/+1
| |
* | Handle the expected case where conversion fails and returns nil.Louise Crow2015-04-02-1/+7
|/
* Bump alaveteli version.0.21.0.2hotfix/0.21.0.2Louise Crow2015-04-02-1/+1
|
* Use full path as cron does not necessarily have access to $PATH.Louise Crow2015-04-02-1/+1
| | | | | The alternative would be to set a $PATH environment variable in the cron file.
* Bump alaveteli version.0.21.0.1Louise Crow2015-03-31-1/+1
|
* Precompile the bootstrap file for the front end admin barhotfix/0.21.0.1Louise Crow2015-03-31-0/+1
|
* Merge branch 'release/0.21'0.21.0.0Louise Crow2015-03-30-18746/+14829
|\ | | | | | | | | | | | | | | | | Conflicts: locale/cy/app.po locale/es_NI/app.po locale/hr/app.po locale/is_IS/app.po locale/sr@latin/app.po