Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Should strip here too. | francis | 2008-07-10 | -1/+2 |
| | ||||
* | Whoops. Must make a framework that makes such mistakes impossible. | francis | 2008-07-10 | -1/+3 |
| | ||||
* | Fix bug in logging of email | francis | 2008-06-06 | -3/+3 |
| | ||||
* | Warning about postcodes or emails appearing in outgoing requests. | francis | 2008-05-27 | -1/+9 |
| | ||||
* | Bullet list in credits on about page. | francis | 2008-05-21 | -2/+2 |
| | | | | | | | | | | | 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/+2 |
| | | | | are getting spam. | |||
* | Didn't work during construction of model. | francis | 2008-05-16 | -1/+4 |
| | ||||
* | Remove multiple blank lines. | francis | 2008-05-16 | -10/+9 |
| | ||||
* | update model annotations | francis | 2008-05-12 | -2/+2 |
| | ||||
* | Fix various things to do with event statuses. Oops. | francis | 2008-05-12 | -2/+2 |
| | ||||
* | many design things | angie | 2008-04-24 | -2/+9 |
| | ||||
* | Annotate models | francis | 2008-04-21 | -2/+2 |
| | ||||
* | Unique indices for track things tables. | francis | 2008-04-04 | -2/+2 |
| | | | | Annotate models. | |||
* | Skeleton of tracking / alerting / email. | francis | 2008-04-01 | -2/+2 |
| | ||||
* | Model annotations | francis | 2008-03-31 | -2/+2 |
| | ||||
* | Search index by events, rather than by requests/messages | francis | 2008-03-31 | -6/+7 |
| | ||||
* | 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 | -2/+2 |
| | | | | 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. | |||
* | Order search results | francis | 2008-03-13 | -2/+5 |
| | ||||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -2/+2 |
| | | | | name. | |||
* | First pass at indexing info requests with solr | francis | 2008-03-06 | -1/+3 |
| | ||||
* | annotate models | francis | 2008-02-27 | -2/+2 |
| | ||||
* | Tags for public bodies (so can use to categorise for import/export etc.) | francis | 2008-02-26 | -2/+2 |
| | ||||
* | Preview requests. | francis | 2008-02-25 | -2/+13 |
| | ||||
* | Update model annotation | francis | 2008-02-21 | -2/+2 |
| | ||||
* | Update model annotations. | francis | 2008-02-14 | -2/+2 |
| | ||||
* | Don't change state for followups to waiting, unless was specifically ↵ | francis | 2008-02-14 | -2/+4 |
| | | | | clarification. | |||
* | Links to user admin page and public body admin page from request admin page | francis | 2008-02-06 | -1/+2 |
| | ||||
* | Store historty of state changes in event log. | francis | 2008-02-06 | -2/+2 |
| | ||||
* | First hack at new interface for classifying requests - is only per request, not | francis | 2008-01-29 | -2/+2 |
| | | | | per message, and has more states. | |||
* | Add NOT NULL constraints into the database everywhere | francis | 2008-01-24 | -8/+8 |
| | ||||
* | Rename a function to a better name. | francis | 2008-01-21 | -2/+2 |
| | | | | Some documentation. | |||
* | Quote message that is being followed up to. | francis | 2008-01-10 | -3/+11 |
| | ||||
* | Make error messages and default values differ for followup messages to ↵ | francis | 2008-01-10 | -8/+30 |
| | | | | initial requests. | |||
* | Let original requester send followup messages. | francis | 2008-01-10 | -19/+28 |
| | ||||
* | Update model annotation | francis | 2008-01-04 | -3/+3 |
| | ||||
* | Rename outgoing message field from sent_at to last_sent_at, as it records | francis | 2008-01-02 | -2/+2 |
| | | | | the time the message was last sent, not every time it was sent. | |||
* | Update model annotations. | francis | 2008-01-02 | -2/+2 |
| | | | | Todo updates. | |||
* | Framework for logging different events about an FOI request. | francis | 2008-01-02 | -3/+4 |
| | | | | Log outgoing messages as such events, so can know when one was resent. | |||
* | Make links in incoming and outgoing messages hyperlinks. | francis | 2007-12-23 | -1/+2 |
| | ||||
* | Display outgoing message properly as HTML. | francis | 2007-12-22 | -1/+12 |
| | ||||
* | Browse requests in admin interface, and allow resending of outgoing message. | francis | 2007-12-17 | -1/+10 |
| | ||||
* | Annotate model files with their members. | francis | 2007-12-11 | -1/+16 |
| | | | | Type "rake annotate_models" to do this. | |||
* | Have default text for letter. | francis | 2007-11-09 | -1/+18 |
| | | | | Prevent sending of letter if unaltered. | |||
* | Tidy up error messages. | francis | 2007-11-07 | -2/+2 |
| | ||||
* | Use self. when reading to model member variables from inside | francis | 2007-10-30 | -8/+8 |
| | | | | | | model member functions, as you have to use self. when writing so it'll be clearer. Remove some superfluous code | |||
* | Save that message has been sent and when. | francis | 2007-10-24 | -4/+4 |
| | ||||
* | Read in mySociety style configuration file, if it is there (use sensible ↵ | francis | 2007-10-24 | -5/+10 |
| | | | | | | | 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 | -1/+17 |
| |