aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/request/_bubble.rhtml2
-rw-r--r--public/images/icon_image_tiff_large.pngbin0 -> 2552 bytes
-rw-r--r--todo.txt15
3 files changed, 8 insertions, 9 deletions
diff --git a/app/views/request/_bubble.rhtml b/app/views/request/_bubble.rhtml
index c8ee1dbd8..f28801688 100644
--- a/app/views/request/_bubble.rhtml
+++ b/app/views/request/_bubble.rhtml
@@ -5,7 +5,7 @@
<div class="xboxcontent">
<% if not attachments.nil? and attachments.size > 0 %>
<p> <% attachments.each do |a| %>
- <% if ['application/pdf', 'application/msword', 'text/plain'].include?(a.content_type) %>
+ <% if ['application/pdf', 'application/msword', 'text/plain', 'image/tiff'].include?(a.content_type) %>
<img alt="Attachment" src="/images/icon_<%=a.content_type.sub('/', '_')%>_large.png" align="absmiddle">
<% else %>
Attachment:
diff --git a/public/images/icon_image_tiff_large.png b/public/images/icon_image_tiff_large.png
new file mode 100644
index 000000000..356f63478
--- /dev/null
+++ b/public/images/icon_image_tiff_large.png
Binary files differ
diff --git a/todo.txt b/todo.txt
index a6df2d134..14f2480b7 100644
--- a/todo.txt
+++ b/todo.txt
@@ -14,9 +14,6 @@ BAILII - relationship with law courts, robots.txt ?
Status of messages stuff
========================
-Add - response was made in private state
-or maybe 'response refusing to publish for spurious reasons
-
Use sent again date when there has been resent?, e.g. for
http://foi.mysociety.org/request/16
Make date estimate use follow up time etc.
@@ -26,8 +23,9 @@ Status inputting:
search for 'classify' and tidy text
-Show due date on, e.g.
+Show proper due date on, e.g.
http://foi.mysociety.org/request/4
+ http://foi.mysociety.org/request/17
Sort by due date, show categorisation everywhere
Alert somewhere if working days table not up to date
@@ -44,14 +42,15 @@ And Tom's woes:
http://foi.mysociety.org/request/8
Also: Consider removing login links from notifications of new responses
-And my woes:
- http://foi.mysociety.org/request/17
- - why duplicate?
-
Things waiting clarification need link to help you do it.
Do something at least a bit aggressive when response is late
+
+Add - response was made in private state
+or maybe 'response refusing to publish for spurious reasons
+
+
Next
====