-
- Downloads
Merge branch '11.x' of https://git.drupalcode.org/project/drupal into 3501727-try-to-simplify
* '11.x' of https://git.drupalcode.org/project/drupal: Issue #3497796 by mstrelan, shalini_jha, oily, nicxvan, smustgrave: Add return type to hook_file_download implementations Issue #3493911 by plopesc, catch, kristiaanvandeneynde, berdir, fabianx: Add a CachedPlaceholderStrategy to optimize render cache hits and reduce layout shift from big pipe Issue #3493813 by berdir, vladimiraus, catch, oily, e0ipso, pdureau, grimreaper: Drupal\Core\Theme\ComponentNegotiator::negotiate uses a lot of memory Issue #3496558 by alexpott, godotislate: Install entity definitions for all modules in batch install before simple config Issue #3502911 by tim.plunkett, nod_, catch: Compressed ajax_page_state['libraries'] can exist in both $request->request and $request->query simultaneously Issue #3504386 by plopesc, catch: Use a placeholder for the navigation toolbar Issue #3495881 by godotislate, bkosborne, catch, kushagra.goyal: Firefox retains form_build_id on form reloads, causing old form cache entry to be used and creating weird behavior for the Media Library widget Issue #3503870 by berdir: Assert all expected values of in PerformanceTestTrait::assertMetrics at once Issue #3501024 by mstrelan, smustgrave: Add array return to all hook_theme_suggestions_HOOK implementations Issue #3497405 by quietone, nod_: Fix DrupalPractice.Objects.GlobalFunction in tests Issue #3502629 by rkoller: Change the test-only pipeline service from with-chrome to with-selenium-chrome Issue #3441576 by plopesc, m4olivei, finnsky, catch, oily, gxleano, ckrina, aaronmchale, skaught: Add a new "Navigation user links" menu in favor of hardcoded links in NavigationUserBlock
No related branches found
No related tags found
Showing
- .gitlab-ci/pipeline.yml 1 addition, 1 deletion.gitlab-ci/pipeline.yml
- core/.phpstan-baseline.php 0 additions, 114 deletionscore/.phpstan-baseline.php
- core/core.services.yml 5 additions, 1 deletioncore/core.services.yml
- core/lib/Drupal/Core/Cache/VariationCache.php 47 additions, 0 deletionscore/lib/Drupal/Core/Cache/VariationCache.php
- core/lib/Drupal/Core/Cache/VariationCacheInterface.php 21 additions, 0 deletionscore/lib/Drupal/Core/Cache/VariationCacheInterface.php
- core/lib/Drupal/Core/Extension/ModuleInstaller.php 10 additions, 8 deletionscore/lib/Drupal/Core/Extension/ModuleInstaller.php
- core/lib/Drupal/Core/File/file.api.php 3 additions, 2 deletionscore/lib/Drupal/Core/File/file.api.php
- core/lib/Drupal/Core/Form/FormBuilder.php 5 additions, 0 deletionscore/lib/Drupal/Core/Form/FormBuilder.php
- core/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php 27 additions, 0 deletionscore/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php
- core/lib/Drupal/Core/Render/RenderCache.php 55 additions, 6 deletionscore/lib/Drupal/Core/Render/RenderCache.php
- core/lib/Drupal/Core/Render/RenderCacheInterface.php 22 additions, 0 deletionscore/lib/Drupal/Core/Render/RenderCacheInterface.php
- core/lib/Drupal/Core/Render/theme.api.php 2 additions, 2 deletionscore/lib/Drupal/Core/Render/theme.api.php
- core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php 20 additions, 3 deletionscore/lib/Drupal/Core/StackMiddleware/AjaxPageState.php
- core/lib/Drupal/Core/Theme/ComponentNegotiator.php 13 additions, 21 deletionscore/lib/Drupal/Core/Theme/ComponentNegotiator.php
- core/lib/Drupal/Core/Theme/ComponentPluginManager.php 14 additions, 0 deletionscore/lib/Drupal/Core/Theme/ComponentPluginManager.php
- core/modules/big_pipe/big_pipe.module 1 addition, 1 deletioncore/modules/big_pipe/big_pipe.module
- core/modules/block/block.module 1 addition, 1 deletioncore/modules/block/block.module
- core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php 1 addition, 1 deletion...lock/tests/modules/block_test/src/Hook/BlockTestHooks.php
- core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php 1 addition, 1 deletion.../tests/modules/comment_test/src/Hook/CommentTestHooks.php
- core/modules/config/src/Hook/ConfigHooks.php 2 additions, 1 deletioncore/modules/config/src/Hook/ConfigHooks.php
Loading
Please register or sign in to comment