civicrm-core.git
11 years agoMerge pull request #512 from adamwight/annotate_codegen/CRM-11583
Kurund Jalmi [Sun, 28 Apr 2013 01:40:00 +0000 (18:40 -0700)]
Merge pull request #512 from adamwight/annotate_codegen/CRM-11583

Annotate generated files with the source file

11 years agoMerge pull request #548 from totten/joomla-fmt
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

11 years agoCRM_Utils_Hook_Joomla - Formatting
Tim Otten [Sat, 27 Apr 2013 16:06:41 +0000 (09:06 -0700)]
CRM_Utils_Hook_Joomla - Formatting

11 years agoCRM-12430
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

11 years agoCRM-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

11 years agoMerge pull request #537 from adamwight/dedupe_apis
Kurund Jalmi [Fri, 26 Apr 2013 16:47:04 +0000 (09:47 -0700)]
Merge pull request #537 from adamwight/dedupe_apis

Minor cleanup in Dedupe

11 years agoMerge pull request #545 from ravishnair/CRM-9069
Kurund Jalmi [Fri, 26 Apr 2013 16:31:04 +0000 (09:31 -0700)]
Merge pull request #545 from ravishnair/CRM-9069

-- fix for CRM-9069

11 years agofix for CRM-12404 : "Supporter profile is not set for this Personal Campaign Page...
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."

11 years agoMerge pull request #547 from deepak-srivastava/ninja
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

11 years agoCRM-12427 Fixes and patch
Deepak Srivastava [Fri, 26 Apr 2013 10:23:06 +0000 (15:53 +0530)]
CRM-12427 Fixes and patch

11 years ago-- fix for CRM-9069
Ravish Nair [Fri, 26 Apr 2013 08:11:29 +0000 (13:41 +0530)]
-- fix for CRM-9069

11 years agoMerge pull request #539 from kurund/CRM-12407
Kurund Jalmi [Fri, 26 Apr 2013 05:44:25 +0000 (22:44 -0700)]
Merge pull request #539 from kurund/CRM-12407

CRM-12407

11 years agoMerge pull request #531 from colemanw/versionCompare
Kurund Jalmi [Thu, 25 Apr 2013 22:28:03 +0000 (15:28 -0700)]
Merge pull request #531 from colemanw/versionCompare

Use php version_compare function instead of our own

11 years agoMerge pull request #540 from yashodha/CRM-12401
Kurund Jalmi [Thu, 25 Apr 2013 22:27:30 +0000 (15:27 -0700)]
Merge pull request #540 from yashodha/CRM-12401

added test for reminder for the condition(CRM-12401)

11 years agoDAO function to list all foreign key references to a table
Adam Roses Wight [Wed, 24 Apr 2013 23:16:40 +0000 (16:16 -0700)]
DAO function to list all foreign key references to a table

This patch also begins to formally describe the entity_id/entity_table
references, introducing a new first-class object CRM_Core_EntityReference.
We still need some way to describe the restrictions on the possible values of
entity_table for each DAO, so that findReferences() doesn't have to scan
all tables using a generic pointer.

Note that I've broken compatibility with PEAR links(), this would be
easy to reimplement if we need, but it was not being unused in core.

11 years agoMaintain a list of core DAOs
Adam Roses Wight [Tue, 23 Apr 2013 23:56:57 +0000 (16:56 -0700)]
Maintain a list of core DAOs

This is an improvement on CRM/Core/DAO/listAll.php, wrapping in a class
and making the table names available as well.

11 years agoadded test for reminder for the condition(CRM-12401)
yashodha [Wed, 24 Apr 2013 23:36:44 +0000 (05:06 +0530)]
added test for reminder for the condition(CRM-12401)

11 years agoworked on CRM-12407, ajax events are fired for each of the multiple of
Kurund Jalmi [Wed, 24 Apr 2013 23:12:32 +0000 (16:12 -0700)]
worked on CRM-12407, ajax events are fired for each of the multiple of
data instance simultaneously this causes race condition and casuses
random breaks, hence changing ajax request to use async mode.

