Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -1/+1 |
| | ||||
* | Remove deprecated constants - #589 | Henare Degan | 2013-02-20 | -1/+1 |
| | ||||
* | Don't read the saved mail in binary mode. | Louise Crow | 2012-11-08 | -2/+2 |
| | | | | | | | | | | The first reason for doing this is that atomic_write doesn't write in binary mode, and I think we should be symmetrical in reading and writing. The second reason is that I don't think a received email is really binary data in its raw form. I think it will be ascii with non ascii parts converted to ascii using content-transfer-encodings (http://en.wikipedia.org/wiki/MIME). This matters in Ruby 1.9 because we have a default internal and external encoding (http://blog.grayproductions.net/articles/ruby_19s_three_default_encodings). UTF-8 seems like a good initial default to set. If we retrieve this data from a file as binary data, we have a problem treating it as text, as we can't convert from binary to text in Ruby 1.9. Given that this is ascii data, I think we can safely treat it as UTF-8 (which should be a superset of ascii), until we convert it into a mail object, which should interpret the mime encodings correctly. | |||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
| | ||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -2/+1 |
| | ||||
* | 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 |