aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib
Commit message (Expand)AuthorAgeLines
* Add encoding lineLouise Crow2014-03-14-0/+1
* Rename spec files so they're run by rake spec.Louise Crow2014-03-13-0/+0
* Merge remote-tracking branch 'opennewzealand_github/feature/handle-undefined-...Louise Crow2014-03-13-10/+10
|\
| * needs _spec.rb to be run by `rake spec`Rowan Crawford2014-03-01-0/+0
| * Fix tests for basic encodingRowan Crawford2014-03-01-10/+10
* | Merge branch 'trap-abnormal-exits' into rails-3-developLouise Crow2014-01-23-0/+30
|\ \ | |/ |/|
| * Rename tests to be clear as to what is being testedIan Chard2014-01-23-1/+1
| * Tests for abnormal exit detectionIan Chard2014-01-14-0/+30
| * Session keys are stored as strings in Rails 3.0.15.0.1hotfix/0.15.0.1Louise Crow2013-11-19-28/+28
* | Treat any document/pdf attachment as if it were application/pdfMark Longair2013-12-03-0/+6
* | Merge branch 'feature/rails-3-2-upgrade-spike' into feature/switch-to-asset-p...Mark Longair2013-11-29-89/+1
|\ \
| * | Update spec to match upgraded mail gem behaviour.Louise Crow2013-11-12-1/+1
| * | Remove obsolete test.Louise Crow2013-11-12-88/+0
* | | Session keys are stored as strings in Rails 3.Louise Crow2013-11-18-28/+28
| |/ |/|
* | Make theme URL to theme name mapping consistentMark Longair2013-10-15-0/+25
|/
* Add a page with experimental statistics on public bodiesMark Longair2013-08-20-0/+30
* Merge branch 'hotfix/0.12.0.1' into rails-3-developLouise Crow2013-07-29-0/+7
|\
| * Backport https://github.com/mikel/mail/pull/405 to prevent stack overflow err...0.12.0.1hotfix/0.12.0.1Louise Crow2013-07-26-0/+7
* | Add test case and fix for unrecognized encoding in subject lineLouise Crow2013-06-25-0/+5
|/
* Fix a security vulnerability: eval used in quoting display name0.11.0.12Mark Longair2013-06-17-1/+1
* Parse the 'to' address as if on a real mail to trigger quoted string encoding.Louise Crow2013-06-03-0/+8
* Fix for subject lines with invalid UTF-8 as the last characterMark Longair2013-06-03-0/+13
* Retain old handling of malformed addresses in To and Cc linesMark Longair2013-05-21-0/+6
* Cope with emails with a missing final MIME boundaryMark Longair2013-05-17-8/+6
* Add failing test for case where a mail part has a content-type header with no...Louise Crow2013-05-16-0/+6
* Mark as "pending" two tests relating to odd MIME boundary casesMark Longair2013-05-16-14/+18
* Add another mail parsing testMark Longair2013-05-16-0/+7
* Add functions for converting from arbitrary text data to UTF-8Mark Longair2013-05-16-0/+157
* Fix a syntax errorMark Longair2013-05-16-1/+1
* Add a test for parsing a malformed emailMark Longair2013-05-16-0/+15
* Add a test for a missing final MIME boundaryMark Longair2013-05-16-0/+9
* Add a test to check that anything in the MIME epilogue is ignoredMark Longair2013-05-16-0/+11
* Add tests for TNEF attachments that should be handledMark Longair2013-05-16-0/+24
* Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-0/+28
|\
| * Merge branch 'feature/final-consistent-translation-interpolation' into developLouise Crow2013-04-16-0/+28
| |\
| | * Override n_ to add interpolationMatthew Landauer2013-04-09-0/+28
* | | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-0/+51
|\| |
| * | Add tests for Ability.can_update_request_state?Matthew Landauer2013-03-03-0/+51
| * | Merge remote-tracking branch 'openaustralia_github/backport_timezone_spec_rai...Louise Crow2013-02-01-13/+8
| |\ \
| | * | read_attribute does timezone conversion in rails 3. So using attributes_befor...Matthew Landauer2013-01-25-13/+8
| | |/
| * / Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-2/+2
| |/
* | Update to new mail sending APIHenare Degan2013-02-25-4/+4
* | Replace use of have_text with contain from webrat or matchMatthew Landauer2013-01-29-1/+1
* | Merge branch 'rails_xss' into rails-3-spikeMatthew Landauer2013-01-25-0/+38
|\|
| * Merge remote-tracking branch 'mysociety/develop' into rails_xssMatthew Landauer2013-01-15-20/+365
| |\
| * | Fix translations with interpolations to correctly handle safe_htmlMatthew Landauer2013-01-15-0/+38
* | | In rails 3 sendmail is passed the destination of the email on the commandline...Matthew Landauer2013-01-25-1/+6
* | | Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-2/+2
* | | Remove timezone monkeypatch fixes because they're not necessary in Rails 3 an...Matthew Landauer2013-01-25-0/+5
* | | read_attribute does timezone conversion in rails 3. So using attributes_befor...Matthew Landauer2013-01-25-13/+8
| |/ |/|