Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Store incoming messages which aren't to a valid request in a holding pen, and | francis | 2008-07-08 | -1/+29 |
| | | | | let people move them from admin interface. | |||
* | Cope with mistyped l instead of 1, and o instead of 0 in request emails. | francis | 2008-06-11 | -2/+9 |
| | ||||
* | Fix off by one error. | francis | 2008-06-11 | -5/+14 |
| | ||||
* | Support authorities to which only EIR requests can be made. | francis | 2008-05-27 | -4/+52 |
| | ||||
* | Show people tracking same query, when you are on search page. | francis | 2008-05-21 | -11/+12 |
| | | | | | | | | | Put name of admin user rather than import_csv. Send automated email to remind people to clarify their request. Send response overdue alerts multiple times for one request (if it becomes overdue again after a clarification etc.) Overdue response alert email click through shows how many days overdue it is near where you write your reply. | |||
* | Bullet list in credits on about page. | francis | 2008-05-21 | -2/+2 |
| | | | | | | | | | | | 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) | |||
* | Option to stop new respones for individual requests which for whatever reason | francis | 2008-05-19 | -2/+10 |
| | | | | are getting spam. | |||
* | Fix bug when comparing new requests, caused by removal of space in body ↵ | francis | 2008-05-16 | -2/+3 |
| | | | | function. | |||
* | Due to new alert types, can have a link between event and fact that sent | francis | 2008-05-16 | -2/+5 |
| | | | | which is not of the request being tracked. | |||
* | Separate out three kinds of search result | francis | 2008-05-15 | -4/+4 |
| | ||||
* | update model annotations | francis | 2008-05-12 | -2/+2 |
| | ||||
* | Fix various things to do with event statuses. Oops. | francis | 2008-05-12 | -5/+14 |
| | ||||
* | Make it work when no title during creation. | francis | 2008-05-09 | -2/+5 |
| | ||||
* | Link to stats graph. | francis | 2008-05-09 | -2/+2 |
| | ||||
* | Strip spaces from titles. | francis | 2008-05-08 | -1/+6 |
| | ||||
* | Remove extra info about Polly Tucker | francis | 2008-05-08 | -6/+2 |
| | ||||
* | Remove unsued html_highlight param | francis | 2008-04-30 | -3/+1 |
| | ||||
* | Index HTML attachments. | francis | 2008-04-30 | -2/+2 |
| | ||||
* | Do collapsing for search, but not for email or RSS | francis | 2008-04-30 | -5/+5 |
| | ||||
* | Get date range searches working. | francis | 2008-04-30 | -3/+3 |
| | ||||
* | Make destroying Xapian records work. | francis | 2008-04-29 | -3/+3 |
| | ||||
* | Update calculated even status when new events are described (used to be done in | francis | 2008-04-29 | -2/+4 |
| | | | | | Solr indexing, better done here now anyway) Fix bug where it wasn't passing latest statest change through | |||
* | Change from acts_as_solr to acts_as_xapian | francis | 2008-04-24 | -65/+14 |
| | ||||
* | Annotate models | francis | 2008-04-21 | -2/+2 |
| | ||||
* | Fix bug in calculation of request date. | francis | 2008-04-21 | -32/+37 |
| | ||||
* | Replace all special sorts with :order clauses on has_many | francis | 2008-04-18 | -5/+4 |
| | ||||
* | Use :order in the :has_many for request events, rather than doing a special ↵ | francis | 2008-04-18 | -17/+11 |
| | | | | find everywhere. | |||
* | Hmm | francis | 2008-04-17 | -2/+2 |
| | ||||
* | Store time of description. | francis | 2008-04-17 | -1/+5 |
| | ||||
* | More eager | francis | 2008-04-16 | -2/+2 |
| | ||||
* | Load associations relating to search | francis | 2008-04-16 | -2/+4 |
| | ||||
* | Use same as on pages | francis | 2008-04-15 | -2/+2 |
| | ||||
* | Debugging solr | francis | 2008-04-15 | -1/+12 |
| | ||||
* | Centralise call to multi_solr_search | francis | 2008-04-14 | -1/+17 |
| | ||||
* | Make sure solr destroyed | francis | 2008-04-14 | -1/+4 |
| | ||||
* | Function to completely destroy an info request. | francis | 2008-04-14 | -1/+14 |
| | ||||
* | Show on a request who is tracking it. | francis | 2008-04-04 | -1/+2 |
| | ||||
* | Unique indices for track things tables. | francis | 2008-04-04 | -2/+2 |
| | | | | Annotate models. | |||
* | Match magic email case insensitively | francis | 2008-04-03 | -1/+4 |
| | ||||
* | Skeleton of tracking / alerting / email. | francis | 2008-04-01 | -2/+2 |
| | ||||
* | Sort order specially for RSS | francis | 2008-03-31 | -4/+7 |
| | ||||
* | Model annotations | francis | 2008-03-31 | -2/+2 |
| | ||||
* | Column for calculated state of an event. | francis | 2008-03-31 | -19/+21 |
| | ||||
* | Don't flag quite so many responses as succsesful. | francis | 2008-03-31 | -7/+13 |
| | ||||
* | Search index by events, rather than by requests/messages | francis | 2008-03-31 | -52/+19 |
| | ||||
* | requested_from: requested_by: and type: searches. | francis | 2008-03-25 | -10/+28 |
| | ||||
* | Send email to remind people to classify their response. | francis | 2008-03-24 | -4/+14 |
| | ||||
* | More secure password changing - have to specifically have clicked link in | francis | 2008-03-21 | -2/+2 |
| | | | | change password email, rather than using any link. | |||
* | Get rid of special envelope from -bounce addresses, as they are no good since | francis | 2008-03-21 | -25/+11 |
| | | | | enough public authorities mail them with non-automatic messages. | |||
* | Clean out todo a bit. | francis | 2008-03-18 | -2/+2 |
| | | | | Annotate models up to date. |