Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix for interpolation bug introduced in ↵ | Louise Crow | 2014-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 ChangeEmailValidator | Gareth Rees | 2014-10-29 | -2/+10 |
| | | | | Add some private methods to add more semantics to conditionals | |||
* | Remove duplication in ChangeEmailValidator | Gareth Rees | 2014-10-29 | -5/+8 |
| | ||||
* | Tidy ChangeEmailValidator | Gareth Rees | 2014-10-29 | -9/+19 |
| | | | | | Line Length Remove self. | |||
* | Change email address in header of source code to hello@mysociety.org | Matthew Landauer | 2013-03-26 | -1/+1 |
| | ||||
* | Remove schema information as this won't be updated any more | Henare Degan | 2013-03-04 | -11/+0 |
| | ||||
* | Convert validators to newer, more Railsy ActiveModel | Henare Degan | 2013-03-04 | -10/+11 |
| | ||||
* | Merge branch 'develop' into rails-3-spike | Henare Degan | 2013-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 3 | Henare Degan | 2013-01-25 | -1/+4 |
| | | ||||
* | | #errors always returns an array now so check for an empty one instead | Henare Degan | 2013-02-07 | -2/+2 |
|/ | ||||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
| | ||||
* | Further annotation corrections | Seb Bacon | 2012-05-24 | -1/+1 |
| | ||||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -1/+1 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Ensure model schema documentation is up to date. | Seb Bacon | 2012-01-09 | -4/+5 |
| | ||||
* | initial merge of Kosovan branch; still need to get tests passing, factor out ↵ | Seb Bacon | 2011-07-06 | -4/+4 |
|\ | | | | | | | Kosovan-specific code | |||
| * | I18n string for models | Faton Selishta | 2011-06-30 | -4/+4 |
| | | ||||
* | | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -2/+7 |
|/ | ||||
* | Updating validations so that none expect automatic interpolation of the ↵ | Louise Crow | 2011-02-24 | -11/+11 |
| | | | | attribute. | |||
* | Annotate models. | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-27 | -1/+1 |
| | ||||
* | Add specific draft attribute. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-15 | -0/+10 |
| | ||||
* | Allow emails case insensitively. | Francis Irving | 2010-03-20 | -1/+1 |
| | ||||
* | Form for changing your email address | Francis Irving | 2010-03-10 | -0/+42 |