CRM-13244 - ActionScheduleTmp - Move entity-specific parts to separate classes
authorTim Otten <totten@civicrm.org>
Tue, 4 Aug 2015 02:15:29 +0000 (19:15 -0700)
committerTim Otten <totten@civicrm.org>
Sun, 27 Sep 2015 01:59:35 +0000 (21:59 -0400)
commit46f5566cdbd45789a49e4f46803449283ab2f96f
tree202c6acf1431ea0fc7da2f3c7781e94fb25594b9
parentefc404541c06e47b7e11dd66b93322e13d336bb1
CRM-13244 - ActionScheduleTmp - Move entity-specific parts to separate classes
18 files changed:
CRM/Activity/ActionMapping.php
CRM/Activity/Tokens.php [new file with mode: 0644]
CRM/Admin/Form/ScheduleReminders.php
CRM/Contact/ActionMapping.php
CRM/Core/ActionScheduleTmp.php [deleted file]
CRM/Core/BAO/ActionSchedule.php
CRM/Event/ActionMapping.php
CRM/Event/BAO/Event.php
CRM/Event/Form/ManageEvent/ScheduleReminders.php
CRM/Event/Form/ManageEvent/TabHeader.php
CRM/Event/Page/ManageEvent.php
CRM/Event/Tokens.php [new file with mode: 0644]
CRM/Member/ActionMapping.php
CRM/Member/Tokens.php [new file with mode: 0644]
Civi/ActionSchedule/Event/MappingRegisterEvent.php
Civi/Core/Container.php
Civi/Token/AbstractTokenSubscriber.php [new file with mode: 0644]
tests/phpunit/api/v3/ActionScheduleTest.php