Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bullet list in credits on about page. | francis | 2008-05-21 | -1/+3 |
| | | | | | | | | | | | 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) | |||
* | Use described order for success lists. | francis | 2008-05-19 | -2/+2 |
| | ||||
* | Allow search by described. | francis | 2008-05-19 | -3/+3 |
| | ||||
* | Fix broken next page stuff. | francis | 2008-05-18 | -2/+8 |
| | ||||
* | Track things for arbitary search queries. | francis | 2008-05-15 | -1/+3 |
| | ||||
* | Separate out three kinds of search result | francis | 2008-05-15 | -4/+12 |
| | ||||
* | Fix up test code with Xapian. | francis | 2008-04-30 | -1/+3 |
| | ||||
* | Do collapsing for search, but not for email or RSS | francis | 2008-04-30 | -3/+3 |
| | ||||
* | Get date range searches working. | francis | 2008-04-30 | -4/+9 |
| | ||||
* | Change from acts_as_solr to acts_as_xapian | francis | 2008-04-24 | -2/+2 |
| | ||||
* | Store incoming and outgoing message id in the table for info request events, ↵ | francis | 2008-04-15 | -1/+3 |
| | | | | so has proper foreign key. | |||
* | Skeleton of tracking / alerting / email. | francis | 2008-04-01 | -2/+2 |
| | ||||
* | Use search query for front page part. | francis | 2008-04-01 | -2/+4 |
| | ||||
* | Make the list pages into searches (so RSS can be the same) | francis | 2008-04-01 | -39/+5 |
| | ||||
* | Sort order specially for RSS | francis | 2008-03-31 | -1/+3 |
| | ||||
* | Fix error in null search. | francis | 2008-03-31 | -2/+2 |
| | ||||
* | Preserve search order when you edit a query | francis | 2008-03-31 | -3/+5 |
| | ||||
* | Search index by events, rather than by requests/messages | francis | 2008-03-31 | -5/+3 |
| | ||||
* | Test code for search and the front page. | francis | 2008-03-19 | -10/+11 |
| | ||||
* | Order search results | francis | 2008-03-13 | -4/+16 |
| | ||||
* | Public body search goes to page about body | francis | 2008-03-10 | -2/+2 |
| | ||||
* | Test route. | francis | 2008-03-10 | -1/+7 |
| | ||||
* | Notes, comments | francis | 2008-03-10 | -1/+4 |
| | ||||
* | Improve highlighting | francis | 2008-03-10 | -2/+14 |
| | ||||
* | Index first message text with info requests themselves. | francis | 2008-03-07 | -6/+10 |
| | | | | | | | Fix routing for search queries with full stops in. Public body search indexing. User search indexing. Link to specific users out of ones with same name. | |||
* | Highlighting | francis | 2008-03-06 | -1/+6 |
| | ||||
* | Pagination of search results. | francis | 2008-03-06 | -2/+4 |
| | ||||
* | First pass at indexing info requests with solr | francis | 2008-03-06 | -0/+66 |