11 years agocode cleanup
Kurund Jalmi [Wed, 24 Apr 2013 23:00:48 +0000 (16:00 -0700)]
code cleanup

11 years agoTest should have been named DedupeFinderTest
Adam Roses Wight [Wed, 24 Apr 2013 22:36:18 +0000 (15:36 -0700)]
Test should have been named DedupeFinderTest

11 years agoGet contact fields from the schema
Adam Roses Wight [Wed, 24 Apr 2013 22:21:14 +0000 (15:21 -0700)]
Get contact fields from the schema

11 years agoMerge pull request #532 from deepak-srivastava/ninja
Kurund Jalmi [Wed, 24 Apr 2013 22:34:04 +0000 (15:34 -0700)]
Merge pull request #532 from deepak-srivastava/ninja

Fix for CRM-12409

11 years agoMerge pull request #534 from yashodha/CRM-12410
Kurund Jalmi [Wed, 24 Apr 2013 22:31:42 +0000 (15:31 -0700)]
Merge pull request #534 from yashodha/CRM-12410

Crm 12410

11 years agoMerge pull request #535 from yashodha/activity-migration
Kurund Jalmi [Wed, 24 Apr 2013 22:29:58 +0000 (15:29 -0700)]
Merge pull request #535 from yashodha/activity-migration

Activity migration

11 years agoMerge pull request #536 from colemanw/quickFix
Kurund Jalmi [Wed, 24 Apr 2013 22:29:00 +0000 (15:29 -0700)]
Merge pull request #536 from colemanw/quickFix

Fix undefined variable

11 years agoFix undefined variable
Coleman Watts [Wed, 24 Apr 2013 22:26:57 +0000 (15:26 -0700)]
Fix undefined variable

11 years agofix test for activity
yashodha [Wed, 24 Apr 2013 18:27:03 +0000 (23:57 +0530)]
fix test for activity

11 years agonotice fix
yashodha [Tue, 23 Apr 2013 23:10:46 +0000 (04:40 +0530)]
notice fix

11 years agomore cleanup
yashodha [Wed, 24 Apr 2013 17:23:57 +0000 (22:53 +0530)]
more cleanup

11 years agomore activity clean up
yashodha [Wed, 24 Apr 2013 17:08:19 +0000 (22:38 +0530)]
more activity clean up

11 years agoFix for CRM-12409
Deepak Srivastava [Wed, 24 Apr 2013 07:02:25 +0000 (12:32 +0530)]
Fix for CRM-12409

11 years agoUse php version_compare function instead of our own
Coleman Watts [Wed, 24 Apr 2013 04:01:34 +0000 (21:01 -0700)]
Use php version_compare function instead of our own

11 years agoMerge pull request #530 from dlobo/CRM-12274
dlobo [Wed, 24 Apr 2013 00:35:54 +0000 (17:35 -0700)]
Merge pull request #530 from dlobo/CRM-12274

CRM-12274

11 years agoCRM-12274
Donald A. Lobo [Wed, 24 Apr 2013 00:32:44 +0000 (17:32 -0700)]
CRM-12274

----------------------------------------
* CRM-12274: Merge activity tables into one unified table activity contact table
  http://issues.civicrm.org/jira/browse/CRM-12274

11 years agoMerge pull request #529 from kurund/group-cache
Kurund Jalmi [Wed, 24 Apr 2013 00:28:07 +0000 (17:28 -0700)]
Merge pull request #529 from kurund/group-cache

code cleanup

11 years agocode cleanup
Kurund Jalmi [Wed, 24 Apr 2013 00:26:43 +0000 (17:26 -0700)]
code cleanup

11 years agoMerge pull request #526 from yashodha/CRM-12410
Kurund Jalmi [Wed, 24 Apr 2013 00:25:02 +0000 (17:25 -0700)]
Merge pull request #526 from yashodha/CRM-12410

