Commit message (Collapse) | 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 |
| | | | | | | | | Previously many of the tests made assumptions about the global structure of the test data set: the total number of requests, for example, or the names of all public bodies. This makes it difficult to add to the test data. This change is intended to make the test data easier to extend by eliminating such global assumptions. | |||
* | Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to ↵ | Seb Bacon | 2012-01-13 | -0/+32 |
| | | | | issue #343. | |||
* | 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, ↵ | Seb Bacon | 2012-01-04 | -0/+462 |
| | | | | and HTML emails with encoding in a meta-tag). Fixes #281 | |||
* | 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 |
| | | | | | | | | | | | | Slightly improved detection of out-of-office messages, + tests. | |||
* | | | Add support for add/replace tags when importing public bodies from CSV. ↵ | David Cabo | 2011-09-19 | -0/+4 |
|/ / | | | | | | | Fixes #60 | |||
* | | 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 ↵ | Seb Bacon | 2011-09-09 | -0/+43 |
| | | | | | | | | replying to them. Fixes #137 (partially) | |||
* | | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-08 | -1/+194 |
|\| | | | | | | | | | | | Conflicts: config/general.yml-example spec/models/track_mailer_spec.rb | |||
| * | Fix User.should_be_emailed? | Robin Houston | 2011-09-08 | -1/+14 |
| | | | | | | | | | | The User.should_be_emailed? method needs to be public. It should also be tested. | |||
| * | Detect multipart/report bounce messages | Robin Houston | 2011-09-07 | -0/+180 |
| | | | | | | | | | | Add support for multipart/report bounce messages to script/handle-mail-replies. Also add a spec test for this script. | |||
* | | Store user's locale against profile, so we can send them localised track ↵ | Seb Bacon | 2011-09-03 | -0/+3 |
| | | | | | | | | emails. Also internationalize more strings at the same time. Fixes #163. | |||
* | | 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 |
| | | | | Closes #117 | |||
* | To make tests pass with RawEmails on the filesystem, instead of hacky ↵ | Seb Bacon | 2011-07-29 | -17/+15 |
| | | | | 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. | |||
* | Correct an operator precendence bug in request_controller, and add a test ↵ | Robin Houston | 2011-06-21 | -0/+20 |
| | | | | for it. | |||
* | merge WTDK changes to master (preparation for closing WTDK branch and ↵ | Seb Bacon | 2011-06-14 | -0/+0 |
|\ | | | | | | | deploying WTDK website straight from master) | |||
| * | Move the non-fixture files in spec/fixtures to their own subdirectory, | Robin Houston | 2011-06-10 | -0/+0 |
| | | | | | | | | | | so that we can run rake spec:db:fixtures:load without it choking on the files that aren't fixtures. | |||
* | | 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: ↵ | Louise Crow | 2011-03-28 | -0/+27 |
| | | | | | | | | field of an incoming email have unquoted display parts - with this patch, each address is returned by the TMail to() function, without it only the last one is returned. | |||
* | | 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 |
|\ | | | | | | | | | | | | | Conflicts: config/environment.rb Merge patch from Peter Collingbourne for handling Outlook attachments. | |||
| * | 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 |
| | | | | type octet-stream, so we don't know it is an email until later. | |||
* | 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 |
| | | | | work yet. | |||
* | Migrate to using a binary database field for storing raw emails, rather than ↵ | Francis Irving | 2009-10-30 | -1/+1 |
| | | | | | | text. Does it gradually, so existing column is left alone to speed things up. | |||
* | More tests. | francis | 2009-09-15 | -0/+12 |
| | ||||
* | Change censor rules to apply to strings in place, so using less memory on ↵ | francis | 2009-09-15 | -0/+0 |
| | | | | | | large strings. Add lots of test code for censor rules. | |||
* | Some (as yet unused) profile photo code done on a whim on the train while it | francis | 2009-08-05 | -0/+0 |
| | | | | was my birthday. |