Chris Hill-Scott
cbe5e77e69
Mark agreement signed by Hounslow council
2019-01-07 15:46:32 +00:00
Chris Hill-Scott
933dd1245b
Merge pull request #2637 from alphagov/doncaster.gov.uk
...
Mark agreement signed by Doncaster Council
2019-01-07 15:42:23 +00:00
Pea Tyczynska
b8318c491b
Format letter statuses so they make more sense to our users
2019-01-07 15:17:09 +00:00
Tom Byers
1685e492ca
Merge pull request #2630 from alphagov/nest-destination-folders
...
Nest destination folders
2019-01-07 10:31:41 +00:00
Chris Hill-Scott
d13c071431
Mark agreement signed by Doncaster Council
2019-01-07 10:22:28 +00:00
pyup-bot
67685fb601
Update beautifulsoup4 from 4.7.0 to 4.7.1
2019-01-07 01:07:37 +00:00
pyup-bot
4c62a1c0a7
Update pytest-cov from 2.6.0 to 2.6.1
2019-01-07 01:07:33 +00:00
Tom Byers
bdc4a1056d
Add a test to ensure move_to has no default folder
...
As requested in:
https://github.com/alphagov/notifications-admin/pull/2630#pullrequestreview-189414780
2019-01-04 17:21:54 +00:00
Leo Hemsted
ad904e587c
Merge pull request #2631 from alphagov/utils-bump
...
bump utils
2019-01-04 16:37:32 +00:00
Leo Hemsted
addb54b84f
bump utils
...
brings in alphagov/notifications-utils#563
2019-01-04 16:21:12 +00:00
Chris Hill-Scott
d907fc9ce6
Update tests/app/main/views/test_template_folders.py
...
Remove quotes around variable. Were added by mistake.
Co-Authored-By: tombye <tombaromba@gmail.com >
2019-01-04 15:40:34 +00:00
Chris Hill-Scott
f5321346c4
Add left padding to nested radios
...
This makes them align horizontally with the label of their parent, so
that the layout is a bit calmer.
2019-01-04 15:30:39 +00:00
Chris Hill-Scott
3be03072a7
Reflect expanded scope of radio SASS file
2019-01-04 15:15:59 +00:00
Chris Hill-Scott
4aa4970fc9
Add grey lines to visually show level of nesting
...
Uses some CSS to draw some grey lines to show which radios descend from
which.
I don’t feel like the intentation is enough, and it looks a bit messy
because the circles of the radio buttons don’t have straight edges
easily suggest visual alignment.
Copies the design from conditionally revealing content in the design
system:
https://design-system.service.gov.uk/components/radios/#conditionally-revealing-content
Implementation is done with pseudo elements, because borders can’t be
positionned exactly enough.
2019-01-04 15:15:59 +00:00
Chris Hill-Scott
39506c4794
Rename ‘All templates’
2019-01-04 15:15:58 +00:00
Tom Byers
33800c5f27
Add styles for nested lists of radios
...
Assumes lists that are descendants of a radio
control should be indented at the same amount as
their label text.
2019-01-04 11:59:25 +00:00
Chris Hill-Scott
62d424b01e
Merge pull request #2625 from alphagov/trailing-new-line-before-markdown
...
Bump utils to 30.7.2
2019-01-04 11:48:22 +00:00
Chris Hill-Scott
c1b61a3658
Merge pull request #2617 from alphagov/pytest4
...
Pytest 4: don't call pytest.mark directly
2019-01-04 11:48:16 +00:00
Chris Hill-Scott
0c1a797a82
Keep param on multiple lines
...
so it scans the same as preceeding test cases
Co-Authored-By: leohemsted <leohemsted@gmail.com >
2019-01-04 11:34:26 +00:00
Tom Byers
9bce22f766
Swap order of move_to validators
...
If Optional runs before required_for_ops, it stops
the validation chain so it doesn't get to
required_for_ops. The move_to field isn't required
for the 'move-to-new-folder' operation, so this has
been removed.
This also adds comments explaining why we set
default to an empty string when instantiating the
move_to field.
2019-01-03 17:09:00 +00:00
Katie Smith
3cf36c592f
Change move folder form to not have default radio btn and to show hint
...
Updated the move folder form to add a hint for the radio button for the
current folder saying 'current folder'. This hint does not get shown if
you are viewing all folders (so you are not inside a folder).
Also stopped a default radio button from being selected on the form.
2019-01-03 16:51:47 +00:00
Tom Byers
501ec2a534
Make all options descend from 'all templates'
2019-01-03 16:51:47 +00:00
Tom Byers
3c4a186a25
Display the template folders nested on the move template/folder form
...
Before, all the folders were displayed in a list which was ordered but
not nested. This changes the move form to nest the template folders.
2019-01-03 16:51:47 +00:00
Chris Hill-Scott
36656fd6ba
Merge pull request #2628 from alphagov/hide-postage-for-those-who-cant-choose
...
Don’t show postage to users who can’t choose it
2019-01-03 16:26:45 +00:00
Chris Hill-Scott
3439611b11
Merge pull request #2629 from alphagov/stoke.gov.uk
...
Mark agreement signed by Stoke on Trent council
2019-01-03 16:25:44 +00:00
Chris Hill-Scott
c02a5800c3
And Midlothian
2019-01-03 16:12:58 +00:00
Chris Hill-Scott
5b6f53ffd1
Mark agreement signed by Stoke on Trent council
2019-01-03 16:07:50 +00:00
Chris Hill-Scott
3a2cfda8b2
Don’t show postage to users who can’t choose it
...
If you can’t choose postage on a per-template basis, you shouldn’t be
see the thing that indicates that postage can be changed.
2019-01-03 16:04:16 +00:00
Katie Smith
593261a62f
Merge pull request #2619 from alphagov/fix-redis-error
...
Stop Redis exception by not passing Redis an empty set to delete
2019-01-03 15:25:34 +00:00
Katie Smith
ed84e0958a
Stop Redis exception by not passing Redis an empty set to delete
...
We use `redis_client.delete` to delete multiple keys at once, but this
raises a `redis.exceptions.ResponseError` if it is called with an empty list
or set. We should only call `redis_client.delete` when there is at least
one item to delete.
2019-01-03 15:11:31 +00:00
Chris Hill-Scott
c6a11a49cd
Fix z-index on templates page
...
The template type selection was accidentally overlapping the sticky
footer.
2019-01-03 12:42:02 +00:00
Chris Hill-Scott
ecf6ebb126
Equalise space before/after paragraph
2019-01-03 11:19:32 +00:00
Chris Hill-Scott
a9baa36005
Hide ‘nothing selected’ if nothing to select
...
It’s doesn’t make sense to show the state if the state can’t change.
This is especially true when you’re in a brand new, empty service.
2019-01-03 11:16:56 +00:00
Chris Hill-Scott
aaf3322662
Use folder buttons in empty state
...
It’s confusing to have one way of adding things when your service is new
(green button) but a different way once you’ve added your first thing
(the new grey buttons).
For services that have a `edit_folders` permission, this commit
standardises on the grey buttons for a consistent experience.
2019-01-03 11:14:22 +00:00
Chris Hill-Scott
bbaa51443a
Merge pull request #2624 from alphagov/knowsley.gov.uk
...
Mark agreement signed by Knowsley Council
2019-01-02 16:09:02 +00:00
Chris Hill-Scott
5298c20890
Bump utils to 30.7.2
2019-01-02 15:45:21 +00:00
Pea (Malgorzata Tyczynska)
5d99b2d2f6
Merge pull request #2616 from alphagov/choose_postage
...
Choose and display postage on template
2019-01-02 15:39:15 +00:00
Chris Hill-Scott
c37bcf3084
Mark agreement signed by Knowsley Council
2019-01-02 15:05:25 +00:00
Chris Hill-Scott
c92fddce3c
Merge pull request #2583 from alphagov/pyup-update-pytest-xdist-1.24.1-to-1.25.0
...
Update pytest-xdist to 1.25.0
2019-01-02 13:20:22 +00:00
Chris Hill-Scott
1befd3ddd2
Merge pull request #2620 from alphagov/pyup-update-beautifulsoup4-4.6.3-to-4.7.0
...
Update beautifulsoup4 to 4.7.0
2019-01-02 13:20:15 +00:00
Chris Hill-Scott
cfc987d48f
Merge pull request #2623 from alphagov/newham.gov.uk
...
Mark agreement signed by Newham council
2019-01-02 13:20:07 +00:00
Chris Hill-Scott
adca4622e4
Fix copypaste
2019-01-02 13:14:23 +00:00
Chris Hill-Scott
b55e0ee392
Mark agreement signed by Newham council
2019-01-02 13:13:01 +00:00
Chris Hill-Scott
893163ff84
Reflect normalisation of whitespace in attributes
...
BeautifulSoup version 4.7.0 changes how it handles whitespace in
attribute values. See more detail here:
https://bugs.launchpad.net/beautifulsoup/+bug/1787453
2019-01-02 11:57:11 +00:00
Chris Hill-Scott
e88c23f233
Freeze requirements
2019-01-02 11:55:47 +00:00
pyup-bot
07a540506c
Update beautifulsoup4 from 4.6.3 to 4.7.0
2019-01-02 11:55:10 +00:00
Chris Hill-Scott
0a01889acf
Merge pull request #2622 from alphagov/manchester.gov.uk
...
Mark agreement signed by Manchester City Council
2019-01-02 11:45:31 +00:00
Chris Hill-Scott
729d1ffc3e
Mark agreement signed by Manchester City Council
2019-01-02 11:37:34 +00:00
Chris Hill-Scott
da0b7b519f
Merge pull request #2621 from alphagov/staffordshire.gov.uk
...
Mark agreement signed by Staffordshire Council
2019-01-02 11:10:14 +00:00
Chris Hill-Scott
b634f19637
Resolve Staffordshire aliases
2019-01-02 11:03:03 +00:00