civicrm-core.git
12 years agoCRM-14268 - Make CiviCRM's event registration cart record financial transactions...
Anthony Nemirovsky [Tue, 25 Feb 2014 01:11:06 +0000 (17:11 -0800)]
CRM-14268 - Make CiviCRM's event registration cart record financial transactions to conform to the changes beginning in CiviCRM 4.2.

The newer versions of Civi create a civicrm_line_item for every participant
registered for an event.  This was happening automatically for cart
registrations, but the records created were not correct as Civi was
autogenerating them with default values.  This commit corrects that and
creates accurate civicrm_line_item records for each participant
registered in the cart.

The newer versions of Civi also automatically create records in
civicrm_entity_financial_trxn for each civicrm_contribution and civicrm_financial_item.  The cart code manually generated a civicrm_entity_financial_trxn for each contribution, which was causing some extra records to be created with incorrect values. Removing the manual generation of civicrm_entity_financial_trxn records in the cart code fixes this issue.  The correct rows now appear in civicrm_entity_financial_trxn.

We also want to prevent the cart from creating an extra civicrm_financial_trxn record. These records are now auto generated and we no longer have to manually create a record.  Manually doing this caused an extra record to be created in civicrm_financial_trxn set to the total of all the contributions from the cart, which is incorrect.

12 years agoMerge pull request #2539 from PalanteJon/CRM-14223
Dave Greenberg [Mon, 24 Feb 2014 20:13:08 +0000 (12:13 -0800)]
Merge pull request #2539 from PalanteJon/CRM-14223

CRM-14223 - CiviEvent - don't count test registrations when returning pa...

12 years agoMerge pull request #2546 from brylie/master
Dave Greenberg [Mon, 24 Feb 2014 18:05:43 +0000 (10:05 -0800)]
Merge pull request #2546 from brylie/master

Moved "Top of page" profile below introductory text.

12 years agoMerge pull request #2549 from jitendrapurohit/CRM-13833
Kurund Jalmi [Mon, 24 Feb 2014 12:53:27 +0000 (18:23 +0530)]
Merge pull request #2549 from jitendrapurohit/CRM-13833

api_v3_ContributionTest for CRM-13833

12 years agoapi test for CRM-13833
jitendrapurohit [Mon, 24 Feb 2014 11:21:30 +0000 (16:51 +0530)]
api test for CRM-13833

12 years agoMerge pull request #2548 from rcsheets/doc_improvements
Tim Otten [Sun, 23 Feb 2014 20:33:00 +0000 (12:33 -0800)]
Merge pull request #2548 from rcsheets/doc_improvements

Misc documentation improvements in CRM/Utils/System.php

12 years agomore phpdoc comment cleanup
Robert C. Sheets [Sun, 23 Feb 2014 15:49:12 +0000 (07:49 -0800)]
more phpdoc comment cleanup

12 years agoMoved customPre below cidzero.tpl and addl participants. Moved CMSUser.tpl above...
Brylie Oxley [Sun, 23 Feb 2014 03:25:57 +0000 (19:25 -0800)]
Moved customPre below cidzero.tpl and addl participants. Moved CMSUser.tpl above customPre.

12 years agoMoved "Top of page" profile below introductory text, to align with the documentation.
Brylie Oxley [Sat, 22 Feb 2014 21:42:23 +0000 (13:42 -0800)]
Moved "Top of page" profile below introductory text, to align with the documentation.

12 years agoMerge pull request #2542 from totten/master-gencode-uid
Tim Otten [Thu, 20 Feb 2014 23:47:07 +0000 (15:47 -0800)]
Merge pull request #2542 from totten/master-gencode-uid

GenCode - Ensure separate temp dirs on multi-user system

12 years agoGenCode - Ensure separate temp dirs on multi-user system
Tim Otten [Thu, 20 Feb 2014 23:46:14 +0000 (15:46 -0800)]
GenCode - Ensure separate temp dirs on multi-user system

12 years agoMerge pull request #2540 from eileenmcnaughton/CRM-14235
Tim Otten [Thu, 20 Feb 2014 23:22:30 +0000 (15:22 -0800)]
Merge pull request #2540 from eileenmcnaughton/CRM-14235

