aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Run the Rails 3 generatorHenare Degan2012-12-11-2510/+4267
* Upgrade to Rails 3 and bundle updateHenare Degan2012-12-11-28/+64
* Bundle updateHenare Degan2012-12-11-18/+20
* Merge remote-tracking branch 'henare_github/relax-gc-for-tests' into developLouise Crow2012-12-10-0/+14
|\
| * Only trigger garbage collection every 4 seconds - speeds up the whole test su...Henare Degan2012-12-08-0/+14
* | Merge remote-tracking branch 'henare_github/move-gem' into developLouise Crow2012-12-10-1/+1
|\ \
| * | Don't install test-unit in productionHenare Degan2012-12-09-1/+1
| |/
* | Merge remote-tracking branch 'henare_github/remove-vendored-gem' into developLouise Crow2012-12-10-6253/+0
|\ \
| * | Remove vendored fakeweb gem. I think this was missed when we switched to BundlerHenare Degan2012-12-08-6253/+0
| |/
* | Add another branch to travis testing to resolve the test failures that only s...Louise Crow2012-12-10-0/+1
* | Merge branch 'feature/rework-mail-handling' into developLouise Crow2012-12-06-386/+1331
|\ \
| * | Add specs for attachment attributes.Louise Crow2012-12-06-0/+20
| * | Add alternative sanitization for Ruby 1.9Louise Crow2012-12-06-23/+57
| * | Test on Ruby 1.9.3 in Travis.Louise Crow2012-12-06-0/+1
| * | Patch the parameter hash used in Mail to handle nil values.Louise Crow2012-12-06-0/+19
| * | Convert url in comment to spec.Louise Crow2012-12-06-1/+40
| * | Explicitly require the mail gem when using it as a backend.Louise Crow2012-12-06-0/+1
| * | Add functions for basic mail handling to the mail backend of mail handler.Louise Crow2012-12-06-0/+199
| * | Add a spec for some basic consistency in content types, url part numbers, fil...Louise Crow2012-12-06-0/+80
| * | Remove url in comment - has been converted to spec.Louise Crow2012-12-06-2/+0
| * | Convert example URL to spec.Louise Crow2012-12-06-3/+461
| * | Stub the close method on the object we're passing to the zip file extraction ...Louise Crow2012-12-06-1/+3
| * | Update comments to reflect the fact that text is coming from an foi attachmen...Louise Crow2012-12-06-3/+4
| * | Reformat for line length.Louise Crow2012-12-06-1/+3
| * | Rename _get_attachment_text_internal_one_file to get_attachment_text_one_file...Louise Crow2012-12-06-9/+9
| * | No real need for this to be an internal function.Louise Crow2012-12-06-2/+2
| * | Move methods for getting the text out of attachments to the mail handler module.Louise Crow2012-12-06-125/+127
| * | Only make a tempfile etc if we're actually going to use it. Keep the body cal...Louise Crow2012-12-06-20/+30
| * | Standard indent.Louise Crow2012-12-06-4/+4
| * | Patch the Message initialize method so that it doesn't strip the initial inpu...Louise Crow2012-12-06-0/+39
| * | Convert address to string in the case where there's just an address.Louise Crow2012-12-05-1/+1
| * | Standardise on part as a param name, not mail_part.Louise Crow2012-12-05-4/+4
| * | Read and write to the file in binary mode during a TNEF conversion operation.Louise Crow2012-12-05-2/+2
| * | Write to the temp file in binary mode - we may be writing binary content, suc...Louise Crow2012-12-05-0/+1
| * | Use the character set of the attachment to encode the string that we're pulli...Louise Crow2012-12-05-0/+17
| * | Remove redundant references to MailHandlerLouise Crow2012-12-05-3/+3
| * | Move mail-specific stuff to mail handler.Louise Crow2012-12-05-47/+47
| * | Separate mail-specific stuff from creation/update of model instances.Louise Crow2012-12-05-8/+12
| * | Add a wrapper method for get_attachment_leaves.Louise Crow2012-12-05-4/+9
| * | Fix typo.Louise Crow2012-12-05-1/+1
| * | Remove redundant references to MailHandler.Louise Crow2012-12-05-11/+11
| * | Move the getting of attachment leaves to the mail handler.Louise Crow2012-12-05-90/+89
| * | Pass around mail object explicitly when getting attachment leaves.Louise Crow2012-12-05-8/+8
| * | Move part counting to the mail handler.Louise Crow2012-12-05-53/+55
| * | Pass explicit references to the mail when counting parts.Louise Crow2012-12-05-13/+13
| * | Move counters to mail object.Louise Crow2012-12-05-5/+9
| * | Move content type normalization to mail handler.Louise Crow2012-12-05-27/+26
| * | Now that the underlying methods handle the case where there is no from field ...Louise Crow2012-12-05-2/+2
| * | Use the binary_output option to have the strings returned by AlaveteliExterna...Louise Crow2012-12-05-8/+17
| * | Use mail handler to get the content type of each email part.Louise Crow2012-12-05-1/+1
|/ /