civicrm-core.git
7 years agoMerge pull request #9601 from civicrm/4.7.15-rc
Tim Otten [Wed, 4 Jan 2017 20:07:16 +0000 (12:07 -0800)]
Merge pull request #9601 from civicrm/4.7.15-rc

4.7.15 rc

7 years agoMerge pull request #9628 from agh1/release-notes-4.7.15
Tim Otten [Wed, 4 Jan 2017 18:08:03 +0000 (10:08 -0800)]
Merge pull request #9628 from agh1/release-notes-4.7.15

Release notes 4.7.15

7 years agoMerge pull request #9630 from colemanw/4.7.15-rc
colemanw [Wed, 4 Jan 2017 17:15:34 +0000 (12:15 -0500)]
Merge pull request #9630 from colemanw/4.7.15-rc

Backport CRM-19799 to 4.7.15

7 years agoMerge pull request #9618 from totten/master-19826
Monish Deb [Wed, 4 Jan 2017 13:06:45 +0000 (18:36 +0530)]
Merge pull request #9618 from totten/master-19826

CRM-19826 - CRM_Extension_System - Fix extra slash in `vendor` URLs

7 years agoMerge pull request #9592 from kainukempowerment/CRM-19803
Monish Deb [Wed, 4 Jan 2017 10:51:08 +0000 (16:21 +0530)]
Merge pull request #9592 from kainukempowerment/CRM-19803

Replaced inner with left joins to show refunds CRM-19803

7 years agoMerge pull request #9607 from yashodha/update-year
Yashodha Chaku [Wed, 4 Jan 2017 06:52:15 +0000 (12:22 +0530)]
Merge pull request #9607 from yashodha/update-year

fix header

7 years agoMerge pull request #9620 from jitendrapurohit/CRM-19706
Monish Deb [Wed, 4 Jan 2017 05:54:03 +0000 (11:24 +0530)]
Merge pull request #9620 from jitendrapurohit/CRM-19706

CRM-19706 - Fix setDefault on status id smart group formvalues

7 years agoCRM-19799, set line item in form layer
Pradeep Nayak [Wed, 28 Dec 2016 21:11:16 +0000 (02:41 +0530)]
CRM-19799, set line item in form layer

----------------------------------------
* CRM-19799: LineItems incorrect at both Contribution Level and Financial Accounts Level
  https://issues.civicrm.org/jira/browse/CRM-19799

7 years agoCRM-19799, fixed contribution params to include line items
Pradeep Nayak [Mon, 26 Dec 2016 22:37:26 +0000 (04:07 +0530)]
CRM-19799, fixed contribution params to include line items

----------------------------------------
* CRM-19799: LineItems incorrect at both Contribution Level and Financial Accounts Level
  https://issues.civicrm.org/jira/browse/CRM-19799

7 years agoRelease notes: wrap nicely
Andrew Hunt [Wed, 4 Jan 2017 04:50:36 +0000 (23:50 -0500)]
Release notes: wrap nicely

7 years agoRelease notes: completed manual notes for 4.7.15
Andrew Hunt [Wed, 4 Jan 2017 04:44:03 +0000 (23:44 -0500)]
Release notes: completed manual notes for 4.7.15

7 years agoRelease notes: manual notes for features
Andrew Hunt [Wed, 4 Jan 2017 02:41:36 +0000 (21:41 -0500)]
Release notes: manual notes for features

7 years agoRelease notes: organized 4.7.15 notes
Andrew Hunt [Wed, 4 Jan 2017 02:23:56 +0000 (21:23 -0500)]
Release notes: organized 4.7.15 notes

7 years agoRelease notes: generated for 4.7.15
Andrew Hunt [Wed, 4 Jan 2017 02:06:29 +0000 (21:06 -0500)]
Release notes: generated for 4.7.15

7 years agoRelease notes: added 4.7.15 contributors to key
Andrew Hunt [Wed, 4 Jan 2017 01:47:38 +0000 (20:47 -0500)]
Release notes: added 4.7.15 contributors to key

7 years agoMerge pull request #9609 from colemanw/CRM-19816
colemanw [Tue, 3 Jan 2017 21:00:02 +0000 (16:00 -0500)]
Merge pull request #9609 from colemanw/CRM-19816

CRM-19816 - Improve activity search filters

