Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | .gitignore: /public/assets only has generated files | Mark Longair | 2013-09-30 | -0/+1 |
| | ||||
* | WiP: also move admin CSS and images into the asset pipeline | Mark Longair | 2013-09-30 | -1058/+6 |
| | | | | | We no longer need to run compass to regenerate the admin CSS - it will be done automatically. | |||
* | WiP: Bundle up admin javascript using the asset pipeline | Mark Longair | 2013-09-30 | -33/+16 |
| | ||||
* | Switch Javascript (bar admin) to be served with the asset pipline | Mark Longair | 2013-09-30 | -10/+29 |
| | ||||
* | Upgrade sass-rails | Louise Crow | 2013-09-30 | -8/+10 |
| | | | | An attempt to get image-path to work in sass files. | |||
* | Move header to partial to make it easier to customize. | Louise Crow | 2013-09-30 | -37/+38 |
| | ||||
* | Adding rubyracer to supply a js runtime | Louise Crow | 2013-09-30 | -0/+7 |
| | ||||
* | Beginning of switch to using the asset pipeline | Mark Longair | 2013-09-30 | -1/+53 |
| | ||||
* | Merge branch 'release/0.14' into rails-3-develop | Louise Crow | 2013-09-24 | -54/+64 |
|\ | ||||
| * | Fix typorelease/0.14 | Louise Crow | 2013-09-24 | -1/+1 |
| | | ||||
| * | Bump Alaveteli version | Louise Crow | 2013-09-24 | -1/+1 |
| | | ||||
| * | Latest translations from Transifex. | Louise Crow | 2013-09-24 | -51/+51 |
| | | ||||
| * | Revert "No need to set permissions on file now." | Louise Crow | 2013-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 Crow | 2013-09-19 | -1/+7 |
| | | ||||
| * | Add details on public body stats page to release notes. | Louise Crow | 2013-09-19 | -1/+4 |
| | | ||||
* | | Fix typo | Louise Crow | 2013-09-19 | -1/+1 |
| | | ||||
* | | Handle salutations with regexp special characters. | Louise Crow | 2013-09-19 | -1/+11 |
|/ | | | | Fixes #1104. | |||
* | New strings for translation for hidden messages and public body stats | Louise Crow | 2013-09-19 | -583/+3595 |
| | ||||
* | Latest translations from Transifex | Louise Crow | 2013-09-19 | -795/+798 |
| | ||||
* | Remove extra "is invalid" message. | Louise Crow | 2013-09-18 | -1/+9 |
| | | | | Fixes #1101. | |||
* | Make favicon its own partial | Louise Crow | 2013-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-develop | Louise Crow | 2013-09-18 | -3/+49 |
|\ | ||||
| * | Restrict old_unclassified methods to normal prominence.0.13.0.3hotfix/0.13.0.3 | Louise Crow | 2013-09-18 | -3/+49 |
| | | | | | | | | Fixes #1082. | |||
* | | Fix erroneous line break. | Louise Crow | 2013-09-17 | -2/+1 |
| | | ||||
* | | Be explicit about which distribution we use packages from | Louise Crow | 2013-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-develop | Louise Crow | 2013-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 Crow | 2013-09-16 | -1/+1 |
| | | | ||||
| * | | Assume Ubuntu 12.04 (precise) not 10.04 (lucid) | Louise Crow | 2013-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 rubygems | Louise Crow | 2013-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 Crow | 2013-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 Crow | 2013-09-16 | -0/+23 |
| | | | ||||
| * | | No need to set permissions on file now. | Louise Crow | 2013-09-16 | -1/+0 |
| | | | | | | | | | | | | | | | Either rails or the webserver will be sending it, we're not redirecting anymore. | |||
| * | | Add message index to attachment files | Louise Crow | 2013-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 Crow | 2013-09-16 | -1/+1 |
| | | | ||||
| * | | Use earlier factory_girl syntax | Louise Crow | 2013-09-16 | -26/+33 |
| | | | ||||
| * | | Downgrade factory_girl for ruby 1.8.7 | Louise Crow | 2013-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 Crow | 2013-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_unclassified | Louise Crow | 2013-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_to | Louise Crow | 2013-09-16 | -1/+59 |
| | | | ||||
| * | | Add public criteria for message event access methods | Louise Crow | 2013-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 Crow | 2013-09-16 | -1/+1 |
| | | | ||||
| * | | Hide hidden outgoing messages in download. | Louise Crow | 2013-09-16 | -10/+112 |
| | | | ||||
| * | | Fix spec descriptions | Louise Crow | 2013-09-16 | -2/+2 |
| | | | ||||
| * | | Add prominence fields and cache expiry to outgoing admin | Louise Crow | 2013-09-16 | -20/+131 |
| | | | ||||
| * | | InfoRequestEvent.indexed_by_search consults OutgoingMessage. | Louise Crow | 2013-09-16 | -1/+21 |
| | | | ||||
| * | | Move indexed_by_search to MessageProminence | Louise Crow | 2013-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 Crow | 2013-09-16 | -0/+52 |
| | | | ||||
| * | | Add hidden messages for outgoing message. | Louise Crow | 2013-09-16 | -32/+79 |
| | | | | | | | | | | | | | | | | | | Conflicts: app/views/request/_incoming_correspondence.html.erb | |||
| * | | Create MessageProminence module. | Louise Crow | 2013-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 Crow | 2013-09-16 | -2/+4 |
| | | | | | | | | | | | | | | | Add some sequences to make sure that we don't get validation errors on unique fields. |