default_content icon indicating copy to clipboard operation
default_content copied to clipboard

Consider a more generic link domain

Open larowlan opened this issue 9 years ago • 4 comments

Now that https://www.drupal.org/node/2336247 is in we can use a more generic link domain, i.e instead of http://drupal.org/x/y/z URIs we could use default-content:x/y/z

However this will break existing exports so it would be an API change.

Thoughts?

larowlan avatar May 09 '15 08:05 larowlan

It's an easy fix though right? A simple find and replace in the export.

benjy avatar May 09 '15 10:05 benjy

What about already imported content? Do we need a migration for that?

jibran avatar May 09 '15 10:05 jibran

maybe it's time to implement hook_update?

andypost avatar May 09 '15 18:05 andypost

It won't change imported content, only existing exports and @benjy is right, find and replace would suffice On 10 May 2015 4:53 am, "Andy Postnikov" [email protected] wrote:

maybe it's time to implement hook_update?

— Reply to this email directly or view it on GitHub https://github.com/larowlan/default_content/issues/39#issuecomment-100529857 .

larowlan avatar May 09 '15 20:05 larowlan