aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add specs for DateTimeHelper#year_from_dateGareth Rees2014-06-05-1/+27
|
* Move date helpers to DateTimeHelperGareth Rees2014-06-05-109/+120
|
* Remove duplication from new correspondence urlsGareth Rees2014-06-05-19/+42
|
* Add cache-busting to request response notificationGareth Rees2014-06-04-3/+75
| | | | | | Users get a new response email, click the link, but get a cached page. This is a quick fix to ensure they always see the response when clicking the link.
* Fix operator precedenceLouise Crow2014-06-02-1/+1
| | | | | Was switched to && for style but in fact for control flow, and is what we want.
* Merge branch 'issues/1448-no-error-on-spam' into rails-3-developLouise Crow2014-06-02-0/+17
|\
| * Redirect to the frontpage rather than error on invalid paramsLouise Crow2014-06-02-0/+17
| | | | | | | | Fixes #1448.
* | Don't check for Ruby 1.9 hash syntaxLouise Crow2014-06-02-0/+6
| | | | | | | | We need to be compatible with Ruby 1.8
* | Merge remote-tracking branch 'origin/password-change-subject-typo' into ↵Louise Crow2014-06-02-1/+1
|\ \ | | | | | | | | | rails-3-develop
| * | Fix typo in password change email subject.Matthew Somerville2014-05-30-1/+1
| | |
* | | Merge branch 'rails-3-develop' of ↵Louise Crow2014-06-02-9/+38
|\ \ \ | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
| * \ \ Merge branch 'issues/476-track-things-index' into rails-3-developGareth Rees2014-06-02-0/+17
| |\ \ \
| | * | | Define track things constraint correctlyGareth Rees2014-05-28-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > The constraint fk_track_request_public_body on > track_things_sent_emails is defined incorrectly, referring to user_id > rather than public_body_id. Via Robin Houston
| * | | | Merge branch 'issues/1497-select-authority' into rails-3-developGareth Rees2014-06-02-1/+4
| |\ \ \ \
| | * | | | Add link to help page from /select_authorityGareth Rees2014-06-02-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Only requests made using WhatDoTheyKnow are shown" might not make sense to new users of the app. This was highlighted during user testing [1]. [1] https://github.com/mysociety/alaveteli/issues/1445
| * | | | | Merge branch 'issues/914-frontpage-stats-delimiter' into rails-3-developGareth Rees2014-06-02-5/+8
| |\ \ \ \ \
| | * | | | | Use each instead of forGareth Rees2014-05-23-2/+2
| | | | | | |
| | * | | | | Add comma delimiters to request numbers on the front pageGareth Rees2014-05-23-3/+6
| | |/ / / / | | | | | | | | | | | | Originally implemented in 67a8be372ffcbe943ce33c2e55c9a560588ef6fe but lost over time.
| * | | | | Merge branch 'issues/1363-version-api-stats' into rails-3-developGareth Rees2014-06-02-1/+3
| |\ \ \ \ \
| | * | | | | Add confirmed_user_count to /version.jsonGareth Rees2014-05-23-1/+2
| | | | | | |
| | * | | | | Add visible_request_count to /version.jsonGareth Rees2014-05-23-1/+2
| | |/ / / /
| * | | | | Merge branch 'admin-edit-page-buttons' into rails-3-developGareth Rees2014-06-02-2/+6
| |\ \ \ \ \
| | * | | | | Emphasise the dangerous edit request actionsGareth Rees2014-05-13-0/+4
| | | | | | |
| | * | | | | Add button styles to admin request edit pageGareth Rees2014-05-13-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Danger button for permenantly destroying request - Primary button for saving changes
* | | | | | | Don't use the 2 space indentation rule.Louise Crow2014-06-02-0/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | Alaveteli uses 4 spaces.
* | | | | | Merge branch 'rails-3-develop' of ↵Louise Crow2014-06-02-26/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
| * \ \ \ \ \ Merge branch 'issues/1510-upload-response-typo' into rails-3-developGareth Rees2014-06-02-3/+3
| |\ \ \ \ \ \
| | * | | | | | Fix typo on /request/upload_responseGareth Rees2014-05-23-3/+3
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a typo which cased the following to be displayed when uploading a response: Respond to the FOI request 'FOI Request'FOI User It now says (correctly): Respond to the FOI request 'FOI Request' made by FOI User Thanks to Ben Fairless for the original implementation of this commit.
| * | | | | | Merge branch 'issues/1460-search-body-by-shortname' into rails-3-developGareth Rees2014-06-02-23/+30
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Support simple searching of bodies by short_nameGareth Rees2014-05-28-4/+11
| | | | | | |
| | * | | | | Minor tidying of PublicBodyController#listGareth Rees2014-05-28-19/+19
| | | |_|/ / | | |/| | | | | | | | | Spacing, parenthesis, etc
* | | | | | Merge branch 'feature/1407-cleanup-holding-pen' into rails-3-developLouise Crow2014-06-02-0/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rake task for cleaning up holding pen eventsLouise Crow2014-06-02-0/+20
| | |_|_|/ | |/| | |
* | | | | Merge branch 'features/618-ttf-bitstream-vera' into rails-3-developLouise Crow2014-05-29-0/+3
|\ \ \ \ \
| * | | | | Add ttf-bitstream-vera to package lists.Louise Crow2014-05-22-0/+3
| |/ / / / | | | | | | | | | | | | | | | Closes #618
* | | | | Merge branch 'fix-install-typo' into rails-3-developLouise Crow2014-05-29-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typo disable_constraints => constraint_disablingLouise Crow2014-05-29-1/+1
| |/ / / | | | | | | | | | | | | This connection param is consulted in config/initializers/alaveteli.rb to see whether to load our patch for constraint disabling from lib/no_constraint_disabling.rb
* | / / Update Gemfile.lockGareth Rees2014-05-28-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Had issues similar to: - https://github.com/bundler/bundler/issues/1375 - https://github.com/bundler/bundler/issues/1081 Was a problem with the Ubuntu packaged version of bundler. Seems to be resolved in later versions of bundler.
* | | Merge branch 'issues/1435-vagrant-docs' into rails-3-developGareth Rees2014-05-21-0/+9
|\ \ \ | |/ / |/| |
| * | Add documentation on using themes with VagrantGareth Rees2014-05-13-0/+9
| |/
* | Merge branch 'hotfix/0.18.0.1' into rails-3-developLouise Crow2014-05-15-1/+4
|\ \
| * | Add responsive assets to precompilation list0.18.0.1hotfix/0.18.0.1Louise Crow2014-05-15-1/+4
| | |
| * | Merge remote-tracking branch 'origin/release/0.18'0.18Louise Crow2014-05-15-2983/+14793
| |\ \
| * | | Latest translations from Transifexhotfix/0.17.0.3Louise Crow2014-05-13-237/+240
| | | |
| * | | Merge branch 'hotfix/0.17.0.2'Gareth Rees2014-05-07-31/+31
| |\ \ \
* | \ \ \ Merge branch 'release/0.18' into rails-3-developLouise Crow2014-05-15-1155/+1161
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove obsolete requireLouise Crow2014-05-15-2/+0
| | | | |
| * | | | Update specs for changes to translations in ↵Louise Crow2014-05-15-24/+24
| | | | | | | | | | | | | | | | | | | | 962e1d2b0edb6c0933ba42dd7690c38ba7d08f91
| * | | | Bump version numberLouise Crow2014-05-15-1/+1
| | | | |
| * | | | Merge branch 'release/0.18' of ↵Louise Crow2014-05-15-0/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into release/0.18