Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Send second reminder for classification. | francis | 2008-07-14 | -1/+1 |
| | ||||
* | Store incoming messages which aren't to a valid request in a holding pen, and | francis | 2008-07-08 | -1/+8 |
| | | | | let people move them from admin interface. | |||
* | Minor test. | francis | 2008-06-25 | -0/+6 |
| | ||||
* | Cope with mistyped l instead of 1, and o instead of 0 in request emails. | francis | 2008-06-11 | -1/+21 |
| | ||||
* | Remove escaping of HTML from text alert emails. | francis | 2008-05-27 | -2/+4 |
| | ||||
* | Show people tracking same query, when you are on search page. | francis | 2008-05-21 | -0/+35 |
| | | | | | | | | | 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. | |||
* | Have test file for each model. | francis | 2008-05-21 | -8/+20 |
| | ||||
* | Bullet list in credits on about page. | francis | 2008-05-21 | -0/+22 |
| | | | | | | | | | | | 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/+23 |
| | | | | are getting spam. | |||
* | Fix bug when comparing new requests, caused by removal of space in body ↵ | francis | 2008-05-16 | -2/+4 |
| | | | | function. | |||
* | Highlight search terms in emails. | francis | 2008-05-16 | -3/+14 |
| | ||||
* | Test code for search separated by type. | francis | 2008-05-15 | -25/+16 |
| | ||||
* | Fix various things to do with event statuses. Oops. | francis | 2008-05-12 | -0/+14 |
| | ||||
* | Test update. | francis | 2008-05-09 | -1/+1 |
| | ||||
* | Get test code working with Xapian index. | francis | 2008-05-05 | -6/+13 |
| | ||||
* | Fix up test code with Xapian. | francis | 2008-04-30 | -5/+5 |
| | ||||
* | More stuff for Solr to Xapian change | francis | 2008-04-24 | -19/+18 |
| | ||||
* | Store incoming and outgoing message id in the table for info request events, ↵ | francis | 2008-04-15 | -0/+4 |
| | | | | so has proper foreign key. | |||
* | More tests stuff | francis | 2008-04-14 | -2/+1 |
| | ||||
* | Stop the wrapping code breaking up long URLs | francis | 2008-04-14 | -0/+12 |
| | ||||
* | Spec change | francis | 2008-04-09 | -1/+1 |
| | ||||
* | Remove silly index | francis | 2008-04-04 | -1/+1 |
| | ||||
* | Match magic email case insensitively | francis | 2008-04-03 | -0/+6 |
| | ||||
* | Email alerts for tracking a particular request. | francis | 2008-04-03 | -0/+83 |
| | ||||
* | Force index build in /list test. | francis | 2008-04-02 | -0/+2 |
| | ||||
* | Test search list results. | francis | 2008-04-01 | -5/+5 |
| | ||||
* | Search index by events, rather than by requests/messages | francis | 2008-03-31 | -4/+4 |
| | ||||
* | HTML fix. | francis | 2008-03-24 | -1/+1 |
| | | | | Test code update. | |||
* | Send email to remind people to classify their response. | francis | 2008-03-24 | -5/+32 |
| | ||||
* | Test stuff for password changing. | francis | 2008-03-21 | -0/+58 |
| | ||||
* | Get rid of special envelope from -bounce addresses, as they are no good since | francis | 2008-03-21 | -0/+6 |
| | | | | enough public authorities mail them with non-automatic messages. | |||
* | Forgot to commit this. | francis | 2008-03-21 | -0/+8 |
| | ||||
* | Add missing model tests. | francis | 2008-03-21 | -0/+52 |
| | ||||
* | Test code for more admin stuff, and help pages, and related HTML fixes. | francis | 2008-03-21 | -0/+91 |
| | ||||
* | Improvements to test code for requests, users and admin. | francis | 2008-03-20 | -12/+102 |
| | ||||
* | Overdue request alerts. | francis | 2008-03-19 | -4/+34 |
| | | | | Some other tweaks to user tests. | |||
* | Test preview. | francis | 2008-03-19 | -9/+20 |
| | ||||
* | Test listing public bodies, with tags. | francis | 2008-03-19 | -2/+47 |
| | ||||
* | Test attachments. | francis | 2008-03-19 | -0/+51 |
| | ||||
* | Test code for search and the front page. | francis | 2008-03-19 | -14/+66 |
| | ||||
* | If request is deleted, then send email on to admin, rather than raising an | francis | 2008-03-17 | -0/+6 |
| | | | | exception that goes to the public body in a delivery failure. | |||
* | Remove complaint_email field as we were never filling it in or using it. ↵ | francis | 2008-03-17 | -15/+0 |
| | | | | There are more important things. | |||
* | Add tests for broken case of saving info request or user when there is ↵ | francis | 2008-03-15 | -0/+38 |
| | | | | | | existing one with same title/name. Fix the bug, which was in function that makes url_title/url_name. | |||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -1/+1 |
| | | | | name. | |||
* | Fix up tests. | francis | 2008-03-06 | -25/+28 |
| | ||||
* | Some test code updates. | francis | 2008-02-28 | -6/+9 |
| | ||||
* | Use names in URLs of requests. | francis | 2008-02-27 | -15/+17 |
| | ||||
* | Store url_name in database for users | francis | 2008-02-27 | -6/+8 |
| | ||||
* | Rename simple_short_name to url_name in routing | francis | 2008-02-27 | -5/+5 |
| | ||||
* | Store URL name in database. | francis | 2008-02-27 | -0/+3 |
| | | | | Allow blank short names. |