Crm 14235

12 years agoCRM-14223 - CiviEvent - don't count test registrations when returning participant...
Jon goldberg - Linux laptop [Sat, 15 Feb 2014 16:02:02 +0000 (11:02 -0500)]
CRM-14223 - CiviEvent - don't count test registrations when returning participant counts

----------------------------------------
* CRM-14223:
  http://issues.civicrm.org/jira/browse/CRM-14223

12 years agoTried to clean up comments a bit, following Drupal comment standards
Robert C. Sheets [Thu, 20 Feb 2014 08:44:36 +0000 (00:44 -0800)]
Tried to clean up comments a bit, following Drupal comment standards

12 years agotowards drupal 8 - move common permissionDenied fn
Eileen McNaughton [Thu, 20 Feb 2014 05:43:14 +0000 (18:43 +1300)]
towards drupal 8 - move common permissionDenied fn

12 years agoAdd Drupal 8 UF classes
Eileen McNaughton [Thu, 20 Feb 2014 03:44:31 +0000 (16:44 +1300)]
Add Drupal 8 UF classes

12 years agoDrupal 8 prep - refactor retrieval of uniqID in synch class
Eileen McNaughton [Thu, 20 Feb 2014 03:43:26 +0000 (16:43 +1300)]
Drupal 8 prep - refactor retrieval of uniqID in synch class

12 years agoDrupal 8 preparation - move userFramework ID retrieval to UF classes
Eileen McNaughton [Thu, 20 Feb 2014 02:52:35 +0000 (15:52 +1300)]
Drupal 8 preparation - move userFramework ID retrieval to UF classes

12 years agoMerge pull request #2535 from totten/master-symfony-ws
Tim Otten [Wed, 19 Feb 2014 01:37:09 +0000 (17:37 -0800)]
Merge pull request #2535 from totten/master-symfony-ws

CRM-13986 - CRM_Core_Invoke - Handle HTML and WS requests differently

12 years agoCRM-13986 - CRM_Core_Invoke - Handle HTML and WS requests differently
Tim Otten [Wed, 19 Feb 2014 01:33:24 +0000 (17:33 -0800)]
CRM-13986 - CRM_Core_Invoke - Handle HTML and WS requests differently

For HTML, use the CMS's output mechanism (with its theming, etc)
For web services (or any non-HTML content), use Symfony's output mechanism

12 years agoBatch entry label change
Coleman Watts [Tue, 18 Feb 2014 16:50:21 +0000 (08:50 -0800)]
Batch entry label change

12 years agoMerge pull request #2532 from colemanw/ac2
colemanw [Tue, 18 Feb 2014 15:14:55 +0000 (07:14 -0800)]
Merge pull request #2532 from colemanw/ac2

Work on refactoring autocompletes

12 years agoMerge pull request #2523 from mlutfy/4.5-crm14319
Kurund Jalmi [Tue, 18 Feb 2014 12:41:51 +0000 (18:11 +0530)]
Merge pull request #2523 from mlutfy/4.5-crm14319

CRM-14219: templates/CRM/PCP/Form/Campaign.tpl: convert markup from tables to divs.

12 years agoCRM-13929 Cleanup activity form
Coleman Watts [Tue, 18 Feb 2014 06:00:59 +0000 (22:00 -0800)]
CRM-13929 Cleanup activity form

12 years agoCRM-13929 Refactor contribution forms
Coleman Watts [Mon, 17 Feb 2014 23:55:46 +0000 (15:55 -0800)]
CRM-13929 Refactor contribution forms

12 years agoMerge pull request #2530 from monishdeb/CRM-14195
Kurund Jalmi [Tue, 18 Feb 2014 02:36:29 +0000 (08:06 +0530)]
Merge pull request #2530 from monishdeb/CRM-14195

CRM-14195 fix - Fix buildACLClause for Activity Reports

12 years agoMerge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-02-18-07-54-54
kurund [Tue, 18 Feb 2014 02:32:16 +0000 (08:02 +0530)]
Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-02-18-07-54-54

