aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Expand)AuthorAgeLines
* No need to set permissions on file now.Louise Crow2013-09-16-1/+0
* Add message index to attachment filesLouise Crow2013-09-16-1/+3
* Add public criteria for message event access methodsLouise Crow2013-09-16-1/+1
* Shorter way of getting text template.Louise Crow2013-09-16-1/+1
* Move some download methods to InfoRequest.Louise Crow2013-09-16-10/+6
* Restore the download for hidden requestsLouise Crow2013-09-16-4/+4
* Make sure that info_request gets assigned to the viewLouise Crow2013-09-16-2/+2
* Move zip file creation to its own method.Louise Crow2013-09-16-16/+15
* Remove hidden incoming messages from correspondence.txtLouise Crow2013-09-16-1/+2
* Extract calculation of last update hashLouise Crow2013-09-16-2/+1
* Extract out code for making a request summary fileLouise Crow2013-09-16-26/+36
* Extract the various info_request assignsLouise Crow2013-09-16-9/+15
* Reorder assignsLouise Crow2013-09-16-12/+12
* Add new code and specs for hiding attachments.Louise Crow2013-09-16-1/+14
* Merge branch 'feature/similar-fixes' into rails-3-developLouise Crow2013-07-23-6/+0
|\
| * Change concatenated header and title strings to full, properly escaped string...Louise Crow2013-07-22-6/+0
* | Merge remote-tracking branch 'openaustralia_github/tests_set_described_state'...Louise Crow2013-07-23-0/+10
|\ \ | |/ |/|
| * Now record a state_update event *whenever* a user classifies a requestMatthew Landauer2013-04-20-0/+10
* | Allow the donation url to be configured. Closes #909.Louise Crow2013-06-07-2/+12
* | Merge branch 'release/0.11' into rails-3-developLouise Crow2013-06-04-12/+19
|\ \
| * | Handle json requests for hidden info requests.Louise Crow2013-06-03-12/+19
* | | Merge remote-tracking branch 'openaustralia_github/more_info_on_report_reques...Louise Crow2013-06-04-19/+0
|\ \ \
| * | | Move reporting actions to their own controllerMatthew Landauer2013-03-22-22/+0
| * | | Extract methodMatthew Landauer2013-03-22-3/+1
| * | | Only allow posts for reporting request. Don't try redirection when not logged inMatthew Landauer2013-03-22-9/+5
| * | | Posted reason and message gets sent out in the emailMatthew Landauer2013-03-22-1/+1
| * | | Only allow reporting a request when logged inMatthew Landauer2013-03-22-0/+5
| * | | Add first pass at page for reporting a requestMatthew Landauer2013-03-22-0/+4
* | | | Merge remote-tracking branch 'openaustralia_github/inline_search_method_refac...Louise Crow2013-06-04-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | ActsAsXapian doesn't need to be referenced from the global namespaceMatthew Landauer2013-03-25-2/+2
| |/ /
* | | Only cache attachments that are returned with a 200 HTTP status codeMark Longair2013-05-24-1/+1
* | | Check that display_filename matches URL part number or fallbackMark Longair2013-05-24-2/+7
* | | Move "require 'alaveteli_file_types'" into the initializerMark Longair2013-05-16-1/+0
* | | Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/ala...Louise Crow2013-04-24-0/+1
|\ \ \
| * | | Add encoding specifications to two files that use UTF-8Mark Longair2013-04-16-0/+1
| | |/ | |/|
* | | Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-3/+3
|\ \ \ | |/ / |/| |
| * | Merge branch 'feature/final-consistent-translation-interpolation' into developLouise Crow2013-04-16-3/+3
| |\ \
| | * | Use {{}} not %s in translation.Louise Crow2013-04-09-1/+1
| | * | Use {{}} instead of %s in url interpolation.Louise Crow2013-04-09-3/+3
| * | | Set locale with I18n rather than through globalizeMatthew Landauer2013-04-02-3/+3
* | | | Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
| |_|/ |/| |
* | | Stop pollution of params[:outgoing_message]Matthew Landauer2013-03-19-4/+1
* | | Config name change missed in the mergeHenare Degan2013-03-15-2/+2
* | | Whoever said don't sweat the small stuff obviously never messed up a merge an...Henare Degan2013-03-15-1/+1
* | | Fix up some merge action from f60ada47d4e7aabe0dce152109cb0d91865929daHenare Degan2013-03-15-1/+0
* | | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-88/+89
|\| |
| * | Merge remote-tracking branch 'openaustralia_github/one_support_email_on_admin...Louise Crow2013-03-13-84/+84
| |\ \
| | * | Remove deleted action from list of actionsMatthew Landauer2013-03-06-2/+2
| | * | Now direct changes of state to error_message and requires_admin to a new page...Matthew Landauer2013-03-06-9/+30
| | * | Can also record a message when posting to RequestController#describe_stateMatthew Landauer2013-03-05-1/+2