Dave Greenberg [Sat, 4 May 2013 17:57:23 +0000 (10:57 -0700)]
Remove social network block from Main.tpl and modify help text on configure title and settings page.
colemanw [Fri, 3 May 2013 05:27:09 +0000 (22:27 -0700)]
Merge pull request #633 from dlobo/FormattingFixes
fix formatting and add comments
Donald A. Lobo [Fri, 3 May 2013 04:20:22 +0000 (21:20 -0700)]
fix formatting and add comments
CiviCRM [Thu, 2 May 2013 21:00:39 +0000 (14:00 -0700)]
Update version to 4.3.3
Kurund Jalmi [Thu, 2 May 2013 20:37:26 +0000 (13:37 -0700)]
Merge pull request #625 from kurund/upgrade-fixes
fixed upgrade issue
Kurund Jalmi [Thu, 2 May 2013 20:35:46 +0000 (13:35 -0700)]
fixed upgrade issue
colemanw [Thu, 2 May 2013 19:53:33 +0000 (12:53 -0700)]
Merge pull request #624 from colemanw/testFix
Fix is_primary handling
Coleman Watts [Thu, 2 May 2013 19:53:03 +0000 (12:53 -0700)]
Fix is_primary handling
Kurund Jalmi [Thu, 2 May 2013 15:55:28 +0000 (08:55 -0700)]
Merge pull request #620 from pratik-joshi/webtest-fixes
this webtest fix is WRT https://github.com/agh1/civicrm-core/commit/4dfc...
Pratik Joshi [Thu, 2 May 2013 10:05:48 +0000 (15:35 +0530)]
this webtest fix is WRT https://github.com/agh1/civicrm-core/commit/
4dfcb7f8 this commit
Kurund Jalmi [Thu, 2 May 2013 07:29:38 +0000 (00:29 -0700)]
Merge pull request #615 from pratik-joshi/CRM-12378
CRM-12378 a new webtest helper function introduction which can help dete...
Kurund Jalmi [Wed, 1 May 2013 23:13:11 +0000 (16:13 -0700)]
Merge pull request #607 from totten/colbyw-rest
Add test case for REST interface
Kurund Jalmi [Wed, 1 May 2013 21:09:00 +0000 (14:09 -0700)]
Merge pull request #605 from kurund/CRM-12452
refixed CRM-12452, normal new contact widget was broken
Kurund Jalmi [Wed, 1 May 2013 21:07:40 +0000 (14:07 -0700)]
refixed CRM-12452, normal new contact widget was broken
Kurund Jalmi [Wed, 1 May 2013 20:34:58 +0000 (13:34 -0700)]
Merge pull request #585 from agh1/fintyperel-relfirst
Put relationship ahead of account name in assigned financial accounts page (CRM-12474)
Kurund Jalmi [Wed, 1 May 2013 20:33:44 +0000 (13:33 -0700)]
Merge pull request #598 from dlobo/CRM-12488
CRM-12488
Kurund Jalmi [Wed, 1 May 2013 20:32:24 +0000 (13:32 -0700)]
Merge pull request #601 from dlobo/CRM-12475
CRM-12475
Kurund Jalmi [Wed, 1 May 2013 19:48:28 +0000 (12:48 -0700)]
Merge pull request #586 from yashodha/CRM-12401-reminder
CRM-12401
Donald A. Lobo [Wed, 1 May 2013 15:50:46 +0000 (08:50 -0700)]
CRM-12475
----------------------------------------
* CRM-12475: Advanced search for CiviCRM ID fails
http://issues.civicrm.org/jira/browse/CRM-12475
Tim Otten [Wed, 1 May 2013 06:19:59 +0000 (23:19 -0700)]
RestTest - Add test case for ping
Donald A. Lobo [Wed, 1 May 2013 05:03:02 +0000 (22:03 -0700)]
CRM-12488
----------------------------------------
* CRM-12488: CiviMail delivers only 10 emails on the first round
http://issues.civicrm.org/jira/browse/CRM-12488
Donald A. Lobo [Wed, 1 May 2013 05:00:31 +0000 (22:00 -0700)]
CRM-12488
----------------------------------------
* CRM-12488: CiviMail delivers only 10 emails on the first round
http://issues.civicrm.org/jira/browse/CRM-12488
Tim Otten [Wed, 1 May 2013 01:56:42 +0000 (18:56 -0700)]
RestTest - Add test cases for omitted api_key. Tweak comments.
Tim Otten [Wed, 1 May 2013 01:06:55 +0000 (18:06 -0700)]
RestTest - Reformat and split testNotCMSUser in two.
The error expected for testNotCMSUser is currently produced for
"?q=civicrm/$entity/$action" but not "?entity=$x&action=$x", so we should be
testing both situations.
Tim Otten [Wed, 1 May 2013 00:57:42 +0000 (17:57 -0700)]
RestTest - Test q=contact/$entity/$action syntax. Test calls with bad entities.
Tim Otten [Wed, 1 May 2013 00:32:14 +0000 (17:32 -0700)]
CiviSeleniumSettings - Add adminApiKey
RestTest - Use adminApiKey. Comment out test-cases for deprecated/dead functionality. Simplify/patch remaining test-cases.
Tim Otten [Tue, 30 Apr 2013 22:33:19 +0000 (15:33 -0700)]
RestTest - Move code from setUp() to _setUpAdminSessionIdAndApiKey(). Keep current behavior, but make it easier to change on per-test basis.
dlobo [Tue, 30 Apr 2013 22:25:57 +0000 (15:25 -0700)]
Merge pull request #587 from dlobo/FormattingFixes
formatting fixes
Donald A. Lobo [Tue, 30 Apr 2013 22:19:30 +0000 (15:19 -0700)]
formatting fixes
yashodha [Tue, 30 Apr 2013 21:58:25 +0000 (03:28 +0530)]
CRM-12401
Tim Otten [Tue, 30 Apr 2013 20:07:14 +0000 (13:07 -0700)]
RestTest - Formatting
Tim Otten [Tue, 30 Apr 2013 20:06:46 +0000 (13:06 -0700)]
RestTest - Simplify test for property "siteKey" settings
Tim Otten [Tue, 30 Apr 2013 20:00:25 +0000 (13:00 -0700)]
WebTest_Utils_RestTest - s/assertAPIEquals/assertAPIErrorCode/
Tim Otten [Tue, 30 Apr 2013 19:58:18 +0000 (12:58 -0700)]
CRM_Utils_REST - Fix PHP 5.4 error
Tim Otten [Tue, 30 Apr 2013 19:56:04 +0000 (12:56 -0700)]
CiviSeleniumSettings - Use and document "siteKey" (instead of "sitekey")
Andrew Hunt [Tue, 30 Apr 2013 19:41:47 +0000 (15:41 -0400)]
put relationship ahead of account name
Colby Warkentin [Thu, 25 Apr 2013 00:36:47 +0000 (17:36 -0700)]
CRM-12412 - Implemented unit tests for REST interface authorization
----------------------------------------
* CRM-12412: Implement unit tests for REST interface
http://issues.civicrm.org/jira/browse/CRM-12412
Colby Warkentin [Tue, 23 Apr 2013 23:21:46 +0000 (16:21 -0700)]
CRM-12413 - Return an error when api-key does not have an associated CMS user
----------------------------------------
* CRM-12413: CiviCRM does not error on an api-key given through the REST interface that is not connected to a CMS user
http://issues.civicrm.org/jira/browse/CRM-12413
Kurund Jalmi [Tue, 30 Apr 2013 17:44:14 +0000 (10:44 -0700)]
Merge pull request #567 from dlobo/CRM-12452
CRM-12452
dlobo [Tue, 30 Apr 2013 17:41:28 +0000 (10:41 -0700)]
Merge pull request #582 from agh1/financial-types-message-4.3
clarify help text for financial accounts and types (CRM-12473)
dlobo [Tue, 30 Apr 2013 17:41:06 +0000 (10:41 -0700)]
Merge pull request #559 from agh1/2nd-membership-warning
Clarify warning for creating duplicate membership
Andrew Hunt [Tue, 30 Apr 2013 17:19:17 +0000 (13:19 -0400)]
clarify help text for fin accts and types
agh1 [Tue, 30 Apr 2013 17:12:01 +0000 (14:12 -0300)]
minor style changes
agh1 [Tue, 30 Apr 2013 17:10:25 +0000 (14:10 -0300)]
Style changes
dlobo [Tue, 30 Apr 2013 17:01:09 +0000 (10:01 -0700)]
Merge pull request #571 from agh1/bring-back-edit-petition
Edit Petition restored to as it was in 4.2
dlobo [Tue, 30 Apr 2013 16:59:52 +0000 (09:59 -0700)]
Merge pull request #575 from eileenmcnaughton/4.3
CRM-12468 preliminary tidy up - whitespace, missing ts
Pratik Joshi [Tue, 30 Apr 2013 13:13:43 +0000 (18:43 +0530)]
CRM-12378 a new webtest helper function introduction which can help detect break mentioned in CRM-12331
eileen [Tue, 30 Apr 2013 04:26:13 +0000 (16:26 +1200)]
CRM-12468 add pledge next scheduled date filter
eileen [Tue, 30 Apr 2013 03:34:30 +0000 (15:34 +1200)]
CRM-12468 whitespace
eileen [Tue, 30 Apr 2013 01:07:33 +0000 (13:07 +1200)]
CRM-12468 preliminary tidy up - whitespace, missing ts
Kurund Jalmi [Mon, 29 Apr 2013 22:13:52 +0000 (15:13 -0700)]
Merge pull request #574 from twomice/CRM-12460
CRM-12460
Kurund Jalmi [Mon, 29 Apr 2013 22:12:58 +0000 (15:12 -0700)]
Merge pull request #573 from dlobo/CRM-12457
CRM-12457
AS [Mon, 29 Apr 2013 21:56:33 +0000 (14:56 -0700)]
CRM-12460
Fixed: phpunit doesn't get mysql password from civicrm.settings.local.php
----------------------------------------
* CRM-12460: phpunit doesn't get mysql password from civicrm.settings.local.php
http://issues.civicrm.org/jira/browse/CRM-12460
Donald A. Lobo [Mon, 29 Apr 2013 21:44:58 +0000 (14:44 -0700)]
CRM-12457
----------------------------------------
* CRM-12457: Typo - 'Succesful' is spelled 'Successful'
http://issues.civicrm.org/jira/browse/CRM-12457
colemanw [Mon, 29 Apr 2013 21:30:24 +0000 (14:30 -0700)]
Merge pull request #561 from totten/upgrade-finish-reload
CRM-12371 - Don't show errors if admin refreshes post-upgrade screen.
Tim Otten [Mon, 29 Apr 2013 20:57:39 +0000 (13:57 -0700)]
Merge pull request #572 from totten/hook-errors-redux
CRM-12370 - Fix another regression from new hook code
Tim Otten [Mon, 29 Apr 2013 20:52:39 +0000 (13:52 -0700)]
CRM-12370 - Code style
----------------------------------------
* CRM-12370: CRM_Utils_Hook::requireCiviModules() assigns infinite weight to extensions
http://issues.civicrm.org/jira/browse/CRM-12370
Tim Otten [Mon, 29 Apr 2013 20:50:50 +0000 (13:50 -0700)]
CRM-12370 - Reapply
2991458
See also: #552, #560, #570
----------------------------------------
* CRM-12370: CRM_Utils_Hook::requireCiviModules() assigns infinite weight to extensions
http://issues.civicrm.org/jira/browse/CRM-12370
Andrew Hunt [Mon, 29 Apr 2013 20:38:00 +0000 (16:38 -0400)]
Edit Petition restored to as it was in 4.2
Kurund Jalmi [Mon, 29 Apr 2013 19:44:44 +0000 (12:44 -0700)]
Merge pull request #555 from totten/givi-review-urls
givi - When pasting in PR URLs for review, accept more URLs
Kurund Jalmi [Mon, 29 Apr 2013 19:44:12 +0000 (12:44 -0700)]
Merge pull request #557 from colemanw/caseCustom
Fix custom data popup CRM-12403
Kurund Jalmi [Mon, 29 Apr 2013 19:06:59 +0000 (12:06 -0700)]
Merge pull request #563 from pratik-joshi/CRM-12404-part-1-fix
fix for CRM-12404 : "Supporter profile is not set for this Personal Camp...
Kurund Jalmi [Mon, 29 Apr 2013 18:36:37 +0000 (11:36 -0700)]
Merge pull request #564 from deepak-srivastava/hulk
Fix for CRM-12428
Kurund Jalmi [Mon, 29 Apr 2013 18:35:55 +0000 (11:35 -0700)]
Merge pull request #565 from deepak-srivastava/ninja
Fix for CRM-12431
Kurund Jalmi [Mon, 29 Apr 2013 18:35:19 +0000 (11:35 -0700)]
Merge pull request #566 from dlobo/CRM-12449
CRM-12449
Kurund Jalmi [Mon, 29 Apr 2013 18:33:18 +0000 (11:33 -0700)]
Merge pull request #569 from yashodha/4.3
CRM-12426
Kurund Jalmi [Mon, 29 Apr 2013 18:32:26 +0000 (11:32 -0700)]
Merge pull request #570 from dlobo/CRM-12416
CRM-12416 also fix warnings when running regen
Donald A. Lobo [Mon, 29 Apr 2013 18:24:35 +0000 (11:24 -0700)]
CRM-12416 also fix warnings when running regen
----------------------------------------
* CRM-12416: Database problems when installing Danish language as basic data set
http://issues.civicrm.org/jira/browse/CRM-12416
yashodha [Mon, 29 Apr 2013 17:52:09 +0000 (23:22 +0530)]
CRM-12426
Donald A. Lobo [Mon, 29 Apr 2013 17:32:00 +0000 (10:32 -0700)]
CRM-12452
----------------------------------------
* CRM-12452: Cannot record activities for individuals with an apostrophe in their last name
http://issues.civicrm.org/jira/browse/CRM-12452
Donald A. Lobo [Mon, 29 Apr 2013 15:29:15 +0000 (08:29 -0700)]
CRM-12449
----------------------------------------
* CRM-12449: On the import page, the dedupe rules select isn't using the rules' names
http://issues.civicrm.org/jira/browse/CRM-12449
Deepak Srivastava [Mon, 29 Apr 2013 14:51:29 +0000 (20:21 +0530)]
Fix for CRM-12431 urls not showing up
Deepak Srivastava [Mon, 29 Apr 2013 12:47:30 +0000 (18:17 +0530)]
Fix for CRM-12428
Deepak Srivastava [Mon, 29 Apr 2013 10:51:37 +0000 (16:21 +0530)]
Fix for CRM-12431
Kurund Jalmi [Mon, 29 Apr 2013 07:54:11 +0000 (00:54 -0700)]
Merge pull request #562 from totten/allcoretables-ignore
gitignore - Hide CRM/Core/AllCoreTables.php under 4.3. (The file isn't u...
Andrew Hunt [Mon, 29 Apr 2013 06:25:33 +0000 (02:25 -0400)]
add warning on standalone add membership form
Tim Otten [Mon, 29 Apr 2013 04:54:49 +0000 (21:54 -0700)]
gitignore - Hide CRM/Core/AllCoreTables.php under 4.3. (The file isn't used in 4.3, but it comes up when switching back and forth between the 4.3 and 4.4 codebases.)
Tim Otten [Mon, 29 Apr 2013 04:44:44 +0000 (21:44 -0700)]
CRM-12371 - Don't show errors if admin refreshes post-upgrade screen.
Note: It's not possible to display the exact same messages because the session is destroyed as part of the upgrade process.
----------------------------------------
* CRM-12371: Refreshing upgrade finish page causes errors
http://issues.civicrm.org/jira/browse/CRM-12371
Andrew Hunt [Mon, 29 Apr 2013 03:30:44 +0000 (23:30 -0400)]
pop up warning when selecting member org
Tim Otten [Mon, 29 Apr 2013 02:05:32 +0000 (19:05 -0700)]
Merge pull request #558 from colemanw/comments
Update code comments
Tim Otten [Mon, 29 Apr 2013 01:46:29 +0000 (18:46 -0700)]
Merge pull request #554 from agh1/advmultiselect-narrow-clarify
add and remove labels for report role advmultiselect buttons
Coleman Watts [Mon, 29 Apr 2013 01:22:46 +0000 (18:22 -0700)]
Fn comment
Coleman Watts [Mon, 29 Apr 2013 01:14:20 +0000 (18:14 -0700)]
Update code comments
Andrew Hunt [Mon, 29 Apr 2013 00:55:38 +0000 (20:55 -0400)]
rewrite membership warning text
Coleman Watts [Sun, 28 Apr 2013 23:38:05 +0000 (16:38 -0700)]
Fix custom data popup CRM-12403
Tim Otten [Sun, 28 Apr 2013 23:23:15 +0000 (16:23 -0700)]
givi - When pasting in PR URLs for review, accept URLs from the "Commits" and "Files Changed" tabs
Andrew Hunt [Sun, 28 Apr 2013 19:14:45 +0000 (15:14 -0400)]
add and remove labels for report role advmultiselect buttons
Kurund Jalmi [Sun, 28 Apr 2013 07:37:27 +0000 (00:37 -0700)]
Merge pull request #553 from kurund/CRM-12370
worked on CRM-12370, minor typo
Kurund Jalmi [Sun, 28 Apr 2013 07:36:17 +0000 (00:36 -0700)]
worked on CRM-12370, minor typo
Kurund Jalmi [Sun, 28 Apr 2013 07:32:31 +0000 (00:32 -0700)]
Merge pull request #552 from kurund/CRM-12370
worked on CRM-12370, add civicrm modules after main civicrm drupal modul...
Kurund Jalmi [Sun, 28 Apr 2013 07:30:16 +0000 (00:30 -0700)]
worked on CRM-12370, add civicrm modules after main civicrm drupal module
Kurund Jalmi [Sun, 28 Apr 2013 04:51:00 +0000 (21:51 -0700)]
Merge pull request #549 from dlobo/CRM-12424
CRM-12430
Kurund Jalmi [Sun, 28 Apr 2013 04:44:34 +0000 (21:44 -0700)]
Merge pull request #550 from dlobo/CRM-12430
CRM-12430
Tim Otten [Sat, 27 Apr 2013 16:18:14 +0000 (09:18 -0700)]
Merge pull request #548 from totten/joomla-fmt
CRM_Utils_Hook_Joomla - Formatting
Tim Otten [Sat, 27 Apr 2013 16:06:41 +0000 (09:06 -0700)]
CRM_Utils_Hook_Joomla - Formatting
Donald A. Lobo [Fri, 26 Apr 2013 19:17:42 +0000 (12:17 -0700)]
CRM-12430
----------------------------------------
* CRM-12430: CRM_Mailing_BAO_Mailing:create changes all mailing settings back to default
http://issues.civicrm.org/jira/browse/CRM-12430
Donald A. Lobo [Fri, 26 Apr 2013 18:08:06 +0000 (11:08 -0700)]
CRM-12430
----------------------------------------
* CRM-12430: CRM_Mailing_BAO_Mailing:create changes all mailing settings back to default
http://issues.civicrm.org/jira/browse/CRM-12430
Pratik Joshi [Fri, 26 Apr 2013 15:42:55 +0000 (21:12 +0530)]
fix for CRM-12404 : "Supporter profile is not set for this Personal Campaign Page or the profile is disabled. Please contact the site administrator if you need assistance."
Kurund Jalmi [Fri, 26 Apr 2013 14:10:55 +0000 (07:10 -0700)]
Merge pull request #547 from deepak-srivastava/ninja
CRM-12427 Fixes and patch
Deepak Srivastava [Fri, 26 Apr 2013 10:23:06 +0000 (15:53 +0530)]
CRM-12427 Fixes and patch