Commit Graph

6860 Commits (6028a1ae505fb5c819af9cea56cb51c1d8f4afe0)

Author SHA1 Message Date
Dave Long 95bae2b621
Issue #3342975 by andypost, quietone, catch: Deprecate Url::toRenderArray() and Url::renderAccess() 2023-03-12 20:10:35 +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
Dave Long 088568e546
Issue #3347443 by bradjones1: SessionConfiguration::getCookieDomain() return value doc is incorrect 2023-03-12 18:52:32 +00:00
Alex Pott 66500ab088
Issue #2881077 by smustgrave, sardara, amcgowanca, alexpott, dawehner: Outbound path processors cannot override the specified URL fragment 2023-03-09 09:03:29 +00:00
catch d6d5051fb9 Issue #3303874 by alecsmrekar, Wim Leers, smustgrave: Early rendering issue in big_pipe_page_attachments() for controllers returning Response objects 2023-03-08 12:02:16 +00:00
catch 4421948a88 Issue #2552837 by smustgrave, pwolanin, alexpott: XSS::filter and filter_xss can create malformed attributes when you would expect them to be stripped 2023-03-08 11:51:24 +00:00
Alex Pott 6bbb08f95e
Issue #3210064 by mfb, TanujJain-TJ, maosmurf, smustgrave, xjm, samuel.mortenson: EntityChangedTrait return type mismatch 2023-03-07 23:36:18 +00:00
catch 18b08a8372 Issue #3345789 by andy-blum: Improve documentation of hook_theme_suggestions_HOOK() 2023-03-07 15:52:04 +00:00
catch 7d7d8b2922 Issue #3346372 by mstrelan, acbramley: Documentation of CacheTagsChecksumTrait::invalidateTags refers to a non-existant method 2023-03-07 14:59:56 +00:00
Alex Pott f711435482
Issue #3075608 by mondrake, Mile23, longwave: Introduce TestRun objects and refactor TestDatabase to be testable 2023-03-07 12:28:55 +00:00
catch 237373bca0 Issue #2714753 by ankit.rathore1, neerajsingh, snehi, Finn Lewis, hershy.k, dark-o, joachim, jhodgdon, eojthebrave, quietone: FormState::set(), get(), and has() should explain they work with storage, and crosslinked with getStorage() 2023-03-06 17:31:10 +00:00
catch 2616512c58 Issue #2808577 by Rishabh Vishwakarma, oknate, tedbow, alexpott: Move hook_link_alter documentation to core/lib/Drupal/Core/Utility/link.api.php 2023-03-06 17:01:12 +00:00
Alex Pott c48da9e7a7
Issue #3224239 by bircher, rpayanm, smustgrave: StorageComparer does not work when storages are not in the default collection 2023-03-06 11:09:39 +00:00
Lauri Eskola 5030f45e0c
Issue #3300481 by Murz, smustgrave, catch: Move ScrollTopCommand views Ajax command to the Drupal Core 2023-03-04 09:08:13 +02:00
catch 2c3f5743df Issue #2921810 by claudiu.cristea, nod_, seanB, yogeshmpawar, dww, Wilfred Waltman, joelpittet, askibinski, ankithashetty, ravi.shankar, jonathanshaw, alexpott, kostyashupenko, webchick, danflanagan8, catch, droplet, larowlan, mpdonadio, jhedstrom, AaronMcHale, dawehner, Wim Leers, ckrina, worldlinemine: Allow TimestampFormatter to show as a fully cacheable time difference with JS 2023-03-03 16:35:58 +00:00
catch bf064d2864 Issue #3173639 by mohit_aghera, godotislate, Kristen Pol, quietone: Entity storage exception during module install missing !message parameter in watchdog_exception() call 2023-03-03 11:36:23 +00:00
catch f8ac82629f Issue #3336763 by dww: Add Hawaiian as a choice in core language selectors 2023-03-03 10:36:03 +00:00
catch 92fcdbfd24 Issue #3035589 by slip, Berdir, wells, Neslee Canil Pinto, paulocs, indigoxela, alexpott, Wim Leers: Website exception via GET with QUERY_STRING "?_format=..." 2023-03-03 09:57:29 +00:00
Lauri Eskola 0ac4b76303
Issue #3343198 by andy-blum, murilohp, smustgrave, safetypin: Improve documentation of hook_theme_suggestions_HOOK_alter() 2023-03-03 10:20:46 +02:00
catch 1ab5db0352 Issue #3344744 by alexpott: A route with a default title of 0 does not work 2023-03-02 11:00:50 +00:00
catch dc6c95f661 Issue #3344903 by mohit_aghera: Fix PHPStan issue on ConditionInterface of \Drupal\Core\Database 2023-03-02 09:41:18 +00:00
Lee Rowlands f2e3f7017b
Issue #3345385 by cafuego: Local variable $additional_headers in PhpMail is confusing, rename to $additional_params 2023-03-02 16:41:53 +10:00
Dave Long 5971ebdfe7
Revert "Issue #3262017 by sleitner, ravi.shankar, smustgrave, xjm, longwave, quietone, Gábor Hojtsy, catch, alexpott: Country list is not correctly sorted when it's localized with accents (e.g. German, Turkish)"
This reverts commit c34b922a53.
2023-02-27 13:25:57 +00:00
Dave Long c34b922a53
Issue #3262017 by sleitner, ravi.shankar, smustgrave, xjm, longwave, quietone, Gábor Hojtsy, catch, alexpott: Country list is not correctly sorted when it's localized with accents (e.g. German, Turkish) 2023-02-24 14:12:13 +00:00
catch e8554d6427 Issue #3024264 by roderik: Document and rename variables in DrupalKernel::findSitePath() 2023-02-24 11:04:52 +00:00
Lee Rowlands e8cdbb6923
Issue #3276939 by daffie, aziza_a, larowlan: The Symfony method Request::setTrustedHosts() is a static method, we use it as non-static 2023-02-24 07:31:23 +10:00
catch 7cf8cec67d Issue #3341254 by Spokje, longwave: Fix failing "updated deps" test-runs on 10.x.x 2023-02-23 14:58:45 +00:00
Dave Long 8883446724
Issue #3342991 by quietone, andypost, catch: Deprecate LinkGeneratorInterface::generateFromLink() 2023-02-23 14:05:36 +00:00
catch 2d0782d91f Issue #3198868 by dpi, acbramley, larowlan: Add delay to queue suspend 2023-02-23 10:20:36 +00:00
Alex Pott 100aaec107
Revert "Issue #3091478 by Tim Bozeman, lauriii, malcomio, EclipseGc, larowlan, tim.plunkett, amateescu, dpi: Improve StringItem::generateSampleValue()"
This reverts commit 3fc94dc6cb.
2023-02-23 01:06:50 +00:00
bnjmnm 3fc94dc6cb Issue #3091478 by Tim Bozeman, lauriii, malcomio, EclipseGc, larowlan, tim.plunkett, amateescu, dpi: Improve StringItem::generateSampleValue() 2023-02-22 16:05:29 -05: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
catch 85c9ee6ab8 Issue #2859042 by Sam152, plach, maximpodorov, Ankit.Gupta, Berdir, acbramley, hchonov, timmillwood, mheip, amateescu, matsbla: Impossible to update an entity revision if the field value you are updating matches the default revision 2023-02-22 10:10:43 +00:00
Alex Pott defcb862d6
Issue #3134618 by geek-merlin, smustgrave, Matroskeen, Kristen Pol, alexpott: hook_options_list_alter lacks $context['widget'] 2023-02-22 09:55:46 +00:00
catch ccae3c0412 Issue #2867001 by dpi, acbramley, SpadXIII, mstrelan, smustgrave, neclimdul: Dont treat suspending of a queue as erroneous 2023-02-22 09:48:13 +00:00
quietone 72f1f1f81f
Issue #2031917 by fgm, YesCT, penyaskito, plach, smustgrave: Docs follow-up Entity Translation API improvements 2023-02-22 16:29:29 +13:00
catch 475a3c73ee Issue #2302085 by voleger, pooja saraah, Rishabh Vishwakarma, victoru: Keep MenuTreeStorage field definition in sync with MenuLinkManager 2023-02-21 14:07:02 +00:00
catch 25b8da7b80 Issue #3317744 by idebr, smustgrave: Bundle restrictions from a route do not apply to revisionable entities 2023-02-21 12:13:33 +00:00
catch 3cca7d75a0 Issue #3216430 by Charlie ChX Negyesi: Improve documentation on $is_syncing 2023-02-21 11:59:26 +00:00
catch 9124793647 Issue #2662844 by gapple, yogeshmpawar, penyaskito, dawehner, catch, smustgrave, alexpott, chx: cache.backend.chainedfast misbehaves when both fast and consistent backends point to the same storage 2023-02-20 17:36:59 +00:00
catch 9857cab4de Issue #3195700 by Matroskeen, ranjith_kumar_k_u: RegexDirectoryIterator can extend RegexIterator 2023-02-20 16:46:22 +00:00
Dave Long db3c1ec58e
Issue #3138595 by jungle, Kumar Kundan, markdorison, kkalashnikov, ankitsingh0188, mrinalini9, walangitan, _utsavsharma, himanshu_sindhwani, atul4drupal, xjm, smustgrave, catch, alexpott, daffie: Deprecate PhpStorage ::writeable() methods for removal in Drupal 11 with no replacement 2023-02-17 16:44:00 +00:00
Dave Long 3789efb326
Issue #3265616 by jungle, lucassc, xjm, nicrodgers, kkalashnikov, Akram Khan, Rishabh Vishwakarma, mrinalini9, jidrone, smustgrave, catch, longwave: Re-word "An illegal choice has been detected" message to remove legality suggestion 2023-02-17 16:31:59 +00:00
Dave Long 3966592061
Issue #3151019 by catch, andypost: Only allow route names, deprecate support for route objects in UrlGenerator methods 2023-02-17 16:29:57 +00:00
catch 9e0394aecc Issue #3135038 by Rajab Natshah, smustgrave: Fix change SharedTempStore to PrivateTempStoreFactory on the DeleteAction 2023-02-17 12:44:01 +00:00
catch 8df6544ec1 Issue #3266568 by mxr576, sourabhjain, quietone: Refactor array_merge() usage in loops as possible for performance 2023-02-17 12:16:21 +00:00
catch a386abdf41 Revert "Issue #3265616 by jungle, lucassc, xjm, nicrodgers, kkalashnikov, Akram Khan, Rishabh Vishwakarma, jidrone, smustgrave: Re-word "An illegal choice has been detected" message to remove legality suggestion"
This reverts commit 66c8012275.
2023-02-17 10:14:32 +00:00
catch 66c8012275 Issue #3265616 by jungle, lucassc, xjm, nicrodgers, kkalashnikov, Akram Khan, Rishabh Vishwakarma, jidrone, smustgrave: Re-word "An illegal choice has been detected" message to remove legality suggestion 2023-02-17 09:54:10 +00:00
catch a38d5bbd90 Issue #3209468 by joaopauloc.dev, pooja saraah, joachim: DrupalKernelInterface methods & DrupalKernel::sitePath should document the format of a site path 2023-02-17 08:19:32 +00:00
catch 1fe7829e37 Issue #3209468 by joaopauloc.dev, pooja saraah, joachim: DrupalKernelInterface methods & DrupalKernel::sitePath should document the format of a site path 2023-02-17 08:15:19 +00:00