7 years agoFix setDefault on status id smart group formvalues
jitendrapurohit [Tue, 3 Jan 2017 10:54:59 +0000 (16:24 +0530)]
Fix setDefault on status id smart group formvalues

7 years agoMerge pull request #9578 from jitendrapurohit/CRM-18591
Monish Deb [Tue, 3 Jan 2017 11:54:02 +0000 (17:24 +0530)]
Merge pull request #9578 from jitendrapurohit/CRM-18591

CRM-18591: Fix group_type param in creating group

7 years agoMerge pull request #9597 from monishdeb/CRM-19624
Monish Deb [Tue, 3 Jan 2017 11:44:29 +0000 (17:14 +0530)]
Merge pull request #9597 from monishdeb/CRM-19624

CRM-19624: Exclude / Include by privacy radio buttons gets reset on Smartgroup re-editing

7 years agoMerge pull request #9577 from JMAConsulting/AmountPR
Monish Deb [Tue, 3 Jan 2017 11:39:33 +0000 (17:09 +0530)]
Merge pull request #9577 from JMAConsulting/AmountPR

[ready-for-core-team-review]CRM-19800, Incorrect Amount recorded in civicrm_financial_trxn table

7 years agoadd unit test
jitendrapurohit [Tue, 3 Jan 2017 10:13:01 +0000 (15:43 +0530)]
add unit test

7 years agoCRM-19826 - CRM_Extension_System - Fix extra slash in `vendor` URLs
Tim Otten [Tue, 20 Dec 2016 22:05:31 +0000 (14:05 -0800)]
CRM-19826 - CRM_Extension_System - Fix extra slash in `vendor` URLs

If you install an extension under `$cmsRoot/vendor/org.example.foo`, the
resulting URL contains an extraneous `/` (eg
`http://example.org//vendor/org.example.foo`).  (In Windows, I suspect it's
even worse because it uses DIRECTORY_SEPARATOR in the URl -- eg
`http://example.org/\vendor/org.example.foo`.)

This patch checks for and removes the extraneous slash -- and always
constructs the URL with the appropriate delimiter (`/`).

Problem observed in `dmaster`.

7 years agoMerge pull request #9610 from JMAConsulting/CRM-19817
Yashodha Chaku [Tue, 3 Jan 2017 05:51:21 +0000 (11:21 +0530)]
Merge pull request #9610 from JMAConsulting/CRM-19817

CRM-19817, fixed warnings and export for wordpress cms

7 years agominor fix
Monish Deb [Tue, 3 Jan 2017 05:48:11 +0000 (11:18 +0530)]
minor fix

7 years agoCRM-19817, fixed warnings and export for wordpress cms
Pradeep Nayak [Mon, 2 Jan 2017 11:13:00 +0000 (16:43 +0530)]
CRM-19817, fixed warnings and export for wordpress cms

----------------------------------------
* CRM-19817: Notice error fails membership export
  https://issues.civicrm.org/jira/browse/CRM-19817

7 years agoMerge pull request #9575 from jitendrapurohit/CRM-19761
Monish Deb [Mon, 2 Jan 2017 10:23:31 +0000 (15:53 +0530)]
Merge pull request #9575 from jitendrapurohit/CRM-19761

CRM-19761: Add unit test and some fixes

7 years agoMerge pull request #9606 from yashodha/CRM-19783
Yashodha Chaku [Mon, 2 Jan 2017 10:00:14 +0000 (15:30 +0530)]
Merge pull request #9606 from yashodha/CRM-19783

CRM-19783 - Accessibility Error - CiviCRM Subscription Page

7 years agoMerge pull request #9591 from AppChecker/master
Yashodha Chaku [Mon, 2 Jan 2017 09:51:22 +0000 (15:21 +0530)]
Merge pull request #9591 from AppChecker/master

CRM-19805: comparing instead of assigning

7 years agoCRM-19800, fixed JS for parsing money field
Pradeep Nayak [Fri, 30 Dec 2016 07:33:36 +0000 (13:03 +0530)]
CRM-19800, fixed JS for parsing money field

----------------------------------------
* CRM-19800: Incorrect Amount recorded in civicrm_financial_trxn table
  https://issues.civicrm.org/jira/browse/CRM-19800

7 years agoCRM-19800, added test
Pradeep Nayak [Sun, 25 Dec 2016 19:17:41 +0000 (00:47 +0530)]
CRM-19800, added test