CRM-12410

11 years agoMerge pull request #528 from lcdservices/joomla-3.0-cli
Kurund Jalmi [Wed, 24 Apr 2013 00:23:30 +0000 (17:23 -0700)]
Merge pull request #528 from lcdservices/joomla-3.0-cli

CRM-12096 joomla 3.0 support cli

11 years agoMerge pull request #522 from lcdservices/4.3
Kurund Jalmi [Wed, 24 Apr 2013 00:18:55 +0000 (17:18 -0700)]
Merge pull request #522 from lcdservices/4.3

CRM-12096 support joomla 3.0 ACL config

11 years agoCRM-12096 joomla 3.0 support cli
Brian Shaughnessy [Wed, 24 Apr 2013 00:13:59 +0000 (20:13 -0400)]
CRM-12096 joomla 3.0 support cli

11 years agoMerge pull request #525 from dlobo/URLFixes
Kurund Jalmi [Tue, 23 Apr 2013 23:49:14 +0000 (16:49 -0700)]
Merge pull request #525 from dlobo/URLFixes

fix url to point to book

11 years agoCRM-12410
yashodha [Tue, 23 Apr 2013 23:48:54 +0000 (05:18 +0530)]
CRM-12410

11 years agofix url to point to book
Donald A. Lobo [Tue, 23 Apr 2013 23:42:23 +0000 (16:42 -0700)]
fix url to point to book

11 years agoMerge pull request #519 from colbyw/fixBootstrap
Tim Otten [Tue, 23 Apr 2013 23:40:52 +0000 (16:40 -0700)]
Merge pull request #519 from colbyw/fixBootstrap

CRM-10360 - REST API will now bootstrap when call submitted with entity/action params.

11 years agoCRM-12096 joomla 3.0 css tweak
Brian Shaughnessy [Tue, 23 Apr 2013 23:26:57 +0000 (19:26 -0400)]
CRM-12096 joomla 3.0 css tweak

11 years agoCRM-12096 support joomla 3.0 ACL config
Brian Shaughnessy [Tue, 23 Apr 2013 23:18:08 +0000 (19:18 -0400)]
CRM-12096 support joomla 3.0 ACL config

11 years agoMerge pull request #518 from totten/merge-forward-mktemp
Kurund Jalmi [Tue, 23 Apr 2013 22:50:26 +0000 (15:50 -0700)]
Merge pull request #518 from totten/merge-forward-mktemp

merge-forward: Fix for OS X mktemp

11 years agoMerge pull request #521 from yashodha/activity-migration
dlobo [Tue, 23 Apr 2013 22:43:14 +0000 (15:43 -0700)]
Merge pull request #521 from yashodha/activity-migration

update fix for source

11 years agoMerge pull request #520 from dlobo/CRM-12274
dlobo [Tue, 23 Apr 2013 22:38:59 +0000 (15:38 -0700)]
Merge pull request #520 from dlobo/CRM-12274

CRM-12274

11 years agoCRM-12274
Donald A. Lobo [Tue, 23 Apr 2013 22:37:43 +0000 (15:37 -0700)]
CRM-12274

----------------------------------------
* CRM-12274: Merge activity tables into one unified table activity contact table
  http://issues.civicrm.org/jira/browse/CRM-12274

11 years agoCRM-12274
Donald A. Lobo [Tue, 23 Apr 2013 22:36:20 +0000 (15:36 -0700)]
CRM-12274

----------------------------------------
* CRM-12274: Merge activity tables into one unified table activity contact table
  http://issues.civicrm.org/jira/browse/CRM-12274

11 years agoupdate fix for source
yashodha [Tue, 23 Apr 2013 22:35:22 +0000 (04:05 +0530)]
update fix for source

11 years agoCRM-10360 - REST API will now bootstrap when call submitted with entity/action params.
Colby Warkentin [Tue, 23 Apr 2013 22:23:49 +0000 (15:23 -0700)]
CRM-10360 - REST API will now bootstrap when call submitted with entity/action params.

