civicrm-core.git
8 years agoCRM-17764 add pledge block region to main contribution page
eileenmcnaugton [Sat, 2 Jan 2016 07:03:54 +0000 (20:03 +1300)]
CRM-17764 add pledge block region to main contribution page

8 years agoMerge pull request #7500 from totten/master-altermail
Tim Otten [Sat, 26 Dec 2015 22:46:13 +0000 (16:46 -0600)]
Merge pull request #7500 from totten/master-altermail

CRM_Utils_Hook::alterMailer -- Fix typo

8 years agoCRM_Utils_Hook::alterMailer -- Fix typo
CiviCRM [Sat, 26 Dec 2015 18:33:09 +0000 (12:33 -0600)]
CRM_Utils_Hook::alterMailer -- Fix typo

There was a discrepancy in the naming of this hook:

 * The stub function was named `alterMail`. Internal code therefore referred to `alterMail`.
 * The hook invocation fires as `alterMailer`. Downstream code therefore referred to `alterMailer`.

This patch standardizes on `alterMailer` to preserve the downstream
interface.  It leaves `::alterMail()` as a deprecated alias in case there's
some unexpected external use-case.

8 years agoMerge pull request #7453 from colemanw/CRM-17646
colemanw [Sat, 26 Dec 2015 15:24:48 +0000 (10:24 -0500)]
Merge pull request #7453 from colemanw/CRM-17646

CRM-17646 Add hook for modifying field option lists

8 years agoCRM-17646 - Mark older hooks deprecated
Coleman Watts [Sat, 26 Dec 2015 03:01:28 +0000 (22:01 -0500)]
CRM-17646 - Mark older hooks deprecated

8 years agoFix participant field labels
Coleman Watts [Sat, 26 Dec 2015 02:39:03 +0000 (21:39 -0500)]
Fix participant field labels

8 years agoImprove CRM_Core_Form::addField for ChainSelect types
Coleman Watts [Sat, 26 Dec 2015 02:36:21 +0000 (21:36 -0500)]
Improve CRM_Core_Form::addField for ChainSelect types

8 years agoUse addField for basic search form
Coleman Watts [Thu, 24 Dec 2015 02:34:41 +0000 (21:34 -0500)]
Use addField for basic search form

8 years agoImprove handling of select fields
Coleman Watts [Thu, 24 Dec 2015 02:34:03 +0000 (21:34 -0500)]
Improve handling of select fields

8 years agoCRM_Core_BAO_CustomField - Remove unused param
Coleman Watts [Thu, 24 Dec 2015 01:10:40 +0000 (20:10 -0500)]
CRM_Core_BAO_CustomField - Remove unused param

8 years agoCRM_Core_Form - Support html5 field types
Coleman Watts [Wed, 23 Dec 2015 04:50:17 +0000 (23:50 -0500)]
CRM_Core_Form - Support html5 field types

8 years agoFix hover button padding
Coleman Watts [Wed, 23 Dec 2015 04:31:15 +0000 (23:31 -0500)]
Fix hover button padding

8 years agoCRM_Core_Form::addField - Handle custom fields
Coleman Watts [Wed, 23 Dec 2015 04:24:27 +0000 (23:24 -0500)]
CRM_Core_Form::addField - Handle custom fields

8 years agoMerge pull request #7497 from PalanteJon/CRM-17273
colemanw [Thu, 24 Dec 2015 17:32:59 +0000 (12:32 -0500)]
Merge pull request #7497 from PalanteJon/CRM-17273

CRM-17273 - Don't show the wrench that pops up the 'Edit Location Typ…

8 years agoCRM-17273 - Don't show the wrench that pops up the 'Edit Location Types' screen when...
Jon goldberg [Thu, 24 Dec 2015 15:24:46 +0000 (10:24 -0500)]
CRM-17273 - Don't show the wrench that pops up the 'Edit Location Types' screen when editing contact info

8 years agoMerge pull request #7496 from eileenmcnaughton/CRM-17655
Eileen McNaughton [Thu, 24 Dec 2015 02:03:19 +0000 (15:03 +1300)]
Merge pull request #7496 from eileenmcnaughton/CRM-17655

CRM-17655 editing recurring through form causes error

8 years agoCRM-17655 editing recurring through form causes error
eileen [Thu, 24 Dec 2015 00:16:33 +0000 (13:16 +1300)]
CRM-17655 editing recurring through form causes error

