Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | We can't mock this in Rails 3.1 so switch to using fixture_file_upload instead | Henare Degan | 2013-03-03 | -3/+2 |
| | ||||
* | We use info_request_id in the view so we should use it in the test | Henare Degan | 2013-03-03 | -1/+1 |
| | ||||
* | We need to reload here in Rails 3.1 (caching?) | Henare Degan | 2013-03-03 | -0/+3 |
| | ||||
* | Remove empty fixtures | Henare Degan | 2013-03-03 | -4/+1 |
| | ||||
* | This is already defined in xapian_index | Henare Degan | 2013-03-03 | -15/+0 |
| | ||||
* | Update view test for Rails 3.1 | Henare Degan | 2013-03-03 | -6/+7 |
| | ||||
* | See how we go not disabling this now | Henare Degan | 2013-03-03 | -23/+0 |
| | ||||
* | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -133/+133 |
| | ||||
* | Different class in newer version of will_paginate | Henare Degan | 2013-03-03 | -1/+1 |
| | ||||
* | No longer available in Rails 3.1 | Henare Degan | 2013-03-03 | -1/+0 |
| | ||||
* | Revert "Update this to match the older version of the mail gem we're using" | Henare Degan | 2013-03-03 | -1/+2 |
| | | | | This reverts commit b9a2d996408c1ef703aa78311f8c2a0f6e0d7afc. | |||
* | Upgrade to Rails 3.1 | Henare Degan | 2013-03-03 | -56/+66 |
| | | | | And upgrade will_paginate to allow us to | |||
* | Use newer version of acts_as_versioned so we can upgrade Rails | Henare Degan | 2013-03-03 | -4/+10 |
| | ||||
* | response.redirected_to is deprecated | Henare Degan | 2013-03-03 | -1/+1 |
| | ||||
* | Update form_for syntax in describe request forms | Henare Degan | 2013-03-03 | -2/+2 |
| | ||||
* | Update deprecated form_for syntax in a few request views | Henare Degan | 2013-03-03 | -4/+4 |
| | ||||
* | Update deprecated form_for syntax in comment forms | Henare Degan | 2013-03-03 | -2/+2 |
| | ||||
* | Backport Mail 2.5's to_yaml to prevent an exception with Ruby 1.8 | Henare Degan | 2013-03-02 | -0/+22 |
| | ||||
* | Backport newer Mail code to fix decoding problems. #850 | Henare Degan | 2013-03-02 | -0/+38 |
| | ||||
* | In Ruby 1.9.3 we need to explicitly require iconv because it's not ↵ | Henare Degan | 2013-02-28 | -1/+1 |
| | | | | implicitly loaded via Mail | |||
* | Remove Tmail and use the Mail gem under Ruby 1.8.7 as well | Henare Degan | 2013-02-27 | -618/+35 |
| | ||||
* | Fix calculation of attachment sizes in Ruby 1.9.3 | Henare Degan | 2013-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 Degan | 2013-02-27 | -20/+20 |
| | | | | .rhtml is deprecated in favour of .erb in Rails 3 | |||
* | Fix some missing variables | Henare Degan | 2013-02-26 | -2/+2 |
| | ||||
* | Upgrade UserMailer to new ActionMailer API | Henare Degan | 2013-02-26 | -28/+24 |
| | ||||
* | Upgrade TrackMailer to new ActionMailer API | Henare Degan | 2013-02-26 | -7/+8 |
| | ||||
* | We don't need this now we're not using Rails 2.x | Henare Degan | 2013-02-26 | -51/+0 |
| | ||||
* | file_name is passed as a string not an array | Henare Degan | 2013-02-26 | -25/+24 |
| | ||||
* | Upgrade more of RequestMailer to new ActionMailer API | Henare Degan | 2013-02-26 | -23/+19 |
| | | | | Also change name of body instance method so it doesn't collide | |||
* | Upgrade some of RequestMailer to new ActionMailer API | Henare Degan | 2013-02-26 | -71/+87 |
| | ||||
* | Interpolation makes this easier to read | Henare Degan | 2013-02-26 | -1/+1 |
| | ||||
* | Upgrade OutgoingMailer to new ActionMailer API | Henare Degan | 2013-02-26 | -14/+12 |
| | ||||
* | Upgrade ContactMailer to new ActionMailer API | Henare Degan | 2013-02-26 | -29/+18 |
| | ||||
* | create_ is deprecated | Henare Degan | 2013-02-25 | -37/+37 |
| | ||||
* | Overwriting validate is deprecated | Henare Degan | 2013-02-25 | -2/+4 |
| | ||||
* | Update to new mail sending API | Henare Degan | 2013-02-25 | -16/+24 |
| | ||||
* | Update to new mail sending API | Henare Degan | 2013-02-25 | -27/+27 |
| | ||||
* | Mailers have their own home in Rails 3 | Henare Degan | 2013-02-25 | -16/+0 |
| | ||||
* | New way of sending an email | Henare Degan | 2013-02-25 | -1/+1 |
| | ||||
* | response.flash has been deprecated | Henare Degan | 2013-02-25 | -6/+6 |
| | ||||
* | and_return with should_not_receive is deprecated. Fixes #826 | Henare Degan | 2013-02-25 | -2/+2 |
| | ||||
* | This is dumb, let's remove it now | Henare Degan | 2013-02-22 | -2/+1 |
| | ||||
* | Add comments and spacing back so it's not just a heaving mess hopefully will ↵ | Henare Degan | 2013-02-22 | -0/+81 |
| | | | | make it easier to clean up later | |||
* | id's not required, the controller uses incoming_message_id instead (!?) | Henare Degan | 2013-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 back | Henare Degan | 2013-02-22 | -1/+2 |
| | ||||
* | Make id optional even though it's probably not needed | Henare Degan | 2013-02-22 | -1/+2 |
| | ||||
* | We don't need format here either | Henare Degan | 2013-02-22 | -4/+4 |
| | ||||
* | Remove format, it's not needed and screws up the syntax | Henare Degan | 2013-02-22 | -7/+7 |
| | ||||
* | Fix error and comment out incorrectly generated filter | Henare Degan | 2013-02-22 | -2/+2 |
| | ||||
* | Replace routes with autogenerated replacement | Henare Degan | 2013-02-22 | -242/+148 |
| |