aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
Commit message (Expand)AuthorAgeLines
* Merge branch 'hotfix/0.11.0.14' into rails-3-developLouise Crow2013-06-19-0/+10
|\
| * Allow the HTML display of the body of an email to handle the case where the b...0.11.0.14hotfix/0.11.0.14Louise Crow2013-06-19-0/+10
* | Fix typoLouise Crow2013-06-12-1/+1
* | Make sure raw emails are loaded before running test.Louise Crow2013-06-12-0/+4
* | Merge branch 'hotfix/0.11.0.7' into rails-3-developLouise Crow2013-06-10-24/+36
|\|
| * Cope with replying to a message with a missing or empty SubjectMark Longair2013-06-07-0/+12
* | Merge branch 'hotfix/0.11.0.4' into rails-3-developLouise Crow2013-06-10-3/+14
|\|
| * Merge branch 'release/0.11'0.11.0.3Louise Crow2013-06-04-951/+115
| |\
| * | Use class instead of type - type is removed in Ruby 1.90.9.0.6hotfix/0.9.0.6Louise Crow2013-05-28-1/+1
| * | Return a string from user.name always to avoid any complications with other f...hotfix/0.9.0.5Louise Crow2013-05-28-3/+14
| * | Bugfix for the case where a suspended user sends a contact message. Their nam...hotfix/0.9.0.2Louise Crow2013-05-07-1/+15
| * | Set locale with I18n rather than through globalizeMatthew Landauer2013-04-02-3/+3
| * | When force_ssl is true make links in emails httpsMatthew Landauer2013-04-02-7/+22
* | | Handle request for json for an external request. Closes #973.Louise Crow2013-06-07-0/+29
* | | Merge branch 'release/0.11' into rails-3-developLouise Crow2013-06-04-0/+8
|\ \ \ | | |/ | |/|
| * | Parse the 'to' address as if on a real mail to trigger quoted string encoding.Louise Crow2013-06-03-0/+8
* | | Merge remote-tracking branch 'openaustralia_github/inline_search_method_refac...Louise Crow2013-06-04-51/+52
|\ \ \
| * | | Inline method InfoRequest.full_searchMatthew Landauer2013-03-25-51/+52
* | | | Merge remote-tracking branch 'openaustralia_github/fix_search_highlight_non_a...Louise Crow2013-06-04-0/+26
|\ \ \ \
| * | | | Fix word highlighting in acts_as_xapian for non-ascii characters. Fixes #505Matthew Landauer2013-03-25-0/+26
| |/ / /
* | | | Merge branch 'feature/new-string-for-translation' into rails-3-developLouise Crow2013-05-30-1/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow the default text of an internal review request to be translated.Louise Crow2013-05-07-1/+18
| |/ /
* | | When extracting attachments for an incoming message and getting the body of t...Louise Crow2013-05-29-0/+43
* | | Remove erroneous test nameLouise Crow2013-05-28-1/+1
* | | Avoid an FoiAttachment validation failure under Rails 3Mark Longair2013-05-16-0/+11
* | | Add a new example for unconvertible-to-UTF-8 text part dataMark Longair2013-05-16-2/+9
|/ /
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-6/+7
|\|
| * Merge remote-tracking branch 'openaustralia_github/one_support_email_on_admin...Louise Crow2013-03-13-6/+12
| |\
| | * Add optional message to requires_admin emailMatthew Landauer2013-03-02-0/+5
| | * InfoRequestEvent should know about its event typesMatthew Landauer2013-03-02-2/+2
| | * Inline methodMatthew Landauer2013-03-02-4/+4
| * | Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ...Louise Crow2013-03-06-12/+0
| |\ \ | | |/ | |/|
| | * Stop using admin_url to generate absolute url for the admin interfaceMatthew Landauer2013-02-15-12/+0
| * | Add magic encoding line.Louise Crow2013-02-16-0/+1
| * | Clear purge requests in the setup of tests that count them.Louise Crow2013-02-16-4/+5
| * | Fix for #808. SafeBuffer and ActionMailer::Quoting.quoted_printable don't pla...Louise Crow2013-02-15-0/+21
| |/
| * Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ...Matthew Landauer2013-01-28-1/+1
* | Reload cached object after extracting attachmentsHenare Degan2013-03-04-0/+1
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-6/+6
* | Mailers have their own home in Rails 3Henare Degan2013-02-25-871/+0
* | and_return with should_not_receive is deprecated. Fixes #826Henare Degan2013-02-25-2/+2
* | Mocking and stubbing work a bit differently, this allows the test to runHenare Degan2013-02-08-1/+1
* | Add a test that exposes a problem we have with renaming attributesHenare Degan2013-02-07-0/+8
* | Move over to rails 3 mail api because there appear to be problems with sendin...Matthew Landauer2013-02-01-1/+1
* | Merge branch 'i18n_rails3_preparation' into rails-3-spikeMatthew Landauer2013-01-31-1/+1
|\ \
| * | Set locale with I18n rather than through globalizeMatthew Landauer2013-01-17-3/+3
| |/
* | Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ...Matthew Landauer2013-01-28-1/+1
* | Merge branch 'rails_xss' into rails-3-spikeMatthew Landauer2013-01-25-1/+19
|\|
| * As we're validating filename with validates_presence_of, which doesn't allow ...Louise Crow2013-01-14-1/+12
| * Handle case where info request doesn't have a user_nameLouise Crow2013-01-07-0/+7