aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_request_controller.rb
Commit message (Expand)AuthorAgeLines
* Make downloading a raw email a RESTful routeLouise Crow2014-12-18-7/+0
* Make marking an event as a clarification a RESTful routeLouise Crow2014-12-18-15/+0
* Make hide a RESTful action accessed via POSTLouise Crow2014-12-12-1/+1
* Make show_raw_email a RESTful action via GETLouise Crow2014-12-12-28/+0
* RESTful routing for editing and updating commentsLouise Crow2014-12-12-24/+0
* Make move a RESTful actionLouise Crow2014-12-12-2/+2
* Use RESTful routing for destroy actionLouise Crow2014-12-12-1/+1
* Use RESTful routing for resend actionLouise Crow2014-12-12-30/+0
* Use RESTful routing for index and show actionsLouise Crow2014-12-12-15/+10
* Extract resending a message from the modelGareth Rees2014-10-17-1/+24
* Interpolate rather than String#+Gareth Rees2014-08-18-1/+1
* Use different flash for fully_destroy external InfoRequestGareth Rees2014-08-18-1/+2
* Rename XXX comments with TODO:Gareth Rees2014-06-10-2/+2
* Merge branch 'feature/1176-automate-authority-contacts' into rails-3-developLouise Crow2014-01-28-1/+2
|\
| * Allow from_admin_message to take a name and email.Louise Crow2014-01-13-1/+2
* | Standardise explanation generation by using render_to_stringLouise Crow2013-12-18-9/+7
|/
* Merge branch 'feature/hide-individual-responses' into rails-3-developLouise Crow2013-09-17-85/+0
|\
| * Move incoming message admin to its own controller.Louise Crow2013-09-16-52/+0
| * Move outgoing message admin actions to their own controller.Louise Crow2013-09-16-33/+0
* | Make admin edits affect info_request_event described_states.Louise Crow2013-08-15-4/+4
|/
* Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
* Removed in eadfc265ff83524cbd54b2682f2de818bca24bf4Henare Degan2013-03-15-15/+0
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-21/+21
|\
| * Removed unused admin page. This stuff is now shown on the summary pageMatthew Landauer2013-03-08-15/+0
| * Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ...Louise Crow2013-03-06-20/+20
| |\
| | * Inline helperMatthew Landauer2013-02-15-15/+15
| | * Stop using admin_url to generate absolute url for the admin interfaceMatthew Landauer2013-02-15-1/+1
| | * Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-3/+3
| | * Rename helper methodMatthew Landauer2013-02-15-1/+1
| * | Use string interpolation to make the flash message more readable in the codeMatthew Landauer2013-02-26-1/+1
| * | Make flash message in admin interface html safeMatthew Landauer2013-02-26-1/+1
| * | Mark the info request name as safe - hidden_user_explanation's content will b...Louise Crow2013-02-19-1/+1
| |/
* | In will_paginate 3 you can call paginate directly on the modelHenare Degan2013-03-03-1/+1
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-2/+2
* | Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-1/+1
* | Update to new mail sending APIHenare Degan2013-02-25-2/+2
* | Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-1/+1
|\|
| * Mark flash with markup in it as html safe.Louise Crow2013-02-08-1/+1
* | Convert query to more activerecord 3 formMatthew Landauer2013-01-30-7/+5
* | If now query is supplied get all the requestsMatthew Landauer2013-01-30-4/+10
|/
* Remove redundant method.Louise Crow2012-12-04-1/+1
* Use mail handler method to get mail object from raw data when redelivering a ...Louise Crow2012-11-15-2/+1
* Re-route model code that accesses the mail object from field via wrapper methodsLouise Crow2012-11-15-2/+2
* Add wrapper method so that admin_request_controller doesn't access mail objec...Louise Crow2012-11-15-1/+1
* Redirect calls to admin_http_auth_user to more generic wrapper admin_current_...Louise Crow2012-10-30-9/+9
* Bugfix - fixed cut and paste error.Louise Crow2012-10-17-1/+1
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-2/+2
* Add an option to disable comments on a requestRobin Houston2012-09-19-1/+4
* Paginate the list of old unclassified requests.Louise Crow2012-09-13-1/+12