- @dydave opened merge request.
- First commit to issue fork.
- 🇩🇪Germany vistree
Hi, would be great to have a D10 compatible version. Any release plans?
- 🇨🇭Switzerland Lukas von Blarer
Since EOL of Drupal 9 is coming closer: Could we please get this committed?
- Status changed to Needs work
over 1 year ago 1:40pm 14 September 2023 - 🇺🇸United States daniel korte Brooklyn, NY
I don’t think it makes sense to make the 8.x-2.x branch D10 compatible (and thus remove D8 compatibility). That branch is only intended to work with D8/9. I recommend that all users upgrade to Drupal core media with the 8.x-3.x branch of this module, run Drupal updates, and then uninstall/delete this module.
- Status changed to Needs review
over 1 year ago 8:22am 23 September 2023 - 🇫🇷France dydave
- Status changed to Needs work
about 1 year ago 11:14am 14 November 2023 - 🇮🇳India arisen Goa
Reviewed the MR. The changes look good.
Applied the MR patch on branch 8.x-3.x. The patch applies cleanly.Checking patch media_entity_video.info.yml... Checking patch media_entity_video.install... Checking patch media_entity_video.module... Applied patch media_entity_video.info.yml cleanly. Applied patch media_entity_video.install cleanly. Applied patch media_entity_video.module cleanly.
The module gets installed successfully on Drupal 10.
Reviewed the features.- The Media source plugin works fine.(attached screenshot)
- The Video File Formatter works as expected.(attached screenshot)
- The entity browser doesn't work due to the dependence on contributed Media Entity module.
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "media_bundle" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 139 of /var/www/html/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php).
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "media.bundle_add" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 206 of /var/www/html/web/core/lib/Drupal/Core/Routing/RouteProvider.php).
- Status changed to Needs review
about 1 year ago 11:21am 14 November 2023 - 🇮🇳India arisen Goa
Updated the MR with fixes to the Entity Browser widget.
Please review. - Status changed to Needs work
about 1 year ago 8:36pm 15 November 2023 - 🇺🇸United States daniel korte Brooklyn, NY
I think this module should more closely match what is happening in https://www.drupal.org/project/media_entity_audio → in the 8.x-3.x version (minus the audio streaming stuff). My only intention here for 8.x-3.x is to update from 8.x-2.x and then be uninstalled. Therefore the Entity Browser widget should be removed like in media_entity_audio 8.x-3.x version, right? Also, this would mean the module should work with Drupal: ^9 || ^10 instead of only ^9.3 || ^10