Commit Graph

8143 Commits

Author SHA1 Message Date
Chris Hill-Scott
06bb0e997e Merge pull request #3056 from alphagov/spellcheck-email
Set autocomplete and spellcheck attributes on email field
2019-07-22 12:09:14 +01:00
Chris Hill-Scott
bb99ff27c9 Merge pull request #3060 from alphagov/agreement-new-content
Data sharing and financial agreement content
2019-07-19 16:43:16 +01:00
Chris Hill-Scott
19fd89a2ee Fix tests 2019-07-19 16:20:27 +01:00
Chris Hill-Scott
753d8a174a Merge pull request #3059 from alphagov/search-and-sticky-on-set-service-org
Add sticky footer and search on set service org
2019-07-19 13:43:18 +01:00
Katie Smith
f0d46cbda5 Merge pull request #3061 from alphagov/bump-utils
Bump utils to 33.2.4
2019-07-18 16:07:40 +01:00
karlchillmaid
1de8ffc010 Update agreement form content 2019-07-18 15:58:24 +01:00
Katie Smith
f50dc29e92 Bump utils to 33.2.4 2019-07-18 15:30:09 +01:00
karlchillmaid
60cc26438b Add content 2019-07-18 11:22:55 +01:00
karlchillmaid
95d4d0b624 Update link 2019-07-18 11:20:29 +01:00
karlchillmaid
cd08f5c309 Update the header 2019-07-18 11:18:57 +01:00
karlchillmaid
9e1282051f Update content 2019-07-18 11:17:47 +01:00
karlchillmaid
3b6ac13dee Update heading and content 2019-07-18 11:15:19 +01:00
karlchillmaid
ecdf784ac8 Update headings 2019-07-18 11:13:26 +01:00
karlchillmaid
e069078459 Update content 2019-07-18 11:03:17 +01:00
karlchillmaid
d771b4ae64 Update contact link content 2019-07-18 10:51:14 +01:00
karlchillmaid
cb3b8a40ae Update heading 2019-07-18 10:49:31 +01:00
karlchillmaid
becdff214c Update content 2019-07-18 10:47:27 +01:00
karlchillmaid
95f9215546 Update agreement form content
Update agreement form content
2019-07-18 10:46:01 +01:00
karlchillmaid
505c17f5f0 Update content 2019-07-18 10:34:34 +01:00
Chris Hill-Scott
2e78981648 Merge pull request #3054 from alphagov/remove-old-agreement-pages
Remove the user-specific agreement pages
2019-07-17 13:07:39 +01:00
Chris Hill-Scott
92ea5894bb Add autocomplete attribute to password fields
This helps the browser autocomplete them with the right thing.

Value based on https://www.w3.org/TR/WCAG21/#input-purposes
2019-07-16 17:15:17 +01:00
Chris Hill-Scott
30eeaec154 Add autocomplete to email address on register form
GOV.UK Design System recommends:
> You should also set the autocomplete attribute to email. This lets
> browsers autofill the email address on a user’s behalf if they’ve
> entered it previously.

Only doing this on the register and sign in forms because it’s unlikely
to be helpful where a user is trying to enter someone else’s email
address.
2019-07-16 17:14:49 +01:00
Chris Hill-Scott
88242c31d1 Don’t spellcheck email addresses
The GOV.UK Design System recommends:
> setting the spellcheck attribute to false so that browsers do not
> spellcheck the email address
2019-07-16 17:14:49 +01:00
Chris Hill-Scott
536fe3d25e Add sticky footer and search on set service org
This page can be really long. These things help navigate it quicker.
2019-07-16 16:52:19 +01:00
Katie Smith
42300371b0 Merge pull request #3045 from alphagov/stop-allowing-service-org-type-changes
Stop allowing service org type to be changed
2019-07-16 13:42:09 +01:00
Katie Smith
b6ebbe6f67 Add organisation_type property to Service model
This will return the organisation_type of the service's organisation (if
there is one), or the organisation_type of the service if not.
2019-07-16 11:36:19 +01:00
Katie Smith
53214937a8 Stop allowing the service org type to be changed
The service organisation type will either be the same as the org type of
the service's organisation or will be set by a user when creating a new
service. This removes the ability to change it from the platform admin
settings table.
2019-07-16 11:36:19 +01:00
Chris Hill-Scott
bc5d03ff22 Re-integrate partials
Now that the content in these partials is only used on one page per
partial they no longer need to be partials. This commit re-integrates
them into the pages that were including them, making the content easier
to manage.
2019-07-15 15:25:05 +01:00
Chris Hill-Scott
a256b9c33a Remove the user-specific agreement pages
We used to give users the right version of the agreement by guessing
their organisation from their email address.

