aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/request_mailer.rb4
-rw-r--r--todo.txt7
2 files changed, 5 insertions, 6 deletions
diff --git a/app/models/request_mailer.rb b/app/models/request_mailer.rb
index 13ad53f08..2c0c5639f 100644
--- a/app/models/request_mailer.rb
+++ b/app/models/request_mailer.rb
@@ -4,7 +4,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: request_mailer.rb,v 1.29 2008-04-15 12:06:10 francis Exp $
+# $Id: request_mailer.rb,v 1.30 2008-05-16 00:57:49 francis Exp $
class RequestMailer < ApplicationMailer
@@ -44,7 +44,7 @@ class RequestMailer < ApplicationMailer
def requires_admin(info_request)
@from = contact_from_name_and_email
@recipients = @from
- @subject = "Unusual FOI response, requires admin attention"
+ @subject = "Unusual FOI response - " + info_request.title
url = main_url(request_url(info_request))
admin_url = request_admin_url(info_request)
@body = {:info_request => info_request, :url => url, :admin_url => admin_url }
diff --git a/todo.txt b/todo.txt
index f27d588aa..ec403960d 100644
--- a/todo.txt
+++ b/todo.txt
@@ -31,10 +31,6 @@ BAILII - relationship with law courts, robots.txt ?
Next
====
-Unusual FOI response subject should have name of request
-
-In email alerts, show request heading somewhere
-
Blog posts / Wikipedia articles about this request
e.g. http://socialreporter.wordpress.com/2008/04/14/costs-of-the-bbc-action-action-network/
http://reportr.net/2008/04/24/bbc-spent-6m-to-develop-the-iplayer/
@@ -44,9 +40,12 @@ Check that this, which was success marked late by admin (me), makes it into
RSS feed OK.
http://www.whatdotheyknow.com/request/breakdown_of_calulation_of_jsa
+Test: In email alerts, show request heading somewhere
Debug for search track emails
Highlight words in them, and in RSS
+Check test code coverage again
+
Later
=====