----------------------------------------
* CRM-10360: Hook doesn't run with v3 API extern REST interface
  http://issues.civicrm.org/jira/browse/CRM-10360

11 years agoMerge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-04-23-15-17-29
Tim Otten [Tue, 23 Apr 2013 22:20:45 +0000 (15:20 -0700)]
Merge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-04-23-15-17-29

Conflicts:
CRM/Core/BAO/ActionSchedule.php
sql/civicrm_generated.mysql
xml/version.xml

11 years agomerge-forward: Fix for OS X mktemp
Tim Otten [Tue, 23 Apr 2013 22:11:23 +0000 (15:11 -0700)]
merge-forward: Fix for OS X mktemp

11 years agoMerge pull request #517 from dlobo/CRM-12274
dlobo [Tue, 23 Apr 2013 22:04:50 +0000 (15:04 -0700)]
Merge pull request #517 from dlobo/CRM-12274

CRM-12274

11 years agoCRM-12274
Donald A. Lobo [Tue, 23 Apr 2013 22:03:50 +0000 (15:03 -0700)]
CRM-12274

----------------------------------------
* CRM-12274: Merge activity tables into one unified table activity contact table
  http://issues.civicrm.org/jira/browse/CRM-12274

11 years agoMerge pull request #516 from yashodha/activity-migration
Kurund Jalmi [Tue, 23 Apr 2013 22:02:17 +0000 (15:02 -0700)]
Merge pull request #516 from yashodha/activity-migration

Activity migration

11 years agoapi fixes
yashodha [Tue, 23 Apr 2013 22:00:38 +0000 (03:30 +0530)]
api fixes

11 years agoCRM-12274
yashodha [Tue, 23 Apr 2013 21:00:05 +0000 (02:30 +0530)]
CRM-12274

11 years agoMerge pull request #515 from kurund/CRM-12395
Kurund Jalmi [Tue, 23 Apr 2013 21:51:46 +0000 (14:51 -0700)]
Merge pull request #515 from kurund/CRM-12395

verified the work on CRM-12395

11 years agoverified the work on CRM-12395
Kurund Jalmi [Tue, 23 Apr 2013 21:48:56 +0000 (14:48 -0700)]
verified the work on CRM-12395

11 years agoMerge pull request #513 from dlobo/master
dlobo [Tue, 23 Apr 2013 21:28:16 +0000 (14:28 -0700)]
Merge pull request #513 from dlobo/master

Get CRM tests working with activity changes

11 years agoCRM-12274
Donald A. Lobo [Tue, 23 Apr 2013 21:26:28 +0000 (14:26 -0700)]
CRM-12274

----------------------------------------
* CRM-12274: Merge activity tables into one unified table activity contact table
  http://issues.civicrm.org/jira/browse/CRM-12274

11 years agoCRM-12274
Donald A. Lobo [Tue, 23 Apr 2013 21:25:01 +0000 (14:25 -0700)]
CRM-12274

----------------------------------------
* CRM-12274: Merge activity tables into one unified table activity contact table
  http://issues.civicrm.org/jira/browse/CRM-12274

11 years agoAnnotate generated files with the source filename
Adam Roses Wight [Tue, 23 Apr 2013 19:18:47 +0000 (12:18 -0700)]
Annotate generated files with the source filename

Also renamed some schema files which did not match their classnames--
there might be others.

CRM-11583

11 years agoMerge pull request #510 from adamwight/respect_includeOrderByClause
dlobo [Tue, 23 Apr 2013 20:28:57 +0000 (13:28 -0700)]
Merge pull request #510 from adamwight/respect_includeOrderByClause

Respect includeOrderByClause in quicksearch

11 years agoMerge pull request #511 from dlobo/CRM-12274
dlobo [Tue, 23 Apr 2013 19:36:07 +0000 (12:36 -0700)]
Merge pull request #511 from dlobo/CRM-12274

