RSS feed plugin bugs

Hello,

Not sure if this is a good place to report as the plugin is a bloomreach-forge plugin,
https://bloomreach-forge.github.io/feeds/usage.html

I spotted a bug, when you configure the ‘RSS 2.0 Feed’ document and select an image at the bottom, the result RSS XML will have the width and height of the image set to -1.
I looked at the source and it look like the class org.bloomreach.forge.feed.api.transform.rss.HippoGalleryImageSetToImageTransformer does not pass the width and height to the Image object. Also, the file name is used as the image title, but w3c validator shouts that the image title should be the same as in the channel title, so maybe the image title should be set to something like alt text or description of the gallery image set so that it could be easily editable?

How can I report the bugs?

On a side, the RSS feed does not output the “self” URL for the channel, which is a mandatory spec and does not validate with RSS 2.0 specification - without looking at the source and customizing, is that something possible through configuration?

Thanks,
Jacek

Hi Jacek,
We can work with pull requests if you have them!
There’s also the issue tracker at https://issues.onehippo.com/browse/HIPFORGE.
Note that we can’t promise anything regarding fixing bugs, we hoping for code contributions actually…

Regards, Jeroen

Hi Jeroen,
No, I haven’t got a pull request, but I’ll make sure to create one today. I’ll look into the issue tracker.

Thanks,
Jacek

Hi Jacek,
I saw the PR, had some time to check it out, merged it to develop and released a version 6.0.1 with this. Thanks for the contribution!

Also tracked at HIPFORGE-422 and the release notes.

Regards, Jeroen

1 Like