Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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. | |||
* | If request is deleted, then send email on to admin, rather than raising an | francis | 2008-03-17 | -11/+19 |
| | | | | exception that goes to the public body in a delivery failure. | |||
* | Explicity option to say the body does not hold the information (this is | francis | 2008-03-16 | -10/+9 |
| | | | | | | actually separate from rejection in the act, and is a genuinely needed user interface option for when the public authority tells people to send the request elsehwere0 | |||
* | Add tests for broken case of saving info request or user when there is ↵ | francis | 2008-03-15 | -2/+2 |
| | | | | | | existing one with same title/name. Fix the bug, which was in function that makes url_title/url_name. | |||
* | Yeuch. | francis | 2008-03-14 | -2/+6 |
| | ||||
* | Not sure this makes a difference. | francis | 2008-03-14 | -2/+2 |
| | ||||
* | hide backpaged things from search | francis | 2008-03-13 | -5/+20 |
| | ||||
* | Order search results | francis | 2008-03-13 | -3/+3 |
| | ||||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -3/+4 |
| | | | | name. | |||
* | Errors to STDERR when testing | francis | 2008-03-11 | -2/+3 |
| | ||||
* | Some old misspelt junk. | francis | 2008-03-10 | -3/+1 |
| | ||||
* | Index first message text with info requests themselves. | francis | 2008-03-07 | -4/+24 |
| | | | | | | | 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. | |||
* | Pagination of search results. | francis | 2008-03-06 | -2/+3 |
| | ||||
* | All the others end in full stops. | francis | 2008-03-06 | -2/+2 |
| | ||||
* | Lock while indexing. | francis | 2008-03-06 | -11/+25 |
| | | | | Scripts to restart solr, and update index. | |||
* | First pass at indexing info requests with solr | francis | 2008-03-06 | -2/+26 |
| | ||||
* | Lower case subject | francis | 2008-02-29 | -3/+3 |
| | ||||
* | Show response properly | francis | 2008-02-29 | -1/+9 |
| | ||||
* | Edit description | francis | 2008-02-29 | -4/+14 |
| | ||||
* | Show requests made by same person to same body | francis | 2008-02-28 | -2/+26 |
| | ||||
* | annotate models | francis | 2008-02-27 | -2/+3 |
| | ||||
* | Use names in URLs of requests. | francis | 2008-02-27 | -1/+19 |
| |