aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/request/show.rhtml12
-rw-r--r--public/images/feed-14.pngbin0 -> 689 bytes
-rw-r--r--public/images/feed-28.pngbin0 -> 1737 bytes
-rw-r--r--public/stylesheets/main.css8
-rw-r--r--todo.txt14
5 files changed, 22 insertions, 12 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 35ec1a258..f748102c5 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -32,7 +32,7 @@
<% elsif @status == 'waiting_response_overdue' %>
Currently <strong>overdue a response</strong> from <%=
public_body_link(@info_request.public_body) %>. The
- <%= link_to "response was due", about_url + "#quickly_response" %></li>
+ <%= link_to "response was due", about_url + "#quickly_response" %>
on <strong><%= simple_date(@info_request.date_response_required_by) %></strong>.
<% elsif @status == 'not_held' %>
<%= public_body_link(@info_request.public_body) %> <strong>did not have</strong> the information requested.
@@ -80,20 +80,22 @@
<% else %>
<% if @info_request.user == @user %>
<p>You will be emailed when there are updates to your own request.</p>
- <p>You may also <%= link_to "get an RSS feed", track_request_url(:url_title => @info_request.url_title) %>.</p>
+ <p>You may also <%= link_to "get an RSS feed", track_request_url(:url_title => @info_request.url_title) %>
+ <img src="/images/feed-14.png" alt="" class="rss"></p>
<% else %>
<%= link_to "Track updates to this request", track_request_url(:url_title => @info_request.url_title) %>
- (by email or RSS feed)
+ (by email or RSS feed <img src="/images/feed-14.png" alt="" class="rss">)
<% end %>
<% end %>
</p>
<% else %>
<% if @info_request.user == @user %>
<p>You will be emailed when there are updates to your own request.</p>
- <p>You may also <%= link_to "get an RSS feed", track_request_url(:url_title => @info_request.url_title) %>.</p>
+ <p>You may also get an <%= link_to 'RSS feed', track_request_url(:url_title => @info_request.url_title) %>
+ <img src="/images/feed-14.png" alt="" class="rss"></p>
<% else %>
<p>Be the first to <%= link_to "track updates to this request", track_request_url(:url_title => @info_request.url_title) %>
- (by email or RSS feed)</p>
+ (by email or RSS feed <img src="/images/feed-14.png" alt="" class="rss">)</p>
<% end %>
<% end %>
diff --git a/public/images/feed-14.png b/public/images/feed-14.png
new file mode 100644
index 000000000..b3c949d22
--- /dev/null
+++ b/public/images/feed-14.png
Binary files differ
diff --git a/public/images/feed-28.png b/public/images/feed-28.png
new file mode 100644
index 000000000..d64c669c7
--- /dev/null
+++ b/public/images/feed-28.png
Binary files differ
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index b32aa27ba..2cdadd8db 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -512,6 +512,14 @@ dt {
margin-bottom: 30em;
}
+/* tracking */
+
+img.rss {
+ vertical-align: baseline;
+ border: 0;
+}
+
+
/* User accounts */
.confirmation_message {
diff --git a/todo.txt b/todo.txt
index 99029d8c6..559e6dcbe 100644
--- a/todo.txt
+++ b/todo.txt
@@ -34,7 +34,6 @@ Things to track:
- successful responses
Fix search to deal with overdue message query that Tomski asks for
-Make overdue an actual state change?
Later
@@ -48,7 +47,7 @@ e.g. http://www.flickr.com/groups/central/discuss/72157604494352123/721576045154
Get Atom highlighting to include stylesheet for yellow somehow
Does Atom infer base URLs from included HTML or do we need to be explicit?
-Add RSS icons
+When you click RSS feed when on own request, default to RSS in the choice on next page
"Some of the information" option should give you choice of complaining if you like.
@@ -76,9 +75,6 @@ This search gives a runtime error:
Preview when sending followups - especially people need to see quoting/subject
when sending "my response is late"
-Holding pen with comments - new requests don't get sent straight away, but are
- delayed while people help improve them.
-
Change email address interface - easier to do now with post_redirect.circumstance?
Consider showing Subject: of email somewhere
@@ -103,8 +99,9 @@ in sidebar of request
Tell application developer if working days table not up to date, and needs
updating
-Response overdue alerts are only sent first time a request goes into that state :(
- Store id in alert of last event which resets the due date
+Response overdue alerts (NOT TRACKS - this is old style alerts to requester)
+are only sent first time a request goes into that state :( Store id in alert of
+last event which resets the due date
Overdue response events, so track alerts / RSS picks up when response is late
@@ -176,6 +173,9 @@ http://community.foe.co.uk/tools/right_to_know/faq.html#why_specify
Add geographical location to council import
+Holding pen with comments - new requests don't get sent straight away, but are
+ delayed while people help improve them.
+
Simple Digg style "I lke this request" button
Editable user profile, including photo upload