We're currently still using media libary 2.0-alpha4. We should upgrade to 2.x-beta13 which is the recommended, stable release.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

askibinski created an issue. See original summary.

askibinski’s picture

Issue summary: View changes
askibinski’s picture

Upgrading to beta13 has some implications:

* media_ckeditor is now required (also with some patches)
* ckeditor needed to be updated
* manualcrop needed to be update and required a new jquery.areaselect library
* gladly, many patches in the old media module version are not needed anymore

After applying patch, make sure to run database updates (there should be some for manualcrop and media_wysiwyg) and run a registry rebuild.

Then, revert the Wysywyg feature if it's overriden.

After that, media library usage and embedding through ckeditor should be working as expected.

askibinski’s picture

Status: Active » Needs review
askibinski’s picture

FileSize
7.82 KB

Updated patch which also enables media_ckeditor through update hook.

askibinski’s picture

FileSize
7.82 KB

Last friday beta14 was released, so updated the patch.

askibinski’s picture

FileSize
8.26 KB

Last patch contained a typo, here's a new one which also upgraded wysiwyg_filter to 1.6-rc3 which is nice because it allows for a new hook which might come in handy.

idebr’s picture

Status: Needs review » Needs work
  1. +++ b/drupal-org.make
    @@ -138,22 +137,23 @@ projects[localize_fields][subdir] = "contrib"
    +; projects[manualcrop][patch][] = "https://drupal.org/files/issues/translatable-image-style-labels-2162325-03.patch"
    

    Let's remove commented patch files; or document why the patch is commented out

  2. +++ b/drupal-org.make
    @@ -138,22 +137,23 @@ projects[localize_fields][subdir] = "contrib"
    +; projects[media_ckeditor][patch][] = https://www.drupal.org/files/issues/add_translation_of-2682657-2.patch
    

    The same comment applies here

  3. The current stable release for Media is 7.x-2.0-rc12.

ralphvdhoudt’s picture

Status: Needs work » Fixed

Removed commented lines and committed.

newer version of media should be done in dvg 1.2 but for now this is a tested setup with all needed plugins for media

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.