Conflicts:
CRM/Utils/Hook/Joomla.php
api/v3/examples/LocBlock/Create.php
api/v3/examples/LocBlock/CreateEntities.php
api/v3/examples/LocBlock/Get.php
api/v3/examples/LocBlock/createEntities.php
api/v3/examples/LocBlock/getEntities.php
api/v3/examples/LocBlock/simpleCreate.php
api/v3/examples/LocBlockCreate.php
api/v3/examples/LocBlockCreateEntities.php
api/v3/examples/LocBlockGet.php

12 years agoMore icon fixes - should all be multiples of 16
Coleman Watts [Mon, 17 Feb 2014 22:17:53 +0000 (14:17 -0800)]
More icon fixes - should all be multiples of 16

12 years agoCRM-13929 Refactor membership forms
Coleman Watts [Mon, 17 Feb 2014 05:31:44 +0000 (21:31 -0800)]
CRM-13929 Refactor membership forms

12 years agoCRM-14195 fix - Fix buildACLClause for Activity Reports
monishdeb [Mon, 17 Feb 2014 13:45:48 +0000 (19:15 +0530)]
CRM-14195 fix - Fix buildACLClause for Activity Reports

http://issues.civicrm.org/jira/browse/CRM-14195

12 years agoCRM-14235 Preparation for Drupal 8
Eileen McNaughton [Mon, 17 Feb 2014 05:31:13 +0000 (18:31 +1300)]
CRM-14235 Preparation for Drupal 8
fix permission hook class

12 years agoMake showHideByValue a bit less crash prone
Coleman Watts [Mon, 17 Feb 2014 04:49:51 +0000 (20:49 -0800)]
Make showHideByValue a bit less crash prone

12 years agoMerge pull request #2528 from fuzionnz/CRM-14228
dlobo [Mon, 17 Feb 2014 01:02:03 +0000 (17:02 -0800)]
Merge pull request #2528 from fuzionnz/CRM-14228

CRM-14228. Correct spelling of Waikato.

12 years agoCRM-14228. Correct spelling of Waikato.
Chris Burgess [Sun, 16 Feb 2014 02:26:33 +0000 (15:26 +1300)]
CRM-14228. Correct spelling of Waikato.

12 years agoCRM-13929 Refactor shared address form
Coleman Watts [Sun, 16 Feb 2014 00:53:23 +0000 (16:53 -0800)]
CRM-13929 Refactor shared address form

12 years agoCRM-13929 Refactor participant form
Coleman Watts [Sun, 16 Feb 2014 00:24:05 +0000 (16:24 -0800)]
CRM-13929 Refactor participant form

12 years agoCRM-13929 Refactor pledge form
Coleman Watts [Sun, 16 Feb 2014 00:18:19 +0000 (16:18 -0800)]
CRM-13929 Refactor pledge form

12 years agoCRM-13929 Refactor grant form
Coleman Watts [Sun, 16 Feb 2014 00:09:21 +0000 (16:09 -0800)]
CRM-13929 Refactor grant form

12 years agoCRM-13929 Refactor case form
Coleman Watts [Sat, 15 Feb 2014 23:48:24 +0000 (15:48 -0800)]
CRM-13929 Refactor case form

12 years agoCRM-13929 Refactor current employer field
Coleman Watts [Sat, 15 Feb 2014 04:57:00 +0000 (20:57 -0800)]
CRM-13929 Refactor current employer field

12 years agoCRM-13929 Translate select2 stings for i18n
Coleman Watts [Sat, 15 Feb 2014 01:29:16 +0000 (17:29 -0800)]
CRM-13929 Translate select2 stings for i18n

12 years agoActivity.tpl tweak
Coleman Watts [Sat, 15 Feb 2014 00:23:21 +0000 (16:23 -0800)]
Activity.tpl tweak

12 years agoCRM-13929 Select2 css tweaks
Coleman Watts [Sat, 15 Feb 2014 00:01:23 +0000 (16:01 -0800)]
CRM-13929 Select2 css tweaks

12 years agoMerge pull request #2525 from mattrenner/payexpress-dps-strict-compatibility
dlobo [Fri, 14 Feb 2014 19:42:50 +0000 (11:42 -0800)]
Merge pull request #2525 from mattrenner/payexpress-dps-strict-compatibility