On editing I found previous patches for CRM-17655 had caused a situation where the ID for the recurring contribution
was not always being correctly determined

Change-Id: I74394d6f33b0a68ee73d0cc4be3efb5563bc6406

8 years agoCRM_Core_Form::addField - add wysiwyg support
Coleman Watts [Wed, 23 Dec 2015 03:44:53 +0000 (22:44 -0500)]
CRM_Core_Form::addField - add wysiwyg support

8 years agoCRM_Core_Form::addField fixes
Coleman Watts [Wed, 23 Dec 2015 03:27:17 +0000 (22:27 -0500)]
CRM_Core_Form::addField fixes

8 years agoMerge pull request #7490 from yashodha/CRM-17398
Yashodha Chaku [Wed, 23 Dec 2015 13:28:13 +0000 (18:58 +0530)]
Merge pull request #7490 from yashodha/CRM-17398

CRM-17398: Enotice on participant delete

8 years agoUpdate version to 4.7.beta5
CiviCRM [Wed, 23 Dec 2015 11:43:26 +0000 (03:43 -0800)]
Update version to 4.7.beta5

8 years agoMerge pull request #7493 from jitendrapurohit/upgradeerror
Yashodha Chaku [Wed, 23 Dec 2015 10:36:35 +0000 (16:06 +0530)]
Merge pull request #7493 from jitendrapurohit/upgradeerror

Avoid insertion of warnings in gencode while creating distmaker

8 years agoAvoid insertion of warnings in gencode while making distmaker
jitendrapurohit [Wed, 23 Dec 2015 09:26:16 +0000 (14:56 +0530)]
Avoid insertion of warnings in gencode while making distmaker

8 years agofix trailing comma
yashodha [Wed, 23 Dec 2015 05:21:03 +0000 (10:51 +0530)]
fix trailing comma

8 years agoIcon fix
Coleman Watts [Wed, 23 Dec 2015 02:26:57 +0000 (21:26 -0500)]
Icon fix

8 years agoUpdate icons
Coleman Watts [Tue, 22 Dec 2015 21:10:56 +0000 (16:10 -0500)]
Update icons

8 years agoCRM-16019 - crmDatepicker improvements
Coleman Watts [Tue, 22 Dec 2015 20:57:11 +0000 (15:57 -0500)]
CRM-16019 - crmDatepicker improvements

8 years agoCRM_Core_Form - remove unused functions
Coleman Watts [Tue, 22 Dec 2015 03:16:52 +0000 (22:16 -0500)]
CRM_Core_Form - remove unused functions

8 years agoMerge pull request #7467 from eileenmcnaughton/tests
Eileen McNaughton [Wed, 23 Dec 2015 04:28:43 +0000 (17:28 +1300)]
Merge pull request #7467 from eileenmcnaughton/tests

Enhance membership form test

8 years agoformat fixes
yashodha [Wed, 23 Dec 2015 04:24:17 +0000 (09:54 +0530)]
format fixes

8 years agoCRM-17398: Enotice on participant delete
yashodha [Wed, 23 Dec 2015 03:54:13 +0000 (09:24 +0530)]
CRM-17398: Enotice on participant delete

----------------------------------------
* CRM-17398: Enotice on participant delete
  https://issues.civicrm.org/jira/browse/CRM-17398

8 years agoMerge pull request #7473 from JMAConsulting/CRM-16259-2
Dave Greenberg [Tue, 22 Dec 2015 18:16:36 +0000 (10:16 -0800)]
Merge pull request #7473 from JMAConsulting/CRM-16259-2

--CRM-16259, added function to record partial payment

8 years agoCRM-17398: Enotice on participant delete
yashodha [Tue, 22 Dec 2015 07:14:16 +0000 (12:44 +0530)]
CRM-17398: Enotice on participant delete

----------------------------------------
* CRM-17398: Enotice on participant delete
  https://issues.civicrm.org/jira/browse/CRM-17398

8 years agoAdd support for number fields to CRM_Core_Form
Coleman Watts [Mon, 21 Dec 2015 14:26:17 +0000 (09:26 -0500)]
Add support for number fields to CRM_Core_Form

8 years agoCRM-16019 - Fix crmDatepicker format handling
Coleman Watts [Mon, 21 Dec 2015 12:10:54 +0000 (07:10 -0500)]
CRM-16019 - Fix crmDatepicker format handling

