aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_request_controller.rb
Commit message (Collapse)AuthorAgeLines
* 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
|
* Restrict 'ten days old unclassified' on front page of admin to 50tony2009-03-10-1/+13
| | | | entries to speed up that page, and provide full list as separate page
* Always give full stack trace for admin interfacefrancis2009-01-29-5/+2
|
* Only show the name of the organisation if their domain matches that of email ↵francis2008-12-18-7/+9
| | | | | | | when rendering incoming messages. Centralise domain stripping function.
* Oopsfrancis2008-11-04-2/+2
|
* View raw emails with no fromfrancis2008-11-04-2/+2
|
* Link to download raw emails from admin interface.francis2008-10-29-1/+10
|
* Option to hide comments.francis2008-10-02-2/+6
|
* 'Dohfrancis2008-09-24-6/+5
|
* Guess authority.francis2008-09-24-1/+15
|
* Make fully_destroy work right with new separate raw_email table.francis2008-09-23-4/+8
| | | | Add redeliver_incoming event so recorded where message was moved from.
* Let you see raw emails in admin interfacefrancis2008-09-22-1/+5
|
* Fix up test code, and some bugs relating to splitting out raw_email data.francis2008-09-22-6/+6
|
* Edit annotations.francis2008-09-13-1/+22
|
* Ability for FOI officers to be able to upload responses from their browser.francis2008-09-02-1/+37
|
* Oops - make it actually do substring searches still, just using like rather ↵francis2008-07-28-2/+2
| | | | than ilike.
* ILIKE is not in the SQL standard, but is a PostgreSQL extension. Stop using it.francis2008-07-28-2/+2
|
* Store incoming messages which aren't to a valid request in a holding pen, andfrancis2008-07-08-9/+27
| | | | let people move them from admin interface.
* Option to stop new respones for individual requests which for whatever reasonfrancis2008-05-19-2/+5
| | | | are getting spam.
* Fix various things to do with event statuses. Oops.francis2008-05-12-2/+2
|
* Button to destroy incoming messages.francis2008-05-05-1/+23
|
* Interface for destroying requests entirely.francis2008-04-14-1/+13
|
* Show which user you are in the admin interfacefrancis2008-04-11-1/+2
|