Commit Graph

2232 Commits (8b0a91f6027b7d74cd78541bcb0b7e7b8cd3c1ec)

Author SHA1 Message Date
Lee Rowlands 40b09f3b48
Revert "Issue #3007424 by acbramley, Spokje, mbovan, narendra.rajwar27, AaronBauman, ravi.shankar, aleevas, geek-merlin, jibran, YurkinPark, daffie, larowlan, alexpott, marcelovani, catch, Berdir, Lendude, mstrelan, tar_inet, andrewbelcher, seanB, Honza Pobořil, danflanagan8, susgo, yogeshmpawar, sylus, sjpeters79, raman.b: Multiple usages of FieldPluginBase::getEntity do not check for NULL, leading to WSOD"
This reverts commit 7ea52649ec.
2023-04-05 08:21:03 +10:00
Alex Pott 375376d517
Issue #1845004 by znerol, claudiu.cristea, Spokje, neclimdul, VladimirAus, slasher13, tvb, pwolanin, NivethaSubramaniyan, pradhumanjainOSL, Ratan Priya, longwave, catch, Crell, andypost, xjm, dawehner, voleger, alexpott, Berdir, klausi, DamienMcKenna, mfb, borisson_, Jalandhar, mohit1604, mcdruid: Replace custom password hashing library with PHP password_hash() 2023-04-04 11:36:05 +01:00
Lee Rowlands 7ea52649ec
Issue #3007424 by acbramley, Spokje, mbovan, narendra.rajwar27, AaronBauman, ravi.shankar, aleevas, geek-merlin, jibran, YurkinPark, daffie, larowlan, alexpott, marcelovani, catch, Berdir, Lendude, mstrelan, tar_inet, andrewbelcher, seanB, Honza Pobořil, danflanagan8, susgo, yogeshmpawar, sylus, sjpeters79, raman.b: Multiple usages of FieldPluginBase::getEntity do not check for NULL, leading to WSOD 2023-04-04 14:37:06 +10:00
Lee Rowlands 6a8409a56f
Issue #3347480 by AndyF: Use temporary redirect for RFC5785 change password well known resource 2023-04-03 12:48:44 +10:00
Lee Rowlands 9e5aef92ed
Issue #3293855 by rkoller, rocketeerbkw, nitin_lama, Anchal_gupta, AaronMcHale, smustgrave, cutehair: Update the outdated user_help text for user.admin_permissions and the description of the select box on the role settings page 2023-03-31 18:57:43 +10:00
Alex Pott c312cc11bf
Issue #3343755 by kim.pepper, catch, smustgrave, longwave: Simplify TimeZoneFormHelper 2023-03-30 21:53:52 +01:00
catch 1f7aa7ac83 Issue #3351218 by Spokje: Fix PHPStan L1 errors "@covers value \Foo\Bar::baz() references an invalid method." 2023-03-30 16:22:57 +01:00
Lee Rowlands 330d393ec2
Issue #2823910 by daffie, pwolanin, smustgrave, dawehner, larowlan: DBTNG/EQ condition works inconsistently with arrays 2023-03-29 13:42:41 +10:00
Lee Rowlands abc96bad5a
Revert "Issue #3091478 by lauriii, Tim Bozeman, malcomio, tim.plunkett, adeshsharma, longwave, EclipseGc, bnjmnm, alexpott, larowlan, amateescu, dpi: Improve StringItem::generateSampleValue()"
This reverts commit 15cde9a526.
2023-03-29 08:15:04 +10:00
catch 0fadc15359 Issue #3348092 by andypost, alexpott, Ranjit1032002, smustgrave, catch: Deprecate user_role_permissions() 2023-03-28 15:58:56 +01:00
Lauri Eskola 6b9d678038
Issue #3331870 by Chris64, PrabuEla, smustgrave, cilefen: Code error url fragment: wrong array key: key #fragment should be fragment 2023-03-28 11:11:31 +03:00
Lee Rowlands 15cde9a526
Issue #3091478 by lauriii, Tim Bozeman, malcomio, tim.plunkett, adeshsharma, longwave, EclipseGc, bnjmnm, alexpott, larowlan, amateescu, dpi: Improve StringItem::generateSampleValue() 2023-03-21 15:23:15 +10:00
Dave Long 822dad38c3
Issue #2980374 by joachim, ranjith_kumar_k_u, msankhala: Add an API docs topic to cover entity characteristics in general and how they work 2023-03-20 11:32:03 +00:00
catch b3fac4a09f Issue #3328454 by xjm, Bhanu951, jidrone, smustgrave: Replace most strpos() !== FALSE or === FALSE with str_contains() 2023-03-18 11:30:09 +00:00
catch f965e40015 Issue #3346953 by alexpott, acbramley, GoZ, larowlan, bircher: Role permissions are not sorted when saving via admin/people/permissions 2023-03-14 12:07:58 +00:00
Dave Long 0a42d22231
Issue #3346756 by andypost, longwave: UserInterface::getPassword() can return NULL 2023-03-13 11:49:40 +00:00
Dave Long de09fc95c5
Issue #3322743 by Spokje, mondrake: Fix PHPStan L2 errors "Parameter $foo of method Foo::bar() has invalid type Foo\Baz." and "Method Foo::bar() has invalid return type Foo\Baz. " 2023-03-12 19:15:58 +00:00
Alex Pott 1c96bea27e
Issue #3262358 by mfb, smustgrave, joachim: Fix type hints in FileInterface to align with reality 2023-03-06 12:07:59 +00:00
Dave Long 1ac46a2af3
Issue #3308920 by jungle, smustgrave, Lendude: Fix test performance of Drupal\Tests\user\FunctionalJavascript\UserPasswordResetTest 2023-02-23 14:11:23 +00:00
catch efda42f2fc Issue #3020455 by Spokje, jhedstrom, kim.pepper, Bhanu951, mpdonadio, alexpott, smustgrave: Deprecate system_time_zones() and move to TimeZoneFormHelper 2023-02-22 15:28:49 +00:00
Lauri Eskola c72e216dd7
Issue #2890726 by pooja saraah, poornachandran, quietone, alexpott, DanielVeza, borisson_, rdworianyn, smustgrave: Custom role with all numeric name results in fatal error after assigning to user 2023-02-21 12:57:09 +02:00
Lee Rowlands 6b5efdc116
Issue #3039499 by alexpott, acbramley: Role permissions not sorted in config export 2023-02-20 10:52:48 +10:00
Cristina Chumillas 22fa96876e Issue #2209063 by bnjmnm, Sam152, tarekdj, lauriii, Wim Leers, LewisNyman, quietone: Fix the flicker of the "active" icons when a high-latency user clicks on toolbar items 2023-02-18 17:22:36 -05:00
Dave Long 90c51b9047
Issue #3296293 by andypost, amjad1233, mfb, smustgrave, _utsavsharma, jordanpagewhite, longwave, geek-merlin: Apply SensitiveParameter attribute 2023-02-16 22:18:03 +00:00
catch d6e9f4d3a7 Issue #3326493 by Patrick R., webflo: Fix inaccurate return types in user module 2023-02-15 12:02:15 +00:00
catch 01eb824b47 Issue #3308919 by smustgrave, Lendude: Fix test performance of Drupal\Tests\user\Functional\UserPictureTest 2023-02-15 11:55:16 +00:00
Lauri Eskola 905efbc90a
Issue #2951268 by dww, ndf, Chi, bnjmnm, lauriii, drintios, kishor_kolekar, tim.plunkett, quietone: Improve rendering account link in the toolbar 2023-02-14 17:54:09 +02:00
Lauri Eskola c490d4cac0
Issue #3331947 by idebr, Lendude, xjm: Accountform is missing an entity field access check for 'mail' 2023-02-14 09:39:58 +02:00
Dave Long c187cc6339
Issue #3153468 by mondrake, mohrerao, mallezie, smustgrave, meena.bisht, naresh_bavaskar, hash6, ravi.shankar, Hardik_Patel_12, longwave, xjm: Strip HTML tags when using assertEquals() to compare markup 2023-02-07 14:48:42 +00:00
xjm b4a1e808a4
Revert "Issue #3201472 by anup.sinha, _utsavsharma, smustgrave, Ralf Eisler, Christian DeLoach, xjm: Notification email address does not override the default system email address for account notifications"
This reverts commit 7c5a6c11f9.
2023-01-10 15:00:03 -06:00
xjm 7c5a6c11f9
Issue #3201472 by anup.sinha, _utsavsharma, smustgrave, Ralf Eisler, Christian DeLoach, xjm: Notification email address does not override the default system email address for account notifications 2023-01-10 14:57:54 -06:00
catch a8729aad07 Issue #992540 by valthebald, ndobromirov, jec006, kid_icarus, rickmanelius, mr.baileys, pguillard, joseph.olstad, vijaycs85, paulocs, voleger, Matt V., aerozeppelin, ravi.shankar, quietone, Munavijayalakshmi, ranjith_kumar_k_u, evilehk, swentel, gaurav.kapoor, yogeshmpawar, klidifia, pradhumanjainOSL, louis-cuny, catch, Everett Zufelt, alexpott, cilefen, xjm, grendzy, cashwilliams, borisson_, lachezar.valchev, tstoeckler, Heine: Nothing clears the "5 failed login attempts" security message when a user resets their own password 2023-01-10 15:02:09 +00:00
xjm 1d6b90e8bc
Issue #3219472 by quietone, Abhishek_Singh, karishmaamin, longwave, smustgrave, xjm: Fix spelling for words used once, beginning with 'e' -> 'i', inclusive 2023-01-09 22:21:00 -06:00
Lee Rowlands 2455ba0f5d
Issue #3244737 by longwave, droplet, andypost, joshua1234511, Satyajit1990, klonos: "core/drupal.checkbox" (misc/checkbox.js) has never loaded on user permission page 2023-01-09 09:41:49 +10:00
catch c6babbb64e Issue #3324384 by Spokje, joachim, elber, znerol, longwave, mondrake: resolve differing createUser() test methods 2023-01-06 11:14:45 +00:00
xjm 9bd484126d
Issue #3324729 by Jaypan, andypost, Chandreshgiri Gauswami, elber, longwave, quietone: User::addRole() and ::removeRole() should be chainable 2023-01-02 11:06:44 -06:00
xjm 40664e7185
Issue #3193759 by Bhanu951, _pratik_, lhridley, baliram.patil, mrconnerton, ameymudras, xjm, mfb, longwave, zviryatko, anmolgoyal74: Demote user log entries from "notice" to "info" 2022-12-27 09:34:14 -06:00
xjm 36a8edd987
Issue #3327853 by Spokje, bbrala, longwave: Don't allow {@inheritDoc} annotation in PHPDocBlocks 2022-12-19 17:16:19 -06:00
catch ae061b3974 Issue #2828724 by Spokje, alexpott, ravi.shankar, Lal_, malcomio, ElusiveMind, smaz, yogeshmpawar, ridhimaabrol24, semiaddict, piggito, f.mazeikis, tvhung, tatarbj, ranjith_kumar_k_u, vijaycs85, baikho, Jelle_S, kleinmp, bbrala, Mike_info, David_Rothstein, pwolanin, cburschka: Username enumeration via one time login route 2022-12-12 16:53:33 +00:00
Dave Long 85eeb1bde1
Issue #3324801 by Spokje, mondrake: Fix PHPStan L2 error "Property Foo::$bar has unknown class Baz as its type." 2022-12-07 11:22:31 +00:00
bnjmnm adfa35d41f Issue #3324150 by phenaproxima, Wim Leers, Gábor Hojtsy: Add validation constraints to config_entity.dependencies 2022-12-02 13:01:44 -05:00
Alex Pott 254b587f31
Issue #3265724 by ravi.shankar, nevergone, alexpott, quietone: Remove unused help text in UserViewsData 2022-11-30 22:30:03 +00:00
Alex Pott eec3210128
Issue #3268818 by ravi.shankar, quietone: Fix class comment doc blocks in non tests 'Drupal.Commenting.DocComment.ShortSingleLine' 2022-11-29 12:13:59 +00:00
Alex Pott e2d4dcfdf2
Issue #3319582 by mondrake, Spokje, longwave, mallezie: Fix calls to methods with too many parameters passed in 2022-11-29 11:38:06 +00:00
Alex Pott 6124da7496
Issue #3318108 by Lendude, rreedy: Views Roles Contextual Filters Multiple Option not saving 2022-11-28 08:43:43 +00:00
quietone d8e599076b
Issue #3060616 by elber, nod_, quietone, paulocs, Neslee Canil Pinto, KapilV, kostyashupenko, ranjith_kumar_k_u, adityasingh, ifrik, mmatsoo, adamzimmermann, ravi.shankar, sonam.chaturvedi, BhumikaVarshney, catch, longwave, xjm, dawehner, alexpott, ayushmishra206, hmendes, Pancho: Update the module descriptions on the Extend page to fit the Help texts 2022-11-25 02:24:26 +00:00
Alex Pott d9059c0650
Issue #3323260 by Spokje, longwave: Deprecate node_revision_load() and friends 2022-11-23 21:54:56 +00:00
Lee Rowlands 9d3ea0a815
Issue #3226117 by MegaChriz, marthinal, longwave, sinn, dcam, ankithashetty, itaran, catch: Uncaught RfcComplianceException when email From name contains a comma 2022-11-21 08:22:51 +10:00
Alex Pott 419b492068
Issue #2991232 by jhedstrom, Matroskeen, dagmar, Medha Kumari, longwave, xjm, Berdir, wturrell, andypost, alexpott, apaderno, catch: Add hasRole() method to AccountProxy and UserSession classes 2022-11-20 12:17:21 +00:00
catch 0dc16934ab Issue #3319683 by alexpott, mallezie, mondrake: Fix PHPStan errors from UserCreationTrait and AssertMailTrait 2022-11-09 11:27:52 +00:00
catch 87932fe12b Issue #3319845 by alexpott, larowlan, catch: user_post_update_update_migrated_roles_followup() needs to be a hook_update_N 2022-11-09 11:08:57 +00:00
Alex Pott b29f980b79
Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo, ravi.shankar, mradcliffe, adalbertov, himanshu_sindhwani, quondam, Vidushi Mehta, alexpott, longwave, anmolgoyal74: Fix indentation consistency in core's yaml files 2022-10-09 12:06:21 +01:00
Alex Pott 97e5542c8d
Issue #2809291 by wengerk, aleevas, acbramley, jenlampton, douggreen, larowlan, mikemiles86, luismagr, raman.b, paulocs, guptahemant, ridhimaabrol24, leslieg, benjifisher, ifrik, catch, yoroy, tim.plunkett, angelamnr, Berdir, xjm, alexpott: Add "edit block $type" permissions 2022-10-07 13:09:19 +01:00
Alex Pott 7610d3c1ef
Issue #3219539 by quietone, mradcliffe: Update Drupal 7 migration database fixture 2022-10-07 09:05:35 +01:00
Alex Pott c900c8d35c
Issue #3265574 by mondrake: Convert remaining assertions involving use of xpath to WebAssert, where possible 2022-10-05 22:56:32 +01:00
Alex Pott b61cd96e9d
Issue #3168624 by DerekCresswell, ravi.shankar, BramDriesen, jonathanshaw, catch: Add 'user/edit' route 2022-10-05 13:04:31 +01:00
Alex Pott 2258208083
Issue #3110761 by Vivek Panicker, anagomes, lucassc, apaderno, Sivaji_Ganesh_Jojodae, bnjmnm: Make more explicit the email address is necessary to recover the password 2022-10-04 19:07:46 +01:00
Alex Pott fdaf5636e4
Issue #3295880 by Spokje, longwave: ->willReturn(...) would make more sense here 2022-10-03 15:41:01 +01:00
Alex Pott 6bbfb05500
Issue #3181778 by quietone, longwave, aldairsoares, beatrizrodrigues, Aline Teixeira Ramos, KapilV, raman.b, anushrikumari, CChiste, mallezie, Ratan Priya, rakesh.regar, Kevin.Notari, vicheldt, mauryarahul11, yogeshmpawar, bbrala, alexpott, bruno.bicudo: [w/c September 17th] Replace t() with $this->t() in all plugins 2022-09-28 09:49:56 +01:00
Alex Pott 2c468a0049
Issue #3264947 by Niklan, quietone, ravi.shankar, longwave, TR, xjm: [Sep 12, 2022] Add missing docblocks for test methods ::setUp() and ::tearDown() 2022-09-27 13:28:52 +01:00
Alex Pott 803da73c0b
Issue #2937515 by Spokje, quietone, idebr, longwave, SherFengChong, anweshasinha, borisson_, mfernea, xjm, bbrala, daffie, Berdir: Fix Drupal.Array.Array.[ArrayClosingIndentation, ArrayIndentation] coding standard 2022-09-27 11:11:12 +01:00
catch ffdecfadf6 Issue #3274474 by mondrake, longwave, andypost, Spokje, catch, alexpott: Fix 'Access to an undefined property' PHPStan L0 errors 2022-09-13 12:32:43 +01:00
catch 6c087ced8e Issue #3308987 by lauriii, Spokje, quietone, bnjmnm: Remove references to Stable 2022-09-13 11:13:31 +01:00
Alex Pott 247bd31efd
Issue #2953111 by quietone, yogeshmpawar, ravi.shankar, benjifisher, alexpott, mikelutz, catch, andypost, larowlan, danflanagan8: Only migrate role permissions that exist on the destination 2022-09-12 15:30:44 +01:00
catch 8aa8ce1ffb Issue #3278415 by nod_, lauriii, catch, Wim Leers, longwave, xjm, claudiu.cristea: Remove usages of the JavaScript ES6 build step, the build step itself, and associated dev dependencies 2022-09-09 07:26:42 +01:00
catch ebe774d4b9 Issue #3293216 by longwave, Spokje, quietone: Rename references to Simpletest in tests 2022-08-15 11:24:13 +09:00
catch 6a539e108c Issue #3303435 by longwave, Spokje: Move RDF-related optional config to RDF module 2022-08-13 17:19:00 +09:00
Alex Pott 5433842cad
Issue #3298923 by andypost, Berdir: Fix ProtectedUserFieldConstraintValidatorTest to not trigger deprecations on PHP 8.2 2022-08-10 16:51:37 +01:00
xjm b66feed7bb
Issue #3282420 by RhiP, cilefen: Ask new users to set, instead of change, their password 2022-08-08 16:45:29 -05:00
catch 1b0253bf18 Issue #3166561 by Matroskeen, ravi.shankar, andregp, mohit_aghera, golddragon007, ranjith_kumar_k_u: Comment being deleted instead of reassigned to Anonymous user 2022-08-04 12:08:42 +09:00
catch 876e17f576 Issue #3299327 by andypost, Berdir: Replace deprecated static::method() calls for PHP 8.2 2022-07-26 12:55:10 +09:00
catch 4ae63c59a0 Issue #2563995 by Temoor, Rakhi Soni, andypost: Remove duplicated check for isAdmin() in RoleStorage::isPermissionInRoles() 2022-07-19 17:24:04 +09:00
catch e44f94f3d3 Issue #3278124 by catch, nod_, andregp, quietone, deviantintegral, alexpott: Convert various tests that use bartik/seven to olivero/claro 2022-07-14 14:33:24 +09:00
catch c8b2c11257 Issue #3270564 by quietone: Handle NULL for data blob in User source plugin 2022-07-10 13:09:46 +09:00
Alex Pott 98a9766d9d
Revert "Revert "Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm, catch: User::setExistingPassword() does not return $this for chaining""
This reverts commit 5681b9cefa.
2022-07-09 15:59:11 +01:00
xjm 5681b9cefa
Revert "Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm, catch: User::setExistingPassword() does not return $this for chaining"
This reverts commit 51e7a08352.
2022-07-09 09:57:06 -05:00
Alex Pott 51e7a08352
Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm, catch: User::setExistingPassword() does not return $this for chaining 2022-07-09 15:17:23 +01:00
Alex Pott 433f2ae0fd
Issue #3112290 by Spokje, mondrake, mpdonadio, daffie, andypost, Kristen Pol, quietone, mallezie, alexpott: Replace REQUEST_TIME in procedural code 2022-07-04 15:26:28 +01:00
Alex Pott 386d79e2e0
Issue #3283794 by mondrake, longwave: Fix 'should return {type} but return statement is missing' PHPStan L0 errors in test code 2022-06-14 14:10:16 +01:00
Alex Pott 6dd0db56c8
Issue #3281535 by mondrake, daffie: Fix 'Access to an undefined property' PHPStan L0 errors in test code 2022-06-14 11:27:54 +01:00
Alex Pott aef1006122
Issue #3253955 by benjifisher, kristiaanvandeneynde, AaronMcHale: Let modules opt in to the bundle-specific permissions form 2022-05-09 12:19:49 +01:00
Alex Pott 426e5178b5
Issue #3268105 by murilohp, bbrala, catch, TR, Spokje: Bring back RestRegisterUserTest into user module (without HAL) 2022-04-04 16:55:53 +02:00
catch 7e81e515da Issue #2616814 by dpi, Xano, geek-merlin, Hardik_Patel_12, jofitz, alexpott, Fabianx, catch, joachim, andypost, dawehner, daffie, cweagans, neclimdul: Delegate all hook invocations to ModuleHandler 2022-03-29 11:00:53 +01:00
catch 2a21bdae93 Issue #3258321 by darvanen, AaronMcHale, dww, mstrelan, lauriii, Gábor Hojtsy, benjifisher, hmendes, rkoller, shaal, worldlinemine: Cancel account button on user form triggers server-side validation 2022-03-29 10:35:27 +01:00
Alex Pott 39b12c461c
Issue #3264122 by Spokje, Taran2L, ankithashetty, quietone, catch, xjm, daffie: Move all non migration aggregator tests to the module in preparation of removal in d10 2022-03-17 14:05:52 +00:00
catch dcc51c80a2 Issue #3261248 by paulocs, andregp, andypost, longwave, quietone: Remove deprecated user.module functions 2022-03-15 12:47:59 +00:00
Lauri Eskola 7362987e37
Issue #3268550 by longwave, Spokje: Remove deprecated jquery-once 2022-03-11 11:56:26 +02:00
Lauri Eskola d471b0c346
Issue #3247694 by danflanagan8, mglaman: User tests should not rely on Classy 2022-03-08 15:52:59 +02:00
catch 0cec48668c Issue #3263654 by Spokje, bbrala, daffie, Kristen Pol, longwave: Move all HAL tests to the module in preparation of removal in D10 2022-02-20 14:43:28 +00:00
xjm 8a0b901de2 Issue #3262573 by longwave, nod_, xjm, alexpott, lauriii: Update our yarn dev dependencies to the extent allowed by current constraints 2022-02-18 19:53:44 +00:00
Alex Pott 34bccfc813
Issue #1777270 by aries, quietone, AkashKumar07, shetpooja04, Devin Carlson, dermario, joshua1234511, ZeiP, smokris, David_Rothstein, danjro, smiletrl, longwave, balintk, Kristen Pol, larowlan, borisson_: Write tests for: Users with passwords over 60 characters cannot log in via the user login block 2022-02-17 11:10:29 +00:00
xjm db9e985ec9 Revert "Issue #3217699 by mondrake, daffie, alexpott, andypost: Convert select query extenders to backend-overrideable services"
This reverts commit d0f7178186.
2022-02-09 18:08:44 -06:00
Alex Pott 42630422b9
Issue #3261486 by catch, longwave, dww: Remove core updates added prior to 9.3.0 and adjust test coverage 2022-02-08 12:16:18 +00:00
Alex Pott d0f7178186
Issue #3217699 by mondrake, daffie, alexpott, andypost: Convert select query extenders to backend-overrideable services 2022-01-25 17:29:25 +00:00
catch eacb05b19f Issue #3212346 by longwave, Spokje, alexpott: Avoid hundreds of unnecessary installs when testing config entities 2022-01-24 17:25:00 +00:00
Lauri Eskola 68081082c0
Issue #3239134 by hooroomoo, bnjmnm, yogeshmpawar, nod_, Theresa.Grannum, larowlan: Refactor (if feasible) uses of the jQuery val function to use VanillaJS 2022-01-17 18:08:33 +02:00
Alex Pott 7b324dd8f1
Issue #3197482 by longwave, Spokje, Taran2L, murilohp, catch, Gábor Hojtsy, daffie: Update Drupal 10 to depend on Symfony 5.4 (as a stepping stone to Symfony 6, for deprecation checking support) 2022-01-17 09:03:46 +00:00
Alex Pott 2f1c716625
Issue #3106216 by Spokje, longwave, alexpott, apaderno, Hardik_Patel_12, daffie: Remove unused variables from core 2022-01-10 12:07:03 +00:00
catch a9f20f76b2 Issue #697946 by voleger, pguillard, pillarsdotnet, andypost, alansaviolobo, alexpott, vaibhavjain, MerryHamster, sja112, kim.pepper, shaktik, ravi.shankar, Pooja Ganjage, daffie, Mile23, legolasbo, joelpittet, almaudoh, xjm, Berdir, scor: Properly deprecate module_load_include() and move it into \Drupal::moduleHandler() service 2022-01-06 10:01:52 +00:00
Alex Pott ff2d2ea1d9
Issue #3210129 by quietone, murilohp, xjm: Fix spelling for words used once, beginning with 'a' -> 'd', inclusive 2022-01-01 13:52:01 +00:00