Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | Merge branch '875-remove-charities' into rails-3-develop | Gareth Rees | 2014-10-30 | -10/+0 | |
| |\ \ \ \ | |||||
| | * | | | | Remove WDTK-specific charity links | Gareth Rees | 2014-10-29 | -10/+0 | |
| | | |/ / | | |/| | | |||||
| * | | | | Merge branch 'issues/1457-close-change-request-without-email' into rails-3-de... | Louise Crow | 2014-10-30 | -27/+38 | |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Remove redirect to trailing slash URL. | Louise Crow | 2014-10-30 | -13/+1 | |
| | * | | | Allow closure of a change request without sending an email. | Louise Crow | 2014-10-30 | -14/+37 | |
| * | | | | Merge branch 'code_tidying' into rails-3-develop | Gareth Rees | 2014-10-29 | -564/+716 | |
| |\ \ \ \ | |||||
| | * | | | | Remove extra newlines | Gareth Rees | 2014-10-29 | -3/+0 | |
| | * | | | | Group PublicBody callbacks and macros at top | Gareth Rees | 2014-10-29 | -18/+21 | |
| | * | | | | Extract descriptions in to TrackThing::TRACK_TYPES | Gareth Rees | 2014-10-29 | -20/+9 | |
| | * | | | | Use where syntax for TrackThing.find_existing | Gareth Rees | 2014-10-29 | -2/+5 | |
| | * | | | | Refactor TrackType types and mediums to constants | Gareth Rees | 2014-10-29 | -12/+11 | |
| | * | | | | Dynamically call params hash for TrackThing#params | Gareth Rees | 2014-10-29 | -20/+11 | |
| | * | | | | Extract hashes in TrackThing#params to methods | Gareth Rees | 2014-10-29 | -113/+134 | |
| | * | | | | Clean TrackThing | Gareth Rees | 2014-10-29 | -51/+49 | |
| | * | | | | Use self. for TrackThing class methods | Gareth Rees | 2014-10-29 | -8/+8 | |
| | * | | | | Group TrackThing class methods at top of file | Gareth Rees | 2014-10-29 | -35/+37 | |
| | * | | | | Group TrackThing macro methods | Gareth Rees | 2014-10-29 | -6/+3 | |
| | * | | | | Extract UserInfoRequestSentAlert alert types | Gareth Rees | 2014-10-29 | -10/+14 | |
| | * | | | | Clean User | Gareth Rees | 2014-10-29 | -80/+80 | |
| | * | | | | Group User class methods at top of class | Gareth Rees | 2014-10-29 | -105/+104 | |
| | * | | | | Group User macro methods at top of file | Gareth Rees | 2014-10-29 | -12/+8 | |
| | * | | | | Move User callbacks to top of file | Gareth Rees | 2014-10-29 | -2/+3 | |
| | * | | | | Extract RawEmail inline calls to private methods | Gareth Rees | 2014-10-29 | -3/+8 | |
| | * | | | | Tidy RawEmail | Gareth Rees | 2014-10-29 | -14/+11 | |
| | * | | | | Tidy PurgeRequest | Gareth Rees | 2014-10-29 | -11/+8 | |
| | * | | | | Tidy ProfilePhoto | Gareth Rees | 2014-10-29 | -28/+26 | |
| | * | | | | Extract after_initialize methods in PostRedirect | Gareth Rees | 2014-10-29 | -11/+10 | |
| | * | | | | Tidy PostRedirect | Gareth Rees | 2014-10-29 | -17/+16 | |
| | * | | | | Move PostRedirect class methods to top of file | Gareth Rees | 2014-10-29 | -20/+22 | |
| | * | | | | Tidy Holiday | Gareth Rees | 2014-10-29 | -12/+12 | |
| | * | | | | Tidy ContactValidator | Gareth Rees | 2014-10-29 | -1/+3 | |
| | * | | | | Move Comment class method to top of file | Gareth Rees | 2014-10-29 | -15/+15 | |
| | * | | | | Improve Comment.find_existing | Gareth Rees | 2014-10-29 | -4/+7 | |
| | * | | | | Use more meaningful validations in Comment | Gareth Rees | 2014-10-29 | -3/+9 | |
| | * | | | | Tidy Comment | Gareth Rees | 2014-10-29 | -17/+16 | |
| | * | | | | Extract complexity in ChangeEmailValidator | Gareth Rees | 2014-10-29 | -2/+10 | |
| | * | | | | Remove duplication in ChangeEmailValidator | Gareth Rees | 2014-10-29 | -5/+8 | |
| | * | | | | Tidy ChangeEmailValidator | Gareth Rees | 2014-10-29 | -9/+19 | |
| | * | | | | Add ChangeEmailValidator spec | Gareth Rees | 2014-10-29 | -0/+124 | |
| | * | | | | Clean up AboutMeValidator | Gareth Rees | 2014-10-20 | -1/+1 | |
| * | | | | | Merge branch 'body-show-sidebar-partial' into rails-3-develop | Gareth Rees | 2014-10-28 | -21/+28 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Extract public_body/show sidebar to partial | Gareth Rees | 2014-10-28 | -21/+28 | |
| |/ / / / / | |||||
| * | | | | | Merge branch 'censor_rule_cleanup' into rails-3-develop | Gareth Rees | 2014-10-28 | -35/+38 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Avoid use of parameter with attribute name | Gareth Rees | 2014-10-15 | -6/+6 | |
| | * | | | | | Privatise uncalled CensorRule methods | Gareth Rees | 2014-10-15 | -21/+23 | |
| | * | | | | | Extract duplication in CensorRule | Gareth Rees | 2014-10-15 | -2/+6 | |
| | * | | | | | Clean up CensorRule | Gareth Rees | 2014-10-15 | -22/+19 | |
| * | | | | | | Merge branch 'fix_transient_locale_integration_errors' into rails-3-develop | Louise Crow | 2014-10-28 | -8/+32 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Allow resetting of the locale pattern on the locale routing filter. | Louise Crow | 2014-10-28 | -1/+10 | |
| | * | | | | | | Use factories, not fixtures, in integration spec. | Louise Crow | 2014-10-28 | -7/+22 |