ZF-5190: Add support for the Google Health Data API to Zend_Gdata.
commitb96ea215a9ce5892b41712358714aba1613c1b37
authortjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Tue, 9 Dec 2008 05:40:30 +0000 (9 05:40 +0000)
committertjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Tue, 9 Dec 2008 05:40:30 +0000 (9 05:40 +0000)
tree67d477b9a777e6afc1969b5e2cdea23e2d355a13
parent744dd37c473434005190c66aaa8c49bb2914aa35
ZF-5190: Add support for the Google Health Data API to Zend_Gdata.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@13105 44c647ce-9c0f-0410-b52a-842ac1e357ba
34 files changed:
demos/Zend/Gdata/HealthSample.php [new file with mode: 0755]
documentation/manual/en/manual.xml.in
documentation/manual/en/module_specs/Zend_Gdata_Health.xml [new file with mode: 0755]
library/Zend/Gdata/Health.php [new file with mode: 0755]
library/Zend/Gdata/Health/Extension/Ccr.php [new file with mode: 0755]
library/Zend/Gdata/Health/ProfileEntry.php [new file with mode: 0755]
library/Zend/Gdata/Health/ProfileFeed.php [new file with mode: 0755]
library/Zend/Gdata/Health/ProfileListEntry.php [new file with mode: 0755]
library/Zend/Gdata/Health/ProfileListFeed.php [new file with mode: 0755]
library/Zend/Gdata/Health/Query.php [new file with mode: 0755]
tests/TestConfiguration.php.dist
tests/Zend/Gdata/AllTests.php
tests/Zend/Gdata/Health/ProfileEntryTest.php [new file with mode: 0755]
tests/Zend/Gdata/Health/ProfileFeedTest.php [new file with mode: 0755]
tests/Zend/Gdata/Health/ProfileListEntryTest.php [new file with mode: 0755]
tests/Zend/Gdata/Health/QueryTest.php [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_allergy0.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_allergy1.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_allergy_all.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_condition0.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_condition1.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_condition_all.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_just_ccr.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_medications0.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_medications1.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_medications2.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_medications3.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_medications_all.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileEntrySample_results0.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileFeedSample.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/TestDataHealthProfileListEntrySample.xml [new file with mode: 0755]
tests/Zend/Gdata/Health/_files/ccr_notice_sample.xml [new file with mode: 0755]
tests/Zend/Gdata/HealthOnlineTest.php [new file with mode: 0755]