In the new branch 2.x, we should only support the file field.

Note: We should not just change media_gallery_media from media to file field, as 1.1.x installations will not be able to upgrade.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Moloc’s picture

Status: Active » Needs review
FileSize
24.36 KB

untested patch

Move in 2.x branch from media field to file field.

Moloc’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
FileSize
27.67 KB

tested & updated patch

Moloc’s picture

Maybe it is better to not rename all functions to be more backward compatible. So users which upgrade do not have to update their own code, overriding theme functions.

Moloc’s picture

New version, without changing theme functions.

I think, this is ready to commit now. ([edit] untested[/edit])

Moloc’s picture

add fixes for lightbox in javascript and css

Moloc’s picture

Status: Needs review » Fixed

Committed to 7.x-2.x.

Status: Fixed » Closed (fixed)

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

softone’s picture

It seems there is no upgrade path from 7.x-1.0-beta8 to 7.x-2.x-dev.

media_gallery_media field remains and is of type media.
This breaks the rest of the code.

Should this issue be reopened or should a new one be created?