I've been suffering from the same issue as these people: * https://www.drupal.org/project/views_rss/issues/1674134 * https://www.drupal.org/project/views/issues/1189550 * https://stackoverflow.com/questions/14229641/rss-feeds-view-showing-enco...
I have resorted to both removing the check_plain()
calls that are added in template_preprocess_views_view_row_rss and replaced them with decode_entities()
to get my RSS feeds to be clean. But I wonder about the security implications of doing so.
We should provide a sanitization function that does not escape characters, something like check_plain_rss()
maybe? What are our options currently?
Recent comments
Regarding the current solution by @quicksketch for #5482 - both @docwilmot and I have left a couple of thoughts. Perhaps it'd be good to discuss the current approach and alternatives.
Jun 30th - Weekly Meeting Agenda Items
@nattywebdev - I'm glad we were able to help. PS - I'm UK based too
Importing users from D7 site using Feeds - uses insert rather than update
Regarding #4285 (flushing the core directory instead of merging on self-update). @quicksketch I have no idea, how to test your PR. We really need to test it. It seems spooky to delete the directory,...
Jun 30th - Weekly Meeting Agenda Items