CRM-14221 - Improving Payment Express/DPS payment processor strict stand...

12 years agoCRM-14221 - Improving Payment Express/DPS payment processor strict standards compatib...
Matt Renner [Fri, 14 Feb 2014 03:49:50 +0000 (16:49 +1300)]
CRM-14221 - Improving Payment Express/DPS payment processor strict standards compatibility

I'm running a fairly recent version of PHP, and have strict standards turned on.. so the Payment Express component was spewing warnings and errors about non-static functions being called statically and the singleton function not being compatible with its parent.

The solution, make the CRM_Core_Payment_PaymentExpressUtils functions static, and change the definition of the CRM_Core_Payment_PaymentExpress and CRM_Core_Payment_PaymentExpressIPN singleton() functions to match that in CRM_Core_Payment

I also discovered an undefined CURL option in CRM_Core_Payment_PaymentExpressUtils that was being set - This doesn't do anything and causes a warning so I removed it.

12 years agoMerge pull request #2524 from colemanw/multiEntityRef
colemanw [Fri, 14 Feb 2014 02:50:50 +0000 (18:50 -0800)]
Merge pull request #2524 from colemanw/multiEntityRef

Autocomplete work

12 years agoCRM-13929 Add contact icon to autocomplete results
Coleman Watts [Fri, 14 Feb 2014 01:06:59 +0000 (17:06 -0800)]
CRM-13929 Add contact icon to autocomplete results

12 years agoCRM-13929 Fix add new js
Coleman Watts [Fri, 14 Feb 2014 00:37:06 +0000 (16:37 -0800)]
CRM-13929 Fix add new js

12 years agoActvity tpl cleanup
Coleman Watts [Fri, 14 Feb 2014 00:26:03 +0000 (16:26 -0800)]
Actvity tpl cleanup

12 years agoMerge pull request #2522 from mlutfy/4.4-crm14217
dlobo [Fri, 14 Feb 2014 00:31:01 +0000 (16:31 -0800)]
Merge pull request #2522 from mlutfy/4.4-crm14217

CRM-14217: Fixes for CSS of PCPAccount pages (also affects profiles) where the password/confirm fields are shown.

12 years agoCRM-14219: templates/CRM/PCP/Form/Campaign.tpl: convert markup from tables to divs.
Mathieu Lutfy [Fri, 14 Feb 2014 00:27:45 +0000 (19:27 -0500)]
CRM-14219: templates/CRM/PCP/Form/Campaign.tpl: convert markup from tables to divs.

12 years agoFix icon positioning - should all be multiples of 16
Coleman Watts [Fri, 14 Feb 2014 00:19:29 +0000 (16:19 -0800)]
Fix icon positioning - should all be multiples of 16

12 years agoCRM-13929 Decouple entityRef field rendering from CRM_Core_Form
Coleman Watts [Fri, 14 Feb 2014 00:03:13 +0000 (16:03 -0800)]
CRM-13929 Decouple entityRef field rendering from CRM_Core_Form

12 years agoCRM-13929 Refactor activity form contactRef fields
Coleman Watts [Thu, 13 Feb 2014 23:54:46 +0000 (15:54 -0800)]
CRM-13929 Refactor activity form contactRef fields

12 years agoCRM-14217: Fixes for CSS of PCPAccount pages (also affects profiles) where the passwo...
Mathieu Lutfy [Thu, 13 Feb 2014 22:22:54 +0000 (17:22 -0500)]
CRM-14217: Fixes for CSS of PCPAccount pages (also affects profiles) where the password/confirm fields are shown.

12 years agoMerge pull request #2518 from PoonamNalawade/test-master
Kurund Jalmi [Thu, 13 Feb 2014 21:52:11 +0000 (13:52 -0800)]
Merge pull request #2518 from PoonamNalawade/test-master

--Added contact_type parameter for ajax autocomplete field

12 years agoMerge pull request #2515 from colemanw/ac3
Kurund Jalmi [Thu, 13 Feb 2014 21:51:13 +0000 (13:51 -0800)]
Merge pull request #2515 from colemanw/ac3

