aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | Remove important termsLouise Crow2013-10-04-3/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | These are only being rendered into a comment, and have been for a long time. They now appear to be causing problems with non-ascii characters in ruby 1.9, so drop them completely.
* | | | Merge branch 'release/0.14' into rails-3-developLouise Crow2013-09-24-54/+64
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix typorelease/0.14Louise Crow2013-09-24-1/+1
| | | |
| * | | Bump Alaveteli versionLouise Crow2013-09-24-1/+1
| | | |
| * | | Latest translations from Transifex.Louise Crow2013-09-24-51/+51
| | | |
| * | | Revert "No need to set permissions on file now."Louise Crow2013-09-19-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | In fact, we do still need to set permissions. This reverts commit 56ce526acdcb1b5493bc11f14b751b5c3f02f686.
| * | | Add notes on other new things in this release.Louise Crow2013-09-19-1/+7
| | | |
| * | | Add details on public body stats page to release notes.Louise Crow2013-09-19-1/+4
| | | |
* | | | Fix typoLouise Crow2013-09-19-1/+1
| | | |
* | | | Handle salutations with regexp special characters.Louise Crow2013-09-19-1/+11
|/ / / | | | | | | | | | Fixes #1104.
* | | New strings for translation for hidden messages and public body statsLouise Crow2013-09-19-583/+3595
| | |
* | | Latest translations from TransifexLouise Crow2013-09-19-795/+798
| | |
* | | Remove extra "is invalid" message.Louise Crow2013-09-18-1/+9
| | | | | | | | | | | | Fixes #1101.
* | | Make favicon its own partialLouise Crow2013-09-18-1/+2
| | | | | | | | | | | | | | | This is something you should be able to override without having to take on the maintenance of your own layout.
* | | Merge branch 'hotfix/0.13.0.3' into rails-3-developLouise Crow2013-09-18-3/+49
|\ \ \ | | |/ | |/|
| * | Restrict old_unclassified methods to normal prominence.0.13.0.3hotfix/0.13.0.3Louise Crow2013-09-18-3/+49
| | | | | | | | | | | | Fixes #1082.
* | | Fix erroneous line break.Louise Crow2013-09-17-2/+1
| | |
* | | Be explicit about which distribution we use packages fromLouise Crow2013-09-17-4/+4
| | | | | | | | | | | | 'testing' is now jessie for debian - so be explicit that wheezy is the distribution we want to add.
* | | Merge branch 'feature/hide-individual-responses' into rails-3-developLouise Crow2013-09-17-1042/+2960
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile app/views/admin_request/edit_outgoing.html.erb config/packages doc/CHANGES.md doc/INSTALL.md spec/models/info_request_spec.rb spec/models/public_body_spec.rb
| * | | Add note about possible errors on rubygems upgrade.Louise Crow2013-09-16-1/+1
| | | |
| * | | Assume Ubuntu 12.04 (precise) not 10.04 (lucid)Louise Crow2013-09-16-2/+3
| | | | | | | | | | | | | | | | | | | | Precise is now the long term maintenance version, and has a more up-to-date package of rubygems available.
| * | | Specify a later version of rubygemsLouise Crow2013-09-16-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.8.15 from backports should not have the Syck bug described here: http://stackoverflow.com/questions/9004804/invalid-gemspec-illformed-requirement-yamlsyckdefaultkey0xb5f9c990-3 http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yak.html
| * | | Use 403, not 410, for hidden items.Louise Crow2013-09-16-9/+9
| | | | | | | | | | | | | | | | | | | | As @mhl points out, this more clearly indicates that they may come back at some point.
| * | | Add some upgrade notes.Louise Crow2013-09-16-0/+23
| | | |
| * | | No need to set permissions on file now.Louise Crow2013-09-16-1/+0
| | | | | | | | | | | | | | | | | | | | Either rails or the webserver will be sending it, we're not redirecting anymore.
| * | | Add message index to attachment filesLouise Crow2013-09-16-4/+6
| | | | | | | | | | | | | | | | | | | | So that files attached to different messages with the same name and url_part don't get overwritten.
| * | | Make test ruby 1.8.7 compatible.Louise Crow2013-09-16-1/+1
| | | |
| * | | Use earlier factory_girl syntaxLouise Crow2013-09-16-26/+33
| | | |
| * | | Downgrade factory_girl for ruby 1.8.7Louise Crow2013-09-16-6/+6
| | | | | | | | | | | | | | | | Versions of factory_girl after 3 are not compatible with ruby 1.8.7
| * | | Point admin link to incoming message admin interface.Louise Crow2013-09-16-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add the 'Actions' to the incoming message admin - now that this has both this and the prominence form, it seems like the logical place to link to from the main request page.
| * | | Exclude hidden responses when calculating old_unclassifiedLouise Crow2013-09-16-15/+33
| | | | | | | | | | | | | | | | | | | | Make old_unclassified_params method consistent with last_public_response_event and associated methods.
| * | | Only include public messages in who_can_followup_toLouise Crow2013-09-16-1/+59
| | | |
| * | | Add public criteria for message event access methodsLouise Crow2013-09-16-83/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | get_last_response_event and get_last_outgoing_event are used in various places to determine which events to link to, use in queries etc. Restrict them to refer to the last publicly visible event of the relevant type, and rename them to make that clear.
| * | | Shorter way of getting text template.Louise Crow2013-09-16-1/+1
| | | |
| * | | Hide hidden outgoing messages in download.Louise Crow2013-09-16-10/+112
| | | |
| * | | Fix spec descriptionsLouise Crow2013-09-16-2/+2
| | | |
| * | | Add prominence fields and cache expiry to outgoing adminLouise Crow2013-09-16-20/+131
| | | |
| * | | InfoRequestEvent.indexed_by_search consults OutgoingMessage.Louise Crow2013-09-16-1/+21
| | | |
| * | | Move indexed_by_search to MessageProminenceLouise Crow2013-09-16-6/+27
| | | | | | | | | | | | | | | | Add some tests that it's working on the outgoing message model.
| * | | Add some tests for user_can_view? on outgoing message.Louise Crow2013-09-16-0/+52
| | | |
| * | | Add hidden messages for outgoing message.Louise Crow2013-09-16-32/+79
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/request/_incoming_correspondence.html.erb
| * | | Create MessageProminence module.Louise Crow2013-09-16-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | At least some of the logic for incoming and outgoing message prominence is going to be identical, so move it to a module they can both include and use.
| * | | Allow creation of multiple public bodies in one test.Louise Crow2013-09-16-2/+4
| | | | | | | | | | | | | | | | | | | | Add some sequences to make sure that we don't get validation errors on unique fields.
| * | | Convert specs to factories from fixtures.Louise Crow2013-09-16-52/+48
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/integration/view_request_spec.rb
| * | | Add prominence fields to outgoing message.Louise Crow2013-09-16-0/+6
| | | |
| * | | Add a test of incoming message hiding with PDF conversionLouise Crow2013-09-16-0/+59
| | | |
| * | | Don't make zip dir publicly accessible.Louise Crow2013-09-16-7/+0
| | | | | | | | | | | | | | | | We want to be able to authorise access to it.
| * | | Clean up the test download dir after use.Louise Crow2013-09-16-0/+4
| | | |
| * | | Move some download methods to InfoRequest.Louise Crow2013-09-16-25/+41
| | | | | | | | | | | | | | | | | | | | | | | | Use send_file to send zips. Also adds 'all_can_view_all_correspondence?' - is this request completely cachable, or do we need to cache different versions for different levels of privilege?
| * | | Add expectations for admin and requester.Louise Crow2013-09-16-5/+17
| | | |