Confirming patch #179 π Admin toolbar and contextual links should always be rendered in the admin language (if set) Needs work works on D10.2.7 and PHP8.2.
carma03 β made their first commit to this issueβs fork.
Confirming patch yoast_seo-3110455-22.patch β works for me on D10.2.6, PHP 8.1.29, Apache 2.4.41 and MySQL5.7.
Thanks @BramDriesen β and @Drumanuel β
Confirming MR37 works for me on D10.2.7 and PHP 8.2.18.
Thanks
@andre.bonon β
.
Confirming patch
#5
π
Preview results in Error: Call to a member function getDefinitions() on null
Active
works for me too on D10.2.7 and PHP 8.2.18.
Thanks
ananyak β
@ChristianAdamski just in case, the patch 3163657-4.patch β could not be applied at least since 3.7 version.
Update of #3 π InvalidArgumentException: Invalid values given. Values must be represented as an associative array. Active : after applying this newest Translatable menu link uri π Invalid values given. Values must be represented as an associative array. Fixed patch for D9, the error was fixed.
As per @SnehauskoiM's comment and request, this is the right patch for Drupal 9.
As per @SnehauskoiM's comment and request, this is the patch for Drupal 9.
I'm having the same error while trying to Submit a job in the path: /admin/tmgmt/jobs/{job_id}
.
I tried apply this translatable_menu_link_uri
patch successfully but the problem was not fixed:
https://www.drupal.org/project/translatable_menu_link_uri/issues/3168466
π
Invalid values given. Values must be represented as an associative array.
Fixed
.
Drupal 9.5.8
PHP 8.1.18
MySQL 5.7.29
Apache 2.4.56(Debian)
Confirming patch
#3
π
Doesn't work with address subfield
Needs review
worked on D9.5.11, PHP 8.1.18 and MariaDB 10.4.
Thanks
@saru1683 β
.
@rreddy You should add the fork repository into the composer.json
file as follows:
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": [
"drupal/context_metadata",
]
},
"drupal/context_metadata": {
"type": "git",
"url": "https://git.drupalcode.org/issue/context_metadata-3286759.git"
}
}
.
.
.
"require": {
.
.
.
"drupal/context_metadata": "dev-3286759-automated-drupal-10",
.
.
.
}
For more instructions, you can visit this documentation Core version compatibility fixes for modules with unmerged changes β
Patch for D9 and D10.
carma03 β created an issue.
The patches above didn't work on my side for D9.5.
I created this new one for >=8.8, 9 and 10 removing the obsolete core
key.
Proposed resolution:
carma03 β created an issue.
Patch
#3
π
Warnings for deprecated code with Drupal 10.1.2
Fixed
applied into
1.1.3 β
version.
Thanks
@samit310gmailcom β
and
@Barsk66 β
Confirming patch
#25
π
Error when using markdown module with PHP 8.1 on Drupal 9.3
Needs review
worked on D9.5.10 on PHP 8.1.18.
Thanks
Confirming patch
#2
π
Update to support path redirect import migrate_tools 6.0.2
RTBC
worked on D9.5.10 and PHP 8.1.18.
Thanks @pookmish
Possible solution:
carma03 β created an issue.
Upload temporarily patch file without /js/build/.DS_Store
file.
Upload temporarily patch file.
Merged.
Thanks @himanshu_jhaloya and @apaderno.
carma03 β made their first commit to this issueβs fork.
Merged @himanshu_jhaloya and @akshaydalvi212.
Thanks!
Confirming patch
#16
π
Fix TypeError: array_keys(): Argument #1 ($array) must be of type array, null given in Language Drop down Block class
Fixed
worked for
8.x-2.0 β
on Drupal 9.5.8 and PHP 8.1.
Thanks @rajab-natshah !
Thanks @nielsaers and apaderno !
Readme.md best practices are fixed now.
carma03 β created an issue.
Confirming patch #21 β¨ Disable page cache setting Needs review works good on 3.0.0-beta5 version. On 4.0.0-beta1 the patch could not be applied, it fails.
Enviroment::
Drupal version: 9.5.3
PHP version: 8.1.14
Hosting platform: Pantheon
Thanks @Dhinakaran