INFRA-132 - Spaces around "."
authorTim Otten <totten@civicrm.org>
Wed, 7 Jan 2015 05:52:59 +0000 (21:52 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 7 Jan 2015 05:52:59 +0000 (21:52 -0800)
commit92fcb95fbd9114b128e44d19b8208e20e0ae3742
tree8056c309400a7c5c2ed7cb7396cea972fefd1b9a
parent481a74f476c945a324382bad34630d1a78d704c7
INFRA-132 - Spaces around "."
117 files changed:
CRM/ACL/Form/WordPress/Permissions.php
CRM/Activity/Import/Form/DataSource.php
CRM/Activity/Page/AJAX.php
CRM/Badge/Form/Layout.php
CRM/Batch/BAO/Batch.php
CRM/Batch/Form/Entry.php
CRM/Campaign/Page/DashBoard.php
CRM/Case/Form/CaseView.php
CRM/Contact/BAO/Group.php
CRM/Contact/BAO/Relationship.php
CRM/Contact/Form/Inline/Email.php
CRM/Contact/Form/Inline/IM.php
CRM/Contact/Form/Inline/OpenID.php
CRM/Contact/Form/Inline/Phone.php
CRM/Contact/Selector.php
CRM/Contribute/Form/AdditionalInfo.php
CRM/Contribute/Form/AdditionalPayment.php
CRM/Contribute/Form/Contribution/Main.php
CRM/Contribute/Form/ManagePremiums.php
CRM/Contribute/Form/Task/PDFLetterCommon.php
CRM/Contribute/Import/Form/DataSource.php
CRM/Contribute/Import/Form/MapField.php
CRM/Contribute/PseudoConstant.php
CRM/Core/BAO/ActionSchedule.php
CRM/Core/BAO/Navigation.php
CRM/Core/BAO/Setting.php
CRM/Core/BAO/Tag.php
CRM/Core/CodeGen/Main.php
CRM/Core/CodeGen/Specification.php
CRM/Core/CodeGen/Util/Template.php
CRM/Core/Error.php
CRM/Core/Form/RecurringEntity.php
CRM/Core/Form/Renderer.php
CRM/Core/Page/AJAX.php
CRM/Core/Payment/AuthorizeNetIPN.php
CRM/Core/Payment/BaseIPN.php
CRM/Core/Payment/PaymentExpress.php
CRM/Core/PseudoConstant.php
CRM/Core/Smarty/plugins/function.crmAPI.php
CRM/Core/Smarty/plugins/prefilter.resetExtScope.php
CRM/Custom/Import/Form/DataSource.php
CRM/Custom/Import/Parser/Api.php
CRM/Event/BAO/Query.php
CRM/Event/Cart/Form/Checkout/Payment.php
CRM/Event/Form/ManageEvent/Registration.php
CRM/Event/Form/ManageEvent/Repeat.php
CRM/Event/Form/Participant.php
CRM/Event/Form/ParticipantFeeSelection.php
CRM/Event/Import/Form/DataSource.php
CRM/Financial/BAO/ExportFormat.php
CRM/Financial/BAO/ExportFormat/CSV.php
CRM/Financial/BAO/ExportFormat/IIF.php
CRM/Financial/Form/FinancialBatch.php
CRM/Financial/Form/FinancialTypeAccount.php
CRM/Financial/Page/AJAX.php
CRM/Financial/Page/FinancialTypeAccount.php
CRM/Import/DataSource/CSV.php
CRM/Mailing/BAO/Mailing.php
CRM/Mailing/BAO/Query.php
CRM/Member/Form/Membership.php
CRM/Member/Form/MembershipBlock.php
CRM/Member/Import/Form/DataSource.php
CRM/Price/BAO/PriceField.php
CRM/Price/Form/Field.php
CRM/Profile/Page/MultipleRecordFieldsListing.php
CRM/Report/Form/Contact/LoggingSummary.php
CRM/Upgrade/Incremental/php/FourFour.php
CRM/Upgrade/Incremental/php/FourThree.php
CRM/Upgrade/Incremental/php/FourTwo.php
CRM/Utils/Cache/SerializeCache.php
CRM/Utils/Mail/EmailProcessor.php
CRM/Utils/PDF/Utils.php
CRM/Utils/REST.php
CRM/Utils/String.php
CRM/Utils/System/Joomla.php
api/v3/Contact.php
api/v3/Generic/Setvalue.php
api/v3/Profile.php
api/v3/utils.php
tests/phpunit/CRM/Contact/BAO/ContactType/ContactSearchTest.php
tests/phpunit/CRM/Contact/BAO/ContactType/ContactTypeTest.php
tests/phpunit/CRM/Core/ErrorTest.php
tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php
tests/phpunit/CRM/Extension/BrowserTest.php
tests/phpunit/CRM/Extension/ManagerTest.php
tests/phpunit/CRM/Financial/BAO/FinancialItemTest.php
tests/phpunit/CiviTest/CiviReportTestCase.php
tests/phpunit/WebTest/Activity/ContactContextAddTest.php
tests/phpunit/WebTest/Case/ActivityToCaseTest.php
tests/phpunit/WebTest/Case/AddCaseTypeTest.php
tests/phpunit/WebTest/Contact/AdvancedSearchedRelatedContactTest.php
tests/phpunit/WebTest/Contact/CustomDataAddTest.php
tests/phpunit/WebTest/Contact/GroupAddTest.php
tests/phpunit/WebTest/Contact/MergeContactsTest.php
tests/phpunit/WebTest/Contact/RelationshipAddTest.php
tests/phpunit/WebTest/Contribute/ContactContextAddTest.php
tests/phpunit/WebTest/Contribute/OnBehalfOfOrganization.php
tests/phpunit/WebTest/Contribute/StandaloneAddTest.php
tests/phpunit/WebTest/Contribute/UpdateContributionTest.php
tests/phpunit/WebTest/Event/AddEventTest.php
tests/phpunit/WebTest/Event/AddPricesetTest.php
tests/phpunit/WebTest/Event/ParticipantCountTest.php
tests/phpunit/WebTest/Event/PricesetMaxCountTest.php
tests/phpunit/WebTest/Event/TellAFriendTest.php
tests/phpunit/WebTest/Export/ContactTest.php
tests/phpunit/WebTest/Financial/FinancialAccountTest.php
tests/phpunit/WebTest/Financial/FinancialAccountTypeTest.php
tests/phpunit/WebTest/Import/AddressImportTest.php
tests/phpunit/WebTest/Member/OfflineMembershipAddPricesetTest.php
tests/phpunit/WebTest/Member/OnlineMembershipAddPricesetTest.php
tests/phpunit/WebTest/Member/StandaloneAddTest.php
tests/phpunit/WebTest/Profile/MultiRecordProfileAddTest.php
tests/phpunit/WebTest/Profile/SearchTest.php
tests/phpunit/WebTest/Report/LoggingReportTest.php
tests/phpunit/api/v3/ActionScheduleTest.php
tests/phpunit/api/v3/ReportTemplateTest.php
tests/phpunit/api/v3/TaxContributionPageTest.php