diff options
-rw-r--r-- | app/views/help/about.rhtml | 2 | ||||
-rw-r--r-- | app/views/layouts/default.rhtml | 9 | ||||
-rw-r--r-- | todo.txt | 20 |
3 files changed, 14 insertions, 17 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 7e23521ea..a9c8c8726 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -379,7 +379,7 @@ You're all stars. <dt id="helpus">Can I help out?<a href="#helpus">#</a> </dt> <dd> - <p>Yes please! We're built out of our supporters and volunteers. Join us.</p> + <p>Yes please! We're built out of our supporters and volunteers.</p> <ul> <li>You can <a href="https://secure.mysociety.org/donate/">make a donation</a>. We're a registered charity.</li> <li>Find out FOI email addresses of <a href="#missing_body">authorities that we're missing</a>.</li> diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 0d2fba5f8..c3aed2e74 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -85,9 +85,12 @@ </div> <div id="footer"> - Built by <a href="http://www.mysociety.org/">mySociety</a> ... and you. - <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/foi">Get the source code</a> (is on Rails). - Dedicated to <a href="http://mk.ucant.org/archives/000129.html">Chris Lightfoot</a>. + <a href="/help/contact">Contact WhatDoTheyKnow.com</a> + | + Built by <a href="http://www.mysociety.org/">mySociety</a> ... + <a href="/help/about#helpus">and you</a> + | + Dedicated to <a href="http://mk.ucant.org/archives/000129.html">Chris Lightfoot</a> </div> <% if MySociety::Config.get("DOMAIN", '127.0.0.1:3000') == 'www.whatdotheyknow.com' %> @@ -1,10 +1,5 @@ Test data for Tony -Censor stuff -============ - -Thing about case insensitivity -Add rules for users / bodies? Internal review =============== @@ -39,22 +34,17 @@ internal_review in case where current state is already internal_review. Next ==== -Can use track count to show interesting requests -select info_request_id, title, count(*) as c from track_things, info_requests where track_things.info_request_id is not null and track_things.info_request_id = info_requests.id group by info_request_id, title order by c; +Make green box more visible when click reminder email link +Check new wording in reminder email looks good Consider putting the request email address in footer? So when forwarded about, address sticks there. Make it so you definitely don't get alert for the annotation that you just made -Display date in Cycle Path Bank.txt and post on blog -http://www.whatdotheyknow.com/request/sale_of_bristol_city_council_lan - The Issue document here doesn't load - need to decect word docs from file content. http://www.whatdotheyknow.com/request/monitoring_of_foi_internal_revie -Tweak footer - doesn't need mysociety link or get source link any more - Awaiting internal review overdue? Make HTML load read from cache file if present @@ -62,7 +52,8 @@ Do something about <title> of views Knackered view as HTML: http://www.whatdotheyknow.com/request/statistics_for_allocation_of_dut#incoming-4793 http://www.whatdotheyknow.com/request/post_lawrence_report_diversity_t_7#incoming-5483 - + http://www.whatdotheyknow.com/request/3289/response/7810/attach/html/3/20081023ReplyLetter.pdf +Make it show images properly Performance: Remove loading of public body tags from every info request load @@ -125,6 +116,9 @@ http://www.whatdotheyknow.com/body/papworth_hospital_nhs_foundation_trust Later ===== +Can use track count to show interesting requests +select info_request_id, title, count(*) as c from track_things, info_requests where track_things.info_request_id is not null and track_things.info_request_id = info_requests.id group by info_request_id, title order by c; + Test code for FOI officer upload Detect councils that always send automatic acknowledgements, and notice if they |