CRM-14165 - HR-221 Further abstract options editing to work with civiHR

12 years agoMerge pull request #2521 from kurund/CRM-14181
Kurund Jalmi [Thu, 13 Feb 2014 21:32:16 +0000 (13:32 -0800)]
Merge pull request #2521 from kurund/CRM-14181

CRM-14181, migrate enum to varchar

12 years agoCRM-14181, more clean and fixes to support callback
kurund [Thu, 13 Feb 2014 21:28:13 +0000 (13:28 -0800)]
CRM-14181, more clean and fixes to support callback

----------------------------------------
* CRM-14181: migrate enums to varchar in schema for all tables
  http://issues.civicrm.org/jira/browse/CRM-14181

12 years agoMerge pull request #2520 from davecivicrm/CRM-14193
Dave Greenberg [Thu, 13 Feb 2014 21:24:23 +0000 (13:24 -0800)]
Merge pull request #2520 from davecivicrm/CRM-14193

CRM-14193 - Add CiviMail component setting to control Dedupe Mailings op...

12 years agoCRM-14193 - Add CiviMail component setting to control Dedupe Mailings option. This...
Dave Greenberg [Thu, 13 Feb 2014 21:21:11 +0000 (13:21 -0800)]
CRM-14193 - Add CiviMail component setting to control Dedupe Mailings option. This PR replaces PR 2497 which had fatal syntax error (missing comma) in Mailing.setting.php

----------------------------------------
* CRM-14193: Add option to default Civimail "dedupe e-mail" setting to true
  http://issues.civicrm.org/jira/browse/CRM-14193

12 years agoCRM-14181, gencode fixes to generate correct DAO and modified pseudoconstant to handl...
kurund [Thu, 13 Feb 2014 20:35:04 +0000 (12:35 -0800)]
CRM-14181, gencode fixes to generate correct DAO and modified pseudoconstant to handle callback

----------------------------------------
* CRM-14181: migrate enums to varchar in schema for all tables
  http://issues.civicrm.org/jira/browse/CRM-14181

12 years agoCRM-13929 Update contactRef renderer
Coleman Watts [Thu, 13 Feb 2014 19:43:36 +0000 (11:43 -0800)]
CRM-13929 Update contactRef renderer

12 years agoMerge pull request #2519 from jitendrapurohit/CRM-13833
Kurund Jalmi [Thu, 13 Feb 2014 18:11:15 +0000 (10:11 -0800)]
Merge pull request #2519 from jitendrapurohit/CRM-13833

Removal of copy icon and is_default expose in edit form of Soft Credit t...

12 years agoRemoval of copy icon and is_default expose in edit form of Soft Credit type
jitendrapurohit [Thu, 13 Feb 2014 12:58:46 +0000 (18:28 +0530)]
Removal of copy icon and is_default expose in edit form of Soft Credit type

12 years agoCRM-13929 - Develop entityRef create mode
Coleman Watts [Thu, 13 Feb 2014 07:06:11 +0000 (23:06 -0800)]
CRM-13929 - Develop entityRef create mode

12 years agoUpdate campaign field labels
Coleman Watts [Thu, 13 Feb 2014 07:03:06 +0000 (23:03 -0800)]
Update campaign field labels

12 years ago--Added contact_type parameter for ajax autocomplete field
Poonam [Thu, 13 Feb 2014 06:00:35 +0000 (11:30 +0530)]
--Added contact_type parameter for ajax autocomplete field

12 years agoCRM-14181, add callback function, so that enums are accessible via api etc
kurund [Thu, 13 Feb 2014 05:53:36 +0000 (21:53 -0800)]
CRM-14181, add callback function, so that enums are accessible via api etc

----------------------------------------
* CRM-14181: migrate enums to varchar in schema for all tables
  http://issues.civicrm.org/jira/browse/CRM-14181

12 years agoCRM-14181, add callback function, so that enums are accessible via api etc
kurund [Thu, 13 Feb 2014 05:06:41 +0000 (21:06 -0800)]
CRM-14181, add callback function, so that enums are accessible via api etc

