-- CRM-13889 APIs for Dashboard, DashboardContact and new hook hook_civicrm_dashboard...
authorNileema <nileema@nileema.(none)>
Tue, 31 Dec 2013 06:52:30 +0000 (12:22 +0530)
committerNileema <nileema@nileema.(none)>
Tue, 31 Dec 2013 06:52:30 +0000 (12:22 +0530)
commit15d9b3ae22fdaa680a96725516334c693f4d9618
tree87c4e6c8e66db51273c90d64dbe33c3863ad86aa
parent72c9c889e2ab828c9026c40b6407535d5a371f8f
-- CRM-13889 APIs for Dashboard, DashboardContact and new hook hook_civicrm_dashboard_defaults

----------------------------------------
* CRM-13889: Add APIs for Dashboard and DashboardContact
  http://issues.civicrm.org/jira/browse/CRM-13889
CRM/Core/BAO/Dashboard.php
CRM/Utils/Hook.php
api/v3/Dashboard.php [new file with mode: 0644]
api/v3/DashboardContact.php [new file with mode: 0644]
sql/civicrm_generated.mysql
tests/phpunit/api/v3/DashboardContactTest.php [new file with mode: 0644]
tests/phpunit/api/v3/DashboardTest.php [new file with mode: 0644]
tests/phpunit/api/v3/SyntaxConformanceTest.php