aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures
Commit message (Collapse)AuthorAgeLines
* Add a trivial test for the list of recent requestsRobin Houston2012-01-27-10/+61
|
* Refactor test code so new test data can be addedRobin Houston2012-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 Bacon2012-01-13-0/+32
| | | | issue #343.
* Don't give error when viewing HTML versions. Fixes issue #321Seb Bacon2012-01-08-0/+543
|
* Display internationalized emails correctly (specifically, RFC2047 headers, ↵Seb Bacon2012-01-04-0/+462
| | | | and HTML emails with encoding in a meta-tag). Fixes #281
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2011-12-30-0/+1
|\
| * Further improvements to attachment cachingSeb Bacon2011-12-13-4/+1
| |
| * WIP on caching attachmentsSeb Bacon2011-12-12-0/+4
| |
* | Recognise a couple of newly-seen types of out-of-office messageRobin Houston2011-12-30-0/+667
|/
* Improve signature folding regexp. Fixes issue #253.Seb Bacon2011-10-11-0/+417
|
* Extra tests to sanity check UTF conversion (see issue #128 for background)Seb Bacon2011-10-10-0/+68
|
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-19-0/+293
|\
| * Merge branch 'wdtk' into developRobin Houston2011-09-19-0/+293
| |\
| | * Detect OOF messages that identify themselves by a X-POST-MessageClass headerRobin Houston2011-09-08-0/+63
| | |
| | * More out-of-office message detectionRobin Houston2011-09-08-0/+62
| | |
| | * More out-of-office message detectionRobin Houston2011-09-08-0/+58
| | |
| | * Improved OOF detectionRobin Houston2011-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 Cabo2011-09-19-0/+4
|/ / | | | | | | Fixes #60
* | Add support for tags to CSV import, via field "tag_string" (issue #60)David Cabo2011-09-13-4/+4
| |
* | Improve detection of autoresponse emails, so we can discourage users from ↵Seb Bacon2011-09-09-0/+43
| | | | | | | | replying to them. Fixes #137 (partially)
* | Merge branch 'wdtk' into developRobin Houston2011-09-08-1/+194
|\| | | | | | | | | | | Conflicts: config/general.yml-example spec/models/track_mailer_spec.rb
| * Fix User.should_be_emailed?Robin Houston2011-09-08-1/+14
| | | | | | | | | | The User.should_be_emailed? method needs to be public. It should also be tested.
| * Detect multipart/report bounce messagesRobin Houston2011-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 Bacon2011-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 Cabo2011-08-23-3/+3
|/
* Create public bodies in multiple locales when importing from CSVDavid Cabo2011-08-11-4/+4
|
* Handle optional field list on CSV import, needed for enabling multiple localesDavid Cabo2011-08-11-0/+4
|
* Guess holding pen emails based on having a correct hash and an incorrect id. ↵Seb Bacon2011-08-08-3/+3
| | | | Closes #117
* To make tests pass with RawEmails on the filesystem, instead of hacky ↵Seb Bacon2011-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 Houston2011-06-21-0/+20
| | | | for it.
* merge WTDK changes to master (preparation for closing WTDK branch and ↵Seb Bacon2011-06-14-0/+0
|\ | | | | | | deploying WTDK website straight from master)
| * Move the non-fixture files in spec/fixtures to their own subdirectory,Robin Houston2011-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/alaveteliSeb Bacon2011-04-01-0/+27
|\|
| * Monkeypatching TMail parser to fix case where multiple addresses in the to: ↵Louise Crow2011-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 fixesSeb Bacon2011-03-10-6/+6
| |
* | further i18n of public bodies; start to fix testsSeb Bacon2011-03-10-0/+43
|/
* Search index about me text, and tests to check that worksFrancis Irving2010-07-18-1/+4
|
* Merge commit 'peter/tnef'Francis Irving2010-03-20-0/+3024
|\
| * Support for Outlook TNEF filesPeter Collingbourne2010-03-15-0/+3024
| |
* | Do not binary mask the pdf if pdftk silently fails producing no outputPeter Collingbourne2010-03-15-0/+0
|/
* Merge commit 'peter/master'Francis Irving2010-03-09-0/+385
|\ | | | | | | | | | | | | Conflicts: config/environment.rb Merge patch from Peter Collingbourne for handling Outlook attachments.
| * Implement decoding of Outlook msg/oft filesPeter Collingbourne2010-02-18-0/+385
| |
* | Use "Re:" the subject that the authority used for replies.Francis Irving2010-02-18-1/+1
|/
* Test for attaching attachments case, where the email attached is offFrancis Irving2009-12-22-0/+54
| | | | type octet-stream, so we don't know it is an email until later.
* Basic test of loading CSV into modelFrancis Irving2009-12-17-0/+3
|
* Test for TMail fix for a particular message. Monkey patch doesn't quiteFrancis Irving2009-12-02-0/+144
| | | | work yet.
* Migrate to using a binary database field for storing raw emails, rather than ↵Francis Irving2009-10-30-1/+1
| | | | | | text. Does it gradually, so existing column is left alone to speed things up.
* More tests.francis2009-09-15-0/+12
|
* Change censor rules to apply to strings in place, so using less memory on ↵francis2009-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 itfrancis2009-08-05-0/+0
| | | | was my birthday.