- ๐ญ๐บHungary Gรกbor Hojtsy Hungary
Updating title, tags and version number based on recent announcement at https://www.drupal.org/about/core/blog/new-drupal-core-branching-scheme-... โ
- Merge request !4732Issue #3256524: [11.x] Adjust Database API to remove deprecated Drupal 10 code in Drupal 11 โ (Closed) created by mondrake
- last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago CI error - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Build Successful - last update
over 1 year ago Build Successful - last update
over 1 year ago Build Successful - last update
over 1 year ago Build Successful - last update
about 1 year ago Build Successful - last update
about 1 year ago 30,168 pass, 11 fail - last update
about 1 year ago 30,277 pass, 4 fail - last update
about 1 year ago 30,354 pass, 4 fail - Assigned to mondrake
- Status changed to Needs work
10 months ago 8:30am 24 February 2024 - Status changed to Needs review
10 months ago 8:21pm 25 February 2024 - ๐ฎ๐นItaly mondrake ๐ฎ๐น
+115 โ4560 that's quite a cleanup!
A number of classes were forcibly created during D10 cycle just to support deprecations (example,
Drupal\mysql\Driver\Database\mysql\Select
). However I do not think we can just remove them, custom/contrib may have extended from them instead from the base classes. So I deprecated them here if they're not overriding anything. - Issue was unassigned.
- Status changed to RTBC
10 months ago 5:18pm 26 February 2024 - ๐บ๐ธUnited States smustgrave
Opened a Meta to start tracking deprecation removals
This one I feel was perfectly scoped. I checked the core/lib/database folder searching for deprecation and all instances have been removed.
- ๐ฎ๐นItaly mondrake ๐ฎ๐น
This is relevant for the PHPUnit 10 upgrade, since it removes a call to
trigger_error(โฆ, E_USER_WARNING)
. - ๐ณ๐ฑNetherlands daffie
+1 for RTBC.
This really cleans up the Database layer and the drivers a LOT!!!
- Status changed to Needs work
10 months ago 10:38am 1 March 2024 - ๐ฌ๐งUnited Kingdom catch
+ 115 โ 4586
!!!!
Looks great to me, but needs a rebase.
- Status changed to RTBC
10 months ago 11:53am 1 March 2024 - Status changed to Fixed
10 months ago 12:40pm 1 March 2024 - ๐ฎ๐นItaly mondrake ๐ฎ๐น
This has likely broken drush site-install, I filed https://github.com/drush-ops/drush/issues/5882
I think the fix should happen in Drush now
Automatically closed - issue fixed for 2 weeks with no activity.