Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'develop' into rails-3-spike | Henare Degan | 2013-02-15 | -5/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/general_controller.rb app/controllers/track_controller.rb app/models/outgoing_message.rb app/models/public_body.rb app/models/user.rb app/views/general/frontpage.rhtml config/environment.rb config/initializers/inflections.rb config/initializers/mime_types.rb db/migrate/094_remove_old_tags_foreign_key.rb lib/timezone_fixes.rb spec/models/request_mailer_spec.rb spec/views/request/list.rhtml_spec.rb | |||
| * | Mark popup banner as html_safe | Louise Crow | 2013-02-08 | -1/+1 |
| | | ||||
| * | Mark flash string with markup in it as html safe. | Louise Crow | 2013-02-08 | -1/+1 |
| | | ||||
| * | Mark flash with markup in it as html safe. | Louise Crow | 2013-02-08 | -1/+1 |
| | | ||||
| * | Merge remote-tracking branch ↵ | Louise Crow | 2013-02-07 | -1/+0 |
| |\ | | | | | | | | | | 'openaustralia_github/email_fix_on_contact_page' into develop | |||
| | * | Fix email link on contact page after escaping changes | Matthew Landauer | 2013-02-07 | -1/+0 |
| | | | ||||
| * | | Merge remote-tracking branch ↵ | Louise Crow | 2013-02-01 | -1/+1 |
| |\ \ | | | | | | | | | | | | | 'openaustralia_github/backport_rails_3_mailer_fix' into develop | |||
| | * | | Rename mailer method to avoid naming conflict in Rails 3 | Matthew Landauer | 2013-01-25 | -1/+1 |
| | |/ | ||||
| * / | Try to be a little nicer by setting the correct content_type for the atom feed | Matthew Landauer | 2013-02-01 | -1/+1 |
| |/ | ||||
| * | Fix typo. | Louise Crow | 2013-01-17 | -1/+1 |
| | | ||||
| * | Remove interlock as it's not compatible with Rails 3 and is unmaintained | Henare Degan | 2013-01-18 | -61/+54 |
| | | ||||
* | | Another hack to manually stitch together a fake email using tmail | Matthew Landauer | 2013-02-01 | -1/+27 |
| | | ||||
* | | Handling of globbed parameters in routes has changed | Matthew Landauer | 2013-02-01 | -0/+1 |
| | | ||||
* | | Directly construct tmail object from body and attachments. Ugh. Because ↵ | Matthew Landauer | 2013-01-31 | -2/+22 |
| | | | | | | | | actionmailer uses mail under the hood | |||
* | | Globbing in routes is slightly different in Rails 3 | Matthew Landauer | 2013-01-31 | -1/+1 |
| | | ||||
* | | There's really no need to test the internals of Rails | Matthew Landauer | 2013-01-31 | -3/+7 |
| | | ||||
* | | Access view helper from controller using view_context | Matthew Landauer | 2013-01-31 | -1/+1 |
| | | ||||
* | | Fix rendering of atom feed and set correct content type | Matthew Landauer | 2013-01-31 | -1/+1 |
| | | ||||
* | | Change that should have been merged in from develop when one form of caching ↵ | Matthew Landauer | 2013-01-31 | -22/+20 |
| | | | | | | | | was removed | |||
* | | Convert query to more activerecord 3 form | Matthew Landauer | 2013-01-31 | -2/+2 |
| | | ||||
* | | Merge branch 'i18n_rails3_preparation' into rails-3-spike | Matthew Landauer | 2013-01-31 | -20/+22 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock app/controllers/general_controller.rb app/controllers/public_body_controller.rb spec/controllers/public_body_controller_spec.rb | |||
| * | | Set locale with I18n rather than through globalize | Matthew Landauer | 2013-01-17 | -11/+11 |
| | | | ||||
| * | | Set locale in controller test by passing parameter in get | Matthew Landauer | 2013-01-16 | -1/+1 |
| | | | | | | | | | | | | Also using I18n.locale to pass the current locale around. | |||
* | | | Convert query to more activerecord 3 form | Matthew Landauer | 2013-01-31 | -4/+2 |
| | | | ||||
* | | | Convert query to more activerecord 3 form | Matthew Landauer | 2013-01-30 | -4/+2 |
| | | | ||||
* | | | Convert query to more activerecord 3 form | Matthew Landauer | 2013-01-30 | -7/+5 |
| | | | ||||
* | | | Convert query to more activerecord 3 form | Matthew Landauer | 2013-01-30 | -2/+6 |
| | | | ||||
* | | | Convert query to more activerecord 3 form | Matthew Landauer | 2013-01-30 | -3/+7 |
| | | | ||||
* | | | If now query is supplied get all the requests | Matthew Landauer | 2013-01-30 | -4/+10 |
| | | | ||||
* | | | render_for_text doesn't exist anymore. Replace with render :text | Matthew Landauer | 2013-01-29 | -3/+2 |
| | | | ||||
* | | | Fixup up test_code_redirect_by_email_token for rspec 2 | Matthew Landauer | 2013-01-29 | -1/+2 |
| | | | ||||
* | | | Time doesn't need to be converted from string to time anymore | Matthew Landauer | 2013-01-28 | -7/+1 |
| | | | ||||
* | | | Merge branch 'rails_xss' into rails-3-spike | Matthew Landauer | 2013-01-25 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock config/environment.rb lib/i18n_fixes.rb | |||
| * | | html escaping fix | Matthew Landauer | 2013-01-15 | -1/+1 |
| | | | ||||
| * | | Merge remote-tracking branch 'mysociety/develop' into rails_xss | Matthew Landauer | 2013-01-15 | -50/+94 |
| |\| | ||||
* | | | Rename mailer method to avoid naming conflict in Rails 3 | Matthew Landauer | 2013-01-25 | -1/+1 |
| | | | ||||
* | | | Merge remote-tracking branch 'mysociety/develop' into rails-3-spike | Matthew Landauer | 2013-01-04 | -11/+50 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock Rakefile app/controllers/request_controller.rb lib/tasks/rspec.rake spec/controllers/services_controller_spec.rb spec/spec_helper.rb spec/views/request/_after_actions.rhtml_spec.rb | |||
| * | | Limit pagination on similar pages in line with new upper limit on page offset. | Louise Crow | 2012-12-17 | -0/+2 |
| | | | ||||
| * | | Only serve up 'similar' pages up to the offset we use for list. | Louise Crow | 2012-12-17 | -0/+5 |
| | | | ||||
| * | | Merge branch 'hotfix/authenticate-and-expire-download-zips' into develop | Louise Crow | 2012-12-13 | -11/+37 |
| |\ \ | ||||
| | * | | Remove any download zip files when a request's cached files are expired. | Louise Crow | 2012-12-13 | -0/+8 |
| | | | | ||||
| | * | | Put download zips in a predictable location - sharded folders based on ↵ | Louise Crow | 2012-12-13 | -1/+9 |
| | | | | | | | | | | | | | | | | request ID, rather than distributing them across the download directories by the generated SHA. Preserve the uniqueness of the subdirectory. | |||
| | * | | Use helper method for download path, and use Rails.root instead of file ↵ | Louise Crow | 2012-12-13 | -1/+5 |
| | | | | | | | | | | | | | | | | location. | |||
| | * | | Check that a request is publicly visible before generating a download link. | Louise Crow | 2012-12-13 | -9/+15 |
| | | | | ||||
| | * | | Don't offer or allow viewing of an HTML version of a response attachment if ↵ | Louise Crow | 2012-12-13 | -0/+6 |
| | | | | | | | | | | | | | | | | the request is hidden, or requester_only. Google docs viewer won't be able to access it, and our own conversion process currently can produce image files that will then be publicly viewable directly from the webserver (see config/httpd.conf). If necessary we can revisit this code to enable admins and requesters to view the HTML version created by our own conversion without adding these files to a path that is served directly by the web server. | |||
| * | | | Don't offer or allow viewing of an HTML version of a request if it is ↵ | Louise Crow | 2012-12-13 | -0/+6 |
| | | | | | | | | | | | | | | | | hidden, or requester_only. Google docs viewer won't be able to access it, and our own conversion process currently produces image files that will then be publicly viewable. If necessary we can revisit this code to enable admins and requesters to view the HTML version created by our own conversion without adding these files to a path that is served directly by the web server. | |||
* | | | | Merge branch 'rails_xss' into rails-3-spike | Matthew Landauer | 2013-01-04 | -3/+3 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/views/request/_hidden_correspondence.rhtml app/views/request/hidden.rhtml app/views/request/new_please_describe.rhtml app/views/user/show.rhtml lib/i18n_fixes.rb | |||
| * | | | Escaping fixes involving the unpleasant mix of translations, html and string ↵ | Matthew Landauer | 2013-01-03 | -3/+3 |
| | | | | | | | | | | | | | | | | interpolation | |||
* | | | | Using #request_uri is deprecated | Henare Degan | 2012-12-11 | -1/+1 |
| | | | | ||||
* | | | | Thought I got this in b0ae75aba63d40146cfbc7e6af27e1d6051f1804 but it must ↵ | Henare Degan | 2012-12-11 | -3/+0 |
| | | | | | | | | | | | | | | | | have been set twice - safety first! |