Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename ALL THE TEMPLATES!!1!!!one!!1!! | Henare Degan | 2013-02-27 | -1/+1 |
| | | | | .rhtml is deprecated in favour of .erb in Rails 3 | |||
* | Update to new mail sending API | Henare Degan | 2013-02-25 | -2/+2 |
| | ||||
* | Merge branch 'develop' into rails-3-spike | Henare Degan | 2013-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 Crow | 2013-02-08 | -1/+1 |
| | | ||||
* | | Convert query to more activerecord 3 form | Matthew Landauer | 2013-01-30 | -7/+5 |
| | | ||||
* | | If now query is supplied get all the requests | Matthew Landauer | 2013-01-30 | -4/+10 |
|/ | ||||
* | Remove redundant method. | Louise Crow | 2012-12-04 | -1/+1 |
| | ||||
* | Use mail handler method to get mail object from raw data when redelivering a ↵ | Louise Crow | 2012-11-15 | -2/+1 |
| | | | | mail from the admin interface. | |||
* | Re-route model code that accesses the mail object from field via wrapper methods | Louise Crow | 2012-11-15 | -2/+2 |
| | ||||
* | Add wrapper method so that admin_request_controller doesn't access mail ↵ | Louise Crow | 2012-11-15 | -1/+1 |
| | | | | object directly. | |||
* | Redirect calls to admin_http_auth_user to more generic wrapper ↵ | Louise Crow | 2012-10-30 | -9/+9 |
| | | | | admin_current_user | |||
* | Bugfix - fixed cut and paste error. | Louise Crow | 2012-10-17 | -1/+1 |
| | ||||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
| | ||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -2/+2 |
| | ||||
* | Add an option to disable comments on a request | Robin Houston | 2012-09-19 | -1/+4 |
| | | | | Closes #30. | |||
* | Paginate the list of old unclassified requests. | Louise Crow | 2012-09-13 | -1/+12 |
| | ||||
* | Reformat for readability. | Louise Crow | 2012-09-13 | -1/+3 |
| | ||||
* | Allow external requests to be hidden from the admin interface. | Louise Crow | 2012-08-22 | -6/+10 |
| | ||||
* | Fail with NotFound if request slug doesn't exist | Robin Houston | 2012-08-20 | -1/+1 |
| | | | | Closes #554. | |||
* | Merge branch 'wdtk' into develop | Louise Crow | 2012-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 Crow | 2012-08-16 | -7/+16 |
| | | ||||
* | | Ensure (at least in the most basic cases) that views support recent ↵ | Seb Bacon | 2012-07-09 | -1/+1 |
|/ | | | | "external request" changes (mainly that InfoRequests no longer necessarily have a User). | |||
* | Log an event when a request is hidden | Robin Houston | 2012-06-04 | -1/+9 |
| | ||||
* | Allow subject to be specified when request hidden | Robin Houston | 2012-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 Bacon | 2012-05-29 | -1/+1 |
| | | | | even if it's "unknown" | |||
* | Allow messages to be redelivered to more than one request. Closes #442 | Seb Bacon | 2012-05-29 | -25/+29 |
| | ||||
* | Support easy hiding of requests for admins. Currently not exposed in core ↵ | Seb Bacon | 2012-05-25 | -0/+29 |
| | | | | admin interface (requires adminbootstraptheme). | |||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -31/+31 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Show the rejected reason for the incoming message in question, not the most ↵ | Seb Bacon | 2011-08-11 | -1/+1 |
| | | | | recent rejected reason for the info request in question. Fixes #129. | |||
* | allow admin to redeliver emails to closed requests. Fixes #116 | Seb Bacon | 2011-08-08 | -1/+1 |
| | ||||
* | Guess holding pen emails based on having a correct hash and an incorrect id. ↵ | Seb Bacon | 2011-08-08 | -9/+1 |
| | | | | Closes #117 | |||
* | Log the reason why an incoming mail is routed to the holding pen, and ↵ | Seb Bacon | 2011-08-03 | -1/+4 |
| | | | | display it to administrators. Closes #107. | |||
* | Tags for requests, with admin interface to view/edit them. | Francis Irving | 2010-09-29 | -1/+4 |
| | ||||
* | Give change names so it looks good in admin interface | Francis Irving | 2010-08-12 | -2/+2 |
| | ||||
* | Log changing body / user | Francis Irving | 2010-08-12 | -0/+14 |
| | ||||
* | Interface to move request to new user or authority | Francis Irving | 2010-08-12 | -0/+32 |
| | ||||
* | Fix up FOI upload officer URLs | Francis Irving | 2010-03-03 | -2/+2 |
| | ||||
* | Check there are from addresses | Francis Irving | 2009-10-29 | -1/+1 |
| | ||||
* | Use default 21 days for old unclassified. | francis | 2009-10-03 | -3/+2 |
| | ||||
* | Typo. | francis | 2009-09-09 | -2/+2 |
| | ||||
* | Check address to when working out holding pen address | francis | 2009-09-08 | -2/+7 |
| | ||||
* | Look up request just by id, not using hash, on holding pen pages. | francis | 2009-09-07 | -3/+10 |
| | ||||
* | Destroy outgoing messages button. | francis | 2009-07-21 | -1/+14 |
| | ||||
* | Use caching that allows pre-authentication. | francis | 2009-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 ↵ | francis | 2009-06-23 | -2/+11 |
| | | | | administrator screens). | |||
* | Fancier options for stopping new responses to requests. | francis | 2009-06-15 | -4/+7 |
| | ||||
* | Make old_unclassfied function a bit more flexible for reuse elsewhere e.g. ↵ | louise | 2009-04-08 | -2/+3 |
| | | | | in mailing reminders to requesters | |||
* | Moving logic for determining old and unclassified requests to the model in ↵ | louise | 2009-04-08 | -10/+2 |
| | | | | preparation for allowing anyone to edit them | |||
* | controller, not model! | francis | 2009-04-08 | -2/+2 |
| | ||||
* | Mark old responses as require clarification. | francis | 2009-04-02 | -1/+16 |
| |