aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request
Commit message (Expand)AuthorAgeLines
* Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-2/+2
* <% %> style block helpers are deprecatedHenare Degan2013-02-19-15/+15
* Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-18/+23
|\
| * Add a check for a request user so that external requests (which have no assoc...Louise Crow2013-02-12-1/+1
| * Restore old trailing whitespace so no need for any change to translation files.Louise Crow2013-02-08-2/+2
| * Use helper method which handles external requests without user accounts when ...Louise Crow2013-02-08-5/+5
| * Use raw on text with markup in it.Louise Crow2013-02-08-3/+3
| * Don't depend on javascript for button to do a post. More semanticMatthew Landauer2013-01-28-1/+1
| * Add some notes about the contexts in which this fragment for translation will...Louise Crow2013-01-23-11/+16
| * Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2013-01-18-21/+19
| * Merge remote-tracking branch 'mysociety/develop' into rails_xssMatthew Landauer2013-01-15-10/+12
| |\
* | | Use path to partial so it works in view testsHenare Degan2013-02-07-1/+1
* | | Don't depend on javascript for button to do a post. More semanticMatthew Landauer2013-01-28-1/+1
* | | path helper should be html safe and fix up view test for rspec 2Matthew Landauer2013-01-25-1/+1
* | | Merge remote-tracking branch 'mysociety/develop' into rails-3-spikeMatthew Landauer2013-01-04-10/+12
|\ \ \ | | |/ | |/|
| * | Handle the case of a comment on an external request.Louise Crow2012-12-21-1/+1
| * | Limit pagination on similar pages in line with new upper limit on page offset.Louise Crow2012-12-17-1/+1
| * | Merge branch 'hotfix/authenticate-and-expire-download-zips' into developLouise Crow2012-12-13-0/+2
| |\ \
| | * | Only offer download links on publicly visible requestsLouise Crow2012-12-13-0/+2
| | * | Don't offer or allow viewing of an HTML version of a response attachment if t...Louise Crow2012-12-13-8/+8
| * | | Don't offer or allow viewing of an HTML version of a request if it is hidden,...Louise Crow2012-12-13-8/+8
* | | | Merge branch 'rails_xss' into rails-3-spikeMatthew Landauer2013-01-04-50/+54
|\ \ \ \ | | |_|/ | |/| |
| * | | Escaping fixesMatthew Landauer2013-01-03-2/+6
| * | | Escaping fixes involving the unpleasant mix of translations, html and string ...Matthew Landauer2013-01-03-46/+46
| * | | Escaping fixMatthew Landauer2013-01-02-2/+2
| |/ /
* | | Using #request_uri is deprecatedHenare Degan2012-12-11-7/+7
* | | Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2012-12-11-21/+19
|/ /
* | Columns in wrong order in requestBrendan Molloy2012-11-17-2/+1
* | Fix for reference to nil object. Fixes https://github.com/mysociety/alaveteli...Louise Crow2012-11-15-12/+12
* | Small html fixes to help pages validateMatthew Landauer2012-11-08-2/+2
|/
* Tidy up request type options line on requests search formMatthew Landauer2012-11-01-14/+16
* Add an option to calls to calculate_status and display_status to specify that...Louise Crow2012-10-23-5/+5
* Change where this link points to as I expected this to link to the section ab...Henare Degan2012-10-03-1/+1
* Merge remote-tracking branch 'openaustralia_github/configuration_refactor' in...Louise Crow2012-10-01-2/+2
|\
| * Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-2/+2
* | Extract partial for easy overriding in a themeMatthew Landauer2012-09-28-6/+6
* | Allow translation of 'Upload FOI response'Louise Crow2012-09-26-1/+1
|/
* Fix typo in translation function call.Louise Crow2012-09-21-4/+4
* Add an option to disable comments on a requestRobin Houston2012-09-19-3/+5
* Now that external request followups can't be made and status can't be updated...Louise Crow2012-08-23-6/+10
* Don't allow status updates on external requests from the front end interface ...Louise Crow2012-08-23-2/+2
* Don't show 'requester only' actions for an external request.Louise Crow2012-08-23-31/+32
* Don't error on a request to followup an external request.Louise Crow2012-08-23-0/+3
* With reference to issue #560, generate better text in the case of an anonymou...Louise Crow2012-08-22-3/+3
* With reference to #561, display "[An anonymous user]" rather than an empty st...Louise Crow2012-08-22-2/+2
* Use user_name to supply the user name for an internal or external request in ...Louise Crow2012-08-22-6/+6
* Fix admin links in the case where an external request is viewed by an admin u...Louise Crow2012-08-22-21/+21
* External requests were not sent by usRobin Houston2012-08-20-1/+1
* Merge branch 'feature/public-body-api-2a' into developRobin Houston2012-07-16-37/+46
|\
| * Ensure (at least in the most basic cases) that views support recent "external...Seb Bacon2012-07-09-37/+46