Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove silly index | francis | 2008-04-04 | -2/+1 |
| | ||||
* | Sometimes safety loses. | francis | 2008-04-04 | -3/+8 |
| | ||||
* | Show on a request who is tracking it. | francis | 2008-04-04 | -6/+7 |
| | ||||
* | Prevent tracking same request twice. | francis | 2008-04-04 | -1/+7 |
| | ||||
* | Unique indices for track things tables. | francis | 2008-04-04 | -33/+39 |
| | | | | Annotate models. | |||
* | Put links on user pages, yeuch | francis | 2008-04-04 | -2/+8 |
| | ||||
* | Some formatting improvements. | francis | 2008-04-03 | -2/+2 |
| | ||||
* | Match magic email case insensitively | francis | 2008-04-03 | -1/+4 |
| | ||||
* | Better debugging messags. | francis | 2008-04-03 | -3/+12 |
| | ||||
* | Email alerts for tracking a particular request. | francis | 2008-04-03 | -13/+132 |
| | ||||
* | Add Stategic Health Authorities. | francis | 2008-04-02 | -4/+9 |
| | | | | Import blank emails as bad contact. | |||
* | Skeleton of tracking / alerting / email. | francis | 2008-04-01 | -27/+109 |
| | ||||
* | Request url in search. | francis | 2008-04-01 | -1/+5 |
| | ||||
* | Make requested_by and requested_from apply to all event types | francis | 2008-03-31 | -11/+3 |
| | ||||
* | Sort order specially for RSS | francis | 2008-03-31 | -5/+9 |
| | ||||
* | Change wording on search results slightly | francis | 2008-03-31 | -5/+5 |
| | ||||
* | Model annotations | francis | 2008-03-31 | -30/+32 |
| | ||||
* | Column for calculated state of an event. | francis | 2008-03-31 | -23/+24 |
| | ||||
* | 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 | -72/+123 |
| | ||||
* | requested_from: requested_by: and type: searches. | francis | 2008-03-25 | -21/+43 |
| | ||||
* | BBC/C4 | francis | 2008-03-24 | -1/+2 |
| | ||||
* | Describe types of public authorities that we know. | francis | 2008-03-24 | -10/+29 |
| | ||||
* | Order list of types of authority consistently. | francis | 2008-03-24 | -12/+18 |
| | ||||
* | Add a couple of types to authorities list, and display better | francis | 2008-03-24 | -1/+3 |
| | ||||
* | Send email to remind people to classify their response. | francis | 2008-03-24 | -11/+95 |
| | ||||
* | More secure password changing - have to specifically have clicked link in | francis | 2008-03-21 | -20/+21 |
| | | | | 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 | -65/+39 |
| | | | | enough public authorities mail them with non-automatic messages. | |||
* | Improvements to test code for requests, users and admin. | francis | 2008-03-20 | -1/+7 |
| | ||||
* | Overdue request alerts. | francis | 2008-03-19 | -2/+2 |
| | | | | Some other tweaks to user tests. | |||
* | Clean out todo a bit. | francis | 2008-03-18 | -21/+20 |
| | | | | 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. | |||
* | Non-ministerial departments | francis | 2008-03-17 | -1/+2 |
| | ||||
* | Remove complaint_email field as we were never filling it in or using it. ↵ | francis | 2008-03-17 | -11/+3 |
| | | | | There are more important things. | |||
* | Explicit "bad contact details" setting (blank email) | francis | 2008-03-17 | -5/+7 |
| | ||||
* | Explicity option to say the body does not hold the information (this is | francis | 2008-03-16 | -11/+11 |
| | | | | | | 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 | |||
* | Hide another virus check message. | francis | 2008-03-16 | -4/+7 |
| | ||||
* | Mime decode recursive RFC822 attachments-as-text. | francis | 2008-03-16 | -10/+39 |
| | ||||
* | Add tests for broken case of saving info request or user when there is ↵ | francis | 2008-03-15 | -4/+4 |
| | | | | | | existing one with same title/name. Fix the bug, which was in function that makes url_title/url_name. | |||
* | Use tempfile | francis | 2008-03-15 | -5/+7 |
| | ||||
* | Try write not print | francis | 2008-03-15 | -2/+2 |
| | ||||
* | Close stream properly. | francis | 2008-03-15 | -2/+2 |
| | ||||
* | Cope with uudecoding. | francis | 2008-03-15 | -7/+76 |
| | ||||
* | Cope with text parts of emails have DOS style line endings. | francis | 2008-03-14 | -1/+5 |
| | ||||
* | Yeuch. | francis | 2008-03-14 | -2/+6 |
| | ||||
* | Not sure this makes a difference. | francis | 2008-03-14 | -2/+2 |
| | ||||
* | Oops, got URL totally wrong - should be of sending user, not recipient user. | francis | 2008-03-13 | -3/+3 |
| | ||||
* | hide backpaged things from search | francis | 2008-03-13 | -5/+20 |
| | ||||
* | Order search results | francis | 2008-03-13 | -11/+24 |
| | ||||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -21/+29 |
| | | | | name. |