Releases for Views Datasource
views_datasource 6.x-1.0-alpha3
First released: October 7, 2009 - 15:33
Size: 21.13 KB
md5_file hash: d2b6535969d08ec27cec4c1cb11d1261
Last updated: October 7, 2009 - 15:37
Fixed:
http://drupal.org/node/557282
http://drupal.org/node/307223
http://drupal.org/node/306066
Added Atom renderer to views_xml. Added SIOC renderer to views_rdf. Added
hCalendar renderer to views_xhtml. Removed dependency of all plugins on
the 'unformatted' row plugin. To upgrade from the previous version you should
first disable the module, delete the previous version's files, place the new
version into the directory, then re-enable the module.
views_datasource 6.x-1.x-dev
First released: September 8, 2009 - 16:51
Size: 21.35 KB
md5_file hash: c9b9cb407831b655bbae03c34984391c
Last updated: November 2, 2009 - 00:20
This is a snapshot of the module develpment - should run without errors but features will be in flux.
views_datasource 5.x-1.0-alpha2
First released: July 9, 2008 - 23:08
Size: 52.9 KB
md5_file hash: 0f7be15e5c7130e518b32daecf9d72f1
Last updated: July 9, 2008 - 23:10
Exhibit JSON output now validates with the validator at
http://simile.mit.edu/babel/validator Added simple JSON support to views_json
Added views_rdf plugin with FOAF renderer. Added views_xhtml plugin with hCard
renderer.
views_datasource 6.x-1.0-alpha2
First released: July 9, 2008 - 07:07
Size: 14.57 KB
md5_file hash: 8935c6eef2e5b69c7b1db1ec436745b9
Last updated: July 9, 2008 - 07:10
Exhibit JSON output now validates with the validator at
http://simile.mit.edu/babel/validator Added simple JSON support to views_json
Added views_xml plugin with raw XML and OPML renderer. Added views_rdf plugin
with FOAF renderer. Added views_xhtml plugin with hCard renderer.
views_datasource 5.x-1.0-alpha1
First released: June 2, 2008 - 20:29
Size: 45.78 KB
md5_file hash: a429fe9dd02d5d6e9b0c510f2f74b72e
Last updated: June 2, 2008 - 20:31
This is a proof-of-concept release with working views_json and views_xml plugins for Drupal 5. The available formats are Exhibit JSON, OPML, and Raw XML.
views_datasource 6.x-1.0-alpha1
First released: May 25, 2008 - 08:05
Size: 9.14 KB
md5_file hash: e2010d60482c2710c89f0a488445eafb
Last updated: May 25, 2008 - 08:10
This is a proof-of-concept release with a working views_json plugin for Drupal 6. In the Views interface simply select the view style as JSON data document (Exhibit format only) and the row style as Unformatted (separator must be |). Because the template changes the page Content-type to text/javascript and immediately exits Drupal, the live preview will throw an error. This can be ignored; just save your view as a page and view it normally at the URL to get the JSON output. I forgot to remove a debug print statement at the top so you will see Array
(
[format] => Exhibit
)
before the JSON output.
Edit views-view-json.tpl.php and comment out the print_r($options); on line 17.
