diff --git a/docroot/core/includes/bootstrap.inc b/docroot/core/includes/bootstrap.inc index 4b30e64f..c5d57501 100644 --- a/docroot/core/includes/bootstrap.inc +++ b/docroot/core/includes/bootstrap.inc @@ -7,7 +7,7 @@ /** * The current system version. */ -define('BACKDROP_VERSION', '1.25.0'); +define('BACKDROP_VERSION', '1.25.1'); /** * Core API compatibility. diff --git a/docroot/core/includes/form.inc b/docroot/core/includes/form.inc index 63c75424..7c970d0f 100644 --- a/docroot/core/includes/form.inc +++ b/docroot/core/includes/form.inc @@ -2887,7 +2887,7 @@ function form_select_options($element, $choices = NULL) { else { $key = (string) $key; $option_attributes = array(); - $option_attributes['value'] = check_plain($key); + $option_attributes['value'] = $key; if ($value_valid && (!$value_is_array && (string) $element['#value'] === $key || ($value_is_array && in_array($key, $element['#value'])))) { $option_attributes['selected'] = 'selected'; } @@ -3313,6 +3313,29 @@ function html_date_validate($element, &$form_state) { } } +/** + * Element value callback for html_date and html_time elements. + */ +function html_date_or_time_value_callback($element, $input = FALSE, &$form_state = array()) { + $return = ''; + if ($input !== FALSE) { + $return = $input; + } + elseif (!empty($element['#default_value'])) { + if (is_array($element['#default_value'])) { + // Since #default_value for elements with #access set to FALSE or with + // #disabled set to TRUE is often an array, extract the actual value and + // return it. + $type = str_replace('html_', '', $element['#type']); + $return = $element['#default_value'][$type]; + } + else { + $return = $element['#default_value']; + } + } + return $return; +} + /** * Validate a time string. */ diff --git a/docroot/core/layouts/boxton/boxton.info b/docroot/core/layouts/boxton/boxton.info index 5a925a15..f8051e8e 100644 --- a/docroot/core/layouts/boxton/boxton.info +++ b/docroot/core/layouts/boxton/boxton.info @@ -25,7 +25,7 @@ preview = boxton.png ; Include the Bootstrap4 Grid System libraries[] = bootstrap4-gs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/geary/geary.info b/docroot/core/layouts/geary/geary.info index fc99553c..92818a1f 100644 --- a/docroot/core/layouts/geary/geary.info +++ b/docroot/core/layouts/geary/geary.info @@ -27,7 +27,7 @@ preview = geary.png ; Include the Bootstrap4 Grid System libraries[] = bootstrap4-gs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/harris/harris.info b/docroot/core/layouts/harris/harris.info index 46a1ff79..a72f42b9 100644 --- a/docroot/core/layouts/harris/harris.info +++ b/docroot/core/layouts/harris/harris.info @@ -27,7 +27,7 @@ preview = harris.png ; Include the Bootstrap4 Grid System libraries[] = bootstrap4-gs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/legacy/one_column/one_column.info b/docroot/core/layouts/legacy/one_column/one_column.info index c86eca68..a9cfef28 100644 --- a/docroot/core/layouts/legacy/one_column/one_column.info +++ b/docroot/core/layouts/legacy/one_column/one_column.info @@ -18,7 +18,7 @@ regions[footer] = Footer ; Modify this line if you would like to change the default in this layout. default region = content -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/legacy/three_three_four_column/three_three_four_column.info b/docroot/core/layouts/legacy/three_three_four_column/three_three_four_column.info index 03d1b471..9bd48442 100644 --- a/docroot/core/layouts/legacy/three_three_four_column/three_three_four_column.info +++ b/docroot/core/layouts/legacy/three_three_four_column/three_three_four_column.info @@ -26,7 +26,7 @@ regions[footer] = Footer bottom ; Modify this line if you would like to change the default in this layout. default region = content -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/legacy/two_column/two_column.info b/docroot/core/layouts/legacy/two_column/two_column.info index b5d79e40..b9f00573 100644 --- a/docroot/core/layouts/legacy/two_column/two_column.info +++ b/docroot/core/layouts/legacy/two_column/two_column.info @@ -15,7 +15,7 @@ regions[footer] = Footer ; Modify this line if you would like to change the default in this layout. default region = content -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/legacy/two_column_flipped/two_column_flipped.info b/docroot/core/layouts/legacy/two_column_flipped/two_column_flipped.info index 76e857a2..0d85806b 100644 --- a/docroot/core/layouts/legacy/two_column_flipped/two_column_flipped.info +++ b/docroot/core/layouts/legacy/two_column_flipped/two_column_flipped.info @@ -15,7 +15,7 @@ regions[footer] = Footer ; Modify this line if you would like to change the default in this layout. default region = content -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/moscone/moscone.info b/docroot/core/layouts/moscone/moscone.info index 3d3260a2..32f76d6f 100644 --- a/docroot/core/layouts/moscone/moscone.info +++ b/docroot/core/layouts/moscone/moscone.info @@ -26,7 +26,7 @@ preview = moscone.png ; Include the Bootstrap4 Grid System libraries[] = bootstrap4-gs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/moscone_flipped/moscone_flipped.info b/docroot/core/layouts/moscone_flipped/moscone_flipped.info index cfff2515..96911580 100644 --- a/docroot/core/layouts/moscone_flipped/moscone_flipped.info +++ b/docroot/core/layouts/moscone_flipped/moscone_flipped.info @@ -26,7 +26,7 @@ preview = moscone-flipped.png ; Include the Bootstrap4 Grid System libraries[] = bootstrap4-gs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/rolph/rolph.info b/docroot/core/layouts/rolph/rolph.info index a7b36325..642a55bd 100644 --- a/docroot/core/layouts/rolph/rolph.info +++ b/docroot/core/layouts/rolph/rolph.info @@ -28,7 +28,7 @@ preview = rolph.png ; Include the Bootstrap4 Grid System libraries[] = bootstrap4-gs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/simmons/simmons.info b/docroot/core/layouts/simmons/simmons.info index da2efda9..3eab8664 100644 --- a/docroot/core/layouts/simmons/simmons.info +++ b/docroot/core/layouts/simmons/simmons.info @@ -34,7 +34,7 @@ file = simmons.php ; Default stylesheets for this layout ; stylesheets[all][] = simmons.css -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/sutro/sutro.info b/docroot/core/layouts/sutro/sutro.info index 772a3f1d..be331709 100644 --- a/docroot/core/layouts/sutro/sutro.info +++ b/docroot/core/layouts/sutro/sutro.info @@ -27,7 +27,7 @@ preview = sutro.png ; Include the Bootstrap4 Grid System libraries[] = bootstrap4-gs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/taylor/taylor.info b/docroot/core/layouts/taylor/taylor.info index 9ddd67bd..ad792a55 100644 --- a/docroot/core/layouts/taylor/taylor.info +++ b/docroot/core/layouts/taylor/taylor.info @@ -27,7 +27,7 @@ preview = taylor.png ; Include the Bootstrap4 Grid System libraries[] = bootstrap4-gs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/layouts/taylor_flipped/taylor_flipped.info b/docroot/core/layouts/taylor_flipped/taylor_flipped.info index 81e4cc4c..ea2d4abc 100644 --- a/docroot/core/layouts/taylor_flipped/taylor_flipped.info +++ b/docroot/core/layouts/taylor_flipped/taylor_flipped.info @@ -27,7 +27,7 @@ preview = taylor-flipped.png ; Include the Bootstrap4 Grid System libraries[] = bootstrap4-gs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/admin_bar/admin_bar.info b/docroot/core/modules/admin_bar/admin_bar.info index 95540d31..36262a16 100644 --- a/docroot/core/modules/admin_bar/admin_bar.info +++ b/docroot/core/modules/admin_bar/admin_bar.info @@ -11,7 +11,7 @@ backdrop = 1.x configure = admin/config/administration/admin-bar -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/admin_bar/admin_bar.module b/docroot/core/modules/admin_bar/admin_bar.module index 63f5ebf6..074549f3 100644 --- a/docroot/core/modules/admin_bar/admin_bar.module +++ b/docroot/core/modules/admin_bar/admin_bar.module @@ -260,8 +260,6 @@ function admin_bar_preprocess_page(&$variables) { if (path_is_admin($current_path)) { $settings['current_path_is_admin'] = TRUE; } - $alias = backdrop_get_path_alias($current_path, $language->langcode); - $settings['current_path'] = $alias; $components = $config->get('components'); if (in_array('admin_bar.back_to_site_link', $components)) { diff --git a/docroot/core/modules/admin_bar/js/admin_bar.js b/docroot/core/modules/admin_bar/js/admin_bar.js index e19454f8..a18362db 100644 --- a/docroot/core/modules/admin_bar/js/admin_bar.js +++ b/docroot/core/modules/admin_bar/js/admin_bar.js @@ -524,7 +524,7 @@ Backdrop.adminBar.behaviors.escapeAdmin = function (context, settings) { ) { sessionStorage.setItem( "escapeAdminPath", - settings.admin_bar.current_path + window.location ); } @@ -538,7 +538,7 @@ Backdrop.adminBar.behaviors.escapeAdmin = function (context, settings) { escapeAdminPath !== null ) { $toolbarEscape.addClass("escape"); - $toolbarEscape.attr("href", settings.basePath + escapeAdminPath); + $toolbarEscape.attr("href", escapeAdminPath); $toolbarEscape.text(Backdrop.t("Back to site")); } }; diff --git a/docroot/core/modules/admin_bar/tests/admin_bar.tests.info b/docroot/core/modules/admin_bar/tests/admin_bar.tests.info index 1e71ce92..717629b5 100644 --- a/docroot/core/modules/admin_bar/tests/admin_bar.tests.info +++ b/docroot/core/modules/admin_bar/tests/admin_bar.tests.info @@ -22,7 +22,7 @@ description = Tests customized menu links. group = Administration bar file = admin_bar.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/block/block.info b/docroot/core/modules/block/block.info index f39c5f0e..8e11fe1b 100644 --- a/docroot/core/modules/block/block.info +++ b/docroot/core/modules/block/block.info @@ -9,7 +9,7 @@ backdrop = 1.x configure = admin/structure/block -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/block/tests/block.tests.info b/docroot/core/modules/block/tests/block.tests.info index a7620f0a..e68485af 100644 --- a/docroot/core/modules/block/tests/block.tests.info +++ b/docroot/core/modules/block/tests/block.tests.info @@ -10,7 +10,7 @@ description = Add, translate and delete custom block. group = Block file = block.translation.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/block/tests/block_test/block_test.info b/docroot/core/modules/block/tests/block_test/block_test.info index 0b813dab..15094d2b 100644 --- a/docroot/core/modules/block/tests/block_test/block_test.info +++ b/docroot/core/modules/block/tests/block_test/block_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/book/book.info b/docroot/core/modules/book/book.info index 73c65c99..0e6bfac1 100644 --- a/docroot/core/modules/book/book.info +++ b/docroot/core/modules/book/book.info @@ -12,7 +12,7 @@ dependencies[] = node configure = admin/content/book/settings -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/book/tests/book.tests.info b/docroot/core/modules/book/tests/book.tests.info index 99afd575..bfe442a0 100644 --- a/docroot/core/modules/book/tests/book.tests.info +++ b/docroot/core/modules/book/tests/book.tests.info @@ -4,7 +4,7 @@ description = Create a book, add pages, and test book interface. group = Book file = book.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/ckeditor/ckeditor.info b/docroot/core/modules/ckeditor/ckeditor.info index 361e1183..9173c3ee 100644 --- a/docroot/core/modules/ckeditor/ckeditor.info +++ b/docroot/core/modules/ckeditor/ckeditor.info @@ -10,7 +10,7 @@ backdrop = 1.x configure = admin/config/content/formats -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/ckeditor/tests/ckeditor.tests.info b/docroot/core/modules/ckeditor/tests/ckeditor.tests.info index 07373711..c41be136 100644 --- a/docroot/core/modules/ckeditor/tests/ckeditor.tests.info +++ b/docroot/core/modules/ckeditor/tests/ckeditor.tests.info @@ -10,7 +10,7 @@ description = Check the functionality of CKEditor with right-to-left languages. group = CKEditor file = ckeditor_rtl.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/color/color.info b/docroot/core/modules/color/color.info index 3bddaed3..b24e7483 100644 --- a/docroot/core/modules/color/color.info +++ b/docroot/core/modules/color/color.info @@ -6,7 +6,7 @@ tags[] = Theme Enhancements version = BACKDROP_VERSION backdrop = 1.x -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/color/tests/color.tests.info b/docroot/core/modules/color/tests/color.tests.info index c6fcb3f6..99b72ff7 100644 --- a/docroot/core/modules/color/tests/color.tests.info +++ b/docroot/core/modules/color/tests/color.tests.info @@ -4,7 +4,7 @@ description = Modify the Bartik theme colors and make sure the changes are refle group = Color file = color.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/comment/comment.info b/docroot/core/modules/comment/comment.info index a65cae98..9f4d5e32 100644 --- a/docroot/core/modules/comment/comment.info +++ b/docroot/core/modules/comment/comment.info @@ -13,7 +13,7 @@ configure = admin/content/comment stylesheets[all][] = css/comment.css -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/comment/tests/comment.tests.info b/docroot/core/modules/comment/tests/comment.tests.info index a7b52d0d..b414467f 100644 --- a/docroot/core/modules/comment/tests/comment.tests.info +++ b/docroot/core/modules/comment/tests/comment.tests.info @@ -106,7 +106,7 @@ description = 'Test the behavior of comments when the comment author is deleted. group = Comment file = comment.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/config/config.info b/docroot/core/modules/config/config.info index f7b8bbd6..8ea67e18 100644 --- a/docroot/core/modules/config/config.info +++ b/docroot/core/modules/config/config.info @@ -10,7 +10,7 @@ backdrop = 1.x configure = admin/config/development/configuration -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/config/tests/config.tests.info b/docroot/core/modules/config/tests/config.tests.info index 64e0a1a1..3e1bea44 100644 --- a/docroot/core/modules/config/tests/config.tests.info +++ b/docroot/core/modules/config/tests/config.tests.info @@ -22,7 +22,7 @@ description = Tests that hook_config_create() is run during configuration sync. group = Configuration file = config.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/config/tests/config_test/config_test.info b/docroot/core/modules/config/tests/config_test/config_test.info index d5a35450..fbb81e12 100644 --- a/docroot/core/modules/config/tests/config_test/config_test.info +++ b/docroot/core/modules/config/tests/config_test/config_test.info @@ -6,7 +6,7 @@ backdrop = 1.x package = Testing hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/config/tests/config_test_hooks/config_test_hooks.info b/docroot/core/modules/config/tests/config_test_hooks/config_test_hooks.info index d6441247..dc0d24bb 100644 --- a/docroot/core/modules/config/tests/config_test_hooks/config_test_hooks.info +++ b/docroot/core/modules/config/tests/config_test_hooks/config_test_hooks.info @@ -6,7 +6,7 @@ backdrop = 1.x package = Testing hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/contact/contact.info b/docroot/core/modules/contact/contact.info index 8fb5da90..e799040b 100644 --- a/docroot/core/modules/contact/contact.info +++ b/docroot/core/modules/contact/contact.info @@ -9,7 +9,7 @@ backdrop = 1.x configure = admin/structure/contact -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/contact/contact.module b/docroot/core/modules/contact/contact.module index e74ae7ff..3d28ca21 100644 --- a/docroot/core/modules/contact/contact.module +++ b/docroot/core/modules/contact/contact.module @@ -34,7 +34,7 @@ function contact_permission() { 'title' => t('Use the site-wide contact form'), ), 'access user contact forms' => array( - 'title' => t("Use users' personal contact forms"), + 'title' => t('Use personal contact forms'), ), ); } diff --git a/docroot/core/modules/contact/tests/contact.tests.info b/docroot/core/modules/contact/tests/contact.tests.info index e8e13c69..d6dcf762 100644 --- a/docroot/core/modules/contact/tests/contact.tests.info +++ b/docroot/core/modules/contact/tests/contact.tests.info @@ -10,7 +10,7 @@ description = Tests personal contact form functionality. group = Contact file = contact.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/contextual/contextual.info b/docroot/core/modules/contextual/contextual.info index 254e8f65..dcc71713 100644 --- a/docroot/core/modules/contextual/contextual.info +++ b/docroot/core/modules/contextual/contextual.info @@ -7,7 +7,7 @@ tags[] = Site Navigation version = BACKDROP_VERSION backdrop = 1.x -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/contextual/tests/contextual.tests.info b/docroot/core/modules/contextual/tests/contextual.tests.info index f2bbb18e..3ee4d3d2 100644 --- a/docroot/core/modules/contextual/tests/contextual.tests.info +++ b/docroot/core/modules/contextual/tests/contextual.tests.info @@ -4,7 +4,7 @@ description = Tests if contextual links are showing on the home page depending o group = Contextual file = contextual.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/dashboard/dashboard.info b/docroot/core/modules/dashboard/dashboard.info index d867f562..9dd27217 100644 --- a/docroot/core/modules/dashboard/dashboard.info +++ b/docroot/core/modules/dashboard/dashboard.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x configure = admin/dashboard/settings -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/dashboard/tests/dashboard.tests.info b/docroot/core/modules/dashboard/tests/dashboard.tests.info index 6c3f4965..3b583229 100644 --- a/docroot/core/modules/dashboard/tests/dashboard.tests.info +++ b/docroot/core/modules/dashboard/tests/dashboard.tests.info @@ -4,7 +4,7 @@ description = Tests the Dashboard functions correctly. group = Dashboard file = dashboard.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/date/date.info b/docroot/core/modules/date/date.info index 97422b64..687379cf 100644 --- a/docroot/core/modules/date/date.info +++ b/docroot/core/modules/date/date.info @@ -9,7 +9,7 @@ backdrop = 1.x stylesheets[all][] = css/date.css -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/date/tests/date.tests.info b/docroot/core/modules/date/tests/date.tests.info index 01b78867..e3d37176 100644 --- a/docroot/core/modules/date/tests/date.tests.info +++ b/docroot/core/modules/date/tests/date.tests.info @@ -46,7 +46,7 @@ description = Test date theme functions. group = Date file = date_themes.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/dblog/dblog.info b/docroot/core/modules/dblog/dblog.info index 4a7d13d3..9d8c6906 100644 --- a/docroot/core/modules/dblog/dblog.info +++ b/docroot/core/modules/dblog/dblog.info @@ -6,7 +6,7 @@ tags[] = Logging version = BACKDROP_VERSION backdrop = 1.x -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/dblog/tests/dblog.tests.info b/docroot/core/modules/dblog/tests/dblog.tests.info index a7389668..e11007c1 100644 --- a/docroot/core/modules/dblog/tests/dblog.tests.info +++ b/docroot/core/modules/dblog/tests/dblog.tests.info @@ -4,7 +4,7 @@ description = Generate events and verify dblog entries; verify user access to lo group = DBLog file = dblog.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/email/email.info b/docroot/core/modules/email/email.info index 7d799cf3..d4dd5b5e 100644 --- a/docroot/core/modules/email/email.info +++ b/docroot/core/modules/email/email.info @@ -8,7 +8,7 @@ version = BACKDROP_VERSION backdrop = 1.x -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/email/tests/email.tests.info b/docroot/core/modules/email/tests/email.tests.info index 1566e463..9ced6cbe 100644 --- a/docroot/core/modules/email/tests/email.tests.info +++ b/docroot/core/modules/email/tests/email.tests.info @@ -4,7 +4,7 @@ description = Tests email field functionality. group = Field types file = email.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entity/entity.info b/docroot/core/modules/entity/entity.info index 99daa3ad..0688dc71 100644 --- a/docroot/core/modules/entity/entity.info +++ b/docroot/core/modules/entity/entity.info @@ -7,7 +7,7 @@ version = BACKDROP_VERSION backdrop = 1.x required = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entity/tests/entity.tests.info b/docroot/core/modules/entity/tests/entity.tests.info index 031dd6e7..befcbf73 100644 --- a/docroot/core/modules/entity/tests/entity.tests.info +++ b/docroot/core/modules/entity/tests/entity.tests.info @@ -28,7 +28,7 @@ description = Tests the entity_load() function. group = Entity API file = entity_crud.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entity/tests/entity_cache_test/entity_cache_test.info b/docroot/core/modules/entity/tests/entity_cache_test/entity_cache_test.info index 9143bc37..458dff80 100644 --- a/docroot/core/modules/entity/tests/entity_cache_test/entity_cache_test.info +++ b/docroot/core/modules/entity/tests/entity_cache_test/entity_cache_test.info @@ -7,7 +7,7 @@ backdrop = 1.x dependencies[] = entity_cache_test_dependency hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.info b/docroot/core/modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.info index dd95dcd3..cade90ba 100644 --- a/docroot/core/modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.info +++ b/docroot/core/modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entity/tests/entity_caching_test/entity_caching_test.info b/docroot/core/modules/entity/tests/entity_caching_test/entity_caching_test.info index fb48538b..663b0f68 100644 --- a/docroot/core/modules/entity/tests/entity_caching_test/entity_caching_test.info +++ b/docroot/core/modules/entity/tests/entity_caching_test/entity_caching_test.info @@ -7,7 +7,7 @@ backdrop = 1.x dependencies[] = entity hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.info b/docroot/core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.info index 0434a10b..2c910ada 100644 --- a/docroot/core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.info +++ b/docroot/core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entity/tests/entity_query_access_test/entity_query_access_test.info b/docroot/core/modules/entity/tests/entity_query_access_test/entity_query_access_test.info index 2853c67e..fee79659 100644 --- a/docroot/core/modules/entity/tests/entity_query_access_test/entity_query_access_test.info +++ b/docroot/core/modules/entity/tests/entity_query_access_test/entity_query_access_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entity/tests/entity_test/entity_test.info b/docroot/core/modules/entity/tests/entity_test/entity_test.info index 10bae865..c54d9bcc 100644 --- a/docroot/core/modules/entity/tests/entity_test/entity_test.info +++ b/docroot/core/modules/entity/tests/entity_test/entity_test.info @@ -7,7 +7,7 @@ backdrop = 1.x dependencies[] = entity hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entityreference/entityreference.info b/docroot/core/modules/entityreference/entityreference.info index 07eb7379..f443766b 100644 --- a/docroot/core/modules/entityreference/entityreference.info +++ b/docroot/core/modules/entityreference/entityreference.info @@ -8,7 +8,7 @@ version = BACKDROP_VERSION dependencies[] = field dependencies[] = entity -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entityreference/tests/entityreference.tests.info b/docroot/core/modules/entityreference/tests/entityreference.tests.info index e71070b9..8bb8312e 100644 --- a/docroot/core/modules/entityreference/tests/entityreference.tests.info +++ b/docroot/core/modules/entityreference/tests/entityreference.tests.info @@ -28,7 +28,7 @@ description = Tests Entity Reference form widgets. group = Entity Reference file = entityreference.form.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/entityreference/tests/entityreference_views_test/entityreference_views_test.info b/docroot/core/modules/entityreference/tests/entityreference_views_test/entityreference_views_test.info index 0d68565e..4dd717e7 100644 --- a/docroot/core/modules/entityreference/tests/entityreference_views_test/entityreference_views_test.info +++ b/docroot/core/modules/entityreference/tests/entityreference_views_test/entityreference_views_test.info @@ -8,7 +8,7 @@ dependencies[] = views dependencies[] = entityreference hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/field.info b/docroot/core/modules/field/field.info index 049694d4..4b08c3e4 100644 --- a/docroot/core/modules/field/field.info +++ b/docroot/core/modules/field/field.info @@ -11,7 +11,7 @@ required = TRUE stylesheets[all][] = css/field.css -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/field_sql_storage/field_sql_storage.info b/docroot/core/modules/field/modules/field_sql_storage/field_sql_storage.info index cbaa88d1..638c5b3c 100644 --- a/docroot/core/modules/field/modules/field_sql_storage/field_sql_storage.info +++ b/docroot/core/modules/field/modules/field_sql_storage/field_sql_storage.info @@ -9,7 +9,7 @@ backdrop = 1.x dependencies[] = field required = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/field_sql_storage/tests/field_sql_storage.tests.info b/docroot/core/modules/field/modules/field_sql_storage/tests/field_sql_storage.tests.info index f1fc8f3e..d5de050d 100644 --- a/docroot/core/modules/field/modules/field_sql_storage/tests/field_sql_storage.tests.info +++ b/docroot/core/modules/field/modules/field_sql_storage/tests/field_sql_storage.tests.info @@ -4,7 +4,7 @@ description = Test Field SQL Storage module. group = Field API file = field_sql_storage.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/list/list.info b/docroot/core/modules/field/modules/list/list.info index a1ec01c3..a37dc414 100644 --- a/docroot/core/modules/field/modules/list/list.info +++ b/docroot/core/modules/field/modules/list/list.info @@ -8,7 +8,7 @@ backdrop = 1.x dependencies[] = field dependencies[] = options -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/list/tests/list.tests.info b/docroot/core/modules/field/modules/list/tests/list.tests.info index 28ca4dfe..8a0ee889 100644 --- a/docroot/core/modules/field/modules/list/tests/list.tests.info +++ b/docroot/core/modules/field/modules/list/tests/list.tests.info @@ -22,7 +22,7 @@ description = Test the List field Display formatting. group = Field types file = list.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/list/tests/list_test.info b/docroot/core/modules/field/modules/list/tests/list_test.info index 72b4e0e5..7bd6231f 100644 --- a/docroot/core/modules/field/modules/list/tests/list_test.info +++ b/docroot/core/modules/field/modules/list/tests/list_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/number/number.info b/docroot/core/modules/field/modules/number/number.info index 18571f4a..0ba2846d 100644 --- a/docroot/core/modules/field/modules/number/number.info +++ b/docroot/core/modules/field/modules/number/number.info @@ -7,7 +7,7 @@ version = BACKDROP_VERSION backdrop = 1.x dependencies[] = field -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/number/tests/number.tests.info b/docroot/core/modules/field/modules/number/tests/number.tests.info index 4e3ab09c..f6304839 100644 --- a/docroot/core/modules/field/modules/number/tests/number.tests.info +++ b/docroot/core/modules/field/modules/number/tests/number.tests.info @@ -10,7 +10,7 @@ description = Test settings for number fields. group = Field types file = number_settings.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/options/options.info b/docroot/core/modules/field/modules/options/options.info index 100182f3..e992166f 100644 --- a/docroot/core/modules/field/modules/options/options.info +++ b/docroot/core/modules/field/modules/options/options.info @@ -7,7 +7,7 @@ version = BACKDROP_VERSION backdrop = 1.x dependencies[] = field -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/options/tests/options.tests.info b/docroot/core/modules/field/modules/options/tests/options.tests.info index f5c57a5b..4b87479f 100644 --- a/docroot/core/modules/field/modules/options/tests/options.tests.info +++ b/docroot/core/modules/field/modules/options/tests/options.tests.info @@ -10,7 +10,7 @@ description = Test an options select on a list field with a dynamic allowed valu group = Field types file = options.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/text/tests/text.tests.info b/docroot/core/modules/field/modules/text/tests/text.tests.info index bfa0ec27..47b2676c 100644 --- a/docroot/core/modules/field/modules/text/tests/text.tests.info +++ b/docroot/core/modules/field/modules/text/tests/text.tests.info @@ -16,7 +16,7 @@ description = Check if the text field is correctly prepared for translation. group = Field types file = text.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/modules/text/text.info b/docroot/core/modules/field/modules/text/text.info index e866e7c8..8e54e713 100644 --- a/docroot/core/modules/field/modules/text/text.info +++ b/docroot/core/modules/field/modules/text/text.info @@ -8,7 +8,7 @@ backdrop = 1.x dependencies[] = field required = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/tests/field.tests.info b/docroot/core/modules/field/tests/field.tests.info index 89c666f4..92d74d39 100644 --- a/docroot/core/modules/field/tests/field.tests.info +++ b/docroot/core/modules/field/tests/field.tests.info @@ -82,7 +82,7 @@ description = Tests the Views field of the Field API integration. group = Field API file = field_views.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field/tests/field_test/field_test.info b/docroot/core/modules/field/tests/field_test/field_test.info index e747b77f..eacbc4f3 100644 --- a/docroot/core/modules/field/tests/field_test/field_test.info +++ b/docroot/core/modules/field/tests/field_test/field_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field_ui/field_ui.info b/docroot/core/modules/field_ui/field_ui.info index cf402aef..8a780411 100644 --- a/docroot/core/modules/field_ui/field_ui.info +++ b/docroot/core/modules/field_ui/field_ui.info @@ -8,7 +8,7 @@ version = BACKDROP_VERSION backdrop = 1.x dependencies[] = field -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field_ui/tests/field_ui.tests.info b/docroot/core/modules/field_ui/tests/field_ui.tests.info index 25cbac20..5f7a370f 100644 --- a/docroot/core/modules/field_ui/tests/field_ui.tests.info +++ b/docroot/core/modules/field_ui/tests/field_ui.tests.info @@ -22,7 +22,7 @@ description = Tests view mode functionality. group = Field UI file = field_ui.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/field_ui/tests/view_mode_test/view_mode_test.info b/docroot/core/modules/field_ui/tests/view_mode_test/view_mode_test.info index e8651403..dac70a79 100644 --- a/docroot/core/modules/field_ui/tests/view_mode_test/view_mode_test.info +++ b/docroot/core/modules/field_ui/tests/view_mode_test/view_mode_test.info @@ -6,7 +6,7 @@ version = BACKDROP_CORE hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/file/file.info b/docroot/core/modules/file/file.info index beeb6a25..0ef43caa 100644 --- a/docroot/core/modules/file/file.info +++ b/docroot/core/modules/file/file.info @@ -10,7 +10,7 @@ backdrop = 1.x required = TRUE dependencies[] = field -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/file/tests/file.tests.info b/docroot/core/modules/file/tests/file.tests.info index c4a7fd3d..3bd9ae92 100644 --- a/docroot/core/modules/file/tests/file.tests.info +++ b/docroot/core/modules/file/tests/file.tests.info @@ -136,7 +136,7 @@ description = Test overriding file entity attributes. group = File file = file.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/file/tests/file_module_test/file_module_test.info b/docroot/core/modules/file/tests/file_module_test/file_module_test.info index 29c5a1b4..90298621 100644 --- a/docroot/core/modules/file/tests/file_module_test/file_module_test.info +++ b/docroot/core/modules/file/tests/file_module_test/file_module_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/filter/filter.info b/docroot/core/modules/filter/filter.info index 8f1e5b2b..294009fd 100644 --- a/docroot/core/modules/filter/filter.info +++ b/docroot/core/modules/filter/filter.info @@ -11,7 +11,7 @@ required = TRUE configure = admin/config/content/formats -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/filter/tests/filter.tests.info b/docroot/core/modules/filter/tests/filter.tests.info index b5a11596..2c11f7ea 100644 --- a/docroot/core/modules/filter/tests/filter.tests.info +++ b/docroot/core/modules/filter/tests/filter.tests.info @@ -76,7 +76,7 @@ description = Validate correct handling of URLs inserted via editor link dialog. group = Filter file = filter_dialog.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/filter/tests/filter_formtest.info b/docroot/core/modules/filter/tests/filter_formtest.info index 79d35229..3a38bd1c 100644 --- a/docroot/core/modules/filter/tests/filter_formtest.info +++ b/docroot/core/modules/filter/tests/filter_formtest.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/image/image.info b/docroot/core/modules/image/image.info index b7fe28d7..cfc059b4 100644 --- a/docroot/core/modules/image/image.info +++ b/docroot/core/modules/image/image.info @@ -10,7 +10,7 @@ backdrop = 1.x dependencies[] = file configure = admin/config/media/image-styles -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/image/tests/image.tests.info b/docroot/core/modules/image/tests/image.tests.info index af4bdb9e..692c9622 100644 --- a/docroot/core/modules/image/tests/image.tests.info +++ b/docroot/core/modules/image/tests/image.tests.info @@ -70,7 +70,7 @@ description = Test image style and attribute tokens. group = Image file = token.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/image/tests/image_module_test/image_module_test.info b/docroot/core/modules/image/tests/image_module_test/image_module_test.info index 6c23e74b..1efbd839 100644 --- a/docroot/core/modules/image/tests/image_module_test/image_module_test.info +++ b/docroot/core/modules/image/tests/image_module_test/image_module_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/installer/installer.info b/docroot/core/modules/installer/installer.info index 1710c1e5..704e66dc 100644 --- a/docroot/core/modules/installer/installer.info +++ b/docroot/core/modules/installer/installer.info @@ -8,7 +8,7 @@ tags[] = System backdrop = 1.x dependencies[] = update -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/installer/tests/aaa_installer_test/aaa_installer_test.info b/docroot/core/modules/installer/tests/aaa_installer_test/aaa_installer_test.info index fa925c03..99bacda6 100644 --- a/docroot/core/modules/installer/tests/aaa_installer_test/aaa_installer_test.info +++ b/docroot/core/modules/installer/tests/aaa_installer_test/aaa_installer_test.info @@ -6,7 +6,7 @@ backdrop = 1.x hidden = TRUE type = module -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/installer/tests/bbb_installer_test/bbb_installer_test.info b/docroot/core/modules/installer/tests/bbb_installer_test/bbb_installer_test.info index ddb7defc..29f94e36 100644 --- a/docroot/core/modules/installer/tests/bbb_installer_test/bbb_installer_test.info +++ b/docroot/core/modules/installer/tests/bbb_installer_test/bbb_installer_test.info @@ -6,7 +6,7 @@ backdrop = 1.x hidden = TRUE type = module -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/installer/tests/ccc_installer_test/ccc_installer_test.info b/docroot/core/modules/installer/tests/ccc_installer_test/ccc_installer_test.info index 49554fa2..6e3b24a8 100644 --- a/docroot/core/modules/installer/tests/ccc_installer_test/ccc_installer_test.info +++ b/docroot/core/modules/installer/tests/ccc_installer_test/ccc_installer_test.info @@ -6,7 +6,7 @@ backdrop = 1.x hidden = TRUE type = module -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/installer/tests/installer.tests.info b/docroot/core/modules/installer/tests/installer.tests.info index 7d5d2689..df9ad2af 100644 --- a/docroot/core/modules/installer/tests/installer.tests.info +++ b/docroot/core/modules/installer/tests/installer.tests.info @@ -10,7 +10,7 @@ description = Tests installer browse functionality. group = Installer (module) file = installer.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/installer/tests/installer_test/installer_test.info b/docroot/core/modules/installer/tests/installer_test/installer_test.info index 7288393b..af0e4e52 100644 --- a/docroot/core/modules/installer/tests/installer_test/installer_test.info +++ b/docroot/core/modules/installer/tests/installer_test/installer_test.info @@ -7,7 +7,7 @@ type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/language/language.info b/docroot/core/modules/language/language.info index ef2cc77b..c58663c8 100644 --- a/docroot/core/modules/language/language.info +++ b/docroot/core/modules/language/language.info @@ -7,7 +7,7 @@ type = module backdrop = 1.x configure = admin/config/regional/language -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/language/tests/language.tests.info b/docroot/core/modules/language/tests/language.tests.info index e37f9550..ad8d3074 100644 --- a/docroot/core/modules/language/tests/language.tests.info +++ b/docroot/core/modules/language/tests/language.tests.info @@ -4,7 +4,7 @@ description = Adds a new language and tests changing its status and the default group = Language file = language.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/layout/layout.info b/docroot/core/modules/layout/layout.info index 9891cd67..eff1e631 100644 --- a/docroot/core/modules/layout/layout.info +++ b/docroot/core/modules/layout/layout.info @@ -8,7 +8,7 @@ version = BACKDROP_VERSION backdrop = 1.x required = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/layout/tests/layout.tests.info b/docroot/core/modules/layout/tests/layout.tests.info index dc2854d9..ca9db412 100644 --- a/docroot/core/modules/layout/tests/layout.tests.info +++ b/docroot/core/modules/layout/tests/layout.tests.info @@ -64,7 +64,7 @@ description = Tests layout paths, like the Default Layout. group = Layout file = layout.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/layout/tests/layout_test/layout_test.info b/docroot/core/modules/layout/tests/layout_test/layout_test.info index 6f69051c..8ee23156 100644 --- a/docroot/core/modules/layout/tests/layout_test/layout_test.info +++ b/docroot/core/modules/layout/tests/layout_test/layout_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/link/link.info b/docroot/core/modules/link/link.info index 43be58fb..330d196e 100644 --- a/docroot/core/modules/link/link.info +++ b/docroot/core/modules/link/link.info @@ -7,7 +7,7 @@ version = BACKDROP_VERSION backdrop = 1.x -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/link/tests/link.tests.info b/docroot/core/modules/link/tests/link.tests.info index 03d4ca4b..c3b63877 100644 --- a/docroot/core/modules/link/tests/link.tests.info +++ b/docroot/core/modules/link/tests/link.tests.info @@ -28,7 +28,7 @@ description = Tests the link_validate_url() function by itself, without invoking group = Link file = link.validate.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/locale/locale.info b/docroot/core/modules/locale/locale.info index bdd9519a..134ed2ea 100644 --- a/docroot/core/modules/locale/locale.info +++ b/docroot/core/modules/locale/locale.info @@ -8,7 +8,7 @@ backdrop = 1.x dependencies[] = language -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/locale/tests/locale.tests.info b/docroot/core/modules/locale/tests/locale.tests.info index 101f0c73..091dc204 100644 --- a/docroot/core/modules/locale/tests/locale.tests.info +++ b/docroot/core/modules/locale/tests/locale.tests.info @@ -130,7 +130,7 @@ description = Tests locale translation safe string handling. group = Locale file = locale.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/locale/tests/locale_test/locale_test.info b/docroot/core/modules/locale/tests/locale_test/locale_test.info index 0f5f074e..78c384ea 100644 --- a/docroot/core/modules/locale/tests/locale_test/locale_test.info +++ b/docroot/core/modules/locale/tests/locale_test/locale_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/menu/menu.info b/docroot/core/modules/menu/menu.info index 8c137280..6ae8e087 100644 --- a/docroot/core/modules/menu/menu.info +++ b/docroot/core/modules/menu/menu.info @@ -10,7 +10,7 @@ backdrop = 1.x configure = admin/structure/menu -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/menu/tests/menu.tests.info b/docroot/core/modules/menu/tests/menu.tests.info index e3ce005a..212044a8 100644 --- a/docroot/core/modules/menu/tests/menu.tests.info +++ b/docroot/core/modules/menu/tests/menu.tests.info @@ -16,7 +16,7 @@ description = Test menu item creation and parent availability with language supp group = Menu file = menu_language.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/node/node.info b/docroot/core/modules/node/node.info index 5defeac3..860b4a6f 100644 --- a/docroot/core/modules/node/node.info +++ b/docroot/core/modules/node/node.info @@ -9,7 +9,7 @@ required = TRUE dependencies[] = entity configure = admin/structure/types -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/node/tests/node.tests.info b/docroot/core/modules/node/tests/node.tests.info index 7381df91..057a25ff 100644 --- a/docroot/core/modules/node/tests/node.tests.info +++ b/docroot/core/modules/node/tests/node.tests.info @@ -226,7 +226,7 @@ description = Tests the new node states for Draft, Publish Now and Schedule Publ group = Node file = node.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/node/tests/node_access_test/node_access_test.info b/docroot/core/modules/node/tests/node_access_test/node_access_test.info index 7ee0d257..822b764b 100644 --- a/docroot/core/modules/node/tests/node_access_test/node_access_test.info +++ b/docroot/core/modules/node/tests/node_access_test/node_access_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/node/tests/node_layout_preview_revision_test/node_layout_preview_revision_test.info b/docroot/core/modules/node/tests/node_layout_preview_revision_test/node_layout_preview_revision_test.info index e4bacbfa..a4d56769 100644 --- a/docroot/core/modules/node/tests/node_layout_preview_revision_test/node_layout_preview_revision_test.info +++ b/docroot/core/modules/node/tests/node_layout_preview_revision_test/node_layout_preview_revision_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/node/tests/node_test/node_test.info b/docroot/core/modules/node/tests/node_test/node_test.info index 767a8723..f2b54f99 100644 --- a/docroot/core/modules/node/tests/node_test/node_test.info +++ b/docroot/core/modules/node/tests/node_test/node_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/node/tests/node_test_exception/node_test_exception.info b/docroot/core/modules/node/tests/node_test_exception/node_test_exception.info index 486ce453..e689f1fc 100644 --- a/docroot/core/modules/node/tests/node_test_exception/node_test_exception.info +++ b/docroot/core/modules/node/tests/node_test_exception/node_test_exception.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/path/path.info b/docroot/core/modules/path/path.info index 4788d387..11f30deb 100644 --- a/docroot/core/modules/path/path.info +++ b/docroot/core/modules/path/path.info @@ -8,7 +8,7 @@ backdrop = 1.x configure = admin/config/urls/path -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/path/tests/path.tests.info b/docroot/core/modules/path/tests/path.tests.info index 50196966..1e16c15b 100644 --- a/docroot/core/modules/path/tests/path.tests.info +++ b/docroot/core/modules/path/tests/path.tests.info @@ -64,7 +64,7 @@ description = Tests tokens provided by Path. group = Path file = path_pattern.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/redirect/redirect.info b/docroot/core/modules/redirect/redirect.info index 0f8b2f56..05847f86 100644 --- a/docroot/core/modules/redirect/redirect.info +++ b/docroot/core/modules/redirect/redirect.info @@ -8,7 +8,7 @@ version = BACKDROP_VERSION configure = admin/config/urls/redirect/settings -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/redirect/tests/redirect.tests.info b/docroot/core/modules/redirect/tests/redirect.tests.info index 389a799e..87e2bd68 100644 --- a/docroot/core/modules/redirect/tests/redirect.tests.info +++ b/docroot/core/modules/redirect/tests/redirect.tests.info @@ -10,7 +10,7 @@ description = Test interface functionality. group = Redirect file = redirect.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/search/search.info b/docroot/core/modules/search/search.info index a7c8e6fe..0786148c 100644 --- a/docroot/core/modules/search/search.info +++ b/docroot/core/modules/search/search.info @@ -10,7 +10,7 @@ configure = admin/config/search/settings stylesheets[all][] = search.theme.css -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/search/tests/search.tests.info b/docroot/core/modules/search/tests/search.tests.info index 0aa3f65f..0fafc6bf 100644 --- a/docroot/core/modules/search/tests/search.tests.info +++ b/docroot/core/modules/search/tests/search.tests.info @@ -124,7 +124,7 @@ description = Check that search works with numeric locale settings. group = Search file = search.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/search/tests/search_embedded_form/search_embedded_form.info b/docroot/core/modules/search/tests/search_embedded_form/search_embedded_form.info index 91a4b0f9..29be7fc6 100644 --- a/docroot/core/modules/search/tests/search_embedded_form/search_embedded_form.info +++ b/docroot/core/modules/search/tests/search_embedded_form/search_embedded_form.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/search/tests/search_extra_type/search_extra_type.info b/docroot/core/modules/search/tests/search_extra_type/search_extra_type.info index 32a4d9b8..4f296e9b 100644 --- a/docroot/core/modules/search/tests/search_extra_type/search_extra_type.info +++ b/docroot/core/modules/search/tests/search_extra_type/search_extra_type.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/simpletest.info b/docroot/core/modules/simpletest/simpletest.info index e5eadb64..2e3b2920 100644 --- a/docroot/core/modules/simpletest/simpletest.info +++ b/docroot/core/modules/simpletest/simpletest.info @@ -8,7 +8,7 @@ backdrop = 1.x configure = admin/config/development/testing/settings -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/actions_loop_test.info b/docroot/core/modules/simpletest/tests/actions_loop_test.info index 75827331..53c00d55 100644 --- a/docroot/core/modules/simpletest/tests/actions_loop_test.info +++ b/docroot/core/modules/simpletest/tests/actions_loop_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/ajax_forms_test.info b/docroot/core/modules/simpletest/tests/ajax_forms_test.info index 79d919d9..3c86dfa4 100644 --- a/docroot/core/modules/simpletest/tests/ajax_forms_test.info +++ b/docroot/core/modules/simpletest/tests/ajax_forms_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/ajax_test.info b/docroot/core/modules/simpletest/tests/ajax_test.info index 10c9ddc5..825c7516 100644 --- a/docroot/core/modules/simpletest/tests/ajax_test.info +++ b/docroot/core/modules/simpletest/tests/ajax_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info b/docroot/core/modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info index 71742bbf..bb896af7 100644 --- a/docroot/core/modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info +++ b/docroot/core/modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info b/docroot/core/modules/simpletest/tests/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info index 27e07cc0..60b23362 100644 --- a/docroot/core/modules/simpletest/tests/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info +++ b/docroot/core/modules/simpletest/tests/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/batch_test.info b/docroot/core/modules/simpletest/tests/batch_test.info index e92e41d2..9f8e8d0f 100644 --- a/docroot/core/modules/simpletest/tests/batch_test.info +++ b/docroot/core/modules/simpletest/tests/batch_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/boot_test_1.info b/docroot/core/modules/simpletest/tests/boot_test_1.info index 056502ce..9779d57f 100644 --- a/docroot/core/modules/simpletest/tests/boot_test_1.info +++ b/docroot/core/modules/simpletest/tests/boot_test_1.info @@ -6,7 +6,7 @@ package = Testing version = VERSION hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/boot_test_2.info b/docroot/core/modules/simpletest/tests/boot_test_2.info index 9a85df0b..1aaf9e72 100644 --- a/docroot/core/modules/simpletest/tests/boot_test_2.info +++ b/docroot/core/modules/simpletest/tests/boot_test_2.info @@ -6,7 +6,7 @@ package = Testing version = VERSION hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/common_test.info b/docroot/core/modules/simpletest/tests/common_test.info index d553f7dc..c5fc77ab 100644 --- a/docroot/core/modules/simpletest/tests/common_test.info +++ b/docroot/core/modules/simpletest/tests/common_test.info @@ -8,7 +8,7 @@ stylesheets[all][] = common_test.css stylesheets[print][] = common_test.print.css hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/common_test_cron_helper.info b/docroot/core/modules/simpletest/tests/common_test_cron_helper.info index 3754fdba..67989267 100644 --- a/docroot/core/modules/simpletest/tests/common_test_cron_helper.info +++ b/docroot/core/modules/simpletest/tests/common_test_cron_helper.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/config_obj_test/config_obj_test.info b/docroot/core/modules/simpletest/tests/config_obj_test/config_obj_test.info index 805de37e..f1a07e64 100644 --- a/docroot/core/modules/simpletest/tests/config_obj_test/config_obj_test.info +++ b/docroot/core/modules/simpletest/tests/config_obj_test/config_obj_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/database_test.info b/docroot/core/modules/simpletest/tests/database_test.info index 0ac6220f..de020c21 100644 --- a/docroot/core/modules/simpletest/tests/database_test.info +++ b/docroot/core/modules/simpletest/tests/database_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/dependency_test1.info b/docroot/core/modules/simpletest/tests/dependency_test1.info index cdac7793..1406070d 100644 --- a/docroot/core/modules/simpletest/tests/dependency_test1.info +++ b/docroot/core/modules/simpletest/tests/dependency_test1.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/dependency_test2.info b/docroot/core/modules/simpletest/tests/dependency_test2.info index f8810b1b..5d0af8f4 100644 --- a/docroot/core/modules/simpletest/tests/dependency_test2.info +++ b/docroot/core/modules/simpletest/tests/dependency_test2.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/dependency_test3.info b/docroot/core/modules/simpletest/tests/dependency_test3.info index 9089b7ca..3c0ddbe7 100644 --- a/docroot/core/modules/simpletest/tests/dependency_test3.info +++ b/docroot/core/modules/simpletest/tests/dependency_test3.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/error_test.info b/docroot/core/modules/simpletest/tests/error_test.info index 87d10ab4..398ad8fb 100644 --- a/docroot/core/modules/simpletest/tests/error_test.info +++ b/docroot/core/modules/simpletest/tests/error_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/file_test.info b/docroot/core/modules/simpletest/tests/file_test.info index 66c52111..af3c90bb 100644 --- a/docroot/core/modules/simpletest/tests/file_test.info +++ b/docroot/core/modules/simpletest/tests/file_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/filter_test.info b/docroot/core/modules/simpletest/tests/filter_test.info index a31849a1..ae67b608 100644 --- a/docroot/core/modules/simpletest/tests/filter_test.info +++ b/docroot/core/modules/simpletest/tests/filter_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/form.test b/docroot/core/modules/simpletest/tests/form.test index bf47369b..45e234d6 100644 --- a/docroot/core/modules/simpletest/tests/form.test +++ b/docroot/core/modules/simpletest/tests/form.test @@ -2321,6 +2321,24 @@ class FormH5datetimeTestCase extends BackdropWebTestCase { $this->assertRaw(t('%date is not a valid date.', array('%date' => '2002-02-40')), 'Invalid date doesn\'t validate'); $this->assertRaw(t('%time is not a valid time.', array('%time' => '10:66:00')), 'Invalid time doesn\'t validate'); } + + /** + * Test return value for disabled html_date and html_time elements. + * + * These two FAPI elements use an array for #default_value, so, the value + * callback function html_date_or_time_value_callback needs to take care of + * converting the array to a string upon submission of a form that contains + * them. + */ + public function testNoAccessH5DateOrTimeElement() { + $values = backdrop_json_decode($this->backdropPost('form-test/no-access-h5date-h5time', array(), 'Submit')); + // If the value callback html_date_or_time_value_callback() did its job + // correctly, we'll get strings. + $this->assertEqual($values['no_access_h5date'], '2023-01-01', 'Correct no_access_h5date value'); + $this->assertEqual($values['no_access_h5time'], '20:30', 'Correct no_access_h5time value'); + $this->assertEqual($values['disabled_h5date'], '2023-01-01', 'Correct disabled_h5date value'); + $this->assertEqual($values['disabled_h5time'], '20:30', 'Correct disabled_h5time value'); + } } /** diff --git a/docroot/core/modules/simpletest/tests/form_test.info b/docroot/core/modules/simpletest/tests/form_test.info index 1427dcb3..4729f07b 100644 --- a/docroot/core/modules/simpletest/tests/form_test.info +++ b/docroot/core/modules/simpletest/tests/form_test.info @@ -7,7 +7,7 @@ backdrop = 1.x dependencies[] = file hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/form_test.module b/docroot/core/modules/simpletest/tests/form_test.module index 1248f356..2c23d76f 100644 --- a/docroot/core/modules/simpletest/tests/form_test.module +++ b/docroot/core/modules/simpletest/tests/form_test.module @@ -197,6 +197,12 @@ function form_test_menu() { 'page arguments' => array('form_test_h5datetime'), 'access callback' => TRUE, ); + $items['form-test/no-access-h5date-h5time'] = array( + 'title' => 'HTML5 no-access date and time fields', + 'page callback' => 'backdrop_get_form', + 'page arguments' => array('form_test_no_access_h5date_h5time'), + 'access callback' => TRUE, + ); $items['form-test/url'] = array( 'title' => t('URL'), 'page callback' => 'backdrop_get_form', @@ -1716,6 +1722,63 @@ function form_test_h5datetime_submit($form, &$form_state) { exit(); } +/** + * Form constructor for disabled html_date and html_time elements. + * + * @see form_test_no_access_h5date_h5time_submit() + */ +function form_test_no_access_h5date_h5time($form, &$form_state) { + $form['no_access_h5date'] = array( + '#type' => 'html_date', + '#title' => 'Date', + '#description' => 'A date.', + '#default_value' => array( + 'date' => '2023-01-01', + ), + '#access' => FALSE, + ); + $form['no_access_h5time'] = array( + '#type' => 'html_time', + '#title' => 'Time', + '#description' => 'A time.', + '#default_value' => array( + 'time' => '20:30', + ), + '#access' => FALSE, + ); + $form['disabled_h5date'] = array( + '#type' => 'html_date', + '#title' => 'Date', + '#description' => 'A date.', + '#default_value' => array( + 'date' => '2023-01-01', + ), + '#disabled' => TRUE, + ); + $form['disabled_h5time'] = array( + '#type' => 'html_time', + '#title' => 'Time', + '#description' => 'A time.', + '#default_value' => array( + 'time' => '20:30', + ), + '#disabled' => TRUE, + ); + $form['submit'] = array( + '#type' => 'submit', + '#value' => 'Submit', + ); + return $form; +} + +/** + * Form submission handler for form_test_disabled_h5datetime(). + */ +function form_test_no_access_h5date_h5time_submit($form, &$form_state) { + backdrop_json_output($form_state['values']); + exit(); +} + /** * Form constructor for testing #type 'url' elements. * diff --git a/docroot/core/modules/simpletest/tests/image_test.info b/docroot/core/modules/simpletest/tests/image_test.info index ee061ab7..652b8e69 100644 --- a/docroot/core/modules/simpletest/tests/image_test.info +++ b/docroot/core/modules/simpletest/tests/image_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/menu_test.info b/docroot/core/modules/simpletest/tests/menu_test.info index 70d6eeec..0ce33cdd 100644 --- a/docroot/core/modules/simpletest/tests/menu_test.info +++ b/docroot/core/modules/simpletest/tests/menu_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/module_test.info b/docroot/core/modules/simpletest/tests/module_test.info index b60a95cd..f8937d6d 100644 --- a/docroot/core/modules/simpletest/tests/module_test.info +++ b/docroot/core/modules/simpletest/tests/module_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/path_test.info b/docroot/core/modules/simpletest/tests/path_test.info index 2ca06b34..aa4a391c 100644 --- a/docroot/core/modules/simpletest/tests/path_test.info +++ b/docroot/core/modules/simpletest/tests/path_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/requirements1_test.info b/docroot/core/modules/simpletest/tests/requirements1_test.info index d807f76d..0ad5e181 100644 --- a/docroot/core/modules/simpletest/tests/requirements1_test.info +++ b/docroot/core/modules/simpletest/tests/requirements1_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/requirements2_test.info b/docroot/core/modules/simpletest/tests/requirements2_test.info index 87023535..ecfedc46 100644 --- a/docroot/core/modules/simpletest/tests/requirements2_test.info +++ b/docroot/core/modules/simpletest/tests/requirements2_test.info @@ -8,7 +8,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/session_test.info b/docroot/core/modules/simpletest/tests/session_test.info index 030cc0c2..b125bab1 100644 --- a/docroot/core/modules/simpletest/tests/session_test.info +++ b/docroot/core/modules/simpletest/tests/session_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/simpletest.tests.info b/docroot/core/modules/simpletest/tests/simpletest.tests.info index 08304d0e..451e89d4 100644 --- a/docroot/core/modules/simpletest/tests/simpletest.tests.info +++ b/docroot/core/modules/simpletest/tests/simpletest.tests.info @@ -1378,7 +1378,7 @@ description = Test the file tokens. group = Token file = token.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/system_dependencies_test.info b/docroot/core/modules/simpletest/tests/system_dependencies_test.info index 7df595af..37c9e8b4 100644 --- a/docroot/core/modules/simpletest/tests/system_dependencies_test.info +++ b/docroot/core/modules/simpletest/tests/system_dependencies_test.info @@ -7,7 +7,7 @@ backdrop = 1.x hidden = TRUE dependencies[] = _missing_dependency -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info b/docroot/core/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info index f644748c..dcccbca4 100644 --- a/docroot/core/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info +++ b/docroot/core/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info @@ -7,7 +7,7 @@ backdrop = 1.x hidden = TRUE dependencies[] = system_incompatible_core_version_test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/system_incompatible_core_version_test.info b/docroot/core/modules/simpletest/tests/system_incompatible_core_version_test.info index 8b489e1a..99453ed6 100644 --- a/docroot/core/modules/simpletest/tests/system_incompatible_core_version_test.info +++ b/docroot/core/modules/simpletest/tests/system_incompatible_core_version_test.info @@ -6,7 +6,7 @@ type = module backdrop = 0.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info b/docroot/core/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info index 992785e3..12eec23c 100644 --- a/docroot/core/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info +++ b/docroot/core/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info @@ -8,7 +8,7 @@ hidden = TRUE ; system_incompatible_module_version_test declares version 1.0 dependencies[] = system_incompatible_module_version_test (>2.0) -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/system_incompatible_module_version_test.info b/docroot/core/modules/simpletest/tests/system_incompatible_module_version_test.info index 68899385..b5c27976 100644 --- a/docroot/core/modules/simpletest/tests/system_incompatible_module_version_test.info +++ b/docroot/core/modules/simpletest/tests/system_incompatible_module_version_test.info @@ -6,7 +6,7 @@ backdrop = 1.x hidden = TRUE type = module -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/system_project_namespace_test.info b/docroot/core/modules/simpletest/tests/system_project_namespace_test.info index 07db9974..70fc03f9 100644 --- a/docroot/core/modules/simpletest/tests/system_project_namespace_test.info +++ b/docroot/core/modules/simpletest/tests/system_project_namespace_test.info @@ -7,7 +7,7 @@ backdrop = 1.x hidden = TRUE dependencies[] = backdrop:filter -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/system_test.info b/docroot/core/modules/simpletest/tests/system_test.info index c3808517..2de28c5c 100644 --- a/docroot/core/modules/simpletest/tests/system_test.info +++ b/docroot/core/modules/simpletest/tests/system_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/taxonomy_test.info b/docroot/core/modules/simpletest/tests/taxonomy_test.info index 864ae91e..76e6ea1c 100644 --- a/docroot/core/modules/simpletest/tests/taxonomy_test.info +++ b/docroot/core/modules/simpletest/tests/taxonomy_test.info @@ -7,7 +7,7 @@ backdrop = 1.x hidden = TRUE dependencies[] = taxonomy -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/theme_test.info b/docroot/core/modules/simpletest/tests/theme_test.info index 1262af55..fa479657 100644 --- a/docroot/core/modules/simpletest/tests/theme_test.info +++ b/docroot/core/modules/simpletest/tests/theme_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info b/docroot/core/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info index 717a17c8..1f776019 100644 --- a/docroot/core/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info +++ b/docroot/core/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info @@ -8,7 +8,7 @@ hidden = TRUE settings[basetheme_only] = base theme value settings[subtheme_override] = base theme value -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info b/docroot/core/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info index 14cc9331..6b2b0f98 100644 --- a/docroot/core/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info +++ b/docroot/core/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info @@ -8,7 +8,7 @@ hidden = TRUE settings[subtheme_override] = subtheme value -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/themes/test_theme/test_theme.info b/docroot/core/modules/simpletest/tests/themes/test_theme/test_theme.info index dc8eaf27..a766ddc1 100644 --- a/docroot/core/modules/simpletest/tests/themes/test_theme/test_theme.info +++ b/docroot/core/modules/simpletest/tests/themes/test_theme/test_theme.info @@ -19,7 +19,7 @@ stylesheets[all][] = system.css settings[theme_test_setting] = default value -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/token_test.info b/docroot/core/modules/simpletest/tests/token_test.info index 71910806..5eaf4cba 100644 --- a/docroot/core/modules/simpletest/tests/token_test.info +++ b/docroot/core/modules/simpletest/tests/token_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION hidden = TRUE type = module -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/update_d7_test_1.info b/docroot/core/modules/simpletest/tests/update_d7_test_1.info index cdb4f8be..de65286a 100644 --- a/docroot/core/modules/simpletest/tests/update_d7_test_1.info +++ b/docroot/core/modules/simpletest/tests/update_d7_test_1.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/update_d7_test_2.info b/docroot/core/modules/simpletest/tests/update_d7_test_2.info index cdb4f8be..de65286a 100644 --- a/docroot/core/modules/simpletest/tests/update_d7_test_2.info +++ b/docroot/core/modules/simpletest/tests/update_d7_test_2.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/update_script_test.info b/docroot/core/modules/simpletest/tests/update_script_test.info index f558874a..8bc3be50 100644 --- a/docroot/core/modules/simpletest/tests/update_script_test.info +++ b/docroot/core/modules/simpletest/tests/update_script_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/update_test_1.info b/docroot/core/modules/simpletest/tests/update_test_1.info index 524b1d05..a51f7fe0 100644 --- a/docroot/core/modules/simpletest/tests/update_test_1.info +++ b/docroot/core/modules/simpletest/tests/update_test_1.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/update_test_2.info b/docroot/core/modules/simpletest/tests/update_test_2.info index 524b1d05..a51f7fe0 100644 --- a/docroot/core/modules/simpletest/tests/update_test_2.info +++ b/docroot/core/modules/simpletest/tests/update_test_2.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/update_test_3.info b/docroot/core/modules/simpletest/tests/update_test_3.info index 524b1d05..a51f7fe0 100644 --- a/docroot/core/modules/simpletest/tests/update_test_3.info +++ b/docroot/core/modules/simpletest/tests/update_test_3.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/simpletest/tests/url_alter_test.info b/docroot/core/modules/simpletest/tests/url_alter_test.info index c2d46fe1..f453db28 100644 --- a/docroot/core/modules/simpletest/tests/url_alter_test.info +++ b/docroot/core/modules/simpletest/tests/url_alter_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/syslog/syslog.info b/docroot/core/modules/syslog/syslog.info index 616bc16a..76fa9f47 100644 --- a/docroot/core/modules/syslog/syslog.info +++ b/docroot/core/modules/syslog/syslog.info @@ -9,7 +9,7 @@ backdrop = 1.x configure = admin/config/development/logging -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/syslog/tests/syslog.tests.info b/docroot/core/modules/syslog/tests/syslog.tests.info index 699b703b..b92b0795 100644 --- a/docroot/core/modules/syslog/tests/syslog.tests.info +++ b/docroot/core/modules/syslog/tests/syslog.tests.info @@ -4,7 +4,7 @@ description = Test syslog settings. group = Syslog file = syslog.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/system/system.info b/docroot/core/modules/system/system.info index aa9ef1cc..fa16ea42 100644 --- a/docroot/core/modules/system/system.info +++ b/docroot/core/modules/system/system.info @@ -8,7 +8,7 @@ required = TRUE configure = admin/config/system -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/system/system.module b/docroot/core/modules/system/system.module index a2f25183..400d9321 100644 --- a/docroot/core/modules/system/system.module +++ b/docroot/core/modules/system/system.module @@ -454,12 +454,14 @@ function system_element_info() { '#element_validate' => array('html_date_validate'), '#theme' => 'html_date', '#theme_wrappers' => array('form_element'), + '#value_callback' => 'html_date_or_time_value_callback', ); $types['html_time'] = array( '#input' => TRUE, '#element_validate' => array('html_time_validate'), '#theme' => 'html_time', '#theme_wrappers' => array('form_element'), + '#value_callback' => 'html_date_or_time_value_callback', ); $types['html_datetime'] = array( '#input' => TRUE, diff --git a/docroot/core/modules/system/system.tar.inc b/docroot/core/modules/system/system.tar.inc index dbd7481c..dbffcdcc 100644 --- a/docroot/core/modules/system/system.tar.inc +++ b/docroot/core/modules/system/system.tar.inc @@ -1655,6 +1655,8 @@ class Archive_Tar $v_mtime = sprintf("%011s", 0); $v_typeflag = ($is_link ? 'K' : 'L'); $v_linkname = ''; + $v_magic = 'ustar '; + $v_version = ' '; $v_uname = ''; $v_gname = ''; $v_devmajor = ''; diff --git a/docroot/core/modules/system/tests/cron_queue_test/cron_queue_test.info b/docroot/core/modules/system/tests/cron_queue_test/cron_queue_test.info index be9932ff..4f2ed083 100644 --- a/docroot/core/modules/system/tests/cron_queue_test/cron_queue_test.info +++ b/docroot/core/modules/system/tests/cron_queue_test/cron_queue_test.info @@ -6,7 +6,7 @@ backdrop = 1.x hidden = TRUE type = module -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.info b/docroot/core/modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.info index 9d313423..f1b77272 100644 --- a/docroot/core/modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.info +++ b/docroot/core/modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/system/tests/system.tests.info b/docroot/core/modules/system/tests/system.tests.info index c680faae..d520e135 100644 --- a/docroot/core/modules/system/tests/system.tests.info +++ b/docroot/core/modules/system/tests/system.tests.info @@ -215,7 +215,7 @@ description = Tests limiting menu block level and depth. group = System file = system.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/system/tests/system_cron_test/system_cron_test.info b/docroot/core/modules/system/tests/system_cron_test/system_cron_test.info index 235ae3c5..4088d9f0 100644 --- a/docroot/core/modules/system/tests/system_cron_test/system_cron_test.info +++ b/docroot/core/modules/system/tests/system_cron_test/system_cron_test.info @@ -6,7 +6,7 @@ version = VERSION backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/taxonomy/taxonomy.info b/docroot/core/modules/taxonomy/taxonomy.info index 60f2046f..19fd762d 100644 --- a/docroot/core/modules/taxonomy/taxonomy.info +++ b/docroot/core/modules/taxonomy/taxonomy.info @@ -11,7 +11,7 @@ dependencies[] = entity configure = admin/structure/taxonomy -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/taxonomy/tests/taxonomy.tests.info b/docroot/core/modules/taxonomy/tests/taxonomy.tests.info index 5447abf1..b8a56e82 100644 --- a/docroot/core/modules/taxonomy/tests/taxonomy.tests.info +++ b/docroot/core/modules/taxonomy/tests/taxonomy.tests.info @@ -101,7 +101,7 @@ group = Taxonomy file = taxonomy_views_handler_relationship_node_term_data.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.info b/docroot/core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.info index eef43d89..2ba11cb9 100644 --- a/docroot/core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.info +++ b/docroot/core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.info @@ -6,7 +6,7 @@ version = VERSION backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/telemetry/telemetry.info b/docroot/core/modules/telemetry/telemetry.info index 4f4d3fdf..305ec3c1 100644 --- a/docroot/core/modules/telemetry/telemetry.info +++ b/docroot/core/modules/telemetry/telemetry.info @@ -5,7 +5,7 @@ version = BACKDROP_VERSION type = module backdrop = 1.x -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/translation/tests/translation.tests.info b/docroot/core/modules/translation/tests/translation.tests.info index af2066c2..be009125 100644 --- a/docroot/core/modules/translation/tests/translation.tests.info +++ b/docroot/core/modules/translation/tests/translation.tests.info @@ -4,7 +4,7 @@ description = Create a page with translation, modify the page outdating translat group = Translation file = translation.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/translation/tests/translation_test/translation_test.info b/docroot/core/modules/translation/tests/translation_test/translation_test.info index 132a9f76..71dc5e1f 100644 --- a/docroot/core/modules/translation/tests/translation_test/translation_test.info +++ b/docroot/core/modules/translation/tests/translation_test/translation_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION type = module hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/translation/translation.info b/docroot/core/modules/translation/translation.info index 608b8beb..7fb94ae6 100644 --- a/docroot/core/modules/translation/translation.info +++ b/docroot/core/modules/translation/translation.info @@ -7,7 +7,7 @@ tags[] = Language version = BACKDROP_VERSION backdrop = 1.x -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/update/tests/aaa_update_test/aaa_update_test.info b/docroot/core/modules/update/tests/aaa_update_test/aaa_update_test.info index 93221ef5..70e3cbcb 100644 --- a/docroot/core/modules/update/tests/aaa_update_test/aaa_update_test.info +++ b/docroot/core/modules/update/tests/aaa_update_test/aaa_update_test.info @@ -6,7 +6,7 @@ backdrop = 1.x hidden = TRUE type = module -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/update/tests/bbb_update_test/bbb_update_test.info b/docroot/core/modules/update/tests/bbb_update_test/bbb_update_test.info index 04d1a86f..9d2a817b 100644 --- a/docroot/core/modules/update/tests/bbb_update_test/bbb_update_test.info +++ b/docroot/core/modules/update/tests/bbb_update_test/bbb_update_test.info @@ -6,7 +6,7 @@ backdrop = 1.x hidden = TRUE type = module -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/update/tests/ccc_update_test/ccc_update_test.info b/docroot/core/modules/update/tests/ccc_update_test/ccc_update_test.info index 4038b908..38e4abe6 100644 --- a/docroot/core/modules/update/tests/ccc_update_test/ccc_update_test.info +++ b/docroot/core/modules/update/tests/ccc_update_test/ccc_update_test.info @@ -6,7 +6,7 @@ backdrop = 1.x hidden = TRUE type = module -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/update/tests/update.tests.info b/docroot/core/modules/update/tests/update.tests.info index 9824ec27..119fcea2 100644 --- a/docroot/core/modules/update/tests/update.tests.info +++ b/docroot/core/modules/update/tests/update.tests.info @@ -16,7 +16,7 @@ description = Test update functionality unrelated to the database. group = Update file = update.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/update/tests/update_test/themes/update_test_admintheme/update_test_admintheme.info b/docroot/core/modules/update/tests/update_test/themes/update_test_admintheme/update_test_admintheme.info index c49ca525..d1b3d580 100644 --- a/docroot/core/modules/update/tests/update_test/themes/update_test_admintheme/update_test_admintheme.info +++ b/docroot/core/modules/update/tests/update_test/themes/update_test_admintheme/update_test_admintheme.info @@ -5,7 +5,7 @@ version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/update/tests/update_test/themes/update_test_basetheme/update_test_basetheme.info b/docroot/core/modules/update/tests/update_test/themes/update_test_basetheme/update_test_basetheme.info index ae1ffb0f..54cd93b5 100644 --- a/docroot/core/modules/update/tests/update_test/themes/update_test_basetheme/update_test_basetheme.info +++ b/docroot/core/modules/update/tests/update_test/themes/update_test_basetheme/update_test_basetheme.info @@ -5,7 +5,7 @@ version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/update/tests/update_test/themes/update_test_subtheme/update_test_subtheme.info b/docroot/core/modules/update/tests/update_test/themes/update_test_subtheme/update_test_subtheme.info index bf56925a..20028cc6 100644 --- a/docroot/core/modules/update/tests/update_test/themes/update_test_subtheme/update_test_subtheme.info +++ b/docroot/core/modules/update/tests/update_test/themes/update_test_subtheme/update_test_subtheme.info @@ -6,7 +6,7 @@ backdrop = 1.x base theme = update_test_basetheme hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/update/tests/update_test/update_test.info b/docroot/core/modules/update/tests/update_test/update_test.info index 25981838..de81baac 100644 --- a/docroot/core/modules/update/tests/update_test/update_test.info +++ b/docroot/core/modules/update/tests/update_test/update_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/update/update.info b/docroot/core/modules/update/update.info index 862350ab..ecb53778 100644 --- a/docroot/core/modules/update/update.info +++ b/docroot/core/modules/update/update.info @@ -9,7 +9,7 @@ backdrop = 1.x configure = admin/reports/updates/settings -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/user/tests/user.tests.info b/docroot/core/modules/user/tests/user.tests.info index 80fd87c3..f49a7fb8 100644 --- a/docroot/core/modules/user/tests/user.tests.info +++ b/docroot/core/modules/user/tests/user.tests.info @@ -178,7 +178,7 @@ description = Tests the basic integration with Views module. group = User file = user_views.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/user/tests/user_flood_test/user_flood_test.info b/docroot/core/modules/user/tests/user_flood_test/user_flood_test.info index 3274ea31..752041bd 100644 --- a/docroot/core/modules/user/tests/user_flood_test/user_flood_test.info +++ b/docroot/core/modules/user/tests/user_flood_test/user_flood_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/user/tests/user_form_test/user_form_test.info b/docroot/core/modules/user/tests/user_form_test/user_form_test.info index f16acb7d..5db26e2b 100644 --- a/docroot/core/modules/user/tests/user_form_test/user_form_test.info +++ b/docroot/core/modules/user/tests/user_form_test/user_form_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/user/tests/user_session_test/user_session_test.info b/docroot/core/modules/user/tests/user_session_test/user_session_test.info index 3f547e18..6d42d45e 100644 --- a/docroot/core/modules/user/tests/user_session_test/user_session_test.info +++ b/docroot/core/modules/user/tests/user_session_test/user_session_test.info @@ -6,7 +6,7 @@ type = module backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/user/user.info b/docroot/core/modules/user/user.info index 7d139c05..551c3c00 100644 --- a/docroot/core/modules/user/user.info +++ b/docroot/core/modules/user/user.info @@ -11,7 +11,7 @@ configure = admin/config/people stylesheets[all][] = css/user.css -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/views/tests/views.tests.info b/docroot/core/modules/views/tests/views.tests.info index 432cda69..501e8961 100644 --- a/docroot/core/modules/views/tests/views.tests.info +++ b/docroot/core/modules/views/tests/views.tests.info @@ -346,7 +346,7 @@ description = Tests some functionality of the view class. group = Views file = views_view.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/views/tests/views_test/views_test.info b/docroot/core/modules/views/tests/views_test/views_test.info index 404d32f8..199b145b 100644 --- a/docroot/core/modules/views/tests/views_test/views_test.info +++ b/docroot/core/modules/views/tests/views_test/views_test.info @@ -7,7 +7,7 @@ backdrop = 1.x dependencies[] = views hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/views/tests/views_test_entity/views_test_entity.info b/docroot/core/modules/views/tests/views_test_entity/views_test_entity.info index 7eef9610..9ddda1e9 100644 --- a/docroot/core/modules/views/tests/views_test_entity/views_test_entity.info +++ b/docroot/core/modules/views/tests/views_test_entity/views_test_entity.info @@ -7,7 +7,7 @@ backdrop = 1.x dependencies[] = views hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/views/views.info b/docroot/core/modules/views/views.info index d820c3df..148ae032 100644 --- a/docroot/core/modules/views/views.info +++ b/docroot/core/modules/views/views.info @@ -8,7 +8,7 @@ backdrop = 1.x stylesheets[all][] = css/views.css required = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/modules/views_ui/views_ui.info b/docroot/core/modules/views_ui/views_ui.info index 2ee998f6..2567afb0 100644 --- a/docroot/core/modules/views_ui/views_ui.info +++ b/docroot/core/modules/views_ui/views_ui.info @@ -10,7 +10,7 @@ dependencies[] = views configure = admin/structure/views -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/profiles/minimal/minimal.info b/docroot/core/profiles/minimal/minimal.info index 5ef91f11..cfa7e76a 100644 --- a/docroot/core/profiles/minimal/minimal.info +++ b/docroot/core/profiles/minimal/minimal.info @@ -9,7 +9,7 @@ dependencies[] = node dependencies[] = dblog dependencies[] = layout -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/profiles/standard/standard.info b/docroot/core/profiles/standard/standard.info index e5561c1a..6a01e105 100644 --- a/docroot/core/profiles/standard/standard.info +++ b/docroot/core/profiles/standard/standard.info @@ -35,7 +35,7 @@ dependencies[] = update dependencies[] = views dependencies[] = views_ui -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info b/docroot/core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info index f8ee702a..d1cf0c21 100644 --- a/docroot/core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info +++ b/docroot/core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info @@ -6,7 +6,7 @@ version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.tests.info b/docroot/core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.tests.info index 5dea322a..eaed8bee 100644 --- a/docroot/core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.tests.info +++ b/docroot/core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.tests.info @@ -4,7 +4,7 @@ description = Verifies that tests in installation profile modules are found and group = Installation profiles file = backdrop_system_listing_compatible_test.test -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/profiles/testing/modules/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info b/docroot/core/profiles/testing/modules/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info index 61160949..26f91041 100644 --- a/docroot/core/profiles/testing/modules/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info +++ b/docroot/core/profiles/testing/modules/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info @@ -9,7 +9,7 @@ type = module backdrop = 0.x hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/profiles/testing/testing.info b/docroot/core/profiles/testing/testing.info index f848ef21..090b9b36 100644 --- a/docroot/core/profiles/testing/testing.info +++ b/docroot/core/profiles/testing/testing.info @@ -7,7 +7,7 @@ hidden = TRUE dependencies[] = layout -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/scripts/install.sh b/docroot/core/scripts/install.sh index 4ad06d75..1fe980a8 100755 --- a/docroot/core/scripts/install.sh +++ b/docroot/core/scripts/install.sh @@ -122,16 +122,24 @@ if (empty($options['db-url'])) { exit; } $url = parse_url($options['db-url']); + +$url = array_map('urldecode', $url); + +// Check if the driver is set to mysql and report error if it is not. +if ($url['scheme'] != 'mysql') { + print "Only mysql connections are supported. Specify one as --db-url=mysql://user:pass@host_name/db_name.\n"; + exit; +} + $url += array( - 'driver' => NULL, 'user' => NULL, 'pass' => NULL, 'host' => NULL, 'port' => NULL, - 'path' => NULL, - 'database' => NULL, ); -$url = (object)array_map('urldecode', $url); + +$url = (object)$url; + $db_spec = array( 'driver' => 'mysql', 'username' => $url->user, @@ -142,7 +150,6 @@ $db_spec = array( 'database' => substr($url->path, 1), ); - $settings = array( 'parameters' => array( 'profile' => $profile, diff --git a/docroot/core/themes/bartik/bartik.info b/docroot/core/themes/bartik/bartik.info index 5eb6dbeb..b224814f 100644 --- a/docroot/core/themes/bartik/bartik.info +++ b/docroot/core/themes/bartik/bartik.info @@ -16,7 +16,7 @@ ckeditor_stylesheets[] = css/editor.css settings[color] = true settings[main_menu_tabs] = no-tabs -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/themes/basis/basis.info b/docroot/core/themes/basis/basis.info index 7b0b46aa..c02d6864 100644 --- a/docroot/core/themes/basis/basis.info +++ b/docroot/core/themes/basis/basis.info @@ -46,7 +46,7 @@ scripts[] = js/script.js ; menu. Color module provides our defaults, so we just register a dummy setting. settings[color] = true -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/themes/seven/seven.info b/docroot/core/themes/seven/seven.info index 40c61924..1f84a179 100644 --- a/docroot/core/themes/seven/seven.info +++ b/docroot/core/themes/seven/seven.info @@ -12,7 +12,7 @@ ckeditor_stylesheets[] = css/seven.base.css scripts[] = js/script.js -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096 diff --git a/docroot/core/themes/stark/stark.info b/docroot/core/themes/stark/stark.info index 2f073a5e..b3a558f0 100644 --- a/docroot/core/themes/stark/stark.info +++ b/docroot/core/themes/stark/stark.info @@ -8,7 +8,7 @@ stylesheets[all][] = layout.css ; Hides this theme from the Appearance page hidden = TRUE -; Added by Backdrop CMS packaging script on 2023-05-15 +; Added by Backdrop CMS packaging script on 2023-06-07 project = backdrop -version = 1.25.0 -timestamp = 1684204044 +version = 1.25.1 +timestamp = 1686169096