diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-17 01:44:04 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-17 01:44:04 +0000 |
commit | 65a52225d02f6dd878d997cf2234474a517cae28 (patch) | |
tree | f082a7fa6f647b26c1d0660c49eeff551bd40def | |
parent | d38239671ca1a0149621512f7bf4a81cb8cbc388 (diff) |
Update tood.
-rw-r--r-- | todo.txt | 24 |
1 files changed, 2 insertions, 22 deletions
@@ -1,17 +1,3 @@ -Search for PICT crash -===================== - -Incoming message 24705 has a badly uuencoded thing due to the bug in escaping -backslashes in the database. -http://www.whatdotheyknow.com/request/dates_of_meetings_between_home_o#incoming-24705 -- Upgrade Rails to a newer version even still -- Check this works still: -s = IncomingMessage.find(24705); text = s.get_main_body_text_internal; s.cached_main_body_text = text; s.save! -- You can unhide the bad request from search now it is fixed -http://blog.aradine.com/2009/09/rubys-marshal-and-activerecord-and.html -https://rails.lighthouseapp.com/projects/8994/tickets/1063-binary-data-broken-with-postgresql-adapter - - Letting you hide individual things ================================== @@ -21,18 +7,12 @@ Make sure hidden things don't show in search snippets in models/comment.rb: # So when made invisble it vanishes Remove comments visible -More -==== - -This is broken uudecode -http://www.whatdotheyknow.com/request/section_44_terrorism_act_areas#incoming-5217 - -test if get_attachments_for_display called multiple times in one request? - Next (things that will reduce admin time mainly) ==== +test if get_attachments_for_display called multiple times in one request? + sending an email alert for this query takes crazy long query = 'variety:response (status:successful OR status:partially_successful)' something to do with the way event_digest loops with lots of responses? |