- πΊπ¦Ukraine voleger Ukraine, Rivne
Closing as the project is unsupported
The 8.x-2.x branch of jQuery Social Stream has a number of bugs that render it unusable as it is which I have fixed for my current project:
#attached
directly in Drupal 8. I converted them to libraries.jquery_social_stream_validate_container_id()
calls form_error()
, which no longer exists. I replaced it with $form_state->setError()
.drupal_json_encode()
, which no longer exists. I replaced it with the new Json::encode()
.I made a couple of other changes for my project needs which I'm including for consideration:
There are two remaining opportunities for improvement I would like to surface as well:
jquery_social_stream_rss_callback()
) takes URL arguments and uses them without sanitizing them. This of course represents a possible abuse vector. Since the code came directly from the third party library we alerted them, and hopefully they will fix it upstream. But either way, it needs to be addressed before making a full, stable releaseClosed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing as the project is unsupported