----------------------------------------
* CRM-14181: migrate enums to varchar in schema for all tables
  http://issues.civicrm.org/jira/browse/CRM-14181

12 years agoMerge pull request #2517 from eileenmcnaughton/examples
colemanw [Thu, 13 Feb 2014 02:33:52 +0000 (18:33 -0800)]
Merge pull request #2517 from eileenmcnaughton/examples

Examples

12 years agoMerge pull request #2516 from davecivicrm/CRM-13965
Dave Greenberg [Thu, 13 Feb 2014 01:48:16 +0000 (17:48 -0800)]
Merge pull request #2516 from davecivicrm/CRM-13965

CRM-13965 - label, status and display changes for AdditionalPayment form...

12 years agoCRM-13965 - label, status and display changes for AdditionalPayment form.
Dave Greenberg [Thu, 13 Feb 2014 01:47:26 +0000 (17:47 -0800)]
CRM-13965 - label, status and display changes for AdditionalPayment form.

----------------------------------------
* CRM-13965: Record additional payments or refunds for pending-pay later OR partially paid event registrations
  http://issues.civicrm.org/jira/browse/CRM-13965

12 years agoupdated examples
Eileen [Thu, 13 Feb 2014 00:55:49 +0000 (00:55 +0000)]
updated examples

12 years agoCRM-14165 - HR-221 Further abstract options editing to work with civiHR
Coleman Watts [Wed, 12 Feb 2014 23:47:30 +0000 (15:47 -0800)]
CRM-14165 - HR-221 Further abstract options editing to work with civiHR

12 years agoMerge pull request #2514 from colemanw/ac2
colemanw [Wed, 12 Feb 2014 19:41:59 +0000 (11:41 -0800)]
Merge pull request #2514 from colemanw/ac2

CRM-13966 - Work on autocomplete refactoring

12 years agoCRM-13966 - Refactor group org autocomplete
Coleman Watts [Wed, 12 Feb 2014 19:00:25 +0000 (11:00 -0800)]
CRM-13966 - Refactor group org autocomplete

12 years agoMerge pull request #2512 from lcdservices/CRM-14208
dlobo [Wed, 12 Feb 2014 14:57:25 +0000 (06:57 -0800)]
Merge pull request #2512 from lcdservices/CRM-14208

CRM-14208

12 years agoMerge pull request #2513 from jitendrapurohit/CRM-14183
Kurund Jalmi [Wed, 12 Feb 2014 14:38:44 +0000 (06:38 -0800)]
Merge pull request #2513 from jitendrapurohit/CRM-14183

CRM-14183

12 years agoCRM-14183
jitendrapurohit [Wed, 12 Feb 2014 08:18:27 +0000 (13:48 +0530)]
CRM-14183

12 years agoCRM-14208, CRM-14140 use more of jsproffitt patch to simplify logic
Brian Shaughnessy [Wed, 12 Feb 2014 04:10:17 +0000 (23:10 -0500)]
CRM-14208, CRM-14140 use more of jsproffitt patch to simplify logic

12 years agoCRM-14208 support new joomla authentication method
Brian Shaughnessy [Wed, 12 Feb 2014 03:37:35 +0000 (22:37 -0500)]
CRM-14208 support new joomla authentication method

12 years agoReorganize and update api examples
Coleman Watts [Tue, 11 Feb 2014 05:15:40 +0000 (21:15 -0800)]
Reorganize and update api examples

12 years agoCRM-13966 - default size for entityRef fields
Coleman Watts [Wed, 12 Feb 2014 00:55:39 +0000 (16:55 -0800)]
CRM-13966 - default size for entityRef fields

12 years agoCRM-13966 - Refactor member org autocomplete
Coleman Watts [Wed, 12 Feb 2014 00:49:17 +0000 (16:49 -0800)]
CRM-13966 - Refactor member org autocomplete

12 years agoMerge pull request #2509 from totten/4.4-HR-268
Tim Otten [Wed, 12 Feb 2014 00:35:09 +0000 (16:35 -0800)]
Merge pull request #2509 from totten/4.4-HR-268

HR-268 - Activity API - Extract necessary bits so that we re-use in...

