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