jitendrapurohit [Mon, 24 Feb 2014 11:21:30 +0000 (16:51 +0530)]
api test for CRM-13833
Coleman Watts [Thu, 6 Feb 2014 01:48:31 +0000 (17:48 -0800)]
CRM-13970 - Fix bad regex
colemanw [Thu, 6 Feb 2014 01:34:13 +0000 (17:34 -0800)]
Merge pull request #2481 from colemanw/options
cow:options
Coleman Watts [Thu, 6 Feb 2014 01:31:48 +0000 (17:31 -0800)]
CRM-14165 - Improve option popup editor
kurund [Thu, 6 Feb 2014 01:31:12 +0000 (17:31 -0800)]
Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-02-05-17-16-30
Conflicts:
tests/phpunit/api/v3/GroupContactTest.php
Coleman Watts [Thu, 6 Feb 2014 01:16:09 +0000 (17:16 -0800)]
CRM-13970 - Fix admin option links
Kurund Jalmi [Thu, 6 Feb 2014 01:09:58 +0000 (17:09 -0800)]
Merge pull request #2480 from kurund/activity-optimization
fixes CRM-14175, ignore bulk activities while fetching contact names for...
Coleman Watts [Thu, 6 Feb 2014 00:44:54 +0000 (16:44 -0800)]
CRM-14165 - Improve option page lookup
kurund [Thu, 6 Feb 2014 00:40:52 +0000 (16:40 -0800)]
fixes CRM-14175, ignore bulk activities while fetching contact names for activities
----------------------------------------
* CRM-14175: activity tab on contact summary is super slow
http://issues.civicrm.org/jira/browse/CRM-14175
colemanw [Thu, 6 Feb 2014 00:23:10 +0000 (16:23 -0800)]
Merge pull request #2461 from eileenmcnaughton/CRM-14137-2
CRM-14137 - further PR on returning report_template metadata in getrows api action
colemanw [Wed, 5 Feb 2014 23:34:30 +0000 (15:34 -0800)]
Merge pull request #2479 from colemanw/css
Form style improvements
Coleman Watts [Wed, 5 Feb 2014 23:32:53 +0000 (15:32 -0800)]
Make form element css more consistent
Coleman Watts [Wed, 5 Feb 2014 23:31:43 +0000 (15:31 -0800)]
CRM-13966 - Improve select2 styling
Tim Otten [Wed, 5 Feb 2014 21:42:19 +0000 (13:42 -0800)]
Merge pull request #2478 from totten/4.4-CRM-14092-b
CRM-14092 - Restrict browsing of imageUploadDir via imageUploadURL
Tim Otten [Wed, 5 Feb 2014 21:36:08 +0000 (13:36 -0800)]
CRM-14092 - Restrict browsing of imageUploadDir via imageUploadURL
Previously, it attempted to restrict browsing of uploadDir and
configAndLogDir. However, this is extraneoous because we have other checks
to ensure that those directories are inaccessible. However, imageUploadDir
is different because we want to expose its file -- we just don't want to
expose a listing of them.
This commit also breaks out checkDirectoriesAreNotBrowseable() into
three functions.
----------------------------------------
* CRM-14092:
http://issues.civicrm.org/jira/browse/CRM-14092
Tim Otten [Wed, 5 Feb 2014 20:39:23 +0000 (12:39 -0800)]
Merge pull request #2475 from totten/4.4-CRM-14092
CRM-14091, CRM-14092
colemanw [Wed, 5 Feb 2014 20:00:20 +0000 (12:00 -0800)]
Merge pull request #2477 from colemanw/css
Improve css
dlobo [Wed, 5 Feb 2014 19:49:48 +0000 (11:49 -0800)]
Merge pull request #2476 from davecivicrm/CRM-14169b
Crm 14169b
Coleman Watts [Wed, 5 Feb 2014 19:46:59 +0000 (11:46 -0800)]
Make CiviCRM look better
Dave Greenberg [Wed, 5 Feb 2014 19:46:59 +0000 (11:46 -0800)]
CRM-14169 - Reverted the change to require access CiviCRM since creating an event does work for auth user with access CiviEvent and there are use cases for this. We will add a config warning separately if inappropriate perms have been granted to anonymous users. Removed access CiviCRM requirement from ajax.locBlock since that breaks the Location tab in events for users who can otherwise properly create an event.
----------------------------------------
* CRM-14169:
http://issues.civicrm.org/jira/browse/CRM-14169
Dave Greenberg [Wed, 5 Feb 2014 19:38:46 +0000 (11:38 -0800)]
Revert "CRM-14169 - require access CiviCRM permission in addtion to access CiviEvent permission in order to create a new event and in order to access Manage Events page (event/manage path)."
This reverts commit
be87f5a989291fc7f2d5f247daa26375664bb9ec.
Tim Otten [Wed, 5 Feb 2014 19:25:32 +0000 (11:25 -0800)]
CRM-14091 - Change URLs for doc links
----------------------------------------
* CRM-14091:
http://issues.civicrm.org/jira/browse/CRM-14091
Tim Otten [Wed, 5 Feb 2014 18:55:38 +0000 (10:55 -0800)]
CRM_Utils_Check_Security - Autoformat
Tim Otten [Wed, 5 Feb 2014 18:54:22 +0000 (10:54 -0800)]
More consistently restrict access to template, config/log, and upload dirs.
colemanw [Wed, 5 Feb 2014 18:40:11 +0000 (10:40 -0800)]
Merge pull request #2454 from eileenmcnaughton/CRM-14159
CRM-14159 API Add generic options['metadata'] = labels functionality
colemanw [Wed, 5 Feb 2014 18:39:55 +0000 (10:39 -0800)]
test cleanup
colemanw [Wed, 5 Feb 2014 18:38:26 +0000 (10:38 -0800)]
code/comment cleanup
Coleman Watts [Wed, 5 Feb 2014 18:22:39 +0000 (10:22 -0800)]
Test fixes
Tim Otten [Wed, 5 Feb 2014 18:20:21 +0000 (10:20 -0800)]
CRM_Utils_Check_Security - Remove hard dependency on CRM_Core_Session::setStatus
Tim Otten [Wed, 5 Feb 2014 18:04:01 +0000 (10:04 -0800)]
CRM_Utils_Check_Security - Split allChecks in two:
* checkAll - Simply aggregates the other checks
* showPeriodicAlerts - Application logic for when/how to run check
Tim Otten [Wed, 5 Feb 2014 17:59:48 +0000 (09:59 -0800)]
CRM_Utils_Check_Security - Make getFilePathMarker non-static
If we write tests for this, it will be harder to run with different markers
if the function is static.
Tim Otten [Wed, 5 Feb 2014 17:58:26 +0000 (09:58 -0800)]
CRM_Utils_Check_Security - Change case of function names
dlobo [Wed, 5 Feb 2014 17:53:44 +0000 (09:53 -0800)]
Merge pull request #2471 from eileenmcnaughton/CRM-14148
CRM-14148 cope with half hour timezones
Chris Burgess [Thu, 30 Jan 2014 11:12:26 +0000 (00:12 +1300)]
CRM-14092. Generate blank index.html files in public directories.
Conflicts:
CRM/Utils/Check/Security.php
Chris Burgess [Tue, 4 Feb 2014 23:08:50 +0000 (12:08 +1300)]
Account for differing path structures in different CMS backends.
Chris Burgess [Fri, 31 Jan 2014 02:35:31 +0000 (15:35 +1300)]
CRM-14091. Run checks at most once a day for each user with administrative permissions.
Chris Burgess [Thu, 30 Jan 2014 10:42:28 +0000 (23:42 +1300)]
CRM-14091. Look for obvious misconfigurations and warn.
Kurund Jalmi [Wed, 5 Feb 2014 17:32:40 +0000 (09:32 -0800)]
Merge pull request #2463 from yashodha/CRM-14099
CRM-14099 : added support for months in scheduled reminder
Kurund Jalmi [Wed, 5 Feb 2014 17:31:38 +0000 (09:31 -0800)]
Merge pull request #2464 from eileenmcnaughton/test-fix
adjust test for grammar improvement
Kurund Jalmi [Wed, 5 Feb 2014 15:50:39 +0000 (07:50 -0800)]
Merge pull request #2474 from jitendrapurohit/CRM-13833
CRM-13833 fix
Web Access [Wed, 5 Feb 2014 14:17:05 +0000 (19:47 +0530)]
CRM-13833 fix
Yashodha Chaku [Wed, 5 Feb 2014 09:54:16 +0000 (15:24 +0530)]
Merge pull request #2473 from yashodha/HR-252.fix
get rid of grouping filter
yashodha [Wed, 5 Feb 2014 10:02:50 +0000 (15:32 +0530)]
get of grouping filter
colemanw [Wed, 5 Feb 2014 04:02:15 +0000 (20:02 -0800)]
Merge pull request #2468 from kurund/CRM-14162
CRM-14162
Dave Greenberg [Wed, 5 Feb 2014 01:48:13 +0000 (17:48 -0800)]
Merge pull request #2472 from kurund/CRM-14167
add index for civicrm_activity_contact
dlobo [Wed, 5 Feb 2014 01:23:33 +0000 (17:23 -0800)]
Merge pull request #2470 from eileenmcnaughton/CRM-13967
CRM-13967 allow additional of anonymous tokens for logged out users when...
Eileen McNaughton [Wed, 5 Feb 2014 01:22:43 +0000 (14:22 +1300)]
CRM-14148 cope with half hour timezones
----------------------------------------
* CRM-14148: Timezones with partial hours cause core crash
http://issues.civicrm.org/jira/browse/CRM-14148
kurund [Wed, 5 Feb 2014 01:19:37 +0000 (17:19 -0800)]
add index for civicrm_activity_contact
Eileen McNaughton [Wed, 5 Feb 2014 01:15:59 +0000 (14:15 +1300)]
CRM-13967 allow additional of anonymous tokens for logged out users when viewing mailing
----------------------------------------
* CRM-13967: Public Mailing View page doesn't render hook tokens
http://issues.civicrm.org/jira/browse/CRM-13967
Coleman Watts [Wed, 5 Feb 2014 00:57:01 +0000 (16:57 -0800)]
CRM-14170 - BugFix for closing help dialog when clicked rapidly
colemanw [Wed, 5 Feb 2014 00:50:13 +0000 (16:50 -0800)]
Merge pull request #2469 from colemanw/master
CRM-14170 - Close help dialog when clicked twice
Coleman Watts [Wed, 5 Feb 2014 00:48:33 +0000 (16:48 -0800)]
CRM-14170 - Close help dialog when clicked twice
kurund [Wed, 5 Feb 2014 00:34:04 +0000 (16:34 -0800)]
fixes for CRM-14162, switch labels
----------------------------------------
* CRM-14162: Inconsistencies and test failures with gender, prefix, suffix
http://issues.civicrm.org/jira/browse/CRM-14162
kurund [Tue, 4 Feb 2014 23:52:35 +0000 (15:52 -0800)]
Revert "CRM-13996 - Search views - hack to fix prefix, gender, suffix"
This reverts commit
e30e8c3cd8ea9e63d01902f9141e774988db8fe7.
Kurund Jalmi [Tue, 4 Feb 2014 23:33:29 +0000 (15:33 -0800)]
Merge pull request #2467 from davecivicrm/CRM-14169
CRM-14169 - require access CiviCRM permission in addtion to access CiviE...
Coleman Watts [Tue, 4 Feb 2014 23:32:37 +0000 (15:32 -0800)]
CRM-13970 - Fix upgrade script
Dave Greenberg [Tue, 4 Feb 2014 23:29:10 +0000 (15:29 -0800)]
CRM-14169 - require access CiviCRM permission in addtion to access CiviEvent permission in order to create a new event and in order to access Manage Events page (event/manage path).
----------------------------------------
* CRM-14169:
http://issues.civicrm.org/jira/browse/CRM-14169
Coleman Watts [Tue, 4 Feb 2014 23:14:16 +0000 (15:14 -0800)]
CRM-14121 - Apply patch by Ben Wilhelm
colemanw [Tue, 4 Feb 2014 22:27:50 +0000 (14:27 -0800)]
Merge pull request #2465 from colemanw/select
Select
Coleman Watts [Tue, 4 Feb 2014 22:26:30 +0000 (14:26 -0800)]
CRM-14165 - Add client-side options editor and add to activity form
Eileen McNaughton [Tue, 4 Feb 2014 20:00:30 +0000 (09:00 +1300)]
adjust test for grammar improvement
Coleman Watts [Tue, 4 Feb 2014 18:34:23 +0000 (10:34 -0800)]
CRM-13970 - Remove redundant option group page/form
Tim Otten [Tue, 4 Feb 2014 16:57:21 +0000 (08:57 -0800)]
Merge pull request #2462 from NileemaJadhav/HR-253
--HR-253 Activity.get API - Filter by target_contact_id
Yashodha Chaku [Tue, 4 Feb 2014 16:24:14 +0000 (08:24 -0800)]
Merge pull request #2392 from eileenmcnaughton/CRM-14108
CRM-14108 add scheduled reminder id as a params on scheduled job
Nileema [Tue, 4 Feb 2014 13:30:05 +0000 (19:00 +0530)]
--HR-253 Activity.get API - Filter by target_contact_id
yashodha [Tue, 4 Feb 2014 11:25:03 +0000 (16:55 +0530)]
CRM-14099 : added support for months in scheduled reminder
Tim Otten [Tue, 4 Feb 2014 09:57:54 +0000 (01:57 -0800)]
Merge pull request #2460 from NileemaJadhav/HR-235
--HR-235 Modification for showing column header label on Map field page
Nileema [Tue, 4 Feb 2014 09:11:50 +0000 (14:41 +0530)]
--HR-235 rowDisplayCount tweak
deepak-srivastava [Tue, 4 Feb 2014 08:43:09 +0000 (00:43 -0800)]
Merge pull request #2459 from deepak-srivastava/CRM-14128
CRM-14128 - make mhas available, make where() generic
Nileema [Tue, 4 Feb 2014 07:10:05 +0000 (12:40 +0530)]
-- Code modification
Eileen McNaughton [Tue, 4 Feb 2014 01:42:40 +0000 (14:42 +1300)]
Fix e-notice on Case/Demographics report so it does not need to be excluded from test
Eileen McNaughton [Tue, 4 Feb 2014 06:51:58 +0000 (19:51 +1300)]
CRM-14137 alter report metadata in api result to be keyed as 'metadata' per discussions
----------------------------------------
* CRM-14137: Report_template.getrows api - allow retrieval of metadata at the top level
http://issues.civicrm.org/jira/browse/CRM-14137
deepak-srivastava [Tue, 4 Feb 2014 06:39:27 +0000 (22:39 -0800)]
Merge pull request #2419 from eileenmcnaughton/CRM-14137
CRM-14137 , CRM-14138 , report_template.getrows api tidy up
Nileema [Tue, 4 Feb 2014 06:19:56 +0000 (11:49 +0530)]
--HR-235 Modification for showing column header label on Map field page
Deepak Srivastava [Tue, 4 Feb 2014 06:19:33 +0000 (11:49 +0530)]
CRM-14128 - change to mhas
----------------------------------------
* CRM-14128: Participant Count Report offers 'is not role' criteria - but treats it the same as 'is role'
http://issues.civicrm.org/jira/browse/CRM-14128
Coleman Watts [Tue, 4 Feb 2014 04:41:19 +0000 (20:41 -0800)]
CRM-14165 - Add metadata-based quickform select
Kurund Jalmi [Tue, 4 Feb 2014 00:57:31 +0000 (16:57 -0800)]
Merge pull request #2456 from eileenmcnaughton/test-fix
test -fix on test set-up (group contact)
Eileen McNaughton [Tue, 4 Feb 2014 00:53:56 +0000 (13:53 +1300)]
test -fix on test set-up (group contact)
Kurund Jalmi [Tue, 4 Feb 2014 00:46:33 +0000 (16:46 -0800)]
Merge pull request #2455 from davecivicrm/CRM-14161
CRM-14161 - adjust width and height of multi-select widgets on New Maili...
Dave Greenberg [Tue, 4 Feb 2014 00:40:35 +0000 (16:40 -0800)]
CRM-14161 - adjust width and height of multi-select widgets on New Mailing form to handle long names.
----------------------------------------
* CRM-14161: New Mailing form - adjust height and width of multi-select fields to better accommodate long names
http://issues.civicrm.org/jira/browse/CRM-14161
Coleman Watts [Mon, 3 Feb 2014 23:56:25 +0000 (15:56 -0800)]
Test cleanup
Eileen [Thu, 23 Jan 2014 16:16:04 +0000 (16:16 +0000)]
CRM-14159 API Add generic options['metadata'] = labels functionality
----------------------------------------
* CRM-14159: Add ability to return labels as top level metadata
http://issues.civicrm.org/jira/browse/CRM-14159
kurund [Mon, 3 Feb 2014 22:55:07 +0000 (14:55 -0800)]
Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-02-03-14-48-25
Conflicts:
CRM/Contribute/BAO/Contribution.php
tests/phpunit/api/v3/GroupContactTest.php
Coleman Watts [Mon, 3 Feb 2014 22:14:01 +0000 (14:14 -0800)]
CRM-13966 - select2 - improve defaults and php docs
Kurund Jalmi [Mon, 3 Feb 2014 22:01:24 +0000 (14:01 -0800)]
Merge pull request #2434 from mlutfy/crm14147-4.4
CRM-14147: Fix 4.1 to 4.2 upgrade in non-english (ex: french, where the profileTitle may have an apostrophe in it.
Dave Greenberg [Mon, 3 Feb 2014 21:05:29 +0000 (13:05 -0800)]
Merge pull request #2453 from davecivicrm/CRM-14047b
CRM-14047 - for this participant should only be appended when additional...
Dave Greenberg [Mon, 3 Feb 2014 21:04:09 +0000 (13:04 -0800)]
CRM-14047 - for this participant should only be appended when additionalParticipants flag is true - otherwise it is confusing.
----------------------------------------
* CRM-14047: Online event registration: add text to clarify the meaning of the Total Fee(s) calculated value
http://issues.civicrm.org/jira/browse/CRM-14047
Dave Greenberg [Mon, 3 Feb 2014 20:59:09 +0000 (12:59 -0800)]
Merge pull request #2449 from eileenmcnaughton/CRM-14155
CRM-14155 Participant Reports - add event custom fields as fields & filt...
Tim Otten [Mon, 3 Feb 2014 20:13:06 +0000 (12:13 -0800)]
Merge pull request #2452 from totten/lolas-freeform-CRM-14126
CRM-14126 - Wrap CURLOPT_FOLLOWLOCATION in a check for open_basedir and safe_mode
Tim Otten [Mon, 3 Feb 2014 20:09:58 +0000 (12:09 -0800)]
CRM-14126 - CRM_Extension - Add pleasant warning and log message if open_basedir/safe_mode prevents redirects.
----------------------------------------
* CRM-14126: HttpClient.php library used by CiviCRM issues a PHP warning when open_basedir is set
http://issues.civicrm.org/jira/browse/CRM-14126
Kurund Jalmi [Mon, 3 Feb 2014 20:04:26 +0000 (12:04 -0800)]
Merge pull request #2436 from eileenmcnaughton/test-fix
Test fix
Kurund Jalmi [Mon, 3 Feb 2014 19:32:08 +0000 (11:32 -0800)]
Merge pull request #2444 from eileenmcnaughton/CRM-14151
CRM-14151 add hacky-handling to receive date like other date fields in c...
Kurund Jalmi [Mon, 3 Feb 2014 19:28:20 +0000 (11:28 -0800)]
Merge pull request #2448 from fuzionnz/CRM-14154
CRM-14154. Add API method for "message_template", "send".
colemanw [Mon, 3 Feb 2014 17:47:53 +0000 (09:47 -0800)]
Merge pull request #2451 from colemanw/contactRef
Contact ref
Coleman Watts [Mon, 3 Feb 2014 17:45:15 +0000 (09:45 -0800)]
CRM-13966 - select2 - set default & allowClear from markup
Coleman Watts [Mon, 3 Feb 2014 16:32:25 +0000 (08:32 -0800)]
CRM-13966 - entityRef - Render frozen text as link when appropriate
Coleman Watts [Mon, 3 Feb 2014 07:26:24 +0000 (23:26 -0800)]
CRM-13966 - Change contactRef to entityRef
Dave Greenberg [Mon, 3 Feb 2014 03:45:47 +0000 (19:45 -0800)]
Merge pull request #2446 from pradpnayak/CRM-13968
Crm 13968
Dave Greenberg [Mon, 3 Feb 2014 03:25:42 +0000 (19:25 -0800)]
Merge pull request #2450 from davecivicrm/CRM-13833b
CRM-13833 - Add contact summary link to soft credit contacts in Soft Cre...
Dave Greenberg [Mon, 3 Feb 2014 03:24:35 +0000 (19:24 -0800)]
CRM-13833 - Add contact summary link to soft credit contacts in Soft Credit report.
----------------------------------------
* CRM-13833: Implement Soft Credit Types
http://issues.civicrm.org/jira/browse/CRM-13833