api4 - Import CRM/, Civi/, templates/, ang/, css/, js/, xml/menu
authorCiviCRM <info@civicrm.org>
Sun, 15 Sep 2019 03:48:45 +0000 (23:48 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 17 Sep 2019 03:11:09 +0000 (23:11 -0400)
commit19b53e5b6c7ff859e40d1750def795e5968f45b1
treeb9282ab6dff0ee901cc5264f92197c807352e3be
parentcaaeea398a64d98c026f467f654ca727968eb0ad
api4 - Import CRM/, Civi/, templates/, ang/, css/, js/, xml/menu
255 files changed:
CRM/Api4/Page/AJAX.php [new file with mode: 0644]
CRM/Api4/Page/Api4Explorer.php [new file with mode: 0644]
CRM/Api4/Services.php [new file with mode: 0644]
CRM/Core/xml/Menu/Api4.xml [new file with mode: 0644]
Civi/Api4/ACL.php [new file with mode: 0644]
Civi/Api4/Action/Address/AddressSaveTrait.php [new file with mode: 0644]
Civi/Api4/Action/Address/Create.php [new file with mode: 0644]
Civi/Api4/Action/Address/Save.php [new file with mode: 0644]
Civi/Api4/Action/Address/Update.php [new file with mode: 0644]
Civi/Api4/Action/Campaign/Get.php [new file with mode: 0644]
Civi/Api4/Action/Contact/GetChecksum.php [new file with mode: 0644]
Civi/Api4/Action/Contact/GetFields.php [new file with mode: 0644]
Civi/Api4/Action/Contact/ValidateChecksum.php [new file with mode: 0644]
Civi/Api4/Action/CustomValue/Create.php [new file with mode: 0644]
Civi/Api4/Action/CustomValue/Delete.php [new file with mode: 0644]
Civi/Api4/Action/CustomValue/Get.php [new file with mode: 0644]
Civi/Api4/Action/CustomValue/GetActions.php [new file with mode: 0644]
Civi/Api4/Action/CustomValue/GetFields.php [new file with mode: 0644]
Civi/Api4/Action/CustomValue/Replace.php [new file with mode: 0644]
Civi/Api4/Action/CustomValue/Save.php [new file with mode: 0644]
Civi/Api4/Action/CustomValue/Update.php [new file with mode: 0644]
Civi/Api4/Action/Domain/Get.php [new file with mode: 0644]
Civi/Api4/Action/Entity/Get.php [new file with mode: 0644]
Civi/Api4/Action/Entity/GetLinks.php [new file with mode: 0644]
Civi/Api4/Action/Event/Get.php [new file with mode: 0644]
Civi/Api4/Action/GetActions.php [new file with mode: 0644]
Civi/Api4/Action/GroupContact/Create.php [new file with mode: 0644]
Civi/Api4/Action/GroupContact/GroupContactSaveTrait.php [new file with mode: 0644]
Civi/Api4/Action/GroupContact/Save.php [new file with mode: 0644]
Civi/Api4/Action/GroupContact/Update.php [new file with mode: 0644]
Civi/Api4/Action/Relationship/Get.php [new file with mode: 0644]
Civi/Api4/Action/Setting/AbstractSettingAction.php [new file with mode: 0644]
Civi/Api4/Action/Setting/Get.php [new file with mode: 0644]
Civi/Api4/Action/Setting/GetFields.php [new file with mode: 0644]
Civi/Api4/Action/Setting/Revert.php [new file with mode: 0644]
Civi/Api4/Action/Setting/Set.php [new file with mode: 0644]
Civi/Api4/Action/System/Check.php [new file with mode: 0644]
Civi/Api4/Action/System/Flush.php [new file with mode: 0644]
Civi/Api4/ActionSchedule.php [new file with mode: 0644]
Civi/Api4/Activity.php [new file with mode: 0644]
Civi/Api4/ActivityContact.php [new file with mode: 0644]
Civi/Api4/Address.php [new file with mode: 0644]
Civi/Api4/Campaign.php [new file with mode: 0644]
Civi/Api4/Contact.php [new file with mode: 0644]
Civi/Api4/ContactType.php [new file with mode: 0644]
Civi/Api4/Contribution.php [new file with mode: 0644]
Civi/Api4/ContributionPage.php [new file with mode: 0644]
Civi/Api4/CustomField.php [new file with mode: 0644]
Civi/Api4/CustomGroup.php [new file with mode: 0644]
Civi/Api4/CustomValue.php [new file with mode: 0644]
Civi/Api4/Domain.php [new file with mode: 0644]
Civi/Api4/Email.php [new file with mode: 0644]
Civi/Api4/Entity.php [new file with mode: 0644]
Civi/Api4/EntityTag.php [new file with mode: 0644]
Civi/Api4/Event.php [new file with mode: 0644]
Civi/Api4/Event/Events.php [new file with mode: 0644]
Civi/Api4/Event/GetSpecEvent.php [new file with mode: 0644]
Civi/Api4/Event/PostSelectQueryEvent.php [new file with mode: 0644]
Civi/Api4/Event/SchemaMapBuildEvent.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/ActivityPreCreationSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/ActivitySchemaMapSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/ContactPreSaveSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/ContactSchemaMapSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/ContributionPreSaveSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/CustomFieldPreSaveSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/CustomGroupPreCreationSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/Generic/AbstractPrepareSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/Generic/PreCreationSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/Generic/PreSaveSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/IsCurrentSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/OptionValuePreCreationSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/PermissionCheckSubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/PostSelectQuerySubscriber.php [new file with mode: 0644]
Civi/Api4/Event/Subscriber/ValidateFieldsSubscriber.php [new file with mode: 0644]
Civi/Api4/Generic/AbstractAction.php [new file with mode: 0644]
Civi/Api4/Generic/AbstractBatchAction.php [new file with mode: 0644]
Civi/Api4/Generic/AbstractCreateAction.php [new file with mode: 0644]
Civi/Api4/Generic/AbstractEntity.php [new file with mode: 0644]
Civi/Api4/Generic/AbstractGetAction.php [new file with mode: 0644]
Civi/Api4/Generic/AbstractQueryAction.php [new file with mode: 0644]
Civi/Api4/Generic/AbstractSaveAction.php [new file with mode: 0644]
Civi/Api4/Generic/AbstractUpdateAction.php [new file with mode: 0644]
Civi/Api4/Generic/BasicBatchAction.php [new file with mode: 0644]
Civi/Api4/Generic/BasicCreateAction.php [new file with mode: 0644]
Civi/Api4/Generic/BasicGetAction.php [new file with mode: 0644]
Civi/Api4/Generic/BasicGetFieldsAction.php [new file with mode: 0644]
Civi/Api4/Generic/BasicReplaceAction.php [new file with mode: 0644]
Civi/Api4/Generic/BasicSaveAction.php [new file with mode: 0644]
Civi/Api4/Generic/BasicUpdateAction.php [new file with mode: 0644]
Civi/Api4/Generic/DAOCreateAction.php [new file with mode: 0644]
Civi/Api4/Generic/DAODeleteAction.php [new file with mode: 0644]
Civi/Api4/Generic/DAOEntity.php [new file with mode: 0644]
Civi/Api4/Generic/DAOGetAction.php [new file with mode: 0644]
Civi/Api4/Generic/DAOGetFieldsAction.php [new file with mode: 0644]
Civi/Api4/Generic/DAOSaveAction.php [new file with mode: 0644]
Civi/Api4/Generic/DAOUpdateAction.php [new file with mode: 0644]
Civi/Api4/Generic/Result.php [new file with mode: 0644]
Civi/Api4/Generic/Traits/ArrayQueryActionTrait.php [new file with mode: 0644]
Civi/Api4/Generic/Traits/CustomValueActionTrait.php [new file with mode: 0644]
Civi/Api4/Generic/Traits/DAOActionTrait.php [new file with mode: 0644]
Civi/Api4/Generic/Traits/IsCurrentTrait.php [new file with mode: 0644]
Civi/Api4/Group.php [new file with mode: 0644]
Civi/Api4/GroupContact.php [new file with mode: 0644]
Civi/Api4/GroupNesting.php [new file with mode: 0644]
Civi/Api4/GroupOrganization.php [new file with mode: 0644]
Civi/Api4/IM.php [new file with mode: 0644]
Civi/Api4/LocationType.php [new file with mode: 0644]
Civi/Api4/MailSettings.php [new file with mode: 0644]
Civi/Api4/Mapping.php [new file with mode: 0644]
Civi/Api4/MappingField.php [new file with mode: 0644]
Civi/Api4/Navigation.php [new file with mode: 0644]
Civi/Api4/Note.php [new file with mode: 0644]
Civi/Api4/OpenID.php [new file with mode: 0644]
Civi/Api4/OptionGroup.php [new file with mode: 0644]
Civi/Api4/OptionValue.php [new file with mode: 0644]
Civi/Api4/Participant.php [new file with mode: 0644]
Civi/Api4/Phone.php [new file with mode: 0644]
Civi/Api4/Provider/ActionObjectProvider.php [new file with mode: 0644]
Civi/Api4/Query/Api4SelectQuery.php [new file with mode: 0644]
Civi/Api4/Relationship.php [new file with mode: 0644]
Civi/Api4/RelationshipType.php [new file with mode: 0644]
Civi/Api4/Result/ReplaceResult.php [new file with mode: 0644]
Civi/Api4/Route.php [new file with mode: 0644]
Civi/Api4/Service/Schema/Joinable/ActivityToActivityContactAssigneesJoinable.php [new file with mode: 0644]
Civi/Api4/Service/Schema/Joinable/BridgeJoinable.php [new file with mode: 0644]
Civi/Api4/Service/Schema/Joinable/CustomGroupJoinable.php [new file with mode: 0644]
Civi/Api4/Service/Schema/Joinable/Joinable.php [new file with mode: 0644]
Civi/Api4/Service/Schema/Joinable/OptionValueJoinable.php [new file with mode: 0644]
Civi/Api4/Service/Schema/Joiner.php [new file with mode: 0644]
Civi/Api4/Service/Schema/SchemaMap.php [new file with mode: 0644]
Civi/Api4/Service/Schema/SchemaMapBuilder.php [new file with mode: 0644]
Civi/Api4/Service/Schema/Table.php [new file with mode: 0644]
Civi/Api4/Service/Spec/CustomFieldSpec.php [new file with mode: 0644]
Civi/Api4/Service/Spec/FieldSpec.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/ACLCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/ActionScheduleCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/ActivityCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/AddressCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/CampaignCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/ContactCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/ContactTypeCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/ContributionCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/CustomFieldCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/CustomGroupCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/CustomValueSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/DefaultLocationTypeProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/DomainCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/EmailCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/EntityTagCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/EventCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/Generic/SpecProviderInterface.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/GetActionDefaultsProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/GroupCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/MappingCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/NavigationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/NoteCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/OptionValueCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/PhoneCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/RelationshipTypeCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/StatusPreferenceCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/TagCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/UFFieldCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/Provider/UFMatchCreationSpecProvider.php [new file with mode: 0644]
Civi/Api4/Service/Spec/RequestSpec.php [new file with mode: 0644]
Civi/Api4/Service/Spec/SpecFormatter.php [new file with mode: 0644]
Civi/Api4/Service/Spec/SpecGatherer.php [new file with mode: 0644]
Civi/Api4/Setting.php [new file with mode: 0644]
Civi/Api4/StatusPreference.php [new file with mode: 0644]
Civi/Api4/System.php [new file with mode: 0644]
Civi/Api4/Tag.php [new file with mode: 0644]
Civi/Api4/UFField.php [new file with mode: 0644]
Civi/Api4/UFGroup.php [new file with mode: 0644]
Civi/Api4/UFJoin.php [new file with mode: 0644]
Civi/Api4/UFMatch.php [new file with mode: 0644]
Civi/Api4/Utils/ActionUtil.php [new file with mode: 0644]
Civi/Api4/Utils/ArrayInsertionUtil.php [new file with mode: 0644]
Civi/Api4/Utils/CoreUtil.php [new file with mode: 0644]
Civi/Api4/Utils/FormattingUtil.php [new file with mode: 0644]
Civi/Api4/Utils/ReflectionUtils.php [new file with mode: 0644]
Civi/Api4/Website.php [new file with mode: 0644]
Civi/Api4/services.xml [new file with mode: 0644]
ang/api4.ang.php [new file with mode: 0644]
ang/api4.js [new file with mode: 0644]
ang/api4/crmApi4.js [new file with mode: 0644]
ang/api4Explorer.ang.php [new file with mode: 0644]
ang/api4Explorer.js [new file with mode: 0644]
ang/api4Explorer/Chain.html [new file with mode: 0644]
ang/api4Explorer/Explorer.html [new file with mode: 0644]
ang/api4Explorer/Explorer.js [new file with mode: 0644]
ang/api4Explorer/WhereClause.html [new file with mode: 0644]
css/api4-explorer.css [new file with mode: 0644]
js/load-bootstrap.js [new file with mode: 0644]
templates/CRM/Api4/Page/Api4Explorer.tpl [new file with mode: 0644]
tests/phpunit/api/v4/Action/BaseCustomValueTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/BasicActionsTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/BasicCustomFieldTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/ChainTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/ComplexQueryTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/ContactApiKeyTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/ContactChecksumTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/ContactGetTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/CreateCustomValueTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/CreateWithOptionGroupTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/CurrentFilterTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/CustomValuePerformanceTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/CustomValueTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/DateTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/EvaluateConditionTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/ExtendFromIndividualTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/FkJoinTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/GetExtraFieldsTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/GetFromArrayTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/IndexTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/NullValueTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/ReplaceTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/RequiredFieldTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/UpdateContactTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/UpdateCustomValueTest.php [new file with mode: 0644]
tests/phpunit/api/v4/AllTests.php [new file with mode: 0644]
tests/phpunit/api/v4/DataSets/ConformanceTest.json [new file with mode: 0644]
tests/phpunit/api/v4/DataSets/DefaultDataSet.json [new file with mode: 0644]
tests/phpunit/api/v4/DataSets/MultiContactMultiEmail.json [new file with mode: 0644]
tests/phpunit/api/v4/DataSets/SingleContact.json [new file with mode: 0644]
tests/phpunit/api/v4/Entity/ConformanceTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Entity/ContactJoinTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Entity/EntityTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Entity/ParticipantTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Entity/RouteTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Entity/SettingTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Mock/Api4/Action/MockArrayEntity/Get.php [new file with mode: 0644]
tests/phpunit/api/v4/Mock/Api4/MockArrayEntity.php [new file with mode: 0644]
tests/phpunit/api/v4/Mock/Api4/MockBasicEntity.php [new file with mode: 0644]
tests/phpunit/api/v4/Mock/MockEntityDataStorage.php [new file with mode: 0644]
tests/phpunit/api/v4/Mock/MockV4ReflectionBase.php [new file with mode: 0644]
tests/phpunit/api/v4/Mock/MockV4ReflectionChild.php [new file with mode: 0644]
tests/phpunit/api/v4/Mock/MockV4ReflectionGrandchild.php [new file with mode: 0644]
tests/phpunit/api/v4/Query/Api4SelectQueryComplexJoinTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Query/Api4SelectQueryTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Query/OneToOneJoinTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Query/OptionValueJoinTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Query/SelectQueryMultiJoinTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Service/Schema/SchemaMapRealTableTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Service/Schema/SchemaMapperTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Service/TestCreationParameterProvider.php [new file with mode: 0644]
tests/phpunit/api/v4/Spec/RequestSpecTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Spec/SpecFormatterTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Spec/SpecGathererTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Traits/OptionCleanupTrait.php [new file with mode: 0644]
tests/phpunit/api/v4/Traits/QueryCounterTrait.php [new file with mode: 0644]
tests/phpunit/api/v4/Traits/TableDropperTrait.php [new file with mode: 0644]
tests/phpunit/api/v4/Traits/TestDataLoaderTrait.php [new file with mode: 0644]
tests/phpunit/api/v4/UnitTestCase.php [new file with mode: 0644]
tests/phpunit/api/v4/Utils/ArrayInsertionServiceTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Utils/ReflectionUtilsTest.php [new file with mode: 0644]
tests/phpunit/api/v4/services.xml [new file with mode: 0644]