8 years agoCRM-16019 - Switch custom fields to use crmDatepicker
Coleman Watts [Mon, 21 Dec 2015 02:35:46 +0000 (21:35 -0500)]
CRM-16019 - Switch custom fields to use crmDatepicker

8 years agoMerge pull request #7383 from thehereward/tidy-up-remove-unnecessary-imports
Tim Otten [Tue, 22 Dec 2015 02:43:39 +0000 (18:43 -0800)]
Merge pull request #7383 from thehereward/tidy-up-remove-unnecessary-imports

TidyUp: Remove unnecessary imports.

8 years agoMerge pull request #7427 from eileenmcnaughton/CRM-17275-import
Dave Greenberg [Tue, 22 Dec 2015 01:48:33 +0000 (17:48 -0800)]
Merge pull request #7427 from eileenmcnaughton/CRM-17275-import

CRM-17275 fix import class to do a fallback external identifier check

8 years agoMerge pull request #7489 from totten/master-cxn-check
Tim Otten [Tue, 22 Dec 2015 01:21:14 +0000 (17:21 -0800)]
Merge pull request #7489 from totten/master-cxn-check

CRM-16173 - Display alert for local/private sites.

8 years agoMerge pull request #7488 from totten/master-upgrade-misc
Tim Otten [Tue, 22 Dec 2015 01:20:22 +0000 (17:20 -0800)]
Merge pull request #7488 from totten/master-upgrade-misc

Upgrades/Settings - Fix problems upgrading from older releases

8 years agoCRM-16173 - Display alert for local/private sites.
CiviCRM [Mon, 21 Dec 2015 03:05:27 +0000 (19:05 -0800)]
CRM-16173 - Display alert for local/private sites.

8 years agoSettingsBag - Fix bug upgrading `4.1.0-setupsh.sql.bz2` to 4.7.beta.
CiviCRM [Mon, 21 Dec 2015 23:25:44 +0000 (15:25 -0800)]
SettingsBag - Fix bug upgrading `4.1.0-setupsh.sql.bz2` to 4.7.beta.

8 years agoCRM_Core_Config::customCSSURL - Don't tample empty values
CiviCRM [Mon, 21 Dec 2015 23:10:16 +0000 (15:10 -0800)]
CRM_Core_Config::customCSSURL - Don't tample empty values

Ex: The 4.4 upgrader checks `customCSSURL` and sets `disable_core_css`
depending on whether the value is empty.  Since the addTrailingSlash was
converting empty to '/', this caused bad upgrades.

8 years agoMerge pull request #7471 from jitendrapurohit/CRM-17714
Tim Otten [Mon, 21 Dec 2015 23:27:06 +0000 (15:27 -0800)]
Merge pull request #7471 from jitendrapurohit/CRM-17714

CRM-17714 - DB Error after upgradation to 4.7 beta3

8 years agoMerge pull request #7465 from eileenmcnaughton/CRM-17228-payment-processor-form
Dave Greenberg [Mon, 21 Dec 2015 22:56:56 +0000 (14:56 -0800)]
Merge pull request #7465 from eileenmcnaughton/CRM-17228-payment-processor-form

CRM-17728 enotices on payment processor form

8 years agoCRM-16019 - Add crmDatepicker binding to CRM_Core_Form
Coleman Watts [Sun, 20 Dec 2015 22:53:15 +0000 (17:53 -0500)]
CRM-16019 - Add crmDatepicker binding to CRM_Core_Form

8 years agoCRM-17646 - Fix display of array values
Coleman Watts [Thu, 17 Dec 2015 02:57:57 +0000 (21:57 -0500)]
CRM-17646 - Fix display of array values

8 years agoCRM-17646 - Ensure user-facing case type options go through hook_fieldOptions
Coleman Watts [Wed, 16 Dec 2015 20:25:08 +0000 (15:25 -0500)]
CRM-17646 - Ensure user-facing case type options go through hook_fieldOptions

8 years agoCRM-17646 - Fix array merge
Coleman Watts [Wed, 16 Dec 2015 19:31:34 +0000 (14:31 -0500)]
CRM-17646 - Fix array merge

8 years agoCode format cleanup
Coleman Watts [Wed, 16 Dec 2015 03:41:51 +0000 (22:41 -0500)]
Code format cleanup

