aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_request_controller.rb
Commit message (Collapse)AuthorAgeLines
* Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-1/+1
| | | | .rhtml is deprecated in favour of .erb in Rails 3
* Update to new mail sending APIHenare Degan2013-02-25-2/+2
|
* Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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
| | | | mail from the admin interface.
* 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 ↵Louise Crow2012-11-15-1/+1
| | | | object directly.
* Redirect calls to admin_http_auth_user to more generic wrapper ↵Louise Crow2012-10-30-9/+9
| | | | admin_current_user
* 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
| | | | Closes #30.
* 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
| | | | Closes #554.
* Merge branch 'wdtk' into developLouise Crow2012-08-16-7/+16
|\ | | | | | | | | | | | | Conflicts: app/controllers/admin_request_controller.rb config/httpd.conf spec/models/info_request_spec.rb
| * Fix typo in comment.Louise Crow2012-08-16-7/+16
| |
* | Ensure (at least in the most basic cases) that views support recent ↵Seb Bacon2012-07-09-1/+1
|/ | | | "external request" changes (mainly that InfoRequests no longer necessarily have a User).
* 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
| | | | When a request is hidden by an admin, allow the subject line to be specified.
* Always supply admins with reason why a request was sent to the holding pen, ↵Seb Bacon2012-05-29-1/+1
| | | | even if it's "unknown"
* 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 ↵Seb Bacon2012-05-25-0/+29
| | | | admin interface (requires adminbootstraptheme).
* Remove trailing whitespace (to make a cleaner forthcoming merge with ↵Seb Bacon2012-05-15-31/+31
| | | | wombleton:feature/440_sparkly_admin_css)
* Show the rejected reason for the incoming message in question, not the most ↵Seb Bacon2011-08-11-1/+1
| | | | recent rejected reason for the info request in question. Fixes #129.
* 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
| | | | Closes #117
* Log the reason why an incoming mail is routed to the holding pen, and ↵Seb Bacon2011-08-03-1/+4
| | | | display it to administrators. Closes #107.
* Tags for requests, with admin interface to view/edit them.Francis Irving2010-09-29-1/+4
|
* Give change names so it looks good in admin interfaceFrancis Irving2010-08-12-2/+2
|
* Log changing body / userFrancis Irving2010-08-12-0/+14
|
* Interface to move request to new user or authorityFrancis Irving2010-08-12-0/+32
|
* Fix up FOI upload officer URLsFrancis Irving2010-03-03-2/+2
|
* Check there are from addressesFrancis Irving2009-10-29-1/+1
|
* Use default 21 days for old unclassified.francis2009-10-03-3/+2
|
* Typo.francis2009-09-09-2/+2
|
* Check address to when working out holding pen addressfrancis2009-09-08-2/+7
|
* Look up request just by id, not using hash, on holding pen pages.francis2009-09-07-3/+10
|
* Destroy outgoing messages button.francis2009-07-21-1/+14
|
* Use caching that allows pre-authentication.francis2009-06-30-10/+1
| | | | | Add test code for hidden requests. Make super users able to view hidden requests.
* "hidden" option to completely hide requests (from everyone except ↵francis2009-06-23-2/+11
| | | | administrator screens).
* Fancier options for stopping new responses to requests.francis2009-06-15-4/+7
|
* Make old_unclassfied function a bit more flexible for reuse elsewhere e.g. ↵louise2009-04-08-2/+3
| | | | in mailing reminders to requesters
* Moving logic for determining old and unclassified requests to the model in ↵louise2009-04-08-10/+2
| | | | preparation for allowing anyone to edit them
* controller, not model!francis2009-04-08-2/+2
|
* Mark old responses as require clarification.francis2009-04-02-1/+16
|