----------------------------------------
* CRM-19800: Incorrect Amount recorded in civicrm_financial_trxn table
  https://issues.civicrm.org/jira/browse/CRM-19800

7 years agoCRM-19800, cleaned money for amount fields
Pradeep Nayak [Sun, 25 Dec 2016 17:49:31 +0000 (23:19 +0530)]
CRM-19800, cleaned money for amount fields

----------------------------------------
* CRM-19800: Incorrect Amount recorded in civicrm_financial_trxn table
  https://issues.civicrm.org/jira/browse/CRM-19800

7 years agoCRM-19800, cleaned money for total amount
Pradeep Nayak [Sun, 25 Dec 2016 17:18:42 +0000 (22:48 +0530)]
CRM-19800, cleaned money for total amount

----------------------------------------
* CRM-19800: Incorrect Amount recorded in civicrm_financial_trxn table
  https://issues.civicrm.org/jira/browse/CRM-19800

7 years agoMerge pull request #9576 from JMAConsulting/CRM-19585-2
Monish Deb [Mon, 2 Jan 2017 07:26:32 +0000 (12:56 +0530)]
Merge pull request #9576 from JMAConsulting/CRM-19585-2

[ready-for-core-team-review]CRM-19585, added function to calculate net amount if contribution has…

7 years agoMerge pull request #9608 from jitendrapurohit/memtestfix
Monish Deb [Mon, 2 Jan 2017 07:26:09 +0000 (12:56 +0530)]
Merge pull request #9608 from jitendrapurohit/memtestfix

Fix startdate for testMembershipJoinDateFixed

7 years agoCRM-19816 - Improve activity search filters
Coleman Watts [Mon, 2 Jan 2017 06:32:41 +0000 (01:32 -0500)]
CRM-19816 - Improve activity search filters

7 years agoFix startdate for testMembershipJoinDateFixed
jitendrapurohit [Mon, 2 Jan 2017 06:20:06 +0000 (11:50 +0530)]
Fix startdate for testMembershipJoinDateFixed

7 years agoMerge pull request #9603 from colemanw/loc_event_id
colemanw [Mon, 2 Jan 2017 06:19:17 +0000 (01:19 -0500)]
Merge pull request #9603 from colemanw/loc_event_id

