| Commit message (Expand) | Author | Age | Lines |
* | Add a trivial test for the list of recent requests | Robin Houston | 2012-01-27 | -10/+61 |
* | Refactor test code so new test data can be added | Robin Houston | 2012-01-26 | -4/+28 |
* | Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to is... | Seb Bacon | 2012-01-13 | -0/+32 |
* | Don't give error when viewing HTML versions. Fixes issue #321 | Seb Bacon | 2012-01-08 | -0/+543 |
* | Display internationalized emails correctly (specifically, RFC2047 headers, an... | Seb Bacon | 2012-01-04 | -0/+462 |
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-12-30 | -0/+1 |
|\ |
|
| * | Further improvements to attachment caching | Seb Bacon | 2011-12-13 | -4/+1 |
| * | WIP on caching attachments | Seb Bacon | 2011-12-12 | -0/+4 |
* | | Recognise a couple of newly-seen types of out-of-office message | Robin Houston | 2011-12-30 | -0/+667 |
|/ |
|
* | Improve signature folding regexp. Fixes issue #253. | Seb Bacon | 2011-10-11 | -0/+417 |
* | Extra tests to sanity check UTF conversion (see issue #128 for background) | Seb Bacon | 2011-10-10 | -0/+68 |
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | David Cabo | 2011-09-19 | -0/+293 |
|\ |
|
| * | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-19 | -0/+293 |
| |\ |
|
| | * | Detect OOF messages that identify themselves by a X-POST-MessageClass header | Robin Houston | 2011-09-08 | -0/+63 |
| | * | More out-of-office message detection | Robin Houston | 2011-09-08 | -0/+62 |
| | * | More out-of-office message detection | Robin Houston | 2011-09-08 | -0/+58 |
| | * | Improved OOF detection | Robin Houston | 2011-09-08 | -0/+110 |
* | | | Add support for add/replace tags when importing public bodies from CSV. Fixes... | David Cabo | 2011-09-19 | -0/+4 |
|/ / |
|
* | | Add support for tags to CSV import, via field "tag_string" (issue #60) | David Cabo | 2011-09-13 | -4/+4 |
* | | Improve detection of autoresponse emails, so we can discourage users from rep... | Seb Bacon | 2011-09-09 | -0/+43 |
* | | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-08 | -1/+194 |
|\| |
|
| * | Fix User.should_be_emailed? | Robin Houston | 2011-09-08 | -1/+14 |
| * | Detect multipart/report bounce messages | Robin Houston | 2011-09-07 | -0/+180 |
* | | Store user's locale against profile, so we can send them localised track emai... | Seb Bacon | 2011-09-03 | -0/+3 |
* | | Extend CSV import to support additional fields (short name, home page...) | David Cabo | 2011-08-23 | -3/+3 |
|/ |
|
* | Create public bodies in multiple locales when importing from CSV | David Cabo | 2011-08-11 | -4/+4 |
* | Handle optional field list on CSV import, needed for enabling multiple locales | David Cabo | 2011-08-11 | -0/+4 |
* | Guess holding pen emails based on having a correct hash and an incorrect id. ... | Seb Bacon | 2011-08-08 | -3/+3 |
* | To make tests pass with RawEmails on the filesystem, instead of hacky depende... | Seb Bacon | 2011-07-29 | -17/+15 |
* | Correct an operator precendence bug in request_controller, and add a test for... | Robin Houston | 2011-06-21 | -0/+20 |
* | merge WTDK changes to master (preparation for closing WTDK branch and deployi... | Seb Bacon | 2011-06-14 | -0/+0 |
|\ |
|
| * | Move the non-fixture files in spec/fixtures to their own subdirectory, | Robin Houston | 2011-06-10 | -0/+0 |
* | | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-04-01 | -0/+27 |
|\| |
|
| * | Monkeypatching TMail parser to fix case where multiple addresses in the to: f... | Louise Crow | 2011-03-28 | -0/+27 |
* | | new i18n tests for controllers and associated fixes | Seb Bacon | 2011-03-10 | -6/+6 |
* | | further i18n of public bodies; start to fix tests | Seb Bacon | 2011-03-10 | -0/+43 |
|/ |
|
* | Search index about me text, and tests to check that works | Francis Irving | 2010-07-18 | -1/+4 |
* | Merge commit 'peter/tnef' | Francis Irving | 2010-03-20 | -0/+3024 |
|\ |
|
| * | Support for Outlook TNEF files | Peter Collingbourne | 2010-03-15 | -0/+3024 |
* | | Do not binary mask the pdf if pdftk silently fails producing no output | Peter Collingbourne | 2010-03-15 | -0/+0 |
|/ |
|
* | Merge commit 'peter/master' | Francis Irving | 2010-03-09 | -0/+385 |
|\ |
|
| * | Implement decoding of Outlook msg/oft files | Peter Collingbourne | 2010-02-18 | -0/+385 |
* | | Use "Re:" the subject that the authority used for replies. | Francis Irving | 2010-02-18 | -1/+1 |
|/ |
|
* | Test for attaching attachments case, where the email attached is off | Francis Irving | 2009-12-22 | -0/+54 |
* | Basic test of loading CSV into model | Francis Irving | 2009-12-17 | -0/+3 |
* | Test for TMail fix for a particular message. Monkey patch doesn't quite | Francis Irving | 2009-12-02 | -0/+144 |
* | Migrate to using a binary database field for storing raw emails, rather than ... | Francis Irving | 2009-10-30 | -1/+1 |
* | More tests. | francis | 2009-09-15 | -0/+12 |
* | Change censor rules to apply to strings in place, so using less memory on lar... | francis | 2009-09-15 | -0/+0 |
* | Some (as yet unused) profile photo code done on a whim on the train while it | francis | 2009-08-05 | -0/+0 |