Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add holidays admin link | Louise Crow | 2014-12-15 | -2/+9 |
| | | | | Use dropdown to group related authority pages. | |||
* | Remove bootstrap libs in favour of using the bootstrap-sass gem. | Louise Crow | 2014-12-15 | -538/+2 |
| | ||||
* | Add red outline for admin fields with errors | Louise Crow | 2014-12-15 | -0/+4 |
| | ||||
* | Allow import of holidays from feed or built-in suggestions | Louise Crow | 2014-12-15 | -10/+497 |
| | ||||
* | Add description of the effect of public holidays | Louise Crow | 2014-12-15 | -0/+15 |
| | ||||
* | Add some inline editing | Louise Crow | 2014-12-15 | -10/+72 |
| | ||||
* | Add create action | Louise Crow | 2014-12-15 | -0/+48 |
| | ||||
* | Add new action | Louise Crow | 2014-12-15 | -0/+33 |
| | ||||
* | Add basic destroy action. | Louise Crow | 2014-12-15 | -0/+32 |
| | ||||
* | Add basic update action. | Louise Crow | 2014-12-15 | -2/+56 |
| | ||||
* | Add basic edit action | Louise Crow | 2014-12-15 | -2/+71 |
| | ||||
* | Add index method for listing existing holidays | Louise Crow | 2014-12-15 | -0/+111 |
| | ||||
* | Add validation for presence of day. | Louise Crow | 2014-12-15 | -61/+74 |
| | ||||
* | Add routes for admin of holidays | Louise Crow | 2014-12-15 | -0/+15 |
| | ||||
* | Merge branch 'sanitize-non-utf8-request-uri' into rails-3-develop | Louise Crow | 2014-12-09 | -8/+16 |
|\ | ||||
| * | fixup! Use rack-utf8_sanitizer gem | Louise Crow | 2014-11-18 | -1/+1 |
| | | ||||
| * | Use rack-utf8_sanitizer gem | Louise Crow | 2014-11-18 | -8/+16 |
| | | | | | | | | This sanitises non utf-8 params before they're processed by Rails. | |||
* | | Merge branch 'owasp-fixes' into rails-3-develop | Louise Crow | 2014-12-09 | -11/+35 |
|\ \ | ||||
| * | | Don't display specific error messages in production. | Louise Crow | 2014-12-05 | -7/+1 |
| | | | ||||
| * | | Add secureheaders | Louise Crow | 2014-12-05 | -0/+30 |
| | | | | | | | | | | | | Issue some security-related headers by default. | |||
| * | | Don't allow autocomplete. | Louise Crow | 2014-12-05 | -4/+4 |
| | | | | | | | | | | | | This prevents browsers from storing and filling passwords. | |||
* | | | Merge remote-tracking branch ↵ | Louise Crow | 2014-12-09 | -30/+74 |
|\ \ \ | | | | | | | | | | | | | 'openaustralia_github/remove-web-analytics-section' into rails-3-develop | |||
| * | | | Remove unused "web analytics" section of admin pages - it's confusing! | Henare Degan | 2014-12-09 | -5/+0 |
| | | | | ||||
| * | | | Merge branch '1666-related-requests-search' into rails-3-develop | Gareth Rees | 2014-12-08 | -25/+74 |
|/| | | | ||||
| * | | | Add slideUp/slideDown to related requests results | Gareth Rees | 2014-11-11 | -8/+17 |
| | | | | ||||
| * | | | Add close button to similar requests on /new/:body | Gareth Rees | 2014-11-11 | -3/+11 |
| | | | | ||||
| * | | | Limit typeahead similar requests on /new/:body | Gareth Rees | 2014-11-11 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Only return 3 similar requests to prevent the suggestions swamping the page | |||
| * | | | RequestController#search_typaahead limit results | Gareth Rees | 2014-11-11 | -1/+14 |
| | | | | | | | | | | | | | | | | Use the per_page parameter to limit the results returned | |||
| * | | | Don’t render search ahead results if no results | Gareth Rees | 2014-11-11 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | Only render the request_search_ahead_results div when a search has been made. | |||
| * | | | Don’t render “search their website” if no results | Gareth Rees | 2014-11-11 | -3/+6 |
| | | | | ||||
| * | | | Only attempt to render results if there are any | Gareth Rees | 2014-11-11 | -5/+5 |
| | | | | | | | | | | | | | | | | No point trying to render the results if there aren’t any to render | |||
| * | | | Refactor request/_search_ahead partial | Gareth Rees | 2014-11-11 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each instead of for Unless instead of if ! .any? instead of size > 0 Line length | |||
| * | | | Filter related requests by body on /new/:body | Gareth Rees | 2014-11-11 | -1/+1 |
| | | | | ||||
| * | | | RequestController#search_typeahead filter by body | Gareth Rees | 2014-11-11 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | Action now supports the `request_from` param as per the Xapian filtering system to filter search typeaheads by public body | |||
* | | | | Merge branch 'release/0.20' into rails-3-develop | Louise Crow | 2014-12-03 | -1056/+859 |
|\ \ \ \ | ||||
| * | | | | Don't translate validation messages for models created/edited in admin interfacerelease/0.20 | Louise Crow | 2014-12-02 | -771/+96 |
| | | | | | ||||
| * | | | | Restore translations lost in 3a412f2ec2c8f8c0a0eb5000791165ab82e7a550 | Louise Crow | 2014-12-02 | -289/+730 |
| | | | | | ||||
| * | | | | Latest translations from Transifex | Louise Crow | 2014-12-02 | -251/+228 |
| | | | | | ||||
| * | | | | Fix for interpolation bug introduced in ↵ | Louise Crow | 2014-12-01 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7a3b462f41321034cbdd2c83707f739a442e83c6. The string with the unsubstituted variable pattern was being made available for translation, instead of the translatable version. | |||
| * | | | | Bump Alaveteli version | Louise Crow | 2014-12-01 | -1/+1 |
| | | | | | ||||
| * | | | | Merge branch 'rails-3-develop' into release/0.20 | Louise Crow | 2014-12-01 | -0/+7 |
| |\ \ \ \ | |/ / / / |/| | | | | ||||
* | | | | | Merge branch '2000-validate-category-description' into rails-3-develop | Louise Crow | 2014-12-01 | -0/+7 |
|\ \ \ \ \ | ||||
| * | | | | | Validate the presence of the description. | Louise Crow | 2014-12-01 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | It's required in [PublicBody#type_of_authority]( https://github.com/mysociety/alaveteli/blob/rails-3-develop/app/models/public_body.rb#L343-L347) | |||
| | * | | | | Move up the config changes - they're important. | Louise Crow | 2014-12-01 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They'll result in changed behaviour if people don't act. Also, make clearer what the previous default for INCOMING_EMAIL_PREFIX. | |||
| | * | | | | Merge branch 'rails-3-develop' into release/0.20 | Louise Crow | 2014-12-01 | -127/+4636 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | ||||
* | | | | | | Merge branch '1965-censor-rule-creation-failure' into rails-3-develop | Louise Crow | 2014-12-01 | -23/+575 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Remove redundant hidden fields | Gareth Rees | 2014-12-01 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the form submits to a URL containing the parent object’s id these are no longer required See: - 259a0fd588e198d2a826ef4ac09284c610005387 - d5c7e08d58dc5ad52f16eccd9c456543503e4360 | |||
| * | | | | | Use instance variable for CensorRule in #destroy | Gareth Rees | 2014-11-19 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Easier to check against the assigned variable, but the spec still fails because an internal error is raised if the rule is not associated with a User or InfoRequest | |||
| * | | | | | Use new routes for creating censor rules | Gareth Rees | 2014-11-19 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use resource-oriented form style, building against the censor rule instance created in the controller - Use the URL assigned by the controller based on what the censor rule is being created against - Use the new route for the buttons directing the admin to the form - Use consistent styling for button labelling - Use each instead of for | |||
| * | | | | | Tidy AdminCensorRuleController#update | Gareth Rees | 2014-11-19 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add linebreaks to break up sections - Remove unused parentheses - Use unless instead of if ! |