8 years agoCRM-17646 - Add unit tests
Coleman Watts [Wed, 16 Dec 2015 03:07:20 +0000 (22:07 -0500)]
CRM-17646 - Add unit tests

8 years agoCRM-17646 - Consolodate all custom field option lookups
Coleman Watts [Wed, 16 Dec 2015 01:55:19 +0000 (20:55 -0500)]
CRM-17646 - Consolodate all custom field option lookups

8 years agoCRM-17646 - Refactor out CRM_Report_Form::formatCustomValues
Coleman Watts [Tue, 15 Dec 2015 21:51:40 +0000 (16:51 -0500)]
CRM-17646 - Refactor out CRM_Report_Form::formatCustomValues

8 years agoCRM-17646 - Refactor out CRM_Core_BAO_CustomOption::valuesByID
Coleman Watts [Tue, 15 Dec 2015 21:29:20 +0000 (16:29 -0500)]
CRM-17646 - Refactor out CRM_Core_BAO_CustomOption::valuesByID

8 years agoCRM-17646 - Refactor out CRM_Core_BAO_CustomOption::getOptionLabel
Coleman Watts [Tue, 15 Dec 2015 21:24:15 +0000 (16:24 -0500)]
CRM-17646 - Refactor out CRM_Core_BAO_CustomOption::getOptionLabel

8 years agoCRM-17646 - Refactor out CRM_Core_BAO_CustomGroup::formatCustomValues
Coleman Watts [Tue, 15 Dec 2015 21:06:23 +0000 (16:06 -0500)]
CRM-17646 - Refactor out CRM_Core_BAO_CustomGroup::formatCustomValues

8 years agoCRM-17646 - Refactor out CRM_Core_BAO_CustomField::getDisplayValue
Coleman Watts [Tue, 15 Dec 2015 19:42:28 +0000 (14:42 -0500)]
CRM-17646 - Refactor out CRM_Core_BAO_CustomField::getDisplayValue

8 years agoCRM-17646 - CustomField displayValue refactoring
Coleman Watts [Tue, 15 Dec 2015 02:21:01 +0000 (21:21 -0500)]
CRM-17646 - CustomField displayValue refactoring

8 years agoCRM-17646 - CustomGroup formatter cleanup
Coleman Watts [Tue, 15 Dec 2015 02:19:56 +0000 (21:19 -0500)]
CRM-17646 - CustomGroup formatter cleanup

8 years agoTest cleanup
Coleman Watts [Mon, 14 Dec 2015 20:05:49 +0000 (15:05 -0500)]
Test cleanup

8 years agoCRM-17646 - Refactor CRM_Report_Form to use standard custom field option retrieval
Coleman Watts [Mon, 14 Dec 2015 19:56:55 +0000 (14:56 -0500)]
CRM-17646 - Refactor CRM_Report_Form to use standard custom field option retrieval

8 years agoCRM-17646 - Add getOptions method to custom field objects
Coleman Watts [Mon, 14 Dec 2015 19:56:05 +0000 (14:56 -0500)]
CRM-17646 - Add getOptions method to custom field objects

8 years agoCRM-17646 -Toward refactoring out hook_customFieldOptions
Coleman Watts [Sun, 13 Dec 2015 00:05:43 +0000 (19:05 -0500)]
CRM-17646 -Toward refactoring out hook_customFieldOptions

8 years agoCRM-17646 - Add hook_civicrm_fieldOptions + tests
Coleman Watts [Wed, 2 Dec 2015 02:54:20 +0000 (21:54 -0500)]
CRM-17646 - Add hook_civicrm_fieldOptions + tests

8 years agoadditional fixes
jitendrapurohit [Mon, 21 Dec 2015 05:55:22 +0000 (11:25 +0530)]
additional fixes

8 years agoMerge pull request #7452 from seamuslee001/sl_export_tidy
Dave Greenberg [Mon, 21 Dec 2015 03:33:42 +0000 (19:33 -0800)]
Merge pull request #7452 from seamuslee001/sl_export_tidy

Some extra tidy up ExportComponents function.

8 years agoMerge pull request #7475 from JMAConsulting/CRM-16259-1
Dave Greenberg [Mon, 21 Dec 2015 03:20:59 +0000 (19:20 -0800)]
Merge pull request #7475 from JMAConsulting/CRM-16259-1

