- Issue created by @quietone
- Status changed to Needs review
over 1 year ago 5:05am 6 August 2023 - last update
over 1 year ago 29,938 pass, 6 fail The last submitted patch, 2: 3379496-2.patch, failed testing. View results β
- last update
over 1 year ago 29,927 pass, 16 fail - π³πΏNew Zealand quietone
There were lots of strings changes needed in test files.
The last submitted patch, 4: 3379496-4.patch, failed testing. View results β
- last update
over 1 year ago 29,953 pass - last update
over 1 year ago 29,953 pass - π³πΏNew Zealand quietone
Restore use of 'enabled' when referring to legacy D6/D7 sites in migrate drupal ui.
- Status changed to RTBC
over 1 year ago 2:38pm 7 August 2023 - πΊπΈUnited States smustgrave
Think this is good start and don't want to extend the patch.
I think a follow up should be opened for updating comments too. Checking the modules for folder for "enabled" I got 767 matches. Lot of Modules to enable. from tests.
- π³πΏNew Zealand quietone
The proposed resolution in the Meta includes doing the same for comments and variables.
- last update
over 1 year ago 29,953 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,959 pass - last update
over 1 year ago 29,961 pass - last update
over 1 year ago 30,047 pass - last update
over 1 year ago 30,050 pass, 1 fail The last submitted patch, 8: 3379496-8.patch, failed testing. View results β
- Status changed to Needs review
over 1 year ago 6:40am 16 September 2023 - π³πΏNew Zealand quietone
Failure in an unrelated test, retesting.
1) Drupal\Tests\user\FunctionalJavascript\UserPermissionsTest::testPermissionCheckboxes Failed asserting that false is true.
- last update
over 1 year ago 30,161 pass - Status changed to RTBC
over 1 year ago 2:05pm 18 September 2023 - last update
over 1 year ago 30,164 pass - last update
over 1 year ago 30,168 pass - last update
about 1 year ago 30,166 pass, 1 fail The last submitted patch, 8: 3379496-8.patch, failed testing. View results β
- Status changed to Needs review
about 1 year ago 1:25am 23 September 2023 - π³πΏNew Zealand quietone
Unrelated fail, retesting.
1) Drupal\Tests\toolbar\FunctionalJavascript\ToolbarActiveTrailTest::testToolbarActiveTrail with data set #1 ('horizontal') Failed asserting that false is true.
10:48 7:00 Running- Status changed to RTBC
about 1 year ago 4:30am 23 September 2023 - last update
about 1 year ago 30,205 pass - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago Patch Failed to Apply - Merge request !4997Issue #3379496: Convert enable/disable to install/uninstall in UI not in hook_help β (Closed) created by quietone
- last update
about 1 year ago 30,397 pass - π³πΏNew Zealand quietone
#8 shows the patch is out of date. That is because core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php has been removed. There is a new base class for that functionality, \Drupal\Tests\system\Functional\Module\GenericModuleTestBase, and it correctly uses 'install' and 'uninstall'.
Therefor, I think this can stay at RTBC.
- last update
about 1 year ago 30,397 pass - last update
about 1 year ago 30,413 pass - Status changed to Needs work
about 1 year ago 2:09pm 17 October 2023 - π¬π§United Kingdom longwave UK
This appears to still be a reference to a disabled module:
core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php: $module_theme_depends_on_description = $this->getSession()->getPage()->findAll('css', '#edit-modules-test-module-required-by-theme-ena ble-description .admin-requirements li:contains("Test Theme Depending on Modules (theme) (disabled)")'); core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php: $this->assertSession()->pageTextContains('Test Theme Depending on Modules (Theme) (Disabled)');
The following strings still refer to enabled modules:
core/modules/system/system.install: 'title' => t('Experimental modules enabled'), core/modules/system/system.install: 'title' => t('Deprecated modules enabled'), core/modules/system/system.install: 'title' => t('Experimental themes enabled'), core/modules/system/system.install: 'title' => t('Deprecated themes enabled'), core/modules/system/system.install: 'title' => t('Obsolete extensions enabled'), core/modules/system/system.install: 'description' => t('Update notifications are not enabled. It is <strong>highly recommended</strong> that you enable the Update Manager module from the <a href=":module">module administration page</a> in order to stay up-to-date on new releases. For more information, <a href=":update">Update status handbook page</a>.', [ core/modules/system/system.install: 'description' => t('The current database driver is provided by the module: %module. The module is currently not enabled. You should immediately <a href=":enable">enable</a> the module.', ['%module' => $provider, ':enable' => Url::fromRoute('system.modules_list')->toString()]), core/modules/language/language.module: $additional_overview = t("If the Interface Translation module is enabled, this page will provide an overview of how much of the site's interface has been translated for each configured language."); core/modules/editor/editor.module: $form['editor']['editor']['#description'] = t('This option is disabled because no modules that provide a text editor are currently enabled.');
There may be more - but it is quite hard to grep the codebase without finding lots of false positives.
- Status changed to Needs review
about 1 year ago 3:46am 24 November 2023 - π³πΏNew Zealand quietone
@longwave, thanks. I agree that searching for the ones to fix is not easy. And I am trying to complete the user facing ones first.
#20
first item. While this is testing the text in UI it is text from a test module and thus not something a user will see. I'd like to do that in a separate issue where searches for other such instances in tests can be done. For that, I have added this to the issue summary of the Meta.second item. I have converted all the 'enabled' related to Drupal modules in system.install to 'installed'. I hope I got them all!
- Status changed to RTBC
about 1 year ago 2:35pm 24 November 2023 - πΊπΈUnited States smustgrave
Seems previous feedback has been addressed
- last update
about 1 year ago 30,667 pass - last update
about 1 year ago 30,675 pass - last update
about 1 year ago 30,679 pass - last update
about 1 year ago 30,686 pass - last update
about 1 year ago 30,688 pass - last update
about 1 year ago 30,688 pass - last update
about 1 year ago 30,696 pass - last update
about 1 year ago 30,698 pass 55:11 35:09 Running- last update
about 1 year ago 30,712 pass - last update
about 1 year ago 30,764 pass - last update
about 1 year ago 30,766 pass - last update
about 1 year ago 25,851 pass, 1,835 fail - last update
about 1 year ago 25,895 pass, 1,799 fail - last update
12 months ago 25,938 pass, 1,800 fail - last update
12 months ago 25,918 pass, 1,822 fail - last update
12 months ago 25,920 pass, 1,811 fail - last update
12 months ago Build Successful - last update
12 months ago 25,933 pass, 1,825 fail - last update
12 months ago 25,916 pass, 1,810 fail - last update
12 months ago 25,938 pass, 1,792 fail - last update
12 months ago 25,966 pass, 1,832 fail - last update
12 months ago 25,977 pass, 1,848 fail -
longwave β
committed db74af75 on 11.x
Issue #3379496 by quietone, smustgrave, longwave: Convert enable/disable...
-
longwave β
committed db74af75 on 11.x
- Status changed to Fixed
12 months ago 1:25pm 11 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.