aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_request_controller.rb
Commit message (Expand)AuthorAgeLines
* 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
* Reformat for readability.Louise Crow2012-09-13-1/+3
* Allow external requests to be hidden from the admin interface.Louise Crow2012-08-22-6/+10
* Fail with NotFound if request slug doesn't existRobin Houston2012-08-20-1/+1
* Merge branch 'wdtk' into developLouise Crow2012-08-16-7/+16
|\
| * Fix typo in comment.Louise Crow2012-08-16-7/+16
* | Ensure (at least in the most basic cases) that views support recent "external...Seb Bacon2012-07-09-1/+1
|/
* Log an event when a request is hiddenRobin Houston2012-06-04-1/+9
* Allow subject to be specified when request hiddenRobin Houston2012-06-03-1/+2
* Always supply admins with reason why a request was sent to the holding pen, ...Seb Bacon2012-05-29-1/+1
* Allow messages to be redelivered to more than one request. Closes #442Seb Bacon2012-05-29-25/+29
* Support easy hiding of requests for admins. Currently not exposed in core ad...Seb Bacon2012-05-25-0/+29
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-31/+31
* Show the rejected reason for the incoming message in question, not the most r...Seb Bacon2011-08-11-1/+1
* allow admin to redeliver emails to closed requests. Fixes #116Seb Bacon2011-08-08-1/+1
* Guess holding pen emails based on having a correct hash and an incorrect id. ...Seb Bacon2011-08-08-9/+1
* Log the reason why an incoming mail is routed to the holding pen, and display...Seb Bacon2011-08-03-1/+4