Crm 16259 1

8 years agoMerge pull request #7396 from eileenmcnaughton/CRM-17627
Eileen McNaughton [Mon, 21 Dec 2015 02:45:17 +0000 (15:45 +1300)]
Merge pull request #7396 from eileenmcnaughton/CRM-17627

CRM-17627 minor code simplifications …

8 years agoMerge pull request #7485 from davecivicrm/CRM-15967
Dave Greenberg [Mon, 21 Dec 2015 02:39:46 +0000 (18:39 -0800)]
Merge pull request #7485 from davecivicrm/CRM-15967

CRM-15967 - Fix profile state/province sort.

8 years agoCRM-15967 - Fix profile state/province sort.
Dave Greenberg [Mon, 21 Dec 2015 02:36:34 +0000 (18:36 -0800)]
CRM-15967 - Fix profile state/province sort.

----------------------------------------
* CRM-15967: profile: cannot sort state/province
  https://issues.civicrm.org/jira/browse/CRM-15967

8 years agoMerge pull request #7478 from xurizaemon/master
Tim Otten [Sun, 20 Dec 2015 21:56:49 +0000 (13:56 -0800)]
Merge pull request #7478 from xurizaemon/master

CRM-17733. Update to DOMPDF 0.6.2

8 years agoMerge pull request #7482 from totten/master-pumpernickle
Tim Otten [Sun, 20 Dec 2015 21:44:28 +0000 (13:44 -0800)]
Merge pull request #7482 from totten/master-pumpernickle

CRM-16173 - crmCxn - When reconnecting, display the *new* details/permissions.

8 years agoMerge pull request #7418 from totten/master-nav-dupes
Tim Otten [Sun, 20 Dec 2015 21:42:09 +0000 (13:42 -0800)]
Merge pull request #7418 from totten/master-nav-dupes

FourSeven Upgrade - Protect against duplicate "navigation" settings

8 years agoCRM-16173 - crmCxn - When reconnecting, display the *new* details/permissions.
CiviCRM [Sat, 19 Dec 2015 04:08:46 +0000 (20:08 -0800)]
CRM-16173 - crmCxn - When reconnecting, display the *new* details/permissions.

8 years agoMerge pull request #7469 from lcdservices/CRM-17427
Dave Greenberg [Sat, 19 Dec 2015 01:18:12 +0000 (17:18 -0800)]
Merge pull request #7469 from lcdservices/CRM-17427

CRM-17427 condition receipt sent status msg properly

8 years agoMerge pull request #7480 from davecivicrm/CRM-17716
Dave Greenberg [Sat, 19 Dec 2015 01:04:45 +0000 (17:04 -0800)]
Merge pull request #7480 from davecivicrm/CRM-17716

CRM-17716 - new copy of generated (sample) data.

8 years agoCRM-17716 - new copy of generated (sample) data.
Dave Greenberg [Sat, 19 Dec 2015 01:03:27 +0000 (17:03 -0800)]
CRM-17716 - new copy of generated (sample) data.

----------------------------------------
* CRM-17716: civicrm_financial_trxn table missing some entries for sample data
  https://issues.civicrm.org/jira/browse/CRM-17716

8 years agoMerge pull request #7461 from pradpnayak/CRM-17716
Dave Greenberg [Sat, 19 Dec 2015 01:02:40 +0000 (17:02 -0800)]
Merge pull request #7461 from pradpnayak/CRM-17716

--CRM-17716, fixed code to add missing accounting entries for Members…

8 years agoMerge pull request #7463 from Kajakaran/twitter_link
Dave Greenberg [Sat, 19 Dec 2015 00:44:20 +0000 (16:44 -0800)]
Merge pull request #7463 from Kajakaran/twitter_link

CRM-17725 - Fix for Twitter link broken contributio email receipt

8 years agoJenkins fix
Seamus Lee [Thu, 17 Dec 2015 19:51:35 +0000 (19:51 +0000)]
Jenkins fix

8 years agoFix issues found by Dave in testing
Seamus Lee [Wed, 16 Dec 2015 07:26:19 +0000 (07:26 +0000)]
Fix issues found by Dave in testing

8 years agoMinor fixes
Seamus Lee [Tue, 15 Dec 2015 20:49:31 +0000 (20:49 +0000)]
Minor fixes

