Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix body/show view spec after rewording | Gareth Rees | 2015-03-02 | -1/+1 |
| | ||||
* | reworded 'duplicate' to 'related' | Martin Wright | 2015-03-02 | -14/+14 |
| | | | | when searching for similar requests | |||
* | add missing } and remove dup code from merge | Martin Wright | 2015-03-02 | -3/+0 |
| | ||||
* | removed grey background from advice panel | Martin Wright | 2015-03-02 | -2/+0 |
| | ||||
* | remove empty declaration | Martin Wright | 2015-03-02 | -4/+0 |
| | ||||
* | complete new styling of new request page | Martin Wright | 2015-03-02 | -142/+167 |
| | ||||
* | tweaks to styles and spacing of authority page | Martin Wright | 2015-03-02 | -3/+28 |
| | ||||
* | made filters more semantic, styling | Martin Wright | 2015-03-02 | -3/+37 |
| | ||||
* | Add in new partials | Martin Wright | 2015-03-02 | -3/+3 |
| | ||||
* | WIP commit of public body page redesign | Martin Wright | 2015-03-02 | -78/+160 |
| | ||||
* | layout tweaks to select_authority | Martin Wright | 2015-03-02 | -2/+3 |
| | ||||
* | move to: field to become a more obvious part of the form | Martin Wright | 2015-03-02 | -73/+79 |
| | ||||
* | Laid out select_authority screen | Martin Wright | 2015-03-02 | -2/+3 |
| | ||||
* | request_search_ahead_results will now longer flash up an empty conatiner div | Martin Wright | 2015-03-02 | -15/+14 |
| | ||||
* | refactored grid layout to solve problems with nested columns | Martin Wright | 2015-03-02 | -86/+87 |
| | ||||
* | add margin to advice panels on mobile | Martin Wright | 2015-03-02 | -0/+4 |
| | ||||
* | Message preview screen now has an improved layout | Martin Wright | 2015-03-02 | -78/+120 |
| | ||||
* | removed some padding set in _global_style.scss | Martin Wright | 2015-03-02 | -9/+0 |
| | | | | It's causing some cascace problems on the preview screen, I can't see what it does, but this commit might need reversing if it messes something up that I can't see | |||
* | improved styling of request_search_ahead_results | Martin Wright | 2015-03-02 | -4/+20 |
| | ||||
* | tidied up display of sidebar | Martin Wright | 2015-03-02 | -2/+7 |
| | ||||
* | tidied up language and help text | Martin Wright | 2015-03-02 | -9/+6 |
| | ||||
* | WIP styling of new request/make a request page | Martin Wright | 2015-03-02 | -12/+38 |
| | ||||
* | Improved layout, moved help text to the right, so the form has less clutter. ↵ | Martin Wright | 2015-03-02 | -44/+50 |
| | | | | TODO: Visual styling | |||
* | minor wording updates, results list now split in two columns on authority search | Martin Wright | 2015-03-02 | -9/+48 |
| | ||||
* | Tweak wording | Martin Wright | 2015-03-02 | -2/+2 |
| | ||||
* | remove inline css | Martin Wright | 2015-03-02 | -1/+1 |
| | ||||
* | Change wording from 'select' to 'find' | Martin Wright | 2015-03-02 | -6/+5 |
| | ||||
* | Merge branch 'rails-3-develop' of ↵ | Louise Crow | 2015-02-24 | -6/+160 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop | |||
| * | Merge branch '2160-banned-user-edits' into rails-3-develop | Gareth Rees | 2015-02-24 | -6/+160 |
| |\ | ||||
| | * | Fully prevent banned users editing their photo | Gareth Rees | 2015-02-24 | -0/+34 |
| | | | ||||
| | * | Disable profile_photo file field if user is banned | Gareth Rees | 2015-02-24 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stops the user editing their profile photo if they have been banned. https://www.righttoknow.org.au/ reported that spam accounts were being created and even though the user accounts were getting banned, the spam user/bots couls still edit the about me field to propagate more spam. This prevents the profile photo being modified so that they cannot add offensive images. | |||
| | * | Fully prevent banned users editing their about_me | Gareth Rees | 2015-02-24 | -0/+29 |
| | | | ||||
| | * | Disable about_me text field if user is banned | Gareth Rees | 2015-02-24 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | Stops the user editing their about me if they have been banned. https://www.righttoknow.org.au/ reported that spam accounts were being created and even though the user accounts were getting banned, the spam user/bots could still edit the about me field to propagate more spam. | |||
| | * | Add specs to AboutMeValidator | Gareth Rees | 2015-02-24 | -0/+59 |
| | | | ||||
| | * | Add User#banned? | Gareth Rees | 2015-02-24 | -3/+29 |
| |/ | | | | | | | | | | | | | - Redefined User#public_banned? to User#banned? - Add specs for User#banned? - Deprecate User#public_banned? - Replace use of User#public_banned? with User#banned? | |||
* | | Merge branch 'allow-custom-state-testing' into rails-3-develop | Louise Crow | 2015-02-24 | -10/+6 |
|\ \ | |/ |/| | ||||
| * | Allow custom states to be tested. | Louise Crow | 2015-02-09 | -10/+6 |
| | | | | | | | | | | | | Since https://github.com/mysociety/alaveteli/commit/80ad2d4c31075ffc994e8c48ea25e6e3c486c364 no themes have been loaded by tests unless explicitly specified, so I think it's safe to remove the code added in https://github.com/mysociety/alaveteli/commit/3dfc53f6b82b3c5da79a4c710d45b859f61f4f5f | |||
* | | Merge branch '2134-fix-same-attribute-value-across-locales' into rails-3-develop | Louise Crow | 2015-02-23 | -84/+390 |
|\ \ | ||||
| * | | Use before methods for object setup, model existing behaviour. | Louise Crow | 2015-02-23 | -50/+16 |
| | | | | | | | | | | | | | | | Existing behaviour seems to be that when a tag is specified, only bodies that already have that tag will be updated. | |||
| * | | Create bodies in before call. | Louise Crow | 2015-02-23 | -19/+25 |
| | | | ||||
| * | | Include tag_string from csv in tags expected. | Louise Crow | 2015-02-23 | -2/+2 |
| | | | | | | | | | | | | | | | As I understand it, the expectation is to replace any existing tags with both the tag from the UI and the tags from the csv. | |||
| * | | Comprehensive specs for CSV Import tag_string field | Gareth Rees | 2015-02-23 | -0/+297 |
| | | | ||||
| * | | Give example csv file .csv extension | Louise Crow | 2015-02-23 | -2/+2 |
| | | | ||||
| * | | Refactor massive import method into smaller instance level methods | Louise Crow | 2015-02-23 | -91/+85 |
| | | | ||||
| * | | Use standard spacing for hashes, new lines for comments | Louise Crow | 2015-02-23 | -2/+3 |
| | | | ||||
| * | | Test localised value for import against existing localised value | Louise Crow | 2015-02-23 | -2/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the call to public_body.send would return the value for the default locale if no value was set in the current locale, meaning that translations for attributes that were the same as the attribute values in the default locale were not being loaded. Fixes #2134. | |||
* | | | Merge branch 'add-make-request-button-to-search-results' into rails-3-develop | Gareth Rees | 2015-02-20 | -75/+292 |
|\ \ \ | ||||
| * | | | Refactor showing the Make Request button | Gareth Rees | 2015-02-20 | -21/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code here was hard to follow. Now we have a cleaner path to decide whether to show the Make Request button or not. - Always show any notes associated with the body - If a request can be made to the body - Show any tag-specific notes that may affect the request - Show the Make Request button - If a request cannot be made to the body - Show the most relevant reason why a request cannot be made Added PublicBodyHelper#public_body_not_requestable_reasons to extract the logic of finding the reason a user can’t request out of the template | |||
| * | | | Add a warning class for elements that need to be noticed. | Louise Crow | 2015-02-20 | -2/+2 |
| | | | | | | | | | | | | | | | | Make it a class as multiple warning elements on a page. | |||
| * | | | Put warning in the form that you actually use to make a request. | Louise Crow | 2015-02-20 | -6/+6 |
| | | | |