aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
Commit message (Expand)AuthorAgeLines
* Add specs to AboutMeValidatorGareth Rees2015-02-24-0/+53
* Add User#banned?Gareth Rees2015-02-24-0/+18
* Merge branch '2134-fix-same-attribute-value-across-locales' into rails-3-developLouise Crow2015-02-23-4/+289
|\
| * Use before methods for object setup, model existing behaviour.Louise Crow2015-02-23-50/+16
| * Create bodies in before call.Louise Crow2015-02-23-19/+25
| * Include tag_string from csv in tags expected.Louise Crow2015-02-23-2/+2
| * Comprehensive specs for CSV Import tag_string fieldGareth Rees2015-02-23-0/+297
| * Give example csv file .csv extensionLouise Crow2015-02-23-2/+2
| * Refactor massive import method into smaller instance level methodsLouise Crow2015-02-23-2/+2
| * Test localised value for import against existing localised valueLouise Crow2015-02-23-0/+16
* | Move logic to modelLouise Crow2015-02-20-0/+22
* | Remove spec redundancy following code refactor.Louise Crow2015-02-20-30/+31
* | Use correct method name in error.Louise Crow2015-02-20-1/+1
* | Refactor common logicLouise Crow2015-02-20-6/+6
* | Add some specs for current behaviourLouise Crow2015-02-20-0/+102
* | Merge branch 'hotfix/0.20.0.6' into rails-3-developLouise Crow2015-02-05-0/+98
|\ \
| * | Fix submission of form containing both existing and new translationsLouise Crow2015-02-03-25/+17
| * | Add specs for PublicBody#translated_versions=Gareth Rees2015-01-30-0/+110
* | | Use map instead of creating empty arrayGareth Rees2015-02-04-0/+12
* | | Nicer capitalize first letter onlyGareth Rees2015-02-04-0/+11
* | | Add PublicBody#type_of_authority specsGareth Rees2015-01-23-0/+87
| |/ |/|
* | Fix assumption of current year as 2014 in holiday import specsLouise Crow2015-01-05-3/+5
* | Update table attribute metadataLouise Crow2014-12-23-13/+8
* | Merge branch 'admin-public-holiday-interface' into rails-3-developLouise Crow2014-12-18-61/+227
|\ \
| * | Allow import of holidays from feed or built-in suggestionsLouise Crow2014-12-15-0/+155
| * | Add basic edit actionLouise Crow2014-12-15-1/+1
| * | Add validation for presence of day.Louise Crow2014-12-15-61/+72
| |/
* | Refactor the application of masks and censor rules to messages.Louise Crow2014-12-15-121/+58
* | Only mark email_subject_request as HTML safe when used in email subject.Louise Crow2014-12-12-1/+1
|/
* Validate the presence of the description.Louise Crow2014-12-01-0/+6
* Add ChangeEmailValidator specGareth Rees2014-10-29-0/+124
* Merge branch 'issues/1778-send-message' into rails-3-developGareth Rees2014-10-17-4/+7
|\
| * Remove now-unused OutgoingMessage#send_messageGareth Rees2014-10-17-4/+7
* | Require heading and category in PublicBodyCategoryLink.Louise Crow2014-10-09-0/+12
* | fixup! Remove old PublicBodyCategories calls.Louise Crow2014-10-09-1/+1
* | Remove old PublicBodyCategories calls.Louise Crow2014-10-09-1/+1
* | Don't migrate categories automatically.Louise Crow2014-09-26-10/+0
* | Don't require a category descriptionLouise Crow2014-09-26-0/+20
* | Create module to clarify what code is just for migrating from files.Louise Crow2014-09-25-2/+2
* | fixup! Use translation tables for PublicBodyCategory and PublicBodyHeadingLouise Crow2014-09-25-2/+2
* | fixup! Replace existing PublicBodyCategories functionality with db models Pub...Louise Crow2014-09-24-69/+90
* | fixup! Remove dependence on default public bodies.Louise Crow2014-09-24-6/+6
* | fixup! Validation of display order, default setting callbacks.Louise Crow2014-09-24-44/+49
* | Validation of display order, default setting callbacks.Louise Crow2014-09-22-14/+74
* | Add display order to public body categories and headingslizconlan2014-09-22-53/+112
* | Reinstate automatic loading of categories on get if no categories definedlizconlan2014-09-22-0/+6
* | Use translation tables for PublicBodyCategory and PublicBodyHeadinglizconlan2014-09-22-5/+33
* | Replace existing PublicBodyCategories functionality with db models PublicBody...lizconlan2014-09-22-0/+66
|/
* Merge branch 'issues/1833-censor-rule-validation' into rails-3-developGareth Rees2014-09-15-6/+27
|\
| * Fix regressions in CensorRule specsGareth Rees2014-09-12-3/+12