aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* We can't mock this in Rails 3.1 so switch to using fixture_file_upload insteadHenare Degan2013-03-03-3/+2
|
* We use info_request_id in the view so we should use it in the testHenare Degan2013-03-03-1/+1
|
* We need to reload here in Rails 3.1 (caching?)Henare Degan2013-03-03-0/+3
|
* Remove empty fixturesHenare Degan2013-03-03-4/+1
|
* This is already defined in xapian_indexHenare Degan2013-03-03-15/+0
|
* Update view test for Rails 3.1Henare Degan2013-03-03-6/+7
|
* See how we go not disabling this nowHenare Degan2013-03-03-23/+0
|
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-133/+133
|
* Different class in newer version of will_paginateHenare Degan2013-03-03-1/+1
|
* No longer available in Rails 3.1Henare Degan2013-03-03-1/+0
|
* Revert "Update this to match the older version of the mail gem we're using"Henare Degan2013-03-03-1/+2
| | | | This reverts commit b9a2d996408c1ef703aa78311f8c2a0f6e0d7afc.
* Upgrade to Rails 3.1Henare Degan2013-03-03-56/+66
| | | | And upgrade will_paginate to allow us to
* Use newer version of acts_as_versioned so we can upgrade RailsHenare Degan2013-03-03-4/+10
|
* response.redirected_to is deprecatedHenare Degan2013-03-03-1/+1
|
* Update form_for syntax in describe request formsHenare Degan2013-03-03-2/+2
|
* Update deprecated form_for syntax in a few request viewsHenare Degan2013-03-03-4/+4
|
* Update deprecated form_for syntax in comment formsHenare Degan2013-03-03-2/+2
|
* Backport Mail 2.5's to_yaml to prevent an exception with Ruby 1.8Henare Degan2013-03-02-0/+22
|
* Backport newer Mail code to fix decoding problems. #850Henare Degan2013-03-02-0/+38
|
* In Ruby 1.9.3 we need to explicitly require iconv because it's not ↵Henare Degan2013-02-28-1/+1
| | | | implicitly loaded via Mail
* Remove Tmail and use the Mail gem under Ruby 1.8.7 as wellHenare Degan2013-02-27-618/+35
|
* Fix calculation of attachment sizes in Ruby 1.9.3Henare Degan2013-02-27-17/+0
| | | | | | | | force_encoding is generally not a good idea and I can't see what it's trying to achieve here so... Revert "Use the character set of the attachment to encode the string that we're pulling out of the file before converting it to our default encoding." This reverts commit 3729f2053d4c04396d440a9c368bed174e9c9605.
* Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-20/+20
| | | | .rhtml is deprecated in favour of .erb in Rails 3
* Fix some missing variablesHenare Degan2013-02-26-2/+2
|
* Upgrade UserMailer to new ActionMailer APIHenare Degan2013-02-26-28/+24
|
* Upgrade TrackMailer to new ActionMailer APIHenare Degan2013-02-26-7/+8
|
* We don't need this now we're not using Rails 2.xHenare Degan2013-02-26-51/+0
|
* file_name is passed as a string not an arrayHenare Degan2013-02-26-25/+24
|
* Upgrade more of RequestMailer to new ActionMailer APIHenare Degan2013-02-26-23/+19
| | | | Also change name of body instance method so it doesn't collide
* Upgrade some of RequestMailer to new ActionMailer APIHenare Degan2013-02-26-71/+87
|
* Interpolation makes this easier to readHenare Degan2013-02-26-1/+1
|
* Upgrade OutgoingMailer to new ActionMailer APIHenare Degan2013-02-26-14/+12
|
* Upgrade ContactMailer to new ActionMailer APIHenare Degan2013-02-26-29/+18
|
* create_ is deprecatedHenare Degan2013-02-25-37/+37
|
* Overwriting validate is deprecatedHenare Degan2013-02-25-2/+4
|
* Update to new mail sending APIHenare Degan2013-02-25-16/+24
|
* Update to new mail sending APIHenare Degan2013-02-25-27/+27
|
* Mailers have their own home in Rails 3Henare Degan2013-02-25-16/+0
|
* New way of sending an emailHenare Degan2013-02-25-1/+1
|
* response.flash has been deprecatedHenare Degan2013-02-25-6/+6
|
* and_return with should_not_receive is deprecated. Fixes #826Henare Degan2013-02-25-2/+2
|
* This is dumb, let's remove it nowHenare Degan2013-02-22-2/+1
|
* Add comments and spacing back so it's not just a heaving mess hopefully will ↵Henare Degan2013-02-22-0/+81
| | | | make it easier to clean up later
* id's not required, the controller uses incoming_message_id instead (!?)Henare Degan2013-02-22-1/+1
| | | | In Rails 2 id was optional but I'm removing it completely because it's confusing and doesn't do anything
* Add the routing filter backHenare Degan2013-02-22-1/+2
|
* Make id optional even though it's probably not neededHenare Degan2013-02-22-1/+2
|
* We don't need format here eitherHenare Degan2013-02-22-4/+4
|
* Remove format, it's not needed and screws up the syntaxHenare Degan2013-02-22-7/+7
|
* Fix error and comment out incorrectly generated filterHenare Degan2013-02-22-2/+2
|
* Replace routes with autogenerated replacementHenare Degan2013-02-22-242/+148
|