Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
| | ||||
* | Store URL name in database. | francis | 2008-02-27 | -2/+2 |
| | | | | Allow blank short names. | |||
* | Tags for public bodies (so can use to categorise for import/export etc.) | francis | 2008-02-26 | -2/+2 |
| | ||||
* | When a response is overdue, email the request creator to tell them so they ↵ | francis | 2008-02-22 | -1/+13 |
| | | | | can send a followup. | |||
* | Update model annotation | francis | 2008-02-21 | -2/+3 |
| | ||||
* | Fix lots of test code errors. | francis | 2008-02-21 | -2/+2 |
| | ||||
* | Add new state to indicate that a response is not in a known category. | francis | 2008-02-21 | -2/+7 |
| | ||||
* | Prominence so can hide requests from list interface. | francis | 2008-02-15 | -1/+6 |
| | ||||
* | Update model annotations. | francis | 2008-02-14 | -2/+2 |
| | ||||
* | Stealthier and more correct - set from to be user's name. | francis | 2008-02-14 | -3/+3 |
| | ||||
* | Calculate more accurate date to measure 20 working days from. | francis | 2008-02-14 | -13/+32 |
| | ||||
* | For requests awaiting clarification, link to the follow up form. | francis | 2008-02-14 | -1/+13 |
| | ||||
* | Move a tiny bit of logic into the model. | francis | 2008-02-13 | -1/+10 |
| | ||||
* | Links to user admin page and public body admin page from request admin page | francis | 2008-02-06 | -1/+14 |
| | ||||
* | Store historty of state changes in event log. | francis | 2008-02-06 | -19/+33 |
| | ||||
* | Make each incoming message have an info_request_event. | francis | 2008-02-01 | -6/+7 |
| | ||||
* | Fix some errors in and found by test stuff. | francis | 2008-01-30 | -2/+10 |
| | ||||
* | Redirect to appropriate messages for most of the classification options. | francis | 2008-01-29 | -1/+12 |
| | ||||
* | First hack at new interface for classifying requests - is only per request, not | francis | 2008-01-29 | -50/+43 |
| | | | | per message, and has more states. | |||
* | Add NOT NULL constraints into the database everywhere | francis | 2008-01-24 | -7/+7 |
| | ||||
* | Rename a function to a better name. | francis | 2008-01-21 | -1/+6 |
| | | | | Some documentation. | |||
* | Put name (as well as email) in all addresses when sending emails. | francis | 2008-01-14 | -1/+10 |
| | ||||
* | Let original requester send followup messages. | francis | 2008-01-10 | -2/+2 |
| | ||||
* | Working days calculation. | francis | 2008-01-09 | -10/+60 |
| | ||||
* | Update model annotation | francis | 2008-01-04 | -2/+2 |
| | ||||
* | Set envelope from for initial requests to a seperate address, and mark messages | francis | 2008-01-03 | -16/+46 |
| | | | | to that address as being bounce messages. For now just display that simply. |