aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Thought I got this in b0ae75aba63d40146cfbc7e6af27e1d6051f1804 but it must ↵Henare Degan2012-12-11-3/+0
| | | | have been set twice - safety first!
* Require public_body_categories like the other things in libHenare Degan2012-12-11-0/+1
|
* The with_locale has been removed in Globalize3Henare Degan2012-12-11-50/+47
| | | | | | I think Globalize is supposed to pick up the locale from I18n anyway so I don't know if these are needed. I think I still haven't done the right thing but it's time to move on.
* Don't reduce the log level in developmentHenare Degan2012-12-11-2/+0
|
* Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2012-12-11-10676/+74
|
* Switch to new method nameHenare Degan2012-12-11-29/+29
|
* Upgrade globalizeHenare Degan2012-12-11-1897/+9
|
* Disable rescue customisations until we can move it to rackHenare Degan2012-12-11-13/+14
|
* This is deprecated and now set in application.rbHenare Degan2012-12-11-3/+0
|
* Move middleware insertionHenare Degan2012-12-11-5/+4
|
* tmail is used by Alaveteli in Ruby 1.8 and is no longer included in RailsHenare Degan2012-12-11-0/+3
|
* RAILS_ROOT is deprecatedHenare Degan2012-12-11-1/+1
|
* Move Rails config overHenare Degan2012-12-11-57/+36
|
* I don't think we need to support Lenny any moreHenare Degan2012-12-11-51/+0
|
* Start upgrading Avaveteli initialiserHenare Degan2012-12-11-13/+3
|
* Add new Rails 3 configHenare Degan2012-12-11-1/+3
|
* Upgrade environment configurationsHenare Degan2012-12-11-69/+76
|
* Start moving to Rails 3 config/initialisationHenare Degan2012-12-11-163/+165
|
* 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 ↵Henare Degan2012-12-08-0/+14
| | | | | | | | | | | | suite by ~35% on my machine Via https://37signals.com/svn/posts/2742-the-road-to-faster-tests
* | 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 ↵Louise Crow2012-12-10-0/+1
| | | | | | | | seem to happen in travis.
* | 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
| | | | | | | | | | | | | | | | | | Conflicts: lib/mail_handler/backends/tmail_backend.rb
| * | 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, ↵Louise Crow2012-12-06-0/+80
| | | | | | | | | | | | filenames, and within rfc822 subjects.
| * | 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
| | | | | | | | | | | | function.
| * | Update comments to reflect the fact that text is coming from an foi ↵Louise Crow2012-12-06-3/+4
| | | | | | | | | | | | attachment model, and hasn't necessarily been handled by TMail.
| * | Reformat for line length.Louise Crow2012-12-06-1/+3
| | |
| * | Rename _get_attachment_text_internal_one_file to ↵Louise Crow2012-12-06-9/+9
| | | | | | | | | | | | get_attachment_text_one_file as it is now an externally-accessed method of the mail handler module.
| * | 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 ↵Louise Crow2012-12-06-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | call outside the Chdir block - sometimes getting the body may involve opening files too. Conflicts: app/models/foi_attachment.rb
| * | Standard indent.Louise Crow2012-12-06-4/+4
| | |
| * | Patch the Message initialize method so that it doesn't strip the initial ↵Louise Crow2012-12-06-0/+39
| | | | | | | | | | | | input - trailing spaces can be meaningful.
| * | 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
| | |