Skip to content

Commit bebf436

Browse files
authored
Merge pull request #96 from dof-dss/development
Unity release
2 parents 3d6e81f + c67d74c commit bebf436

File tree

15 files changed

+16
-17
lines changed

15 files changed

+16
-17
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"dealerdirect/phpcodesniffer-composer-installer": true
1313
}
1414
}
15-
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Unity Breadcrumbs'
22
type: module
33
description: 'Custom code to provide Unity sites with a breadcrumb'
4-
core_version_requirement: 8.x || ^9
4+
core_version_requirement: 8.x || ^9 || ^10
55
package: 'Unity'

unity_common/js/unity-common-validation.ife.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
*/
2121
Drupal.behaviors.errorMessageFixAjax = {
2222
attach: function (context) {
23-
$('form.search-form--site .form-actions .js-form-submit')
24-
.once('error-message-fix-ajax')
23+
$(once('error-message-fix-ajax', 'form.search-form--site .form-actions .js-form-submit'))
2524
.addClass('cv-validate-before-ajax');
2625
}
2726
};
2827

29-
$(document).once('errormessage-fix').on('cv-jquery-validate-options-update', function (event, options) {
28+
$(once('errormessage-fix', document)).on('cv-jquery-validate-options-update', function (event, options) {
3029
options.errorElement = 'p';
3130
options.showErrors = function (errorMap, errorList) {
3231
// Show errors using defaultShowErrors().

unity_common/unity_common.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity Common'
22
type: module
33
description: 'Unity common functions and overrides'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:config_ignore
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity EU Cookie Compliance'
22
type: module
33
description: 'Unity overrides for the eu_cookie_compliance contrib module'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:eu_cookie_compliance

unity_events/unity_events.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Unity Events'
22
type: module
33
description: 'Unity automatic event archiving'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'

unity_file_migrations/unity_file_migrations.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Migrate UNITY'
22
type: module
33
description: 'Unity Document, audio and image migrations and other tools'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Custom'
66
migration_dependencies:
77
required: { }
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Unity Frontpage'
22
type: module
33
description: 'Module to add a front page title field to Unity sites'
4-
core_version_requirement: 8.x || ^9
4+
core_version_requirement: 8.x || ^9 || ^10
55
package: 'Unity'

unity_html_publications/unity_html_publications.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity HTML publications'
22
type: module
33
description: 'Defines a new content type to safely house HTML intended to provide accessible versions of existing publication page PDFs'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- whatlinkshere

unity_image_styles/unity_image_styles.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity image styles'
22
type: module
33
description: 'Configures generic image styles in unity sites'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:image
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity Internal Link Checker'
22
type: module
33
description: 'Unity internal link checking and correction'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- unity_common

unity_landing_pages/unity_landing_pages.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity Landing Pages'
22
type: module
33
description: 'Unity Landing Page functions and overrides'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:layout_builder
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity Map Block'
22
type: module
33
description: 'Allows a map block to be created and placed on a page.'
4-
core_version_requirement: 8.x || ^9
4+
core_version_requirement: 8.x || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:geolocation_google_maps

unity_map_embed/unity_map_embed.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Unity map embed'
22
type: module
33
description: 'Configures a map embed button in ckeditor'
4-
core_version_requirement: ^8.8 || ^9
4+
core_version_requirement: ^8.8 || ^9 || ^10
55
package: 'Unity'
66
dependencies:
77
- drupal:geocoder
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Unity Search Pages'
22
type: module
33
description: 'Custom code to provide Unity sites with a search page views'
4-
core_version_requirement: 8.x || ^9
4+
core_version_requirement: 8.x || ^9 || ^10
55
package: 'Unity'

0 commit comments

Comments
 (0)