#5783 - watermarking is broken
0 guests and 0 members have recently viewed this.
The top 3 point earners from 7th Dec 2025 to 14th Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| Master Rat |
|
|
There are no events at this time
Watermarking simply does nothing even if a watermark is assigned to a gallery and was ticked when adding new images.
Actually this was part of a larger fundamental issue. Gallery images were not being run through handle_images_cleanup_pipeline unless bulk imported. Therefore, they were not getting watermarked among other things.
This hotfix fixes the following issues:
* Moves calls for handle_images_cleanup_pipeline into the add_image and edit_image API instead of bulk import via media_wrap.
* Fixes find_gallery_watermarks which did not properly navigate the full gallery tree to get all the available watermarks.
* Changes behaviour of using a File/Media library image in a gallery; Composr will copy the image into uploads/galleries and apply handle_images_cleanup_pipeline to that (using that as the image and not the actual File/Media library one). This is to prevent modifying the original file in the file/media library.
* Removes a duplicate SQL clause in Module_cms_galleries::has_at_least_one_watermark