aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* fixup! Validation of display order, default setting callbacks.Louise Crow2014-09-24-47/+52
|
* Allow reordering of categories and headings using javascript.Louise Crow2014-09-22-43/+100
|
* New heading associations should be added on category create.Louise Crow2014-09-22-0/+21
|
* Add actions for reordering public body headings and categories.Louise Crow2014-09-22-1/+135
|
* Remove dependence on default public bodies.Louise Crow2014-09-22-16/+84
| | | | Seems like this could trip us up later. Use factories instead, they're more clearly associated with tests.
* Validation of display order, default setting callbacks.Louise Crow2014-09-22-28/+108
|
* Destroy link on destruction of heading or category.Louise Crow2014-09-22-2/+2
|
* Add display_order field to public_body_headings.Louise Crow2014-09-22-1/+2
| | | | # Please enter the commit message for your changes. Lines starting
* Add upgrade notes for category editing featurelizconlan2014-09-22-2/+4
|
* Allow deletion of public body categories with associatied bodieslizconlan2014-09-22-16/+1
|
* Add display order to public body categories and headingslizconlan2014-09-22-60/+208
|
* Reinstate automatic loading of categories on get if no categories definedlizconlan2014-09-22-1/+14
|
* Set default font for admin navbar throughout sitelizconlan2014-09-22-0/+3
|
* Enable admins to link public body categories to headingslizconlan2014-09-22-6/+51
|
* List categories without headings on the admin screenlizconlan2014-09-22-32/+51
|
* Restrict category_tag edits to empty public body categorieslizconlan2014-09-22-8/+33
|
* Basic category admin screenlizconlan2014-09-22-4/+749
|
* Fix admin screen formatting issue in Chromelizconlan2014-09-22-0/+3
|
* Use translation tables for PublicBodyCategory and PublicBodyHeadinglizconlan2014-09-22-23/+235
|
* Replace existing PublicBodyCategories functionality with db models ↵lizconlan2014-09-22-67/+197
| | | | PublicBodyCategory and PublicBodyHeading
* Merge branch 'rails-3-develop' of ↵Louise Crow2014-09-22-97/+122
|\ | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
| * Merge branch 'issues/149-wdtk-visited-links' into rails-3-developGareth Rees2014-09-22-0/+3
| |\
| | * Restore visited link colour changeGareth Rees2014-09-22-0/+3
| | |
| * | Merge branch 'issues/1778-code-tidy' into rails-3-developGareth Rees2014-09-19-97/+119
| |\ \
| | * | Use dot rather than colon for method callGareth Rees2014-09-19-1/+1
| | | |
| | * | Group class methods before instance methodsGareth Rees2014-09-19-12/+12
| | | |
| | * | Remove uneeded code / Tidy upGareth Rees2014-09-19-66/+88
| | | |
| | * | Remove unused validationGareth Rees2014-09-19-1/+1
| | | |
| | * | Tidy OutgoingMessage macro methodsGareth Rees2014-09-19-22/+22
| |/ /
* | | Merge branch 'issues/1863-nicaraguan-locale' into rails-3-developLouise Crow2014-09-22-0/+4135
|\ \ \ | |/ / |/| |
| * | Update with latest Spanish translations.Louise Crow2014-09-19-76/+81
| | |
| * | Add es_NI locale.Louise Crow2014-09-19-0/+4130
|/ / | | | | | | Use the generic Spanish locale as a base.
* | Merge branch 'issues/1833-censor-rule-validation' into rails-3-developGareth Rees2014-09-15-7/+43
|\ \
| * | Fix regressions in CensorRule specsGareth Rees2014-09-12-3/+12
| | | | | | | | | | | | Added extra validations to match Postgres constraints
| * | Add correct validations to CensorRuleGareth Rees2014-09-12-4/+31
| | |
* | | Merge branch 'empty_blog' into rails-3-developGareth Rees2014-09-15-1/+1
|\ \ \
| * | | Fix /blog breaking if the blog has no postsGareth Rees2014-09-12-1/+1
| | | |
* | | | Merge remote-tracking branch 'origin/hotfix/0.19.0.3' into rails-3-developGareth Rees2014-09-15-1/+15
|\ \ \ \
| * | | | Whitelist UserController#signup params0.19.0.3hotfix/0.19.0.3Gareth Rees2014-09-09-1/+15
| | | | | | | | | | | | | | | | | | | | Protects from mass-assignment exploit attempts
| * | | | Merge branch 'hotfix/0.19.0.2'0.19.0.2Gareth Rees2014-09-05-2/+4
| |\ \ \ \
* | \ \ \ \ Merge branch 'issues/1704-search-contributions-margin' into rails-3-developGareth Rees2014-09-15-0/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add margin to search your contributions formGareth Rees2014-09-04-0/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'hotfix/0.19.0.2' into rails-3-developGareth Rees2014-09-05-2/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Allow RAILS_ENV to be set in sysvinit-thinhotfix/0.19.1hotfix/0.19.0.2Gareth Rees2014-08-29-2/+4
| | | | | | | | | | | | | | | | | | | | Install script on AWS uses development mode by default
* | | | | Merge branch 'hotfix/0.19.0.1' into rails-3-developLouise Crow2014-09-04-10/+62
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Add integration spec.0.19.0.1hotfix/0.19.0.1Louise Crow2014-09-01-0/+31
| | | |
| * | | Return a list of all cache directories for the requestLouise Crow2014-09-01-8/+18
| | | |
| * | | Use request dirs method.Louise Crow2014-09-01-2/+1
| | | |
| * | | Use path relative to Rails root.Louise Crow2014-09-01-1/+1
| | | |
| * | | Move method to model to make it more testable, add spec.Louise Crow2014-09-01-8/+20
| |/ /