aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove old PublicBodyCategories calls.Louise Crow2014-10-09-12/+20
| | | | | Add deprecation notice to draw attention to any place where PublicBodyCategories is called from themes.
* fixup! Don't migrate categories automatically.Louise Crow2014-10-09-6/+10
|
* Don't migrate categories automatically.Louise Crow2014-09-26-13/+5
| | | | | It becomes confusing in the test environment, better to have a clean script.
* Find by translated name correctly.Louise Crow2014-09-26-2/+4
| | | | | | .where doesn't seem to use the translations with this version of Globalize, even in a locale block. As this is run-once code to migrate, I think we're fine with the old syntax.
* fixup! Use translation tables for PublicBodyCategory and PublicBodyHeadingLouise Crow2014-09-26-2/+8
|
* Don't require a category descriptionLouise Crow2014-09-26-1/+20
| | | | | Some existing themes don't use one for categories like 'misc' and that seems reasonable usage. Add some specs for the things we do validate.
* Use double quotes to avoid backslashLouise Crow2014-09-26-3/+3
|
* Refactor for clarity of return/error conditionsLouise Crow2014-09-26-34/+53
|
* Rename partials to be more descriptiveLouise Crow2014-09-26-3/+3
|
* Use RESTful routing.Louise Crow2014-09-26-147/+135
|
* Create module to clarify what code is just for migrating from files.Louise Crow2014-09-25-83/+101
|
* fixup! Use translation tables for PublicBodyCategory and PublicBodyHeadingLouise Crow2014-09-25-1/+7
|
* fixup! Basic category admin screenLouise Crow2014-09-25-2/+2
|
* fixup! Use translation tables for PublicBodyCategory and PublicBodyHeadingLouise Crow2014-09-25-55/+53
|
* fixup! Basic category admin screenLouise Crow2014-09-25-9/+0
|
* fixup! Basic category admin screenLouise Crow2014-09-24-3/+0
|
* fixup! Add display order to public body categories and headingsLouise Crow2014-09-24-2/+0
|
* fixup! Replace existing PublicBodyCategories functionality with db models ↵Louise Crow2014-09-24-1/+1
| | | | PublicBodyCategory and PublicBodyHeading
* fixup! Replace existing PublicBodyCategories functionality with db models ↵Louise Crow2014-09-24-138/+155
| | | | PublicBodyCategory and PublicBodyHeading
* fixup! Add display order to public body categories and headingsLouise Crow2014-09-24-1/+1
|
* fixup! Replace existing PublicBodyCategories functionality with db models ↵Louise Crow2014-09-24-10/+10
| | | | PublicBodyCategory and PublicBodyHeading
* fixup! Basic category admin screenLouise Crow2014-09-24-16/+17
|
* fixup! New heading associations should be added on category create.Louise Crow2014-09-24-7/+4
|
* fixup! Add actions for reordering public body headings and categories.Louise Crow2014-09-24-16/+38
|
* fixup! Add actions for reordering public body headings and categories.Louise Crow2014-09-24-20/+24
|
* fixup! Remove dependence on default public bodies.Louise Crow2014-09-24-88/+48
|
* 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
| |\ \