Skip to content

Commit 89b5963

Browse files
authored
Merge pull request #788 from dof-dss/development
1.0.3 release
2 parents 60c2b3e + ba66350 commit 89b5963

7 files changed

+47
-56
lines changed

Diff for: .circleci/config.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,6 @@ commands:
8484
command: |
8585
cd /home/circleci/project/web
8686
cp -f robots_nidirect.txt robots.txt
87-
rename_healthcheck_file:
88-
description: "Renames the healthcheck.php file with a uuid to prevent filename guessing"
89-
steps:
90-
- run:
91-
name: Rename healthcheck file
92-
command: |
93-
cd /home/circleci/project/web
94-
mv -f healthcheck.php hc_$HEALTHCHECK_ID.php
9587
9688
jobs:
9789
# Tests the integrity of the build, stores the results in a workspace for re-use in later jobs.
@@ -103,7 +95,6 @@ jobs:
10395
- install_php_os_extensions
10496
- composer_tasks
10597
- update_robots_dot_txt
106-
- rename_healthcheck_file
10798
- persist_to_workspace:
10899
root: ./
109100
paths:
@@ -125,7 +116,6 @@ jobs:
125116
composer require dof-dss/nidirect-site-modules:dev-development dof-dss/nidirect-migrations:dev-development \
126117
dof-dss/nidirect-d8-test-install-profile:dev-development dof-dss/nicsdru_origins_theme:dev-development \
127118
dof-dss/nicsdru_origins_modules:dev-development dof-dss/nicsdru_nidirect_theme:dev-development
128-
- update_robots_dot_txt
129119
- persist_to_workspace:
130120
root: ./
131121
paths:
@@ -309,6 +299,7 @@ jobs:
309299
310300
# Pause for webhook to propagate the change from GH to PSH.
311301
sleep 10s
302+
- update_robots_dot_txt
312303
- run:
313304
name: Activate the environment if not found.
314305
command: |
@@ -362,7 +353,7 @@ jobs:
362353
name: Enable test user accounts
363354
command: |
364355
for username in nw_test_admin nw_test_apps nw_test_authenticated nw_test_author nw_test_editor nw_test_gp_author nw_test_gp_super nw_test_news_super nw_test_super; do
365-
/home/circleci/.platformsh/bin/platform environment:drush user:unblock $username
356+
/home/circleci/.platformsh/bin/platform environment:drush user:unblock $username -p $PLATFORM_PROJECT_ID -e $EDGE_BUILD_BRANCH
366357
done
367358
- run:
368359
name: Force purge of Solr index

Diff for: composer.lock

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: config/sync/core.extension.yml

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ module:
9494
nidirect_cold_weather_payments: 0
9595
nidirect_common: 0
9696
nidirect_contacts: 0
97+
nidirect_dblog: 0
9798
nidirect_driving_instructors: 0
9899
nidirect_errorpages: 0
99100
nidirect_gp: 0

Diff for: config/sync/ultimate_cron.job.dblog_cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: 'Remove expired log messages and flood control events'
88
id: dblog_cron
99
weight: 0
1010
module: dblog
11-
callback: dblog_cron
11+
callback: nidirect_dblog_cron
1212
scheduler:
1313
id: simple
1414
launcher:

Diff for: config/sync/webform.webform.proni_submit_an_enquiry.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ elements: |
5858
'#type': webform_actions
5959
'#title': 'Submit button(s)'
6060
'#submit__label': 'Submit enquiry'
61-
61+
6262
css: ''
6363
javascript: ''
6464
settings:
@@ -149,7 +149,7 @@ settings:
149149
draft_pending_multiple_message: ''
150150
confirmation_type: page
151151
confirmation_title: 'Thank you'
152-
confirmation_message: '<p class="info-notice info-notice--success">We aim to get back to you within 10 to 14 working days with a response or update on your enquiry.</p>'
152+
confirmation_message: '<p class="info-notice info-notice--success">PRONI aims to respond to your enquiry within 20 working days of receipt.</p>'
153153
confirmation_url: ''
154154
confirmation_attributes: { }
155155
confirmation_back: true
@@ -279,4 +279,4 @@ handlers:
279279
theme_name: ''
280280
parameters: { }
281281
exclude_attachments: false
282-
variants: { }
282+
variants: { }

Diff for: config/sync/webform.webform.site_feedback.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ settings:
408408
draft_loaded_message: ''
409409
draft_pending_single_message: ''
410410
draft_pending_multiple_message: ''
411-
confirmation_type: page
411+
confirmation_type: message
412412
confirmation_title: 'Thank you for your feedback'
413413
confirmation_message: |
414414
<p class="nodeSummary">If you have asked for a reply, we aim to get back to you within 10 working days.</p>

Diff for: config/sync/webform.webform.your_comments.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -436,13 +436,12 @@ elements: |
436436
- ':input[name="do_you_want_a_reply_options"]':
437437
checked: true
438438
'#submit__label': 'Send feedback'
439-
440439
css: ''
441440
javascript: ''
442441
settings:
443-
ajax: true
442+
ajax: false
444443
ajax_scroll_top: form
445-
ajax_progress_type: throbber
444+
ajax_progress_type: ''
446445
ajax_effect: ''
447446
ajax_speed: null
448447
page: true
@@ -523,13 +522,9 @@ settings:
523522
draft_loaded_message: ''
524523
draft_pending_single_message: ''
525524
draft_pending_multiple_message: ''
526-
confirmation_type: inline
525+
confirmation_type: message
527526
confirmation_title: ''
528-
confirmation_message: |
529-
<div class="info-notice info-notice--success">
530-
<p><strong>Thank you for your feedback</strong></p>
531-
</div>
532-
527+
confirmation_message: 'Thank you for your feedback'
533528
confirmation_url: ''
534529
confirmation_attributes: { }
535530
confirmation_back: false
@@ -569,6 +564,11 @@ settings:
569564
wizard_toggle_hide_label: ''
570565
results_customize: false
571566
token_view: false
567+
form_disable_remote_addr: false
568+
wizard_auto_forward_hide_next_button: false
569+
wizard_keyboard: true
570+
token_delete: false
571+
serial_disabled: false
572572
access:
573573
create:
574574
roles:
@@ -643,7 +643,6 @@ handlers:
643643
644644
Submitted values are:
645645
[webform_submission:values]
646-
647646
excluded_elements: { }
648647
ignore_access: false
649648
exclude_empty: true

0 commit comments

Comments
 (0)