πŸ‡±πŸ‡»Latvia @artis.bajars

Account created on 20 June 2008, almost 17 years ago
  • Developer at WunderΒ  …
#

Merge Requests

Recent comments

πŸ‡±πŸ‡»Latvia artis.bajars

In Drupal 11 this results in a TypeError on the status report page:

TypeError: Drupal\Component\Utility\Html::escape(): Argument #1 ($text) must be of type string, null given, called in /app/web/core/lib/Drupal/Component/Render/FormattableMarkup.php on line 238 in Drupal\Component\Utility\Html::escape() (line 431 of /app/web/core/lib/Drupal/Component/Utility/Html.php).

Adding a patch.

πŸ‡±πŸ‡»Latvia artis.bajars

@jurgenhaas with the latest 3.x-dev version of Gin and the patch from πŸ“Œ Improve sticky actions implementation Active the throbber is kinda restored. However is this the intended look for it?

πŸ‡±πŸ‡»Latvia artis.bajars

Opened a merge request based on patch #17.

πŸ‡±πŸ‡»Latvia artis.bajars

artis.bajars β†’ made their first commit to this issue’s fork.

πŸ‡±πŸ‡»Latvia artis.bajars

Tested with Elasticsearch Helper 8.1.0, Elasticsearch 8.15.2 on Drupal 10.3.5. Good to go.

πŸ‡±πŸ‡»Latvia artis.bajars

Tested and confirmed working. The index is now always refreshed before querying which prevents the issue.

πŸ‡±πŸ‡»Latvia artis.bajars

Noticed that when loading the template dialog form in CKEditor the template definitions get cached in the first language they're loaded under and do not update when switching languages. This switches to using a language-specific cache key in the CkeditorTemplatePluginManager

πŸ‡±πŸ‡»Latvia artis.bajars

Couple of small additions:

  • Changed the schema type of the description field to text in order to make it translatable
  • Added an update hook to install the entity type definition as noted in #57 ✨ CKEditor 5 support for Content Templates Needs review
πŸ‡±πŸ‡»Latvia artis.bajars

The issue around psr/http-message still remains even after https://github.com/thephpleague/oauth2-server/releases/tag/8.5.2 was released. Internally league/oauth2-server requires league/uri: ^6.7 which in turn has a dependency on psr/http-message: ^1.0.1 so the only way to install the module is still using composer require -W which forces a downgrade.

πŸ‡±πŸ‡»Latvia artis.bajars

Would the (hopefully) upcoming 10.1.x core update of CKEditor 5 to v39 that apparently adds empty element support help here in making the "invisible anchor" placeholders editable? https://www.drupal.org/project/drupal/issues/3377562 πŸ“Œ Update CKEditor 5 to 39.0.0 Fixed

πŸ‡±πŸ‡»Latvia artis.bajars

Issue persists in the 4.x branch as well. Uploading a rerolled patch.

πŸ‡±πŸ‡»Latvia artis.bajars

Had some time to look at this closer and it seems to me that all that's needed to prevent the uri from jumping from the entity: to the internal: schema is to try and load the entity translation from context. Please review.

πŸ‡±πŸ‡»Latvia artis.bajars

One thing that neither the bvedad/ckeditor5-anchor nor the forked northernco/ckeditor5-anchor-drupal libraries currently support is empty anchor link elements in the form of <a id="myAnchor" name="myAnchor"></a>. Our editors have created most of the anchor links like this and upgrading to the CKEditor5 version of anchor_link in this form would make them uneditable.

Previously this was supported by Fakeobjects I guess, but since there is no equivalent for CKEditor5 what are our options here?

Production build 0.71.5 2024