Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fail less bafflingly | Robin Houston | 2012-06-06 | -1/+9 |
| | | | | | | Fail in a less baffling way if the raw email is associated with an incoming message or an info request that has not yet been saved to the database. | |||
* | Remove obsolete comment | Robin Houston | 2012-06-06 | -5/+0 |
| | | | | That comment makes precisely no sense whatever, any more. | |||
* | Further annotation corrections | Seb Bacon | 2012-05-24 | -1/+1 |
| | ||||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -2/+2 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | use Rails.root, not RAILS_ROOT | James McKinney | 2012-04-02 | -1/+1 |
| | ||||
* | Remove references to removed database columns | Robin Houston | 2012-01-24 | -24/+2 |
| | | | | | Remove the references to raw_emails.data_text and data_binary, which have not existed since the summer. | |||
* | Use an atomic write when storing email data. | Seb Bacon | 2012-01-19 | -1/+1 |
| | ||||
* | Ensure model schema documentation is up to date. | Seb Bacon | 2012-01-09 | -4/+3 |
| | ||||
* | Fix dependency problem when deleting incoming messages. Closes #115 | Seb Bacon | 2011-08-08 | -2/+0 |
| | ||||
* | Fix broken check for test environment | Robin Houston | 2011-08-01 | -1/+1 |
| | | | | | | | The condition that was supposed to check for the "test" environment was accidentally imposing the test environment. Closes #102. | |||
* | To make tests pass with RawEmails on the filesystem, instead of hacky ↵ | Seb Bacon | 2011-07-29 | -3/+7 |
| | | | | dependency on existence of text_binary field in raw_emails model, rewrite tests (and their fixtures) to explicitly load data from FS when raw_emails are used. | |||
* | drop strange, stray comment | Seb Bacon | 2011-07-22 | -1/+0 |
| | ||||
* | Store raw_emails in the filesystem, not in the database. They don't need to ↵ | Seb Bacon | 2011-07-22 | -2/+35 |
| | | | | | | be in the database (we never write to them, for example), and they bloat it unecessarily, making backups etc difficult. NOTE: this migration could take a *very* long time. | |||
* | Annotate models. | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-27 | -1/+1 |
| | ||||
* | Add specific draft attribute. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-15 | -3/+4 |
| | ||||
* | Migrate to using a binary database field for storing raw emails, rather than ↵ | Francis Irving | 2009-10-30 | -0/+25 |
| | | | | | | text. Does it gradually, so existing column is left alone to speed things up. | |||
* | Update model field comments. | francis | 2009-09-17 | -2/+2 |
| | ||||
* | Annotate models update. | francis | 2009-06-26 | -2/+2 |
| | ||||
* | Add charity registration number to database & edit form for public body | tony | 2009-04-13 | -2/+2 |
| | ||||
* | Update models and schema for new table | tony | 2009-03-09 | -2/+2 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -2/+2 |
| | ||||
* | Add publication scheme for public bodies. (New database column and admin | tony | 2009-03-04 | -2/+2 |
| | | | | interface only; public display can come later.) | |||
* | Check that we get exim log lines OK. | francis | 2009-02-09 | -2/+2 |
| | | | | Annotate models. | |||
* | Annotate models. | francis | 2009-01-26 | -2/+2 |
| | ||||
* | Strip attributes. | francis | 2008-12-02 | -1/+3 |
| | ||||
* | Update model annotations. | francis | 2008-10-28 | -3/+3 |
| | ||||
* | Annotate models. | francis | 2008-09-22 | -1/+10 |
| | ||||
* | Fix up test code, and some bugs relating to splitting out raw_email data. | francis | 2008-09-22 | -0/+13 |