CRM-12274

11 years agoCRM-12274
Donald A. Lobo [Tue, 23 Apr 2013 19:35:04 +0000 (12:35 -0700)]
CRM-12274

----------------------------------------
* CRM-12274: Merge activity tables into one unified table activity contact table
  http://issues.civicrm.org/jira/browse/CRM-12274

11 years agoMerge pull request #481 from dlobo/CRM-12368
Kurund Jalmi [Tue, 23 Apr 2013 19:28:57 +0000 (12:28 -0700)]
Merge pull request #481 from dlobo/CRM-12368

CRM-12368

11 years agoRespect includeOrderByClause in quicksearch
Adam Roses Wight [Thu, 11 Apr 2013 23:30:03 +0000 (16:30 -0700)]
Respect includeOrderByClause in quicksearch

CRM-12326 Name search is not using indexes correctly

11 years agoMerge pull request #509 from yashodha/CRM-12401
Kurund Jalmi [Tue, 23 Apr 2013 18:06:01 +0000 (11:06 -0700)]
Merge pull request #509 from yashodha/CRM-12401

CRM-12401

11 years agoCRM-12401
yashodha [Tue, 23 Apr 2013 17:37:20 +0000 (23:07 +0530)]
CRM-12401

11 years agoCRM-12401
yashodha [Tue, 23 Apr 2013 17:25:34 +0000 (22:55 +0530)]
CRM-12401

11 years agoMerge pull request #506 from ravishnair/CRM-12292
Kurund Jalmi [Tue, 23 Apr 2013 16:01:34 +0000 (09:01 -0700)]
Merge pull request #506 from ravishnair/CRM-12292

-- fix for CRM-12292

11 years agoMerge pull request #507 from deepak-srivastava/mastro
Kurund Jalmi [Tue, 23 Apr 2013 15:58:01 +0000 (08:58 -0700)]
Merge pull request #507 from deepak-srivastava/mastro

Improvments in demo management scripts

11 years agoMerge pull request #508 from dlobo/CRM-12274
dlobo [Tue, 23 Apr 2013 15:50:59 +0000 (08:50 -0700)]
Merge pull request #508 from dlobo/CRM-12274

CRM-12274

11 years agoCRM-12274
Donald A. Lobo [Tue, 23 Apr 2013 15:49:01 +0000 (08:49 -0700)]
CRM-12274

----------------------------------------
* CRM-12274: Merge activity tables into one unified table activity contact table
  http://issues.civicrm.org/jira/browse/CRM-12274

11 years agoImprovments in demo management scripts
Deepak Srivastava [Tue, 23 Apr 2013 15:41:54 +0000 (21:11 +0530)]
Improvments in demo management scripts

11 years ago-- fix for CRM-12292
Ravish Nair [Tue, 23 Apr 2013 06:55:25 +0000 (12:25 +0530)]
-- fix for CRM-12292

11 years agoMerge pull request #504 from yashodha/more-work
Kurund Jalmi [Tue, 23 Apr 2013 05:21:53 +0000 (22:21 -0700)]
Merge pull request #504 from yashodha/more-work

CRM-12274

11 years agoCRM-12274
yashodha [Tue, 23 Apr 2013 05:16:44 +0000 (10:46 +0530)]
CRM-12274

11 years agoMerge pull request #505 from eileenmcnaughton/4.3
Kurund Jalmi [Tue, 23 Apr 2013 05:08:20 +0000 (22:08 -0700)]
Merge pull request #505 from eileenmcnaughton/4.3

 CRM-12405 - patch for additional logging on failed IPN calls

11 years agoCRM-12274
yashodha [Tue, 23 Apr 2013 04:58:14 +0000 (10:28 +0530)]
CRM-12274