Add select2 class to loc_event_id

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:43:20 +0000 (10:13 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:38:18 +0000 (10:08 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:36:05 +0000 (10:06 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:32:51 +0000 (10:02 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:31:24 +0000 (10:01 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:29:46 +0000 (09:59 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:28:19 +0000 (09:58 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:27:35 +0000 (09:57 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:26:25 +0000 (09:56 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:25:33 +0000 (09:55 +0530)]
fix year in headers

7 years agofix year in headers
yashodha [Mon, 2 Jan 2017 04:24:05 +0000 (09:54 +0530)]
fix year in headers

7 years agoAccessibility Error - CiviCRM Subscription Page
yashodha [Mon, 2 Jan 2017 04:11:11 +0000 (09:41 +0530)]
Accessibility Error - CiviCRM Subscription Page

7 years agoAdd select2 class to loc_event_id
Coleman Watts [Sun, 1 Jan 2017 01:10:09 +0000 (20:10 -0500)]
Add select2 class to loc_event_id

7 years agoMerge pull request #9599 from colemanw/CRM-19812
colemanw [Fri, 30 Dec 2016 22:20:00 +0000 (17:20 -0500)]
Merge pull request #9599 from colemanw/CRM-19812

CRM-19812 - Display related contact names in activity.get api

7 years agoCRM-19812 - Display related contact names in activity.get api
Coleman Watts [Fri, 30 Dec 2016 20:35:10 +0000 (15:35 -0500)]
CRM-19812 - Display related contact names in activity.get api

7 years agoCRM-19624: Exclude / Include by privacy radio buttons gets reset on Smartgroup re...
deb.monish [Fri, 30 Dec 2016 10:42:25 +0000 (16:12 +0530)]
CRM-19624: Exclude / Include by privacy radio buttons gets reset on Smartgroup re-editing

7 years agoMerge pull request #9536 from twomice/CRM-19447_activity_details_search
Monish Deb [Fri, 30 Dec 2016 10:17:17 +0000 (15:47 +0530)]
Merge pull request #9536 from twomice/CRM-19447_activity_details_search

CRM-19447 activity details search

7 years agoadditional changes
deb.monish [Fri, 30 Dec 2016 09:26:53 +0000 (14:56 +0530)]
additional changes

7 years agoCRM-19447: Retain legacy code to avoid regressions; add tests.
Allen Shaw [Wed, 28 Dec 2016 22:58:16 +0000 (16:58 -0600)]
CRM-19447: Retain legacy code to avoid regressions; add tests.

7 years agoMerge pull request #9584 from JMAConsulting/CRM-19804
Monish Deb [Fri, 30 Dec 2016 07:37:18 +0000 (13:07 +0530)]
Merge pull request #9584 from JMAConsulting/CRM-19804

[ready-for-core-team-review]CRM-19804, added pre and post hook invokation for FinancialAccount

7 years agoMerge pull request #9573 from totten/master-inheritdoc
Tim Otten [Thu, 29 Dec 2016 23:35:20 +0000 (15:35 -0800)]
Merge pull request #9573 from totten/master-inheritdoc

(NFC) CRM_*_Tokens - Reduce redundant docs

7 years agoMerge pull request #9593 from colemanw/CRM-19810
colemanw [Thu, 29 Dec 2016 18:05:19 +0000 (13:05 -0500)]
Merge pull request #9593 from colemanw/CRM-19810

CRM-19810 - Add api joins on optionValue table

7 years agoCRM-19810 - Add api joins on optionValue table
Coleman Watts [Thu, 29 Dec 2016 17:22:36 +0000 (12:22 -0500)]
CRM-19810 - Add api joins on optionValue table

7 years agoCRM-19585, fixed rebase error
Pradeep Nayak [Thu, 29 Dec 2016 11:28:05 +0000 (16:58 +0530)]
CRM-19585, fixed rebase error

----------------------------------------
* CRM-19585: Sales tax issue
  https://issues.civicrm.org/jira/browse/CRM-19585

7 years agoCRM-19585, fixed notice error
Pradeep Nayak [Mon, 26 Dec 2016 10:56:13 +0000 (16:26 +0530)]
CRM-19585, fixed notice error

----------------------------------------
* CRM-19585: Sales tax issue
  https://issues.civicrm.org/jira/browse/CRM-19585

7 years agoCRM-19585, added function to calculate net amount if contribution has tax amount
Pradeep Nayak [Fri, 23 Dec 2016 14:10:38 +0000 (19:40 +0530)]
CRM-19585, added function to calculate net amount if contribution has tax amount
added test for the same

----------------------------------------
* CRM-19585: Sales tax issue
  https://issues.civicrm.org/jira/browse/CRM-19585

CRM-19585, removed space

----------------------------------------
* CRM-19585: Sales tax issue
  https://issues.civicrm.org/jira/browse/CRM-19585

7 years agoMerge pull request #9580 from JMAConsulting/CRM-19799
Monish Deb [Thu, 29 Dec 2016 10:51:38 +0000 (16:21 +0530)]
Merge pull request #9580 from JMAConsulting/CRM-19799

[ready-for-core-team-review]CRM-19799, fixed contribution params to include line items

7 years agoMerge pull request #9590 from JMAConsulting/CRM-19585-6
Monish Deb [Thu, 29 Dec 2016 09:49:30 +0000 (15:19 +0530)]
Merge pull request #9590 from JMAConsulting/CRM-19585-6

[ready-for-core-team-review]CRM-19585, fixed tax issues

7 years agoCRM-19447: Added doc-blocks to unit test methods.
Allen Shaw [Wed, 14 Dec 2016 03:16:15 +0000 (21:16 -0600)]
CRM-19447: Added doc-blocks to unit test methods.

7 years agoCRM-19447: Add unit tests for api v3 activity.get by subject and by details.
Allen Shaw [Wed, 14 Dec 2016 03:14:46 +0000 (21:14 -0600)]
CRM-19447: Add unit tests for api v3 activity.get by subject and by details.

7 years agoFix CRM-19447: "Improve Activity Subject/Details text search to be similiar to Notes...
Allen Shaw [Wed, 14 Dec 2016 02:50:20 +0000 (20:50 -0600)]
Fix CRM-19447: "Improve Activity Subject/Details text search to be similiar to Notes Subject/Body"

7 years agoTowards CRM-19447 (activity search by subject/details): basic functionality
Allen Shaw [Wed, 14 Dec 2016 01:46:39 +0000 (19:46 -0600)]
Towards CRM-19447 (activity search by subject/details): basic functionality

7 years agoCRM-19805: comparing instead of assigning
appchecker [Thu, 29 Dec 2016 08:11:07 +0000 (11:11 +0300)]
CRM-19805: comparing instead of assigning

7 years agoCRM-19805: comparing instead of assigning
appchecker [Thu, 29 Dec 2016 08:10:43 +0000 (11:10 +0300)]
CRM-19805: comparing instead of assigning

7 years agoCRM-19805: comparing instead of assigning
appchecker [Thu, 29 Dec 2016 08:10:04 +0000 (11:10 +0300)]
CRM-19805: comparing instead of assigning

7 years agoMerge pull request #9554 from colemanw/CRM-19769
colemanw [Thu, 29 Dec 2016 00:47:46 +0000 (19:47 -0500)]
Merge pull request #9554 from colemanw/CRM-19769

CRM-19769 CRM-19779 - Colors for tags and activty statuses

7 years agoCRM-19585, added test
Pradeep Nayak [Wed, 28 Dec 2016 23:20:40 +0000 (04:50 +0530)]
CRM-19585, added test

----------------------------------------
* CRM-19585: Sales tax issue
  https://issues.civicrm.org/jira/browse/CRM-19585

7 years agoCRM-19585, added test
Pradeep Nayak [Wed, 28 Dec 2016 23:20:16 +0000 (04:50 +0530)]
CRM-19585, added test

----------------------------------------
* CRM-19585: Sales tax issue
  https://issues.civicrm.org/jira/browse/CRM-19585

7 years agoCRM-19585, fixed code for storing civicrm_contribution.tax_amount correctly
Pradeep Nayak [Mon, 31 Oct 2016 12:08:09 +0000 (17:38 +0530)]
CRM-19585, fixed code for storing civicrm_contribution.tax_amount correctly

----------------------------------------
* CRM-19585: Sales tax issue
  https://issues.civicrm.org/jira/browse/CRM-19585

7 years agoCRM-19585, fixed calculation for default contribution amount price set
Pradeep Nayak [Tue, 1 Nov 2016 15:33:45 +0000 (21:03 +0530)]
CRM-19585, fixed calculation for default contribution amount price set

----------------------------------------
* CRM-19585: Sales tax issue
  https://issues.civicrm.org/jira/browse/CRM-19585

7 years agoAdded Left joins to show refunds CRM-19803
Klaas Eikelboom [Wed, 28 Dec 2016 23:10:51 +0000 (18:10 -0500)]
Added Left joins to show refunds CRM-19803

7 years agoMerge pull request #9581 from colemanw/CRM-19802
colemanw [Wed, 28 Dec 2016 21:45:24 +0000 (16:45 -0500)]
Merge pull request #9581 from colemanw/CRM-19802

CRM-19802 - Fix translated strings in tpl

7 years agoCRM-19799, set line item in form layer
Pradeep Nayak [Wed, 28 Dec 2016 21:11:16 +0000 (02:41 +0530)]
CRM-19799, set line item in form layer

----------------------------------------
* CRM-19799: LineItems incorrect at both Contribution Level and Financial Accounts Level
  https://issues.civicrm.org/jira/browse/CRM-19799

7 years agoCRM-19799, added test
Pradeep Nayak [Mon, 26 Dec 2016 23:37:48 +0000 (05:07 +0530)]
CRM-19799, added test

----------------------------------------
* CRM-19799: LineItems incorrect at both Contribution Level and Financial Accounts Level
  https://issues.civicrm.org/jira/browse/CRM-19799

7 years agoCRM-19799, fixed contribution params to include line items
Pradeep Nayak [Mon, 26 Dec 2016 22:37:26 +0000 (04:07 +0530)]
CRM-19799, fixed contribution params to include line items

----------------------------------------
* CRM-19799: LineItems incorrect at both Contribution Level and Financial Accounts Level
  https://issues.civicrm.org/jira/browse/CRM-19799

7 years agoCRM-19804, added pre and post hook invokation for FinancialAccount
Pradeep Nayak [Wed, 28 Dec 2016 13:38:24 +0000 (19:08 +0530)]
CRM-19804, added pre and post hook invokation for FinancialAccount

----------------------------------------
* CRM-19804: Pre() and Post() hook for Financial Account
  https://issues.civicrm.org/jira/browse/CRM-19804

7 years agoMerge pull request #8906 from dejan9393/CRM-19244
Monish Deb [Wed, 28 Dec 2016 12:17:08 +0000 (17:47 +0530)]
Merge pull request #8906 from dejan9393/CRM-19244

CRM-19244 Custom fields with option group not importing

7 years agoMerge pull request #9574 from JMAConsulting/CRM-19585-1
Monish Deb [Wed, 28 Dec 2016 09:10:56 +0000 (14:40 +0530)]
Merge pull request #9574 from JMAConsulting/CRM-19585-1

[ready-for-core-team-review]CRM-19585, created function to calculate financial item amount when co…

7 years agoMerge pull request #9565 from totten/master-19690-selector
Eileen McNaughton [Tue, 27 Dec 2016 20:33:19 +0000 (09:33 +1300)]
Merge pull request #9565 from totten/master-19690-selector

CRM-19690 - crmMailingBlockRecipients - Provide selector for more downstream styling

7 years agoCRM-19802 - Fix translated strings in tpl
Coleman Watts [Tue, 27 Dec 2016 15:35:29 +0000 (10:35 -0500)]
CRM-19802 - Fix translated strings in tpl

7 years agoMerge pull request #9545 from JMAConsulting/CRM-19288
Monish Deb [Tue, 27 Dec 2016 11:20:50 +0000 (16:50 +0530)]
Merge pull request #9545 from JMAConsulting/CRM-19288

[ready-for-core-team-review]CRM-19288, fixed civicrm_contribution.tax_amount value for multiple p…

7 years agoMerge pull request #8870 from JMAConsulting/CRM-16189-10
Monish Deb [Tue, 27 Dec 2016 10:03:42 +0000 (15:33 +0530)]
Merge pull request #8870 from JMAConsulting/CRM-16189-10

[ready-for-core-team-review]CRM-16189, Code to add 'Record Payment' link on Contribution View and Contribution tab

7 years agoFix group_type param in creating group
jitendrapurohit [Mon, 26 Dec 2016 06:12:28 +0000 (11:42 +0530)]
Fix group_type param in creating group

7 years agoManage tags screen UI improvements
Coleman Watts [Sat, 24 Dec 2016 05:14:31 +0000 (00:14 -0500)]
Manage tags screen UI improvements

7 years agowarning fix
Jitendra Purohit [Sat, 24 Dec 2016 07:37:04 +0000 (13:07 +0530)]
warning fix

7 years agoCRM-19769 - Display tags in color
Coleman Watts [Thu, 15 Dec 2016 23:47:56 +0000 (18:47 -0500)]
CRM-19769 - Display tags in color

Conflicts:
CRM/Core/DAO/AllCoreTables.data.php
CRM/Tag/Form/Edit.php
css/contactSummary.css

7 years agoCRM-19769 - Add colors to entityRef output
Coleman Watts [Fri, 23 Dec 2016 21:58:56 +0000 (16:58 -0500)]
CRM-19769 - Add colors to entityRef output

7 years agoCRM-19769 - Add select2 widget to display tags in color
Coleman Watts [Tue, 20 Dec 2016 04:13:14 +0000 (23:13 -0500)]
CRM-19769 - Add select2 widget to display tags in color

7 years agoTag form cleanup
Coleman Watts [Mon, 19 Dec 2016 18:07:55 +0000 (13:07 -0500)]
Tag form cleanup

7 years agoCRM-19779 - Display activity statuses in color
Coleman Watts [Fri, 16 Dec 2016 15:47:54 +0000 (10:47 -0500)]
CRM-19779 - Display activity statuses in color

7 years agoCRM-19769 - Add color column to civicrm_tag
Coleman Watts [Thu, 15 Dec 2016 23:38:54 +0000 (18:38 -0500)]
CRM-19769 - Add color column to civicrm_tag

7 years agoCRM-19769 - Add color field to tag edit form
Coleman Watts [Thu, 15 Dec 2016 04:44:26 +0000 (23:44 -0500)]
CRM-19769 - Add color field to tag edit form

7 years agoCRM-19769 - Add color contrast utility function
Coleman Watts [Thu, 15 Dec 2016 04:43:33 +0000 (23:43 -0500)]
CRM-19769 - Add color contrast utility function