CRM-18332 add first cut of api for revert actions
authoreileen <emcnaughton@wikimedia.org>
Thu, 31 Mar 2016 08:18:50 +0000 (21:18 +1300)
committerEileen <eileen@fuzion.co.nz>
Sat, 23 Apr 2016 03:51:11 +0000 (03:51 +0000)
commit93afbc3ad84dfc0e1f0e4f7c274b27db63cbe5e9
tree2045230fe32ccc371c76332d8ec8804ca6687ad6
parent5cb4bffc8148833b1edf8daf467fd714e08727b5
CRM-18332 add first cut of api for revert actions

Later I expect to add more parameters & deal with situation when log_date is not passed
CRM/Logging/Differ.php
CRM/Logging/ReportDetail.php
CRM/Logging/Reverter.php
CRM/Logging/Schema.php
api/v3/Logging.php [new file with mode: 0644]
api/v3/examples/Logging/Revert.php [new file with mode: 0644]
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/LoggingTest.php
tests/phpunit/api/v3/SyntaxConformanceTest.php