8 years agoFurther split out sections of exportComponents
Seamus Lee [Tue, 15 Dec 2015 09:58:09 +0000 (09:58 +0000)]
Further split out sections of exportComponents

8 years agoMerge pull request #7468 from eileenmcnaughton/CRM-17729
Dave Greenberg [Fri, 18 Dec 2015 20:23:00 +0000 (12:23 -0800)]
Merge pull request #7468 from eileenmcnaughton/CRM-17729

CRM-172729 fix default for cancelling a contribution

8 years agoMerge pull request #7472 from rohankatkar/test4.7
Dave Greenberg [Fri, 18 Dec 2015 20:03:06 +0000 (12:03 -0800)]
Merge pull request #7472 from rohankatkar/test4.7

Tests fix

8 years agoCRM-17733. Update to DOMPDF 0.6.2
Chris Burgess [Fri, 18 Dec 2015 19:05:10 +0000 (08:05 +1300)]
CRM-17733. Update to DOMPDF 0.6.2

8 years ago-CRM-16259, removed white spaces
Pradeep Nayak [Fri, 18 Dec 2015 14:03:56 +0000 (19:33 +0530)]
-CRM-16259, removed white spaces

8 years agoTests fix
Web Access [Fri, 18 Dec 2015 13:22:46 +0000 (18:52 +0530)]
Tests fix

8 years agoCRM-17714 - DB Error after upgradation to 4.7 beta3
jitendrapurohit [Fri, 18 Dec 2015 06:36:38 +0000 (12:06 +0530)]
CRM-17714 - DB Error after upgradation to 4.7 beta3

8 years agoCRM-17427 fix constant casing
Brian Shaughnessy [Fri, 18 Dec 2015 03:10:19 +0000 (22:10 -0500)]
CRM-17427 fix constant casing

8 years agoCRM-17427 condition receipt sent status msg properly
Brian Shaughnessy [Fri, 18 Dec 2015 02:59:19 +0000 (21:59 -0500)]
CRM-17427 condition receipt sent status msg properly

8 years agoMerge pull request #7443 from eileenmcnaughton/CRM-17700
colemanw [Fri, 18 Dec 2015 02:40:20 +0000 (21:40 -0500)]
Merge pull request #7443 from eileenmcnaughton/CRM-17700

CRM-17700 allow contribution get to bypass permissions

8 years agoCRM-17229 fix default for cancelling a contribution
eileenmcnaugton [Fri, 18 Dec 2015 02:24:41 +0000 (15:24 +1300)]
CRM-17229 fix default for cancelling a contribution

8 years agoEnhance membership form test
eileenmcnaugton [Fri, 18 Dec 2015 02:20:42 +0000 (15:20 +1300)]
Enhance membership form test

8 years agoMerge pull request #7466 from eileenmcnaughton/test-fix
Eileen McNaughton [Fri, 18 Dec 2015 01:35:38 +0000 (14:35 +1300)]
Merge pull request #7466 from eileenmcnaughton/test-fix

Test fix : adjust expected message from when a.net is unresponsive

8 years agoTest fix : adjust expected message from when a.net is unresponsive
eileenmcnaugton [Fri, 18 Dec 2015 00:02:32 +0000 (13:02 +1300)]
Test fix : adjust expected message from when a.net is unresponsive

8 years agoCRM-17728 enotices on payment processor form
eileenmcnaugton [Thu, 17 Dec 2015 23:59:54 +0000 (12:59 +1300)]
CRM-17728 enotices on payment processor form

8 years agoMerge pull request #7449 from johanv/CRM-14920-sort_order_labels_custom_search_2nd_try
Dave Greenberg [Thu, 17 Dec 2015 22:59:44 +0000 (14:59 -0800)]
Merge pull request #7449 from johanv/CRM-14920-sort_order_labels_custom_search_2nd_try

Crm 14920 sort order labels custom search 2nd try

8 years agoMerge pull request #7462 from rohankatkar/testfix4.7
Kurund Jalmi [Thu, 17 Dec 2015 18:08:41 +0000 (23:38 +0530)]
Merge pull request #7462 from rohankatkar/testfix4.7

tests fixes

8 years agoFix for Twitter link broken contribution id in URL
Kajan [Thu, 17 Dec 2015 15:04:08 +0000 (15:04 +0000)]
Fix for Twitter link broken contribution id in URL