Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Adds check to ensure that the page being forwarded refers to an internal path. This prevents someone from hard coding a forward link to an unscrupulous external site.
- #1234584 by linclark: Fixed notices in sparql_registry_load_by_uri().
- #1210582 by linclark: Changed Add support for URL parameters.
- #1222066 by cwells73 | linclark: Changed SPARQL package's directory structure.
- #1209598 by cwells73: Fixed access control on sparql endpoint.
- #1214510 by linclark: Changed 'endpoint' property to 'uri' on endpoint objects.
- #1213192 by linclark: Changed SPARQL Registry field integration unnecessary.
- #847142 by linclark | JeremyFrench, stuarttaylor: Added error reporting to _sparql_request().
- #1212996 by scor: remove old code which was used to pass Drupal's prefixes to ARC2 SPARQL endpoint
Issue #1211898 by linclark: Changed API to take endpoint object instead of $endpoint + $options.
#1176844 by linclark: Changed Move sparql_endpoint_initialize() to main sparql module.
#1119490 by Remon: SPARQL endpoints registry redirects outside the admin area upon save
#1148258 by Remon: SPARQL Registry should validate that Endpoint is full URL
Issue #1177938 by cwells73: Clean up sparql.info.
Issue #1195840 by Remon: sparql_endpoint_initialize should take ['host'] into account
Issue #1178042 by scor: Fixed Align SPARQL endpoint module with the new rdfx API for build the RDF model.
Issue #1175628 by cwells73 | linclark: Remove crufty sparql.inc file.
1) Security fix that can lead to CSRF attacks. Upgrading to the latest version is strongly advised. See SA-CONTRIB-2012-075 - Take Control - Cross Site Request Forgery (CSRF) for more details.
2) #834464 by vincent: Fixed call-time pass-by-reference deprecated warning. Also, switched to 6.x-2.x branch for committing changes instead of the HEAD branch.
3) Support for Drupal installations not having clean urls enabled.
4) Code clean-up.
5) A couple of other minor fixes.