Nate Lampton
Nate Lampton
I made a change record at https://docs.backdropcms.org/change-records/theme-suggestion-order-for-nodes-users-and-terms-updated And I updated the theme debug mode documentation at https://docs.backdropcms.org/documentation/theme-debug-mode
This feature seems to have been added in v45. See the current demo: https://ckeditor.com/ckeditor-5/demo/feature-rich/  The pull request was https://github.com/ckeditor/ckeditor5/pull/17469. CKSource folks: better cross-linking of issues and PRs would be...
Initial PR filed at https://github.com/backdrop/backdrop/pull/4930 to run the tests.
``` Implicitly marking parameter $ids as nullable is deprecated, the explicit nullable type must be used instead ``` This problem (and all the similar ones) aren't easy to solve. For...
Here's the corresponding issue for Drupal: https://www.drupal.org/project/drupal/issues/3427903 but it's only for Drupal 10/11. Considering the Drupal 7 EOL is next month, PHP 8.3 may be the last version of PHP...
> But doesn't that deprecation mean that we only have to take care of params with type declaration like array `$foobar = NULL` but don't have to change anything if...
> We might be able to prevent raising minimal PHP version by dropping type hints, right? Except that dropping type hints affects parent/child definitions in classes, and so any child...
> We have to rewrite core/includes/session.inc to implement SessionHandlerInterface - which would also be possible in a bc way and could provide support even for PHP 5.6. I updated the...
PR at https://github.com/backdrop/backdrop/pull/4930 is ready for review. With @indigoxela's suggestion, it seems as though we only need to bump to PHP 7.1 (not 7.2), so I set up the PR...
This issue is now unblocked because the PMC officially voted and approved dropping PHP 5.6 and 7.1 support. See https://backdropcms.org/news/backdrop-cms-drops-support-for-php-versions-prior-to-71