drupal/core/modules/media/src
Nathaniel Catchpole 15332e965d Issue #3035383 by andypost, martin107, Berdir: Replace deprecated usages of entityManager in list builder classes
(cherry picked from commit 9c547baa7ebd70addbd830577495261c4cc41cd2)
2019-03-18 16:27:13 +00:00
..
Access Issue #2885486 by seanB, timmillwood, tstoeckler, Wim Leers: Media entity is revisionable but doesn't have a revision link template 2017-07-05 09:24:22 +02:00
Annotation Issue #3023802 by seanB, phenaproxima, lauriii, Pancho, larowlan, shaal, dww: Show media add form directly on media type tab in media library 2019-02-18 11:37:04 +01:00
Controller Issue #3000424 by acbramley, rikki_iki: OEmbed Media Source and related controller use LoggerChannelInterface in their constructors which is not compatible with the monolog module 2018-09-26 10:43:01 +01:00
Entity Issue #3017935 by chr.fritsch, Wim Leers, alexpott, phenaproxima: Media items should not be available at /media/{id} to users with 'view media' permission by default 2018-12-07 14:10:26 +01:00
EventSubscriber Issue #3017935 by chr.fritsch, Wim Leers, alexpott, phenaproxima: Media items should not be available at /media/{id} to users with 'view media' permission by default 2018-12-07 14:10:26 +01:00
Form Issue #3017935 by chr.fritsch, Wim Leers, alexpott, phenaproxima: Media items should not be available at /media/{id} to users with 'view media' permission by default 2018-12-07 14:10:26 +01:00
OEmbed Issue #2982372 by phenaproxima, catch, alexpott: oEmbed system can't parse XML attributes 2018-11-13 12:46:52 +00:00
Plugin Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, alexpott, jibran, andypost, larowlan, Chadwick Wood, acbramley, Wim Leers, sun, xjm, YesCT, chx, tim.plunkett: Move the unmanaged file APIs to the file_system service (file.inc) 2019-02-23 22:35:15 +00:00
Routing Issue #3017935 by chr.fritsch, Wim Leers, alexpott, phenaproxima: Media items should not be available at /media/{id} to users with 'view media' permission by default 2018-12-07 14:10:26 +01:00
IFrameMarkup.php Issue #2831944 by chr.fritsch, phenaproxima, alexpott, marcoscano, slashrsm, seanB, robpowell, samuel.mortenson, tstoeckler, Wim Leers, dawehner, martin107, Gábor Hojtsy, aheimlich, tedbow, mtodor, larowlan, idebr, bkosborne, ckrina: Implement media source plugin for remote video via oEmbed 2018-06-21 09:11:10 +01:00
IFrameUrlHelper.php Issue #2831944 by chr.fritsch, phenaproxima, alexpott, marcoscano, slashrsm, seanB, robpowell, samuel.mortenson, tstoeckler, Wim Leers, dawehner, martin107, Gábor Hojtsy, aheimlich, tedbow, mtodor, larowlan, idebr, bkosborne, ckrina: Implement media source plugin for remote video via oEmbed 2018-06-21 09:11:10 +01:00
MediaAccessControlHandler.php Issue #2950129 by msankhala, Wim Leers: Add helpful reason for 'update' and 'delete' access not being allowed to MediaAccessControlHandler 2018-04-30 15:08:58 +01:00
MediaForm.php Issue #2974203 by seanB, jan.stoeckler, phenaproxima, marcoscano, chr.fritsch, lauriii, tstoeckler, ifrik, starshaped, ckrina: Redirect back to media list after creating a media entity 2018-07-27 15:33:58 -07:00
MediaInterface.php Issue #2897009 by vaplas, seanB, phenaproxima, harsha012, Wim Leers, cburschka, bojanz: MediaInterface is missing setName() and getName() 2017-08-27 12:31:25 -07:00
MediaListBuilder.php Issue #3035383 by andypost, martin107, Berdir: Replace deprecated usages of entityManager in list builder classes 2019-03-18 16:27:13 +00:00
MediaPermissions.php Issue #2862422 by chr.fritsch, robpowell, phenaproxima, webflo, bdimaggio, seanB, naveenvalecha, sunset_bill, vijaycs85, yoroy, starshaped, xjm, Berdir, hazong: Add per-media type creation permissions for media 2018-01-15 14:00:01 +10:00
MediaSourceBase.php Issue #2831944 by chr.fritsch, phenaproxima, alexpott, marcoscano, slashrsm, seanB, robpowell, samuel.mortenson, tstoeckler, Wim Leers, dawehner, martin107, Gábor Hojtsy, aheimlich, tedbow, mtodor, larowlan, idebr, bkosborne, ckrina: Implement media source plugin for remote video via oEmbed 2018-06-21 09:11:10 +01:00
MediaSourceEntityConstraintsInterface.php
MediaSourceFieldConstraintsInterface.php
MediaSourceInterface.php Issue #2946122 by mikelutz, heddn, tim.plunkett, phenaproxima, alexpott, joelpittet, MegaChriz, joachim, xjm: Deprecate ConfigurablePluginInterface and replace with an interface that doesn't extend DependentPluginInterface 2019-02-24 13:42:45 +00:00
MediaSourceManager.php
MediaStorage.php Issue #2990896 by phenaproxima, effulgentsia, seanB, xjm: Move Media::save() logic into storage handler to prevent data integrity issues when media items with remote content are saved 2018-08-22 09:20:02 +09:00
MediaTypeAccessControlHandler.php Issue #2932369 by marcoscano, balsama, Berdir, Grimreaper, alexpott: Media Types missing access control handler result in empty column in media overview page 2018-01-06 15:00:13 -05:00
MediaTypeForm.php Issue #3018539 by phenaproxima, rodrigoaguilera, alexpott: Media types cannot be created in the UI without JavaScript 2018-12-07 15:37:22 +01:00
MediaTypeInterface.php Issue #2982719 by seanB, phenaproxima, xjm: Document the MediaType config entity properties 2018-08-21 20:33:53 +09:00
MediaTypeListBuilder.php
MediaViewsData.php