2025-02-20
Several hardening changes, an extra annotations to PHP array
conversion for migrate source plugins, an extra type hint on
hook_help()
implementations, and a bit cleaner
configuration output for views.
It covers commits from 2025-02-18 on 11.x
branch.
SA-CORE-2025-003 - 88c99548f7cc4d9a8ffc5b59f0099d42659311a0
Removes a __call()
implementation alternative not truly
used.
SA-CORE-2025-002 - 0017914e12b7a18933f964390babfd840038c082
Fixes a logic bug on base field update action.
SA-CORE-2025-001 - 2da6570278ca3f584e0897e7cb7f27e3b2286c9e
Improves HTTP error handling.
#2997393 - b25bc52e8435b8a2f3c11083cf1e3d7afaf3443f
Makes views export cleaner for the remember_roles setting.
Nice, especially on sites that change roles, this tends to make non-idempotent exports.
#3421014 - 7c9a85af22e2a0e0e90629f5c3f78d62bddf03f2
Converted migrate source plugins to use PHP attributes.
Instead of doctrine comment annotations.
#3483146 - 367e25f66ff1614cf56ec20d8c8f67435b3c3734
Return type hint added to hook_help() implementations.
$ git log --oneline --reverse --since=2025-02-17T23:59:59+00:00 --until=2025-02-19T00:00:00+00:00
367e25f66ff Issue #3483146 by nicxvan, sourav_paul, vladimiraus, mstrelan, smustgrave: Add string return type to all hook_help implementations
7c9a85af22e Issue #3421014 by godotislate, quietone, mstrelan, benjifisher, larowlan, alexpott, berdir: Convert MigrateSource plugin discovery to attributes
b25bc52e843 Issue #2997393 by tobiasb, andypost, vakulrai, renatog, ankithashetty, oily, longwave, berdir, lendude: Filter out non-selected roles for the remember_roles setting in views
2da6570278c SA-CORE-2025-001 by larsdesigns, bdanin, nuwans, dgroene, arkepp, juanramonperez, svendecabooter, wgunn_e, mcdruid, catch
0017914e12b SA-CORE-2025-002 by jeff cardwell, benjifisher, poker10, mingsong
88c99548f7c SA-CORE-2025-003 by shin24, anzuukino, mcdruid, nicxvan, ghost of drupal past, longwave
$ git diff --shortstat 367e25f66ff~1..88c99548f7c
264 files changed, 1463 insertions(+), 1359 deletions(-)