2025-03-28
Quite active day!
Cache support addition to configurable language manager language set, a couple of edge case fixes in views, a removal and a relocation of two drupal libraries, and improves defaults for image field storage.
Also, obsoleting of navigation_top_bar
experimental
module a couple of random test failure fixes, and three lint fixes.
It covers commits from 2025-03-21 on 11.x
branch.
#3389994 - 38db6cc0b480f9aac05bf93f36a9872e32e66950
Fixes a random test failure on JavaScript test.
#3400150 - 36f23abfa8680da123f1c01c48e3c3887bd76f2a
Fixes a random test failure in a JavaScript test related to timing.
#3512284 - 365250d1f5fa2664d282b4d50a73d6c316d83020
Removes details.css library.
#3497341 - 7ed9c0c00afa899700f86a90fcdef17606bfe975
Adds cache to configurable language manager language set.
#3507866 - e6c6e9bb4df2a3b45735c6cfdf47eee5a2fa72f5
Obsoletes navigation_top_bar
experimental module.
The functionality now lives on the navigation
module.
#3508506 - 967135a7954f2a5c9ab19cc7725cdea219d98c7c
Adds multiple comments to fix a lint.
#3513317 - 7265831241910980852d79e5188b4b7b3960400d
Improves defaults for image field storage.
#3105950 - 96df9ddb9eb302c17e2352829ad421bd34eed71e
Fixes a lint error.
#3503912 - f1b66c392d245f49afb2464760173811ac271153
Fixes a lint error across views plugins.
#3512194 - f6d07a146ea18e994f35d7fc57b34c63c4215a36
Relocates resize CSS as a new drupal.textarea-resize
drupal library.
#2735997 - d15e2ea581dac9e112f156843b827fce9d91f44c
Fixes views aggregation for non-integer types.
#3323574 - c8c538e760e2565772b223718b07926767263e70
Fixes views AJAX views exposed filter pager.
$ git log --oneline --reverse --since=2025-03-20T23:59:59+00:00 --until=2025-03-22T00:00:00+00:00
c8c538e760e Issue #3323574 by lobodakyrylo, the_g_bomb, phthlaap, oily, vinmayiswamy, smustgrave, codebymikey, lendude: Pager not working correctly in AJAX view with exposed filters
d15e2ea581d Issue #2735997 by ramil g, joelpittet, ranjith_kumar_k_u, asad_ahmed, nikita_tt, mschudders, Ben Greenberg, lendude, playful: Decimal separator and decimals settings ignored when aggregating decimal fields
f6d07a146ea Issue #3512194 by catch, smustgrave, nod_: Move resize CSS into its own library
f1b66c392d2 Issue #3503912 by quietone, nod_, borisson_, catch: Fix Drupal.Commenting.FunctionComment.Missing in Plugins
96df9ddb9eb Issue #3105950 by spokje, quietone, peterkokot, ankithashetty, longwave: [meta] Fix 'Drupal.Commenting.ClassComment.Missing' coding standard
72658312419 Issue #3513317 by annmarysruthy, larowlan, wim leers: ImageItem::defaultStorageSettings() should override display_default
967135a7954 Issue #3508506 by quietone, smustgrave, borisson_: Fix Drupal.Commenting.FunctionComment.Missing in Unit tests
e6c6e9bb4df Issue #3507866 by plopesc, m4olivei, ckrina, berdir, catch: Enable the Navigation Top Bar when Navigation is enabled
7ed9c0c00af Issue #3497341 by berdir: Add caching to ConfigurableLanguageManager::getLanguages()
365250d1f5f Issue #3512284 by catch, jacine, feuerwagen: Remove details.css since it is no longer needed
36f23abfa86 Issue #3400150 by mstrelan, quietone: [random test failure] TimestampFormatterWithTimeDiffTest::testTimestampFormatterWithTimeDiff
38db6cc0b48 Issue #3389994 by mstrelan, quietone: [random test failure] MediaTest::testViewMode
$ git diff --shortstat c8c538e760e~1..38db6cc0b48
113 files changed, 564 insertions(+), 248 deletions(-)