aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/change_email_validator.rb
Commit message (Collapse)AuthorAgeLines
* Fix for interpolation bug introduced in ↵Louise Crow2014-12-01-1/+11
| | | | | | | 7a3b462f41321034cbdd2c83707f739a442e83c6. The string with the unsubstituted variable pattern was being made available for translation, instead of the translatable version.
* Extract complexity in ChangeEmailValidatorGareth Rees2014-10-29-2/+10
| | | | Add some private methods to add more semantics to conditionals
* Remove duplication in ChangeEmailValidatorGareth Rees2014-10-29-5/+8
|
* Tidy ChangeEmailValidatorGareth Rees2014-10-29-9/+19
| | | | | Line Length Remove self.
* Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
|
* Remove schema information as this won't be updated any moreHenare Degan2013-03-04-11/+0
|
* Convert validators to newer, more Railsy ActiveModelHenare Degan2013-03-04-10/+11
|
* Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-1/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/general_controller.rb app/controllers/track_controller.rb app/models/outgoing_message.rb app/models/public_body.rb app/models/user.rb app/views/general/frontpage.rhtml config/environment.rb config/initializers/inflections.rb config/initializers/mime_types.rb db/migrate/094_remove_old_tags_foreign_key.rb lib/timezone_fixes.rb spec/models/request_mailer_spec.rb spec/views/request/list.rhtml_spec.rb
| * ChangeEmailValidator model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-1/+4
| |
* | #errors always returns an array now so check for an empty one insteadHenare Degan2013-02-07-2/+2
|/
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
|
* Further annotation correctionsSeb Bacon2012-05-24-1/+1
|
* Remove trailing whitespace (to make a cleaner forthcoming merge with ↵Seb Bacon2012-05-15-1/+1
| | | | wombleton:feature/440_sparkly_admin_css)
* Ensure model schema documentation is up to date.Seb Bacon2012-01-09-4/+5
|
* initial merge of Kosovan branch; still need to get tests passing, factor out ↵Seb Bacon2011-07-06-4/+4
|\ | | | | | | Kosovan-specific code
| * I18n string for modelsFaton Selishta2011-06-30-4/+4
| |
* | Don't store passwords in post_params.Louise Crow2011-05-16-2/+7
|/
* Updating validations so that none expect automatic interpolation of the ↵Louise Crow2011-02-24-11/+11
| | | | attribute.
* Annotate models.Francis Irving2010-10-09-1/+1
|
* Update model annotations.Francis Irving2010-09-15-1/+1
|
* Update model annotations.Francis Irving2010-07-27-1/+1
|
* Add specific draft attribute.Francis Irving2010-07-15-1/+1
|
* Update model annotations.Francis Irving2010-07-15-0/+10
|
* Allow emails case insensitively.Francis Irving2010-03-20-1/+1
|
* Form for changing your email addressFrancis Irving2010-03-10-0/+42