| Commit message (Expand) | Author | Age | Lines |
* | Wrap specs on the extraction of RFC-822 headers in code that sets the ENV tim... | Louise Crow | 2012-12-11 | -26/+14 |
* | Add specs for attachment attributes. | Louise Crow | 2012-12-06 | -0/+20 |
* | Add a spec for some basic consistency in content types, url part numbers, fil... | Louise Crow | 2012-12-06 | -0/+80 |
* | Convert example URL to spec. | Louise Crow | 2012-12-06 | -0/+9 |
* | Stub the close method on the object we're passing to the zip file extraction ... | Louise Crow | 2012-12-06 | -1/+3 |
* | Rename _get_attachment_text_internal_one_file to get_attachment_text_one_file... | Louise Crow | 2012-12-06 | -3/+2 |
* | Move methods for getting the text out of attachments to the mail handler module. | Louise Crow | 2012-12-06 | -1/+21 |
* | Adding methods for getting the content type of a mail part, and getting heade... | Louise Crow | 2012-12-04 | -0/+54 |
* | Rewrite and move spec so that it tests the mail handler method. | Louise Crow | 2012-12-04 | -0/+7 |
* | Removing obsolete comment - doesn't apply to this spec. | Louise Crow | 2012-12-04 | -3/+0 |
* | Add specs for getting name, email and formatted address - make them pass with... | Louise Crow | 2012-12-04 | -0/+50 |
* | Add a method for setting the from address on a plain email fixture. | Louise Crow | 2012-12-04 | -6/+8 |
* | Add methods for finding out if there is an empty return path on a mail and ge... | Louise Crow | 2012-12-04 | -0/+32 |
* | Move method for getting the to, cc and envelope-to addresses of a mail to the... | Louise Crow | 2012-12-04 | -0/+29 |
* | Add specs for the mail handler getting the from name and from address from an... | Louise Crow | 2012-12-03 | -0/+56 |
* | Use get_part_body in spec. | Louise Crow | 2012-12-03 | -1/+1 |
* | Move TMail extensions to mail handler. | Louise Crow | 2012-11-15 | -45/+11 |
* | Factor out method for getting a mail object from a fixture file. | Louise Crow | 2012-11-15 | -4/+0 |
* | Move TMail monkey patch to MailHandler Tmail backend. | Louise Crow | 2012-11-15 | -0/+16 |
* | Fix failing timezone specs. As we are now setting a value for timezone in con... | Louise Crow | 2012-10-25 | -8/+40 |
* | Fix spec - based on the spec description, what's being tested and the other s... | Louise Crow | 2012-10-25 | -12/+12 |
* | Rename models and tables exim -> mail_server | Matthew Landauer | 2012-10-11 | -9/+9 |
* | Add headings and by_heading accessors to PublicBodyCategories to allow easier... | Louise Crow | 2012-08-28 | -0/+42 |
* | Load all fixtures for all tests | Robin Houston | 2012-01-31 | -1/+0 |
* | Improve test isolation | Robin Houston | 2012-01-24 | -0/+1 |
* | Improve test isolation | Robin Houston | 2012-01-12 | -0/+5 |
* | Merge remote-tracking branch 'jpmckinney/pre1.9' into develop | Seb Bacon | 2011-11-24 | -0/+1 |
|\ |
|
| * | add encoding magic comments and fix paths | James McKinney | 2011-10-16 | -0/+1 |
* | | allow specs to run independently | James McKinney | 2011-10-16 | -1/+1 |
|/ |
|
* | Extra tests to sanity check UTF conversion (see issue #128 for background) | Seb Bacon | 2011-10-10 | -0/+9 |
* | Move external_command.rb to commonlib | Robin Houston | 2011-09-07 | -62/+0 |
* | Internationalise the salution, making sure it's OK to miss out the public bod... | Seb Bacon | 2011-08-15 | -0/+15 |
* | Don't treat CSRF tokens as optional session data for administrators (they're ... | Seb Bacon | 2011-07-27 | -0/+8 |
* | include "locale" in list of session data keys that are used to decide if a ra... | Seb Bacon | 2011-07-27 | -0/+8 |
* | Add FixMyTransport's strip_empty_sessions to not send a cookie if there's not... | Matthew Somerville | 2011-07-26 | -0/+55 |
* | Add tests for the external_command library, and fix a bug | Robin Houston | 2011-06-22 | -0/+62 |
* | Move the non-fixture files in spec/fixtures to their own subdirectory, | Robin Houston | 2011-06-10 | -2/+1 |
* | Monkeypatching TMail parser to fix case where multiple addresses in the to: f... | Louise Crow | 2011-03-28 | -0/+6 |
* | Changing expected sender from list to string when string is passed to STMP - ... | Louise Crow | 2011-02-23 | -1/+1 |
* | Not using fcgi - get rid of monkey patches | Edmund von der Burg | 2011-02-18 | -14/+0 |
* | Moved tests for commonlib/rblib functions to commonlib/rblib/tests. Added tha... | Louise Crow | 2010-10-01 | -100/+0 |
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -6/+6 |
* | Test code for mixed case detection. Update to new code for that from commonlib. | Francis Irving | 2010-08-07 | -0/+21 |
* | Some tests for mixed capitals detection | Francis Irving | 2010-08-07 | -0/+26 |
* | Correctly take delivery of mail in new test | Francis Irving | 2009-12-04 | -1/+13 |
* | Make IO.popen mocking not break later calls to popen | Francis Irving | 2009-12-04 | -6/+10 |
* | Make fix for return path when using sendmail have test | Francis Irving | 2009-12-04 | -0/+72 |
* | Rename spec files to libs, and to end _spec | Francis Irving | 2009-12-03 | -0/+168 |