diff options
author | francis <francis> | 2009-04-01 16:03:57 +0000 |
---|---|---|
committer | francis <francis> | 2009-04-01 16:03:57 +0000 |
commit | 204e8af523da2abc3adcfdaa025c41962286323c (patch) | |
tree | cd4eac9485214289329e54bf41b672eb4318616d | |
parent | 356a6efbd41eda2b925d91353872685aaa873203 (diff) |
Some change.
-rw-r--r-- | todo.txt | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -7,9 +7,29 @@ Check #email_subscriptions in unsubscribe link Change text so that overdue covers qualified exemption of public interest test being valid reason for delay. +When moving request: +ActionView::TemplateError (undefined method `info_request' for nil:NilClass) on line #34 of request/show.rhtml: +31: <% if !@xapian_similar.nil? && @xapian_similar.results.size > 0 %> +32: <h2>Similar requests</h2> +33: <% for result in @xapian_similar.results %> +34: <%= render :partial => 'request/request_listing_via_event', :locals => { :event => result[:model], :info_request => result[:model].info_request } %> +35: <% end %> +36: <% if @xapian_similar_more %> +37: <p><%= link_to "More similar requests", request_similar_url(@info_request) %></p> + + +Julian things: +Fold up the pages a bit more by default? +Use FOI code from them +Keep FOI code in subject to help them a bit +Show requests by authority on user page +Let the user refile ones that have arrived in wrong place +Second request by same person - tell them to use this email Use maybe words for generated email address? Name of the person and a request number (i.e. number of that persons request, so there are few numbers)? +julian.todd@section44.whatdotheyknow.com +Identify authority by who it is from. It looks like an error generated by GFI MailEssentials, see p62 of chapter 11 of the manual at http://www.gfi.com/mes/me11manual.pdf which states: 7. Check if emails contain more than X numbers in the MIME from: |