Andrew Hunt [Sun, 27 Apr 2014 20:56:59 +0000 (16:56 -0400)]
CRM-14528 http test returned 301 redirect to https://civicrm.org
----------------------------------------
* CRM-14528: CRM_Utils_HttpClientTest gets redirect instead of expected file
https://issues.civicrm.org/jira/browse/CRM-14528
Kurund Jalmi [Sun, 27 Apr 2014 20:41:53 +0000 (13:41 -0700)]
Merge pull request #2954 from freeform/CRM-14489
CRM-14489 - Removed protocol from language domain if it exists.
Lola Slade [Sun, 27 Apr 2014 20:25:34 +0000 (13:25 -0700)]
CRM-14489 - Changed new variable name to camel case.
Coleman Watts [Sun, 27 Apr 2014 20:19:30 +0000 (13:19 -0700)]
Merge branch '4.4' into master
Conflicts:
CRM/Core/BAO/CustomQuery.php
Lola Slade [Sun, 27 Apr 2014 20:16:10 +0000 (13:16 -0700)]
CRM-14489 - Removed protocol from language domain if it exists.
Eileen McNaughton [Sun, 27 Apr 2014 20:11:57 +0000 (13:11 -0700)]
Merge pull request #2950 from eileenmcnaughton/CRM-14522
CRM-14522 remove incorrect FK
Eileen McNaughton [Sun, 27 Apr 2014 20:10:58 +0000 (13:10 -0700)]
Merge pull request #2953 from eileenmcnaughton/CRM-14521
CRM-14521 test fix - since tax_rate only takes 2 digits only use 2 digits for float
Eileen McNaughton [Sun, 27 Apr 2014 20:02:31 +0000 (13:02 -0700)]
git formatting & comment fixes
Eileen McNaughton [Sun, 27 Apr 2014 19:14:30 +0000 (12:14 -0700)]
CRM-14521 test fix - since tax_rate only takes 2 digits only use 2 digits on float fields for easy test 'fix'
Eileen McNaughton [Sun, 27 Apr 2014 19:13:29 +0000 (12:13 -0700)]
code formatting
Eileen McNaughton [Sun, 27 Apr 2014 19:08:41 +0000 (12:08 -0700)]
Merge pull request #2952 from eileenmcnaughton/CRM-14521
CRM-14522 - test-api partial skip on ActivityContact on singleValueAlter...
Eileen McNaughton [Sun, 27 Apr 2014 18:56:28 +0000 (11:56 -0700)]
CRM-14522 - test-api partial skip on ActivityContact on singleValueAlter due to FK issue
dlobo [Sun, 27 Apr 2014 18:52:40 +0000 (11:52 -0700)]
Merge pull request #2792 from deepak-srivastava/dedupe-hooks
CRM-14413 - Dedupe hooks to make custom rules manageable thru UI + a flip hook
Eileen McNaughton [Sun, 27 Apr 2014 18:38:22 +0000 (11:38 -0700)]
comment fix
Eileen McNaughton [Sun, 27 Apr 2014 18:24:58 +0000 (11:24 -0700)]
comment block fixes
Eileen McNaughton [Sun, 27 Apr 2014 18:21:48 +0000 (11:21 -0700)]
CRM-14522 remove incorrect FK from message_template schema
Dave Greenberg [Sun, 27 Apr 2014 18:02:01 +0000 (11:02 -0700)]
Merge pull request #2949 from davecivicrm/CRM-13833
CRM-13833 - Fix help for separate PCP pane in add/edit contribution form.
Dave Greenberg [Sun, 27 Apr 2014 18:00:22 +0000 (11:00 -0700)]
Fix help for separate PCP pane in add/edit contribution form.
Dave Greenberg [Sun, 27 Apr 2014 17:18:48 +0000 (10:18 -0700)]
Merge pull request #2948 from davecivicrm/CRM-13764
CRM-13764 - change all instances of Delete Members to Delete Memberships...
Dave Greenberg [Sun, 27 Apr 2014 17:17:47 +0000 (10:17 -0700)]
CRM-13764 - change all instances of Delete Members to Delete Memberships.
----------------------------------------
* CRM-13764:
https://issues.civicrm.org/jira/browse/CRM-13764
Eileen McNaughton [Sun, 27 Apr 2014 07:48:25 +0000 (00:48 -0700)]
Merge pull request #2947 from eileenmcnaughton/merge-fix
Merge fix - membership api - merged incorrectly from 4.4 to master
Eileen McNaughton [Sun, 27 Apr 2014 07:45:51 +0000 (00:45 -0700)]
api -membership -fix comments
Eileen McNaughton [Sun, 27 Apr 2014 07:44:41 +0000 (00:44 -0700)]
fix incorrect merge on CRM-14389 membership api - add test for fix
Coleman Watts [Sun, 27 Apr 2014 05:46:39 +0000 (22:46 -0700)]
Add select2 to basic search
Coleman Watts [Sun, 27 Apr 2014 05:46:30 +0000 (22:46 -0700)]
Improve styling of forms
colemanw [Sun, 27 Apr 2014 05:36:28 +0000 (22:36 -0700)]
Merge pull request #2945 from colemanw/participant
Change participant role to select2
Coleman Watts [Sun, 27 Apr 2014 05:11:39 +0000 (22:11 -0700)]
Change participant role to select2
Coleman Watts [Sat, 26 Apr 2014 15:44:57 +0000 (08:44 -0700)]
Update qUnit api3 test
Kurund Jalmi [Fri, 25 Apr 2014 22:47:58 +0000 (15:47 -0700)]
Merge pull request #2944 from giant-rabbit/feature/ContactTest-fix
Feature/contact test fix
Anthony Nemirovsky [Fri, 25 Apr 2014 22:30:27 +0000 (15:30 -0700)]
Fix the retrieveContact test fail on asserting relatiotionship for current employer.
The test was checking for a relationship to an organization contact with an
ID of 1, but that was the ID of the individual contact record that's created
at the start of this test function. I've fixed this by explicitly creating a
organization contact and using that for the current employer relationship, so
we always know what the contact ID of the organization record will be.
This commit also adds a random string to the organization record's name to
ensure it's unique.
Anthony Nemirovsky [Fri, 25 Apr 2014 22:17:17 +0000 (15:17 -0700)]
Revert "Fix the retrieveContact test fail on asserting relatiotionship for current"
This reverts commit
900c5b9c341b8f5eeb346941da4ec891b02bb417.
Kurund Jalmi [Fri, 25 Apr 2014 21:52:38 +0000 (14:52 -0700)]
Merge pull request #2942 from jitendrapurohit/Event_Webtests
Web Test Fix
Kurund Jalmi [Fri, 25 Apr 2014 21:52:17 +0000 (14:52 -0700)]
Merge pull request #2943 from atif-shaikh/WebTextFix
WebText Fix related to Campain
Atif Shaikh [Fri, 25 Apr 2014 13:53:06 +0000 (19:23 +0530)]
WebTestFix Further Changes
Atif Shaikh [Fri, 25 Apr 2014 13:48:37 +0000 (19:18 +0530)]
WebtestFix Related to Campaign
jitendrapurohit [Fri, 25 Apr 2014 12:11:36 +0000 (17:41 +0530)]
Web Test Fix
pratik-joshi [Thu, 24 Apr 2014 16:24:06 +0000 (21:54 +0530)]
Merge pull request #2940 from pratik-joshi/CRM-13973-comment
CRM-13973 : minor fix
Pratik Joshi [Thu, 24 Apr 2014 16:21:50 +0000 (21:51 +0530)]
CRM-13973 : minor fix
Coleman Watts [Thu, 24 Apr 2014 05:01:40 +0000 (22:01 -0700)]
Api explorer - tweak style
Coleman Watts [Thu, 24 Apr 2014 04:54:27 +0000 (21:54 -0700)]
Api explorer - tweak defaults
Coleman Watts [Thu, 24 Apr 2014 04:44:23 +0000 (21:44 -0700)]
Api explorer - add options selector
Coleman Watts [Thu, 24 Apr 2014 03:33:09 +0000 (20:33 -0700)]
Api explorer - add return value selector
Anthony Nemirovsky [Wed, 23 Apr 2014 23:24:18 +0000 (16:24 -0700)]
Fix the retrieveContact test fail on asserting relatiotionship for current
employer.
The test was checking for a relationship to an organization contact with an
ID of 1, but that was the ID of the individual contact record that's created
at the start of this test function. I've fixed this by explicitly creating an
organization contact and using that for the current employer relationship, so
we always know what the contact ID of the organization record will be.
dlobo [Wed, 23 Apr 2014 16:27:36 +0000 (09:27 -0700)]
Merge pull request #2937 from seamuslee001/master
CRM-14505 Update CiviCRM API fix
seamuslee001 [Wed, 23 Apr 2014 16:12:18 +0000 (02:12 +1000)]
CRM-14505 Update CiviCRM API fix
Patch 4.5 code version with API dedupe rule fix as per Lobo's advice
Kurund Jalmi [Wed, 23 Apr 2014 16:08:13 +0000 (09:08 -0700)]
Merge pull request #2931 from pratik-joshi/CRM-14265-fix
CRM-14265
Kurund Jalmi [Wed, 23 Apr 2014 16:07:07 +0000 (09:07 -0700)]
Merge pull request #2934 from pratik-joshi/CRM-14436-fix
CRM-14436-fix
Kurund Jalmi [Wed, 23 Apr 2014 16:06:31 +0000 (09:06 -0700)]
Merge pull request #2936 from atif-shaikh/WebTextFix
Webtest Fix related to testCreateCampaign
colemanw [Wed, 23 Apr 2014 15:12:04 +0000 (08:12 -0700)]
Merge pull request #2935 from jitendrapurohit/Admin_Webtests
Web Test Fix
Atif Shaikh [Wed, 23 Apr 2014 14:53:08 +0000 (20:23 +0530)]
Webtest Fix related to testCreateCampaign
jitendrapurohit [Wed, 23 Apr 2014 12:12:42 +0000 (17:42 +0530)]
Web Test Fix
Pratik Joshi [Wed, 23 Apr 2014 11:21:20 +0000 (16:51 +0530)]
CRM-14436-fix : silly mistake, didn't included && inside if condition
Pratik Joshi [Wed, 23 Apr 2014 10:31:36 +0000 (16:01 +0530)]
CRM-14436-fix
pratik-joshi [Wed, 23 Apr 2014 08:16:22 +0000 (13:46 +0530)]
Merge pull request #2933 from pratik-joshi/CRM-14435
CRM-14435
Pratik Joshi [Wed, 23 Apr 2014 07:50:55 +0000 (13:20 +0530)]
CRM-14435
Pratik Joshi [Wed, 23 Apr 2014 06:22:23 +0000 (11:52 +0530)]
CRM-14265
Kurund Jalmi [Wed, 23 Apr 2014 05:05:56 +0000 (22:05 -0700)]
Merge pull request #2834 from pratik-joshi/CRM-14421
CRM-14421 : financial_type_id of contribution was not getting passed, so...
Kurund Jalmi [Wed, 23 Apr 2014 05:05:46 +0000 (22:05 -0700)]
Merge pull request #2927 from pratik-joshi/CRM-14269
CRM-14269 : as per the patch provide by eileen, a bit of improvement after select2 implementation
pratik-joshi [Wed, 23 Apr 2014 05:05:20 +0000 (10:35 +0530)]
Merge pull request #2923 from pratik-joshi/CRM-13973-comment
Crm 13973 #comment-59532
colemanw [Wed, 23 Apr 2014 04:10:17 +0000 (21:10 -0700)]
Merge pull request #2930 from colemanw/devel
Add developer docs and api explorer to menu
Coleman Watts [Wed, 23 Apr 2014 04:08:59 +0000 (21:08 -0700)]
Add developer docs and api explorer to menu
Kurund Jalmi [Tue, 22 Apr 2014 22:08:34 +0000 (15:08 -0700)]
Merge pull request #2929 from kurund/CRM-14463
typo fixes, CRM-14463
kurund [Tue, 22 Apr 2014 22:07:10 +0000 (15:07 -0700)]
typo fixes, CRM-14463
----------------------------------------
* CRM-14463: Custom address fields can't search by location type
https://issues.civicrm.org/jira/browse/CRM-14463
colemanw [Tue, 22 Apr 2014 19:57:39 +0000 (12:57 -0700)]
Merge pull request #2928 from jitendrapurohit/Activity_webtest
Web Test Fix
Coleman Watts [Tue, 22 Apr 2014 19:56:17 +0000 (12:56 -0700)]
Api Explorer - css tweak
jitendrapurohit [Tue, 22 Apr 2014 14:39:33 +0000 (20:09 +0530)]
Web Test Fix
Pratik Joshi [Tue, 22 Apr 2014 14:09:18 +0000 (19:39 +0530)]
CRM-14269 : as per the patch provide by eileen, a bit of improvement after select2 implementation
Pratik Joshi [Tue, 22 Apr 2014 08:45:36 +0000 (14:15 +0530)]
CRM-13973 : minor notice fix
Pratik Joshi [Mon, 21 Apr 2014 14:45:56 +0000 (20:15 +0530)]
CRM-13973-comment : we don't allow additional participant to record payment
Pratik Joshi [Mon, 21 Apr 2014 14:26:58 +0000 (19:56 +0530)]
CRM-13973-comment : pay later for additional participants
Pratik Joshi [Mon, 21 Apr 2014 08:52:16 +0000 (14:22 +0530)]
CRM-13973 -comment : additional participant fixes : additional payment form fixes, change selection link appearance, status updation upon completion of payment
Pratik Joshi [Sun, 20 Apr 2014 06:08:55 +0000 (11:38 +0530)]
CRM-13973-comment : fee amount block fix for change selection and edit/view particpant
colemanw [Tue, 22 Apr 2014 03:21:24 +0000 (20:21 -0700)]
Merge pull request #2925 from eileenmcnaughton/CRM-14501
CRM-14501 add contact to cache key to deal with inconsistent permissioning
colemanw [Tue, 22 Apr 2014 02:21:55 +0000 (19:21 -0700)]
Merge pull request #2924 from colemanw/explorer
Api explorer rewrite
Coleman Watts [Tue, 22 Apr 2014 02:16:31 +0000 (19:16 -0700)]
Api Explorer - dynamically fetch actions
Eileen McNaughton [Tue, 22 Apr 2014 00:02:30 +0000 (12:02 +1200)]
CRM-14501 add contact to cache key to deal with inconsistent permissioning
Eileen McNaughton [Tue, 22 Apr 2014 00:06:33 +0000 (12:06 +1200)]
remove trailing whitespace
Coleman Watts [Mon, 21 Apr 2014 22:06:19 +0000 (15:06 -0700)]
Api Explorer - add syntax highlighting
Coleman Watts [Mon, 21 Apr 2014 21:45:10 +0000 (14:45 -0700)]
Api Explorer - add support for chaining
Coleman Watts [Mon, 21 Apr 2014 06:19:00 +0000 (23:19 -0700)]
Api Explorer - rewrite for 4.5
Dave Greenberg [Mon, 21 Apr 2014 16:09:51 +0000 (09:09 -0700)]
Merge pull request #2889 from atif-shaikh/CRM-13833
CRM-13833 Further Improvements
kurund [Mon, 21 Apr 2014 15:51:45 +0000 (08:51 -0700)]
Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-04-21-08-12-12
Conflicts:
CRM/Contact/Page/AJAX.php
CRM/Core/Payment.php
CRM/Event/Form/Registration/Register.php
api/v3/Membership.php
api/v3/utils.php
sql/civicrm_generated.mysql
xml/version.xml
colemanw [Mon, 21 Apr 2014 14:12:51 +0000 (07:12 -0700)]
Merge pull request #2922 from jitendrapurohit/Pledge_Webtest
Web Test Fix
jitendrapurohit [Mon, 21 Apr 2014 13:57:17 +0000 (19:27 +0530)]
Web Test Fix
Coleman Watts [Mon, 21 Apr 2014 06:18:37 +0000 (23:18 -0700)]
API - Cleanup getfield return values
colemanw [Mon, 21 Apr 2014 05:55:05 +0000 (22:55 -0700)]
Merge pull request #2919 from NileemaJadhav/HR-316
Add region to Case Activity form
Nileema [Mon, 21 Apr 2014 05:51:57 +0000 (11:21 +0530)]
HR-316 region name modification
Atif Shaikh [Mon, 21 Apr 2014 05:22:52 +0000 (10:52 +0530)]
CRM-13833 Further Enhancements
----------------------------------------
* CRM-13833: Implement Soft Credit Types
https://issues.civicrm.org/jira/browse/CRM-13833
Nileema [Fri, 18 Apr 2014 14:59:33 +0000 (20:29 +0530)]
Add region to Case Activity form
Coleman Watts [Mon, 21 Apr 2014 01:14:00 +0000 (18:14 -0700)]
API - Pass 'sequential' option from getfields to getoptions
Coleman Watts [Sun, 20 Apr 2014 17:23:25 +0000 (10:23 -0700)]
Api Explorer - cleanup & fixes
Coleman Watts [Sun, 20 Apr 2014 16:47:42 +0000 (09:47 -0700)]
Api Explorer - code cleanup
colemanw [Sun, 20 Apr 2014 00:20:29 +0000 (17:20 -0700)]
Merge pull request #2845 from elcapo/activity-contact-api
Create new API entity: ActivityContact (#CRM-14414)
pratik-joshi [Fri, 18 Apr 2014 14:29:42 +0000 (19:59 +0530)]
Merge pull request #2917 from jitendrapurohit/Contact_Web_Fixes
Web Test Fix
pratik-joshi [Fri, 18 Apr 2014 14:29:02 +0000 (19:59 +0530)]
Merge pull request #2918 from atif-shaikh/WebTextFix
WebTestFixes related to testCreateCampaign
Atif Shaikh [Fri, 18 Apr 2014 14:10:40 +0000 (19:40 +0530)]
WebTestFixes related to testCreateCampaign
jitendrapurohit [Fri, 18 Apr 2014 12:21:20 +0000 (17:51 +0530)]
Web Test Fix
Kurund Jalmi [Fri, 18 Apr 2014 05:22:24 +0000 (22:22 -0700)]
Merge pull request #2915 from yashodha/HR-330
save filter and grouping from xml to case type
yashodha [Fri, 18 Apr 2014 05:34:18 +0000 (11:04 +0530)]
save filter and grouping from xml to case type
Kurund Jalmi [Fri, 18 Apr 2014 05:22:06 +0000 (22:22 -0700)]
Merge pull request #2900 from yashodha/HR-324
HR-324 : add filter to case type