Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Send second reminder for classification. | francis | 2008-07-14 | -9/+14 |
| | ||||
* | Removed unused bounce message | francis | 2008-07-08 | -10/+1 |
| | ||||
* | Store incoming messages which aren't to a valid request in a holding pen, and | francis | 2008-07-08 | -3/+4 |
| | | | | let people move them from admin interface. | |||
* | Remove spurious line. | francis | 2008-06-13 | -2/+1 |
| | ||||
* | Make this slightly clearer code. | francis | 2008-06-12 | -1/+2 |
| | ||||
* | Wording change. | francis | 2008-06-06 | -2/+2 |
| | ||||
* | Fix bug in logging of email | francis | 2008-06-06 | -6/+10 |
| | ||||
* | Show people tracking same query, when you are on search page. | francis | 2008-05-21 | -3/+50 |
| | | | | | | | | | 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. | |||
* | Option to stop new respones for individual requests which for whatever reason | francis | 2008-05-19 | -1/+13 |
| | | | | are getting spam. | |||
* | Remove cron messages, as all seems OK enough I think. | francis | 2008-05-18 | -3/+3 |
| | ||||
* | Put name of unusual FOI response in subject. | francis | 2008-05-16 | -2/+2 |
| | ||||
* | Use shared URL function now available | francis | 2008-04-15 | -5/+4 |
| | ||||
* | Send email to remind people to classify their response. | francis | 2008-03-24 | -4/+47 |
| | ||||
* | Get rid of special envelope from -bounce addresses, as they are no good since | francis | 2008-03-21 | -19/+3 |
| | | | | enough public authorities mail them with non-automatic messages. | |||
* | Overdue request alerts. | francis | 2008-03-19 | -2/+2 |
| | | | | Some other tweaks to user tests. | |||
* | Show response properly | francis | 2008-02-29 | -2/+3 |
| | ||||
* | Use names in URLs of requests. | francis | 2008-02-27 | -2/+2 |
| | ||||
* | When a response is overdue, email the request creator to tell them so they ↵ | francis | 2008-02-22 | -2/+55 |
| | | | | can send a followup. | |||
* | Add new state to indicate that a response is not in a known category. | francis | 2008-02-21 | -5/+23 |
| | ||||
* | Set reply to header whenever we set special envelope from. | francis | 2008-02-13 | -3/+11 |
| | ||||
* | Links to user admin page and public body admin page from request admin page | francis | 2008-02-06 | -2/+2 |
| | ||||
* | Include name as well as email in to address in followup messages. | francis | 2008-01-21 | -3/+2 |
| | ||||
* | Put name (as well as email) in all addresses when sending emails. | francis | 2008-01-14 | -12/+10 |
| | ||||
* | Show URL of request in disclaimer of follow up message, may as well. | francis | 2008-01-11 | -1/+2 |
| | ||||
* | Let original requester send followup messages. | francis | 2008-01-10 | -1/+12 |
| | ||||
* | Change /classify URL to /request/ID/response/ID | francis | 2008-01-09 | -2/+2 |
| | ||||
* | Set envelope from for initial requests to a seperate address, and mark messages | francis | 2008-01-03 | -7/+14 |
| | | | | to that address as being bounce messages. For now just display that simply. | |||
* | Framework for logging different events about an FOI request. | francis | 2008-01-02 | -6/+2 |
| | | | | Log outgoing messages as such events, so can know when one was resent. | |||
* | Typo. | francis | 2007-12-14 | -2/+2 |
| | ||||
* | Give proper contact address in footer. | francis | 2007-12-14 | -2/+3 |
| | ||||
* | Get incoming email test working. | francis | 2007-12-13 | -2/+1 |
| | ||||
* | Word wrap emails. | francis | 2007-12-12 | -1/+2 |
| | | | | Fix user id references in test code. | |||
* | oops. | francis | 2007-12-11 | -2/+2 |
| | ||||
* | Send email to original requester when response received. | francis | 2007-11-23 | -2/+14 |
| | ||||
* | If there is no FOI request for incoming email to go to, then (for now) instead | francis | 2007-11-13 | -1/+13 |
| | | | | forward a copy to the administrators. | |||
* | Use self. when reading to model member variables from inside | francis | 2007-10-30 | -16/+2 |
| | | | | | | model member functions, as you have to use self. when writing so it'll be clearer. Remove some superfluous code | |||
* | Model to store incoming messages. Save raw messages to it. | francis | 2007-10-29 | -35/+46 |
| | ||||
* | Framework for incoming messages. | francis | 2007-10-26 | -2/+30 |
| | | | | | Email address for public body to respond to, with hash. Take incoming messages and route to correct info request. | |||
* | Read in mySociety style configuration file, if it is there (use sensible ↵ | francis | 2007-10-24 | -5/+7 |
| | | | | | | | defaults if not). Actually send request to public body, or fake address on staging site. Fix minor bug with sending front page form public body to new request page. | |||
* | Basic controller for sending email. | francis | 2007-10-16 | -0/+20 |