Cloudinary's Magento extension. Upload product images to the cloud, manipulate them to match your graphic design and optimize images for better user experience
MIT License
16
stars
17
forks
source link
Fix a problem with getStorageRoot() yielding the real_path #14
There was a problem if the media-dir was behind a symlink that caused
wysiwyg images to be synched multiple times becuase the path from the
cloudinary_synchronisation table was always diffrent from the one that
was in the filesystem-collection. Because of this every image was
synched every time the sync tried to run.
There was a problem if the media-dir was behind a symlink that caused wysiwyg images to be synched multiple times becuase the path from the cloudinary_synchronisation table was always diffrent from the one that was in the filesystem-collection. Because of this every image was synched every time the sync tried to run.