11 years ago CRM-12405 - patch for additional logging on failed IPN calls
eileen [Tue, 23 Apr 2013 00:43:33 +0000 (12:43 +1200)]
 CRM-12405 - patch for additional logging on failed IPN calls

11 years agoCRM-12274
yashodha [Tue, 23 Apr 2013 00:58:43 +0000 (06:28 +0530)]
CRM-12274

11 years agoMerge pull request #500 from yashodha/more-work
Kurund Jalmi [Mon, 22 Apr 2013 22:35:21 +0000 (15:35 -0700)]
Merge pull request #500 from yashodha/more-work

 CRM-12357

11 years agoMerge pull request #501 from totten/selenium-remote
Kurund Jalmi [Mon, 22 Apr 2013 22:34:41 +0000 (15:34 -0700)]
Merge pull request #501 from totten/selenium-remote

CRM-11948 - Apply patch for running with a remote Selenium server.

11 years agoMerge pull request #502 from colemanw/versionCheck
Kurund Jalmi [Mon, 22 Apr 2013 22:34:14 +0000 (15:34 -0700)]
Merge pull request #502 from colemanw/versionCheck

Shorter cache duration for versionCheck

11 years agoMerge pull request #503 from dlobo/CRM-12396
Kurund Jalmi [Mon, 22 Apr 2013 22:33:48 +0000 (15:33 -0700)]
Merge pull request #503 from dlobo/CRM-12396

CRM-12396

11 years agoMerge pull request #499 from deepak-srivastava/ninja
Kurund Jalmi [Mon, 22 Apr 2013 22:33:08 +0000 (15:33 -0700)]
Merge pull request #499 from deepak-srivastava/ninja

Fix for CRM-12391

11 years agoCRM-12396
Donald A. Lobo [Mon, 22 Apr 2013 21:55:38 +0000 (14:55 -0700)]
CRM-12396

----------------------------------------
* CRM-12396: tokens in html not transformed
  http://issues.civicrm.org/jira/browse/CRM-12396

11 years agoShorter cache duration for versionCheck
Coleman Watts [Mon, 22 Apr 2013 17:20:08 +0000 (10:20 -0700)]
Shorter cache duration for versionCheck

11 years agoCRM-11948 - Apply patch for running with a remote Selenium server. (This isn't curren...
Tim Otten [Mon, 22 Apr 2013 17:06:25 +0000 (10:06 -0700)]
CRM-11948 - Apply patch for running with a remote Selenium server. (This isn't currently/strictly needed for CRM-11948 but was previously written for it -- and it's come up in other contexts.)

----------------------------------------
* CRM-11948: Run WebTests under Jenkins
  http://issues.civicrm.org/jira/browse/CRM-11948

11 years ago CRM-12357
yashodha [Mon, 22 Apr 2013 14:57:18 +0000 (20:27 +0530)]
 CRM-12357

11 years agoFix for CRM-12391
Deepak Srivastava [Mon, 22 Apr 2013 12:14:49 +0000 (17:44 +0530)]
Fix for CRM-12391

11 years agoMerge pull request #498 from kurund/CRM-12357
Kurund Jalmi [Mon, 22 Apr 2013 02:07:15 +0000 (19:07 -0700)]
Merge pull request #498 from kurund/CRM-12357

worked on CRM-12357, basic mailing tab is now functional to display cont...

11 years agoMerge pull request #497 from yashodha/more-work
Kurund Jalmi [Mon, 22 Apr 2013 02:05:58 +0000 (19:05 -0700)]
Merge pull request #497 from yashodha/more-work

clean up(CRM-12274)

11 years agoworked on CRM-12357, basic mailing tab is now functional to display contact mailings
Kurund Jalmi [Mon, 22 Apr 2013 01:44:48 +0000 (18:44 -0700)]
worked on CRM-12357, basic mailing tab is now functional to display contact mailings

11 years agoclean up(CRM-12274)
yashodha [Mon, 22 Apr 2013 00:38:11 +0000 (06:08 +0530)]
clean up(CRM-12274)