Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | | Merge branch 'docs_url_in_config' into rails-3-develop | Gareth Rees | 2014-10-27 | -0/+3 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| | * | | | | | | Add URL to customisation docs in example config | Gareth Rees | 2014-10-22 | -0/+3 | |
| |/ / / / / / | |||||
| * | | | | | | Merge branch 'issues/1778-send-message' into rails-3-develop | Gareth Rees | 2014-10-17 | -48/+129 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | Remove now-unused OutgoingMessage#send_message | Gareth Rees | 2014-10-17 | -48/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Models should not send emails | ||||
| | * | | | | | Extract resending a message from the model | Gareth Rees | 2014-10-17 | -4/+27 | |
| | | | | | | | |||||
| | * | | | | | Use updated method for sending an InfoRequestBatch | Gareth Rees | 2014-10-17 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Could do with extracting the sending from the model, but this allows the removal of OutgoingMessage#send_message | ||||
| | * | | | | | Extract initial and followup sending from model | Gareth Rees | 2014-10-17 | -6/+57 | |
| | | | | | | | |||||
| | * | | | | | OutgoingMessage methods for async email sending | Gareth Rees | 2014-10-14 | -0/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #sendable? checks whether the message is in a state that we can send, otherwise it raises an appropriate exception. Not ideal (should just return false, but this is existing behaviour) #record_email_delivery updates the OutgoingMessage instance, logs an event with the InfoRequest and updates the InfoRequest state. | ||||
| * | | | | | | Merge branch 'spam_address_routing' into rails-3-develop | Gareth Rees | 2014-10-14 | -8/+8 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add admin prefix to spam_addresses resources | Gareth Rees | 2014-10-10 | -8/+8 | |
| | |/ / / / / | |||||
| * | | | | | | Merge branch 'issues/1830-batch-request-user-filter' into rails-3-develop | Gareth Rees | 2014-10-14 | -2/+36 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | User profile option to filter requests by status | Gareth Rees | 2014-10-14 | -2/+36 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Filters on `latest_status` because filtering by `status` searches all states a request has ever been in. | ||||
| * | | | | | Merge branch 'issues/222-category-editing-add-order-interface' into ↵ | Louise Crow | 2014-10-14 | -148/+1869 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | rails-3-develop | ||||
| | * | | | | fixup! Use RESTful routing. | Louise Crow | 2014-10-09 | -31/+31 | |
| | | | | | | |||||
| | * | | | | Require heading and category in PublicBodyCategoryLink. | Louise Crow | 2014-10-09 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Update default factory accordingly. | ||||
| | * | | | | fixup! Remove old PublicBodyCategories calls. | Louise Crow | 2014-10-09 | -1/+1 | |
| | | | | | | |||||
| | * | | | | Remove default public_body_categories_[locale].rb files. | Louise Crow | 2014-10-09 | -39/+0 | |
| | | | | | | |||||
| | * | | | | Add notes on removing public_body_category_[locale].rb files. | Louise Crow | 2014-10-09 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also note that calls to PublicBodyCategories are deprecated. | ||||
| | * | | | | Remove old PublicBodyCategories calls. | Louise Crow | 2014-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 Crow | 2014-10-09 | -6/+10 | |
| | | | | | | |||||
| | * | | | | Don't migrate categories automatically. | Louise Crow | 2014-09-26 | -13/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It becomes confusing in the test environment, better to have a clean script. | ||||
| | * | | | | Find by translated name correctly. | Louise Crow | 2014-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 PublicBodyHeading | Louise Crow | 2014-09-26 | -2/+8 | |
| | | | | | | |||||
| | * | | | | Don't require a category description | Louise Crow | 2014-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 backslash | Louise Crow | 2014-09-26 | -3/+3 | |
| | | | | | | |||||
| | * | | | | Refactor for clarity of return/error conditions | Louise Crow | 2014-09-26 | -34/+53 | |
| | | | | | | |||||
| | * | | | | Rename partials to be more descriptive | Louise Crow | 2014-09-26 | -3/+3 | |
| | | | | | | |||||
| | * | | | | Use RESTful routing. | Louise Crow | 2014-09-26 | -147/+135 | |
| | | | | | | |||||
| | * | | | | Create module to clarify what code is just for migrating from files. | Louise Crow | 2014-09-25 | -83/+101 | |
| | | | | | | |||||
| | * | | | | fixup! Use translation tables for PublicBodyCategory and PublicBodyHeading | Louise Crow | 2014-09-25 | -1/+7 | |
| | | | | | | |||||
| | * | | | | fixup! Basic category admin screen | Louise Crow | 2014-09-25 | -2/+2 | |
| | | | | | | |||||
| | * | | | | fixup! Use translation tables for PublicBodyCategory and PublicBodyHeading | Louise Crow | 2014-09-25 | -55/+53 | |
| | | | | | | |||||
| | * | | | | fixup! Basic category admin screen | Louise Crow | 2014-09-25 | -9/+0 | |
| | | | | | | |||||
| | * | | | | fixup! Basic category admin screen | Louise Crow | 2014-09-24 | -3/+0 | |
| | | | | | | |||||
| | * | | | | fixup! Add display order to public body categories and headings | Louise Crow | 2014-09-24 | -2/+0 | |
| | | | | | | |||||
| | * | | | | fixup! Replace existing PublicBodyCategories functionality with db models ↵ | Louise Crow | 2014-09-24 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PublicBodyCategory and PublicBodyHeading | ||||
| | * | | | | fixup! Replace existing PublicBodyCategories functionality with db models ↵ | Louise Crow | 2014-09-24 | -138/+155 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PublicBodyCategory and PublicBodyHeading | ||||
| | * | | | | fixup! Add display order to public body categories and headings | Louise Crow | 2014-09-24 | -1/+1 | |
| | | | | | | |||||
| | * | | | | fixup! Replace existing PublicBodyCategories functionality with db models ↵ | Louise Crow | 2014-09-24 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PublicBodyCategory and PublicBodyHeading | ||||
| | * | | | | fixup! Basic category admin screen | Louise Crow | 2014-09-24 | -16/+17 | |
| | | | | | | |||||
| | * | | | | fixup! New heading associations should be added on category create. | Louise Crow | 2014-09-24 | -7/+4 | |
| | | | | | | |||||
| | * | | | | fixup! Add actions for reordering public body headings and categories. | Louise Crow | 2014-09-24 | -16/+38 | |
| | | | | | | |||||
| | * | | | | fixup! Add actions for reordering public body headings and categories. | Louise Crow | 2014-09-24 | -20/+24 | |
| | | | | | | |||||
| | * | | | | fixup! Remove dependence on default public bodies. | Louise Crow | 2014-09-24 | -88/+48 | |
| | | | | | | |||||
| | * | | | | fixup! Validation of display order, default setting callbacks. | Louise Crow | 2014-09-24 | -47/+52 | |
| | | | | | | |||||
| | * | | | | Allow reordering of categories and headings using javascript. | Louise Crow | 2014-09-22 | -43/+100 | |
| | | | | | | |||||
| | * | | | | New heading associations should be added on category create. | Louise Crow | 2014-09-22 | -0/+21 | |
| | | | | | | |||||
| | * | | | | Add actions for reordering public body headings and categories. | Louise Crow | 2014-09-22 | -1/+135 | |
| | | | | | | |||||
| | * | | | | Remove dependence on default public bodies. | Louise Crow | 2014-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 Crow | 2014-09-22 | -28/+108 | |
| | | | | | |