12 years agoMerge pull request #2511 from colemanw/4.4
colemanw [Wed, 12 Feb 2014 00:25:58 +0000 (16:25 -0800)]
Merge pull request #2511 from colemanw/4.4

CRM-14196 - Fix export of non-primary phone numbers

12 years agoCRM-14196 - Fix export of non-primary phone numbers
Coleman Watts [Wed, 12 Feb 2014 00:13:15 +0000 (16:13 -0800)]
CRM-14196 - Fix export of non-primary phone numbers

12 years agoHR-268 - Activity API - Extract necessary bits so that we re-use in alternative ...
Tim Otten [Tue, 11 Feb 2014 21:41:39 +0000 (13:41 -0800)]
HR-268 - Activity API - Extract necessary bits so that we re-use in alternative "get" implementation

12 years agoCRM-14181, add callback function, so that enums are accessible via api etc
kurund [Tue, 11 Feb 2014 22:55:36 +0000 (14:55 -0800)]
CRM-14181, add callback function, so that enums are accessible via api etc

----------------------------------------
* CRM-14181: migrate enums to varchar in schema for all tables
  http://issues.civicrm.org/jira/browse/CRM-14181

12 years agoCRM-14181, add callback function, so that enums are accessible via api etc
kurund [Tue, 11 Feb 2014 22:45:13 +0000 (14:45 -0800)]
CRM-14181, add callback function, so that enums are accessible via api etc

----------------------------------------
* CRM-14181: migrate enums to varchar in schema for all tables
  http://issues.civicrm.org/jira/browse/CRM-14181

12 years agoMerge pull request #2507 from lcdservices/CRM-14204
Dave Greenberg [Tue, 11 Feb 2014 22:16:49 +0000 (14:16 -0800)]
Merge pull request #2507 from lcdservices/CRM-14204

CRM-14204 fix schedule reminder subject tokens

12 years agoMerge pull request #2505 from lcdservices/CRM-14202
Dave Greenberg [Tue, 11 Feb 2014 22:08:53 +0000 (14:08 -0800)]
Merge pull request #2505 from lcdservices/CRM-14202

CRM-14202 allow scheduled reminder to be set for today

12 years agoMerge pull request #2499 from mlutfy/4.4-crm14200
Dave Greenberg [Tue, 11 Feb 2014 20:10:00 +0000 (12:10 -0800)]
Merge pull request #2499 from mlutfy/4.4-crm14200

CRM-14200: Tell a friend i18n translation dialog/popups fix.

12 years agoCRM-13966 - Style select2 results with description field
Coleman Watts [Tue, 11 Feb 2014 19:56:37 +0000 (11:56 -0800)]
CRM-13966 - Style select2 results with description field

12 years agoMerge pull request #2501 from kurund/CRM-14175
Kurund Jalmi [Tue, 11 Feb 2014 19:22:33 +0000 (11:22 -0800)]
Merge pull request #2501 from kurund/CRM-14175

fixed activity count bug, CRM-14175

12 years agoMerge pull request #2508 from mlutfy/4.4-ts-pcp
Dave Greenberg [Tue, 11 Feb 2014 19:22:03 +0000 (11:22 -0800)]
Merge pull request #2508 from mlutfy/4.4-ts-pcp

CRM/Contribute/Form/Contribution/Main.php: Fix ts() usage for PCP string.
http://issues.civicrm.org/jira/browse/CRM-14205

12 years agoCRM/Contribute/Form/Contribution/Main.php: Fix ts() usage for PCP string.
Mathieu Lutfy [Tue, 11 Feb 2014 18:59:12 +0000 (13:59 -0500)]
CRM/Contribute/Form/Contribution/Main.php: Fix ts() usage for PCP string.

12 years agoCRM-14204 fix schedule reminder subject tokens
Brian Shaughnessy [Tue, 11 Feb 2014 18:52:52 +0000 (13:52 -0500)]
CRM-14204 fix schedule reminder subject tokens

12 years agoCRM-13966 - Wire up contact api to getlist api
Coleman Watts [Tue, 11 Feb 2014 17:40:53 +0000 (09:40 -0800)]
CRM-13966 - Wire up contact api to getlist api