Skip to content

Tags: wieni/wmmedia

Tags

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #60 from wieni/media-usage-fix

Alter media usage check

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#58 Use correct array keys after media refactor

In #58 we moved the media fields to basefields to improve the
overview query performance. However it seems we also changed the
aliases of the columns and forgot to update our usage.

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve performance image gallery (>300k media entities) (#58)

When we have a very large media library the query we used to search
with was slow and cpu intensive. This is because we had to use left
joins for the description, copyright, width, height and alternate
fields.

This commit further improves performance of the gallery overview
by loading all rendered media items at once.

2.3.2

Toggle 2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#51 implement HOOK_ckeditor5_entity_browser_definitions_alter (#52)

* #51 implement HOOK_ckeditor5_entity_browser_definitions_alter

To alter the dialog that's opened by ckeditor5_entity_browser.
It will now open our wmmedia.file.browser.editor route.

* Add drupal/ckeditor5_entity_browser as suggestion

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #50 from wieni/field-not-found

Fix field_media_file not found when adding the media link manually

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #49 from wieni/ckeditor-5-media-link

Convert media url to correct public link

2.2.2

Toggle 2.2.2's commit message
Add allowed_formats 3 compatibility

2.2.1

Toggle 2.2.1's commit message
Add changes to CHANGELOG.md

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #47 from wieni/feature/drupal-10

Feature/drupal 10