aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeLines
* Try to avoid n+1 queries, and multiple admin authority queries.0.20.0.1hotfix/0.20.0.1Louise Crow2014-12-18-2/+3
* Don't translate validation messages for models created/edited in admin interfacerelease/0.20Louise Crow2014-12-02-8/+8
* Fix for interpolation bug introduced in 7a3b462f41321034cbdd2c83707f739a442e8...Louise Crow2014-12-01-1/+11
* Validate the presence of the description.Louise Crow2014-12-01-0/+1
* Fix missing translation introduced in 962357cGareth Rees2014-11-12-3/+3
* Add fix for Apple Mail with attachments Gareth Rees2014-11-04-2/+4
* Merge branch 'code_tidying' into rails-3-developGareth Rees2014-10-29-564/+592
|\
| * Remove extra newlinesGareth Rees2014-10-29-3/+0
| * Group PublicBody callbacks and macros at topGareth Rees2014-10-29-18/+21
| * Extract descriptions in to TrackThing::TRACK_TYPESGareth Rees2014-10-29-20/+9
| * Use where syntax for TrackThing.find_existingGareth Rees2014-10-29-2/+5
| * Refactor TrackType types and mediums to constantsGareth Rees2014-10-29-12/+11
| * Dynamically call params hash for TrackThing#paramsGareth Rees2014-10-29-20/+11
| * Extract hashes in TrackThing#params to methodsGareth Rees2014-10-29-113/+134
| * Clean TrackThingGareth Rees2014-10-29-51/+49
| * Use self. for TrackThing class methodsGareth Rees2014-10-29-8/+8
| * Group TrackThing class methods at top of fileGareth Rees2014-10-29-35/+37
| * Group TrackThing macro methodsGareth Rees2014-10-29-6/+3
| * Extract UserInfoRequestSentAlert alert typesGareth Rees2014-10-29-10/+14
| * Clean UserGareth Rees2014-10-29-80/+80
| * Group User class methods at top of classGareth Rees2014-10-29-105/+104
| * Group User macro methods at top of fileGareth Rees2014-10-29-12/+8
| * Move User callbacks to top of fileGareth Rees2014-10-29-2/+3
| * Extract RawEmail inline calls to private methodsGareth Rees2014-10-29-3/+8
| * Tidy RawEmailGareth Rees2014-10-29-14/+11
| * Tidy PurgeRequestGareth Rees2014-10-29-11/+8
| * Tidy ProfilePhotoGareth Rees2014-10-29-28/+26
| * Extract after_initialize methods in PostRedirectGareth Rees2014-10-29-11/+10
| * Tidy PostRedirectGareth Rees2014-10-29-17/+16
| * Move PostRedirect class methods to top of fileGareth Rees2014-10-29-20/+22
| * Tidy HolidayGareth Rees2014-10-29-12/+12
| * Tidy ContactValidatorGareth Rees2014-10-29-1/+3
| * Move Comment class method to top of fileGareth Rees2014-10-29-15/+15
| * Improve Comment.find_existingGareth Rees2014-10-29-4/+7
| * Use more meaningful validations in CommentGareth Rees2014-10-29-3/+9
| * Tidy CommentGareth Rees2014-10-29-17/+16
| * Extract complexity in ChangeEmailValidatorGareth Rees2014-10-29-2/+10
| * Remove duplication in ChangeEmailValidatorGareth Rees2014-10-29-5/+8
| * Tidy ChangeEmailValidatorGareth Rees2014-10-29-9/+19
| * Clean up AboutMeValidatorGareth Rees2014-10-20-1/+1
* | Merge branch 'censor_rule_cleanup' into rails-3-developGareth Rees2014-10-28-34/+35
|\ \ | |/ |/|
| * Avoid use of parameter with attribute nameGareth Rees2014-10-15-6/+6
| * Privatise uncalled CensorRule methodsGareth Rees2014-10-15-20/+20
| * Extract duplication in CensorRuleGareth Rees2014-10-15-2/+6
| * Clean up CensorRuleGareth Rees2014-10-15-22/+19
* | Merge branch 'issues/1778-send-message' into rails-3-developGareth Rees2014-10-17-37/+41
|\ \ | |/ |/|
| * Remove now-unused OutgoingMessage#send_messageGareth Rees2014-10-17-44/+0
| * Extract resending a message from the modelGareth Rees2014-10-17-3/+3
| * Use updated method for sending an InfoRequestBatchGareth Rees2014-10-17-1/+7
| * OutgoingMessage methods for async email sendingGareth Rees2014-10-14-0/+42