diff options
author | francis <francis> | 2008-05-21 10:51:23 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-21 10:51:23 +0000 |
commit | 4945a4c4801326553be87c80a381afdd787841c3 (patch) | |
tree | 1da01bc40aa136b56c9fb080a3332bfe9060c4f9 /app/models/info_request.rb | |
parent | 2452b06d4b9a45d43b01af261b19a842a747dbe9 (diff) |
Bullet list in credits on about page.
Rename rss_at to described_at.
Email alerts based on date of description, not just creation date (so don't
miss things that were created before alert but described only recently)
Tidy up when described vs. newest is used for sort order.
Caching of text extracted from attachments, and display in search results.
Add some tests for things that aren't tested.
(alright, maybe we *should* use git/hg if I'm going to keep doing this many
separate commits on a train)
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 1f30c3cbb..ece806009 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 55 +# Schema version: 56 # # Table name: info_requests # @@ -22,7 +22,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request.rb,v 1.112 2008-05-19 12:01:22 francis Exp $ +# $Id: info_request.rb,v 1.113 2008-05-21 10:51:24 francis Exp $ require 'digest/sha1' require File.join(File.dirname(__FILE__),'../../vendor/plugins/acts_as_xapian/lib/acts_as_xapian') |