aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeLines
* Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-2/+13
|\
| * Restore call to N_Louise Crow2013-04-23-1/+1
| * Fix the deadlock on dealing with incoming emailMark Longair2013-04-18-0/+11
| * Update outgoing message signoff translationLouise Crow2013-04-16-1/+1
| * Merge branch 'feature/final-consistent-translation-interpolation' into developLouise Crow2013-04-16-1/+1
| |\
| | * In translation strings replace %{} with {{}} formattingMatthew Landauer2013-04-15-1/+1
| | * In translation strings replace %{} with {{}} formattingMatthew Landauer2013-04-09-1/+1
| * | As much as possible use I18n.locale for getting the localeMatthew Landauer2013-04-02-2/+2
| * | Small refactorMatthew Landauer2013-04-02-6/+1
| * | Refactor using I18.with_localeMatthew Landauer2013-04-02-4/+3
| * | Set locale with I18n rather than through globalizeMatthew Landauer2013-04-02-4/+4
| * | Small refactoring in PublicBody.self.find_by_url_name_with_historic just use ...Matthew Landauer2013-04-02-22/+19
| * | Set locale in controller test by passing parameter in getMatthew Landauer2013-04-02-1/+1
* | | Remove cvs tagMatthew Landauer2013-03-26-2/+0
* | | Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-19/+19
* | | Replace use of Iconv in Ruby 1.9 to get rid of deprecation warningsHenare Degan2013-03-16-7/+23
* | | Fix up some merge action from f60ada47d4e7aabe0dce152109cb0d91865929daHenare Degan2013-03-15-1/+1
* | | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-93/+102
|\| |
| * | Merge remote-tracking branch 'openaustralia_github/one_support_email_on_admin...Louise Crow2013-03-13-112/+79
| |\ \
| | * | Refactor functionality from controller to modelMatthew Landauer2013-03-04-0/+15
| | * | When setting a state optionally pass a messsageMatthew Landauer2013-03-02-2/+2
| | * | Add optional message to requires_admin emailMatthew Landauer2013-03-02-2/+2
| | * | Avoid using return in the middle of methodsMatthew Landauer2013-03-02-7/+8
| | * | Simplify method by using array to store mappingMatthew Landauer2013-03-02-39/+24
| | * | InfoRequestEvent should know about its event typesMatthew Landauer2013-03-02-2/+10
| | * | Simplify methodsMatthew Landauer2013-03-02-8/+3
| | * | Extract methodMatthew Landauer2013-03-02-6/+5
| | * | Simplify methodsMatthew Landauer2013-03-02-19/+7
| | * | Simplify logic in methodMatthew Landauer2013-03-02-7/+2
| | * | Inline methodMatthew Landauer2013-03-02-11/+1
| | * | Inline methodMatthew Landauer2013-03-02-6/+1
| | * | Small refactor.Matthew Landauer2013-03-02-5/+1
| * | | Make view as html display as html5Matthew Landauer2013-03-07-2/+1
| * | | Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ...Louise Crow2013-03-06-8/+10
| |\ \ \
| | * | | Inline helperMatthew Landauer2013-02-15-1/+1
| | * | | Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-7/+7
| | * | | Rename helper methodMatthew Landauer2013-02-15-3/+3
| | * | | Rename helper methodMatthew Landauer2013-02-15-1/+1
| | * | | Make tracking links relativeMatthew Landauer2013-02-13-0/+2
| * | | | Mark subjects of emails as html_safeMatthew Landauer2013-03-06-6/+6
| | |/ / | |/| |
| * | | Move test runner disabling to request mailer in order to have access to rails...Louise Crow2013-02-19-1/+5
| * | | Handle the case where the subject is not setLouise Crow2013-02-15-2/+2
| * | | Fix for #808. SafeBuffer and ActionMailer::Quoting.quoted_printable don't pla...Louise Crow2013-02-15-0/+14
| |/ /
* | | Remove schema information as this won't be updated any moreHenare Degan2013-03-04-30/+0
* | | Convert validators to newer, more Railsy ActiveModelHenare Degan2013-03-04-19/+29
* | | We need to reload here in Rails 3.1 (caching?)Henare Degan2013-03-03-0/+3
* | | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-26/+26
* | | In Ruby 1.9.3 we need to explicitly require iconv because it's not implicitly...Henare Degan2013-02-28-1/+1
* | | Remove Tmail and use the Mail gem under Ruby 1.8.7 as wellHenare Degan2013-02-27-8/+0
* | | Fix calculation of attachment sizes in Ruby 1.9.3Henare Degan2013-02-27-17/+0