Commit Graph

5577 Commits

Author SHA1 Message Date
Leo Hemsted
1d67c82f0f utils bump
also dont use splitlines on csv data, there might be quoted newlines we dont want to split on
2019-08-02 14:34:05 +01:00
Katie Smith
e72540d3f9 Merge pull request #3065 from alphagov/rename-endpoint
Remove ft from method and url, it doesn't add any meaning.
2019-07-29 10:07:31 +01:00
Katie Smith
123b769771 Change code order for Redis delete decorator
Before, the delete decorator would delete the keys from Redis and then
we made the request to api to change the data. However, it is possible
that the cache could get re-populated in between these two things
happening, and so would cache outdated data.

This changes the order to send the api request first. We then always
delete the specified keys from Redis. Changing the order of the code in
the decorator changes the order in which the cache keys get deleted, so
the tests have been updated.
2019-07-26 16:29:50 +01:00
Katie Smith
ccad068a48 Change when 'has-jobs-<>' cache key gets set
We should set the cache after the job has been created, in case there
was an HTTP error when creating the job.
2019-07-26 16:26:20 +01:00
Katie Smith
dc1c73c647 Delete service cache when changing an organisation's sector
When we change an organisation's sector we now also change the sector of
all its services, so we need to delete those services from Redis.
2019-07-26 16:26:20 +01:00
Pea (Malgorzata Tyczynska)
eb7504bc0d Merge pull request #3067 from alphagov/new_org_types_part_2
Delete references to 'nhs' generic organisation type
2019-07-26 11:49:15 +01:00
karlchillmaid
0c9ea62636 Update 'Change' h1 2019-07-25 13:51:57 +01:00
karlchillmaid
92343aa45e Update change links and headings (#3064)
* Update Settings titles
* Update Change links on settings
* Update Team members Change link
* Update Settings pages headings
2019-07-25 11:52:13 +01:00
Chris Hill-Scott
77ef59f5cb Update app/templates/views/edit-user-permissions.html 2019-07-25 10:45:58 +01:00
Chris Hill-Scott
b87e1b7426 Say ‘team member’ not ‘user’
This is currently inconsistent with the language we use everywhere else.
2019-07-25 10:30:35 +01:00
karlchillmaid
eb166c60cf Update contact us link content 2019-07-24 12:00:41 +01:00
karlchillmaid
db5bf977ee Add full stop 2019-07-24 12:00:41 +01:00
karlchillmaid
749ce73d78 Update content 2019-07-24 11:58:43 +01:00
karlchillmaid
3e179e49eb Update text message setting name
Update text message setting name for `Start text messages with service name`
2019-07-24 11:58:43 +01:00
karlchillmaid
71cbc787de Update page title and header 2019-07-24 11:58:43 +01:00
karlchillmaid
c35802f4e7 Add full stop 2019-07-24 11:58:43 +01:00
karlchillmaid
cf11b3e3c8 Change 'info' to 'information' 2019-07-24 11:58:43 +01:00
karlchillmaid
59bb156881 Remove example
Removed `eg ‘{service name}: This is an example message’ – the content is already self explanatory
2019-07-24 11:58:42 +01:00
karlchillmaid
8a323479d8 Remove quote marks 2019-07-24 11:58:42 +01:00
karlchillmaid
7e26d8a5cd Remove quote marks 2019-07-24 11:58:42 +01:00
karlchillmaid
d0a0b17f7b Update trial mode content 2019-07-24 11:58:42 +01:00
Chris Hill-Scott
45ae5b1782 Merge pull request #3041 from alphagov/delete-letter-contact
Let users delete letter contact blocks
2019-07-24 10:47:48 +01:00
Katie Smith
9dc13f1d8e Add new report to show monthly notification stats for each service
This report will be used by the engagement team. There is a form to give
a start and end date for the report, and the form is then downloaded
as a CSV file when the form is submitted.
2019-07-23 11:32:28 +01:00
Pea Tyczynska
c8bad44db4 Delete references to NHS generic organisation type 2019-07-22 15:59:31 +01:00
Pea (Malgorzata Tyczynska)
1bd5ff1dfc Merge pull request #3057 from alphagov/new_org_types_part_1
Introduce new org types
2019-07-22 15:56:31 +01:00
Rebecca Law
e0bcad77f5 Remove ft from method name and url, it doesn't add any meaning. 2019-07-22 14:34:15 +01:00
Chris Hill-Scott
82d3bfcc85 Merge pull request #3062 from alphagov/settings-spacing
Even out the spacing on the settings page
2019-07-22 12:09:21 +01:00
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
44d5dc44d3 Allow deleting default letter contact blocks
It’s possible to delete default letter contact blocks because there is a
fallback – having a blank letter contact block. This is different to SMS
senders and reply to addresses.

For this to make sense it also means:
- adding the ‘blank’ letter contact block to the list of letter contact
  blocks
- having a way of setting the default back to being blank
2019-07-22 11:57:11 +01:00
Chris Hill-Scott
17bf06d04c Let users delete letter contact blocks
Because they can delete email reply to addresses and text message
senders.
2019-07-22 11:57:11 +01:00
Chris Hill-Scott
c1a5383a3f Even out the spacing on the settings page
This makes the spacing above and below each heading on the settings
page consistent.
2019-07-22 11:37:15 +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
Pea Tyczynska
eae1ccf607 Refactor following review 2019-07-19 16:10:55 +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
Pea Tyczynska
c8ed608c9a Only show nhs radios if user has nhs domain email
Also split local NHS into two groups following designer advice
on readability.
2019-07-18 17:07:42 +01:00
karlchillmaid
1de8ffc010 Update agreement form content 2019-07-18 15:58:24 +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