Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download views_datasource-7.x-1.0-alpha1.tar.gztar.gz 40.56 KB
MD5: db0dd45140fe6d7f590abc51e35ce585
SHA-1: 7d0a60dfa5b6d34ef2e40dd9ac31447e11d1513b
SHA-256: 0dbac89249266a114f1d300ca98f8ee96aba05056bc6eeff928cf9e2c222490f
Download views_datasource-7.x-1.0-alpha1.zipzip 67.11 KB
MD5: 85d1bf849619d97b939f6638f72422d4
SHA-1: cb9d6353189406e0e922d592ef900573f041ffa3
SHA-256: 80bef311814b5364f31784ce39e56dd7ef480a64c9b55586825bd755ef9e877d

Release notes

Its been a long time coming, but here is the first release of views datasource! Please test the alphas and submit bugs as you find them (preferably with patches ;))

Since 2012 the following has been done on the 7.x branch:

  • #2248017 by japerry, jamiehollern: Module views_xml disregards 0 (zero) values
  • #1786056 by japerry, cs_shadow, Turek: Notice: Use of undefined constant PHP_MAJOR_VERSION
  • Remove legacy ported code in views_json_init
  • Wrap json prefix from url in check_plain
  • #1319714 by jaymallison, Alexander Allen, bisonbleu: Fields with multiple values are not displayed
  • Reformat code to Drupal syntax standards
  • #2377489 by mattelkins_ip: Warning: Missing argument 2 for _views_json_encode_formatted()
  • #1857942 by anthonylindsay: Added dependency for xhtml module on xml module.
  • Added dependency for xhtml on xml module
  • #2337915 by yannickoo: Added Views API mode should be unchecked by default.
  • #2331329 by eugene.ilyin: Fixed Option "Numeric strings" of the json row style plugin is not working.
  • #2013226 by rsmylski | davidneedham: Make all title fields print single and double quotes instead of '.
  • #1915492 by rsmylski, lookatthosemoose, kriskhaira: deal with HTML entities in plaintext json output.
  • #2015037 by mfb: Output should be saved to drupal page cache (critical for high-traffic sites).
  • #1673488 by yannickoo, guile2912 | koobitor: Fixed JSONP has no dynamic callback.
  • #2010540 by makangus, yannickoo: Fixed JSONP Prefix should send application/javascript header.
  • #1613310 by AlexanderAllen: Remove hook_field_attach_load() and hook_field_attach_view_alter().
  • #1613310 by AlexanderAllen: Fix comment #10.
  • #1616674 by AlexanderAllen: Add "remove newline" option.
  • Synchronize 7.x-1.x branch with 1615256-video topical branch.
  • #1615256 by AlexanderAllen: Add support for Video field.
  • No need to pass $entities by reference.
  • Check for option arrays.
  • #1613344 by AlexanderAllen: Allow for more escaping options.
  • #1613310 by AlexanderAllen: Node fields without results are not displayed.
  • #1499518 by rooby: Zero (0) values in output result in no rows.
  • #1551016 by AlexanderAllen: Substitute drupal_set_header() with drupal_add_http_header().
  • Fix php notices about missing user name
Created by: japerry
Created on: 19 Dec 2014 at 05:51 UTC
Last updated: 13 Feb 2015 at 20:27 UTC
Bug fixes
New features

Other releases