Now we do it by looking at the organisation of the service they’re
looking at.

In other words, users should only be downloading the agreement as part
of the go live journey, not outside it. This is because we think that
users will get confused if they download the agreement and:
- find there’s nowhere to physically sign it
- think that accepting the agreement is all they need to do to go live

Maintaining two paths to download the agreement also makes the code more
complicated, and makes it harder to update the content on these pages.
2019-07-15 15:25:05 +01:00
Chris Hill-Scott
3167c6dc31 Merge pull request #3055 from alphagov/query-string-order
Make query string comparison ignore order
2019-07-15 15:23:55 +01:00
Chris Hill-Scott
c17aa249dc Make query string comparison ignore order
Query string ordering is non-deterministic. This can cause tests to fail
in a non helpful way when we’re comparing two URLs. The values in the
query string can match, but the string won’t because the order is
different. This commit adds some code to split up the URL and check that
each part of it matches, rather than checking the thing as a whole.
2019-07-15 14:38:01 +01:00
Chris Hill-Scott
401c87fd3a Merge pull request #3052 from alphagov/5px
Add a tiny bit more spacing under the folder heading when the user has no template search or channel filters
2019-07-15 11:29:23 +01:00
Chris Hill-Scott
e4abc74b80 Add a tiny bit more spacing under the folder heading when the user has no template search or channel filters 2019-07-12 16:03:52 +01:00
Chris Hill-Scott
886992af17 Merge pull request #3043 from alphagov/add-first-letter-contact-experience
Make adding a ‘letter contact block’ for the first time make sense
2019-07-12 15:14:18 +01:00
Chris Hill-Scott
8307e31cb4 Merge pull request #3051 from alphagov/revise-thanks-wording
Make ‘thanks’ page consistent with support page
2019-07-12 12:04:41 +01:00
karlchillmaid
a68db38dd5 Update 'your message' 2019-07-12 11:43:54 +01:00
Chris Hill-Scott
e1c4e51995 Make ‘thanks’ page consistent with support page
On the support page we now promise that we’ll:
- look at tickets within half an hour
- reply within one working day

The thanks page was always promising a reply within half an hour, during
business hours or an emergency. This commit changes the ‘thanks’ page to
be consistent with the support page.
2019-07-12 11:43:32 +01:00
karlchillmaid
c8a3564329 Merge pull request #3050 from alphagov/contact-call-to-action-update
Make 'contact us' links consistent
2019-07-12 11:30:23 +01:00
Chris Hill-Scott
6cd69be66e Fix tests 2019-07-12 11:10:56 +01:00
Chris Hill-Scott
c286ea5fc4 Merge pull request #3042 from alphagov/how-to-pay-update
Updated How to pay content
2019-07-12 10:49:09 +01:00
Chris Hill-Scott
a63bdb78e7 Merge pull request #3048 from alphagov/reply-to-update
Replace 'email reply-to address' with 'reply-to email address'
2019-07-12 10:47:51 +01:00
karlchillmaid
a425fc75d3 Update 'contact us' content 2019-07-12 10:11:32 +01:00
karlchillmaid
e096ff18fc Update 'contact us' content 2019-07-12 10:09:58 +01:00
karlchillmaid
f1c8768f63 Update 'contact us' content 2019-07-12 10:07:54 +01:00
karlchillmaid
18142e8a92 Update 'contact us' content 2019-07-12 10:06:57 +01:00
karlchillmaid
e90f9a2609 Update 'contact us' 2019-07-12 10:02:11 +01:00
karlchillmaid
318df17712 Update 'contact us' 2019-07-11 15:52:06 +01:00
karlchillmaid
4400a24af1 Update 'Contact us' 2019-07-11 15:50:04 +01:00
karlchillmaid
ba04daa64f Update 'contact us' 2019-07-11 15:45:47 +01:00
karlchillmaid
84c6958930 Add contact us 2019-07-11 15:35:52 +01:00