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
91366cd8
Commit
91366cd8
authored
3 years ago
by
totten
Browse files
Options
Downloads
Patches
Plain Diff
release-notes/5.39.0.md - Random tiny edits
parent
f7f2232f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
release-notes/5.39.0.md
+21
-22
21 additions, 22 deletions
release-notes/5.39.0.md
with
21 additions
and
22 deletions
release-notes/5.39.0.md
+
21
−
22
View file @
91366cd8
...
...
@@ -25,8 +25,7 @@ Released July 7, 2021
### Core CiviCRM
-
**
Proposal - Separation of Default Language for contacts from the default
Language (Work Towards
-
**
Separate the default language for contacts from the site language (Work Towards
[
dev/core#2584
](
https://lab.civicrm.org/dev/core/-/issues/2584
)
:
[
20214
](
https://github.com/civicrm/civicrm-core/pull/20214
)
)
**
...
...
@@ -37,7 +36,7 @@ Released July 7, 2021
[
dev/translation#67
](
https://lab.civicrm.org/dev/translation/-/issues/67
)
:
[
20478
](
https://github.com/civicrm/civicrm-core/pull/20478
)
)
**
Defines a "Translation"
`civicrm_translation`
table
, to represent a single
Defines a "Translation"
table (
`civicrm_translation`
)
, to represent a single
translated string (e.g. a translated message-title or a translated
event-description).
...
...
@@ -48,7 +47,7 @@ Released July 7, 2021
Creates a setting to define the number of search results to be returned.
-
**
Give the custom
css
file a 'name' to make it easier to manipulate in
-
**
Give the custom
CSS
file a 'name' to make it easier to manipulate in
hook_civicrm_alterBundle()
(
[
20278
](
https://github.com/civicrm/civicrm-core/pull/20278
)
)
**
...
...
@@ -151,7 +150,7 @@ Released July 7, 2021
-
**
Use PHPUnit8 in main test suites
(
[
20370
](
https://github.com/civicrm/civicrm-core/pull/20370
)
)
**
Makes phpunit8 the default test runner for
php
versions greater than 7.2 for
Makes phpunit8 the default test runner for
PHP
versions greater than 7.2 for
the core test suites.
-
**
Link styling with default greenwich theme is not linklike on search kit
...
...
@@ -277,7 +276,7 @@ Released July 7, 2021
[
20528
](
https://github.com/civicrm/civicrm-core/pull/20528
)
)
**
Fixes an 'access denied' error on standalone SearchKit export forms, caused by
renaming the
php
classes.
renaming the
PHP
classes.
-
**
500 error saving Search Kit Smart Group sorted on aggregated field
(
[
dev/report#68
](
https://lab.civicrm.org/dev/report/-/issues/68
)
:
...
...
@@ -297,7 +296,7 @@ Released July 7, 2021
Removes unused function.
-
**
Installer doesn't check
mysql
version properly
-
**
Installer doesn't check
MySQL
version properly
(
[
dev/core#2602
](
https://lab.civicrm.org/dev/core/-/issues/2602
)
:
[
20255
](
https://github.com/civicrm/civicrm-core/pull/20255
)
)
**
...
...
@@ -347,7 +346,7 @@ Released July 7, 2021
optional parameters in function declaration
(
[
20515
](
https://github.com/civicrm/civicrm-core/pull/20515
)
)
**
-
**
[php8-compat] Fix
php b
eautifier notice by conditionally assigning dynamic
-
**
[php8-compat] Fix
PHP B
eautifier notice by conditionally assigning dynamic
foreign key to the template
(
[
20509
](
https://github.com/civicrm/civicrm-core/pull/20509
)
)
**
...
...
@@ -360,7 +359,7 @@ Released July 7, 2021
spaceship operator
(
[
20502
](
https://github.com/civicrm/civicrm-core/pull/20502
)
)
**
-
**
[php8-compat]
f
ix Upgrade call back issues by making functions static and
-
**
[php8-compat]
F
ix Upgrade call back issues by making functions static and
also fixing an issue with an array key not existing when checking obsolete
extensions (
[
20503
](
https://github.com/civicrm/civicrm-core/pull/20503
)
)
**
...
...
@@ -410,7 +409,7 @@ Released July 7, 2021
-
**
Fix mandatory keys check fail for value of float 0.0 in a required key in an
entity (
[
20342
](
https://github.com/civicrm/civicrm-core/pull/20342
)
)
**
-
**
Fix extraneous white space in generated
sql
-
**
Fix extraneous white space in generated
SQL
(
[
20340
](
https://github.com/civicrm/civicrm-core/pull/20340
)
)
**
-
**
Fix case sensitive parameter for call to getCustomFieldTokens
...
...
@@ -425,10 +424,10 @@ Released July 7, 2021
-
**
Explicitly throw an error/status bounce on Edit/New if no types.
(
[
19840
](
https://github.com/civicrm/civicrm-core/pull/19840
)
)
**
-
**
Core_DAO -
f
ire links_callback for all entities
-
**
Core_DAO -
F
ire links_callback for all entities
(
[
20332
](
https://github.com/civicrm/civicrm-core/pull/20332
)
)
**
-
**
g
et county fields populated via api call
-
**
G
et county fields populated via api call
(
[
20309
](
https://github.com/civicrm/civicrm-core/pull/20309
)
)
**
Ensure that county fields are properly populated when calling the
...
...
@@ -456,7 +455,7 @@ Released July 7, 2021
-
**
Fix delete customgroup using API4 so it removes data table
(
[
20265
](
https://github.com/civicrm/civicrm-core/pull/20265
)
)
**
-
**
hook_managed -
d
o not try to disable managed entities if is_active is not
-
**
hook_managed -
D
o not try to disable managed entities if is_active is not
available to api3.create
(
[
20144
](
https://github.com/civicrm/civicrm-core/pull/20144
)
)
**
...
...
@@ -656,7 +655,7 @@ Released July 7, 2021
message templates
(
[
20520
](
https://github.com/civicrm/civicrm-core/pull/20520
)
)
**
-
**
[php8-compat] Update smarty templates and some
php
files to get the
-
**
[php8-compat] Update smarty templates and some
PHP
files to get the
api_v3_contribution testclass to pass on php8
(
[
20512
](
https://github.com/civicrm/civicrm-core/pull/20512
)
)
**
...
...
@@ -765,7 +764,7 @@ Released July 7, 2021
(
[
dev/core#1744
](
https://lab.civicrm.org/dev/core/-/issues/1744
)
:
[
20555
](
https://github.com/civicrm/civicrm-core/pull/20555
)
)
**
-
**
[REF]
e
xtract function to get locks
-
**
[REF]
E
xtract function to get locks
(
[
20373
](
https://github.com/civicrm/civicrm-core/pull/20373
)
)
**
-
**
[REF] Remove unused variable
...
...
@@ -777,7 +776,7 @@ Released July 7, 2021
-
**
[REF] Extract code to transfer groups from temp table to cache
(
[
20435
](
https://github.com/civicrm/civicrm-core/pull/20435
)
)
**
-
**
[R
ef
]
r
emove never-passed param
-
**
[R
EF
]
R
emove never-passed param
(
[
20456
](
https://github.com/civicrm/civicrm-core/pull/20456
)
)
**
-
**
[REF] APIv4 refactoring to support calculated fields
...
...
@@ -786,7 +785,7 @@ Released July 7, 2021
-
**
[REF] Set receipt_date after sending, (from batch) not in anticipation
(
[
20395
](
https://github.com/civicrm/civicrm-core/pull/20395
)
)
**
-
**
[REF]
m
inor extraction - getInfoUrl
-
**
[REF]
M
inor extraction - getInfoUrl
(
[
20421
](
https://github.com/civicrm/civicrm-core/pull/20421
)
)
**
-
**
[REF] Fix issue where by mailing urls were always stuck in the original
...
...
@@ -799,13 +798,13 @@ Released July 7, 2021
-
**
[REF] Stop passing unneed params to the recur function
(
[
20412
](
https://github.com/civicrm/civicrm-core/pull/20412
)
)
**
-
**
[REF]
r
eplace isFirst parameter
-
**
[REF]
R
eplace isFirst parameter
(
[
20411
](
https://github.com/civicrm/civicrm-core/pull/20411
)
)
**
-
**
[REF] Remove now-unused params
(
[
20410
](
https://github.com/civicrm/civicrm-core/pull/20410
)
)
**
-
**
[REF] Paypal
ipn
-
c
leanup references to completion
-
**
[REF] Paypal
IPN
-
C
leanup references to completion
(
[
20407
](
https://github.com/civicrm/civicrm-core/pull/20407
)
)
**
-
**
[REF] Replace deprecated code call
...
...
@@ -854,13 +853,13 @@ Released July 7, 2021
-
**
(REF) Regen CRM/Core/DAO/CustomField.php
(
[
20337
](
https://github.com/civicrm/civicrm-core/pull/20337
)
)
**
-
**
[R
ef
]
r
emove redundant call to clearGroupContactCache
-
**
[R
EF
]
R
emove redundant call to clearGroupContactCache
(
[
20243
](
https://github.com/civicrm/civicrm-core/pull/20243
)
)
**
-
**
[R
ef
] [tests only]
r
eplace direct calls to enable logging with calls to the
-
**
[R
EF
] [tests only]
R
eplace direct calls to enable logging with calls to the
setting (
[
20460
](
https://github.com/civicrm/civicrm-core/pull/20460
)
)
**
-
**
[R
ef
] Remove function parameter only used from test
-
**
[R
EF
] Remove function parameter only used from test
(
[
20459
](
https://github.com/civicrm/civicrm-core/pull/20459
)
)
**
-
**
[REF] Extract code determining list of groups requiring a refresh
...
...
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