Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
cd191933
Unverified
Commit
cd191933
authored
4 years ago
by
Seamus Lee
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #17476 from civicrm/5.26
5.26
parents
430832d0
9431107d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CRM/Export/Form/Map.php
+8
-0
8 additions, 0 deletions
CRM/Export/Form/Map.php
contributor-key.yml
+11
-0
11 additions, 0 deletions
contributor-key.yml
release-notes/5.26.0.md
+540
-217
540 additions, 217 deletions
release-notes/5.26.0.md
with
559 additions
and
217 deletions
CRM/Export/Form/Map.php
+
8
−
0
View file @
cd191933
...
...
@@ -146,6 +146,14 @@ class CRM_Export_Form_Map extends CRM_Core_Form {
$exportParams
[
'postal_mailing_export'
][
'postal_mailing_export'
]
==
1
);
$processor
=
new
CRM_Export_BAO_ExportProcessor
(
$this
->
get
(
'exportMode'
),
NULL
,
$this
->
get
(
'queryOperator'
),
$this
->
get
(
'mergeSameHousehold'
),
$isPostalOnly
,
$this
->
get
(
'mergeSameAddress'
));
// dev/core#1775 Remove notes,groups and tags from the preview data to speed up export
$defaultProperties
=
$processor
->
getDefaultReturnProperties
();
foreach
(
$defaultProperties
as
$key
=>
$var
)
{
if
(
in_array
(
$key
,
[
'groups'
,
'tags'
,
'notes'
]))
{
unset
(
$defaultProperties
[
$key
]);
}
}
$processor
->
setReturnProperties
(
$defaultProperties
);
$processor
->
setComponentTable
(
$this
->
get
(
'componentTable'
));
$processor
->
setComponentClause
(
$this
->
get
(
'componentClause'
));
$data
=
$processor
->
getPreview
(
4
);
...
...
This diff is collapsed.
Click to expand it.
contributor-key.yml
+
11
−
0
View file @
cd191933
...
...
@@ -75,6 +75,9 @@
organization
:
AGH Strategies
jira
:
alifrumin
-
github
:
andyburnsco
name
:
Andy Burns
-
github
:
amsharma9
name
:
Amal Sharma
organization
:
Abhikalak Consultants
...
...
@@ -574,6 +577,10 @@
organization
:
CompuCorp
jira
:
guanhuan
-
github
:
GuillaumeSorel
name
:
Guillaume Sorel
organization
:
All In Appli.com
-
github
:
guyiac
name
:
Guy Iaccarino
organization
:
Greenleaf Advancement
...
...
@@ -650,6 +657,10 @@
name
:
Matthijs Keijser
organization
:
CiviCoop
-
github
:
ivan-compucorp
name
:
Ivan
organization
:
CompuCorp
-
github
:
jaapjansma
name
:
Jaap Jansma
organization
:
CiviCoop
...
...
This diff is collapsed.
Click to expand it.
release-notes/5.26.0.md
+
540
−
217
View file @
cd191933
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment