SearchKit - Auto-add label_field when adding a join
[civicrm-core.git] / release-notes / 5.10.0.md
CommitLineData
47be3c1f
AH
1# CiviCRM 5.10.0
2
3e2bb631 3Released February 6, 2019
47be3c1f 4
3e2bb631 5- **[Synopsis](#synopsis)**
47be3c1f
AH
6- **[Features](#features)**
7- **[Bugs resolved](#bugs)**
8- **[Miscellany](#misc)**
9- **[Credits](#credits)**
3e2bb631
AH
10- **[Feedback](#feedback)**
11
12## <a name="synopsis"></a>Synopsis
13
14| *Does this version...?* | |
15|:--------------------------------------------------------------- |:-------:|
c9b27baa
AH
16| Fix security vulnerabilities? | no |
17| Change the database schema? | no |
18| **Alter the API?** | **yes** |
19| Require attention to configuration options? | no |
20| **Fix problems installing or upgrading to a previous version?** | **yes** |
21| **Introduce features?** | **yes** |
22| **Fix bugs?** | **yes** |
47be3c1f
AH
23
24## <a name="features"></a>Features
25
26### Core CiviCRM
27
9e58db48 28- **Support custom-data sub-type on entity-form (for activity/relationship types)
c8c0cac9 29 ([13311](https://github.com/civicrm/civicrm-core/pull/13311))**
47be3c1f 30
c8c0cac9
AF
31 This change makes it so that users can see and edit custom data for entity
32 sub-types (like activity types and relationship types).
47be3c1f 33
c8c0cac9
AF
34- **[dev/translation#13](https://lab.civicrm.org/dev/translation/issues/13)
35 Language switcher for all
36 ([13240](https://github.com/civicrm/civicrm-core/pull/13240))**
47be3c1f 37
c8c0cac9 38 This change introduces a new setting to the settings page for Localization "UI
c9b27baa 39 Languages" for users in monolingual mode (not using multilingual). Configuring
c8c0cac9
AF
40 this setting results in the Language Switcher block being shown (same as in
41 multilingual mode).
47be3c1f 42
c8c0cac9
AF
43- **[dev/core#561](https://lab.civicrm.org/dev/core/issues/561) Replace
44 jcalendar instances with datepicker
45 ([13241](https://github.com/civicrm/civicrm-core/pull/13241) and
46 [13299](https://github.com/civicrm/civicrm-core/pull/13299)) -- CONTINUED
47 WORK**
47be3c1f 48
c8c0cac9
AF
49 These changes update the Scheduled Reminders Form and the Activity date and
50 case start date fields to use the new datepicker widget.
47be3c1f 51
c8c0cac9
AF
52- **Improved support for case variability in UF API calls.
53 ([13343](https://github.com/civicrm/civicrm-core/pull/13343))**
47be3c1f 54
c8c0cac9
AF
55 This change makes it so that the API will accept "UFgroup" and "ufgroup" as
56 the entity.
47be3c1f 57
9e58db48 58- **Optimize CRM_Utils_String::ellipsify() method
c8c0cac9 59 ([13347](https://github.com/civicrm/civicrm-core/pull/13347))**
47be3c1f 60
c9b27baa
AH
61 This change improves performance for the function that truncates a string and
62 adds an ellipsis on the end.
47be3c1f 63
c8c0cac9 64### CiviCase
47be3c1f 65
c8c0cac9
AF
66- **[dev-core#564](https://lab.civicrm.org/dev/core/issues/564) Differentiate
67 case relationships in Contact Summary page
68 ([13189](https://github.com/civicrm/civicrm-core/pull/13189))**
47be3c1f 69
c8c0cac9
AF
70 On the Relationship tab of a contact, this change adds a case icon for each
71 case relationship to denote that the relationship is related to a case. This
72 icon is linked to the case so one can easily access the case from the
73 relationship.
47be3c1f 74
c8c0cac9
AF
75- **Cache case count when getting list of cases so query is executed once
76 instead of three times
77 ([13368](https://github.com/civicrm/civicrm-core/pull/13368))**
47be3c1f 78
c8c0cac9 79 This change improves performance on the Case Dashboard when listing cases.
47be3c1f 80
c8c0cac9 81### CiviContribute
47be3c1f 82
c8c0cac9
AF
83- **Add default of TRUE for is_active on PaymentProcessor.create api.
84 ([13291](https://github.com/civicrm/civicrm-core/pull/13291))**
47be3c1f 85
c8c0cac9
AF
86 This change makes it so that when using the API with the entity Payment
87 Processor and the action create, the parameter "is_active" defaults to TRUE
88 like the UFGroup, CustomGroup, ComtributionPage entities do.
47be3c1f 89
c8c0cac9 90## <a name="bugs"></a>Bugs resolved
47be3c1f 91
c8c0cac9 92### Core CiviCRM
47be3c1f 93
c9b27baa
AH
94- **[dev/core#695](https://lab.civicrm.org/dev/core/issues/695) Custom Search
95 results selection failure and
96 [dev/core#679](https://lab.civicrm.org/dev/core/issues/679) Groups and Tags
97 affect search results when using Search Builder
98 ([13533](https://github.com/civicrm/civicrm-core/pull/13533))**
99
100 This resolves some search regressions introduced in 5.9.0 relating to caching
101 and custom searches.
102
c8c0cac9
AF
103- **[dev/core#192](https://lab.civicrm.org/dev/core/issues/192) - Search builder
104 fails for != smart group filter
105 ([12344](https://github.com/civicrm/civicrm-core/pull/12344))**
47be3c1f 106
c8c0cac9
AF
107 This change makes it so that when using the Search Builder with a filter
108 "Contacts -> Group -> !- -> Smart group" the != operator is respected.
47be3c1f 109
c8c0cac9
AF
110- **[dev/core#485](https://lab.civicrm.org/dev/core/issues/485) New
111 Organization's profile: From time to time data in the field "Website" is
112 deleted if nothing choose in the drop-down "Website Type"
113 ([13170](https://github.com/civicrm/civicrm-core/pull/13170))**
47be3c1f 114
c8c0cac9
AF
115 This change fixes a bug when editing a contact where if a user enters a
116 Website but no Website Type, the Website was not saved, so that the website is
117 saved.
47be3c1f 118
c8c0cac9
AF
119- **[dev/core#491](https://lab.civicrm.org/dev/core/issues/491) Report results
120 don't show inactive campaigns
121 ([13380](https://github.com/civicrm/civicrm-core/pull/13380),
122 [13321](https://github.com/civicrm/civicrm-core/pull/13321),
123 [13341](https://github.com/civicrm/civicrm-core/pull/13341),
124 [13281](https://github.com/civicrm/civicrm-core/pull/13281),
125 [13231](https://github.com/civicrm/civicrm-core/pull/13231),
126 [13243](https://github.com/civicrm/civicrm-core/pull/13243),
127 [13358](https://github.com/civicrm/civicrm-core/pull/13358),
128 [13379](https://github.com/civicrm/civicrm-core/pull/13379),
129 [13376](https://github.com/civicrm/civicrm-core/pull/13376),
130 [13356](https://github.com/civicrm/civicrm-core/pull/13356),
131 [13348](https://github.com/civicrm/civicrm-core/pull/13348) and
132 [13351](https://github.com/civicrm/civicrm-core/pull/13351))**
47be3c1f 133
c8c0cac9
AF
134 This change updates the following reports: Member Summary, Pledged but not
135 Paid, SYBUNT, Member Detail, Participant Listing, Pledge Detail, Contribution
136 (org), Household Summary, and Soft Credit to include a filter for active vs
137 disabled campaigns and generally simplifies the campaign related code on these
138 reports.
47be3c1f 139
c8c0cac9
AF
140- **[dev/core#592](https://lab.civicrm.org/dev/core/issues/592)
141 ArgumentCountError: Too few arguments to function CiviCRM_API3_Exception...
142 ([13263](https://github.com/civicrm/civicrm-core/pull/13263))**
47be3c1f 143
c8c0cac9
AF
144 This change fixes a bug where an "ArgumntCountError" was being thrown whenever
145 an error was thrown so that only the error is thrown.
47be3c1f 146
c8c0cac9
AF
147- **[dev/core#610](https://lab.civicrm.org/dev/core/issues/610) Page title
148 displays twice if the activity type is set in Activity form
149 ([13339](https://github.com/civicrm/civicrm-core/pull/13339))**
47be3c1f 150
c8c0cac9
AF
151 This change ensures that on the new or edit activity form the title is only
152 shown once. Before this change if the Activity Type was set the title would
153 show up twice.
47be3c1f 154
c8c0cac9
AF
155- **[dev/core#622](https://lab.civicrm.org/dev/core/issues/622) User Dashboard
156 doesn't show Edit Contact Information link
157 ([13375](https://github.com/civicrm/civicrm-core/pull/13375))**
47be3c1f 158
c8c0cac9
AF
159 This change makes it so that the Edit Contact information link displays on the
160 User Dashboard.
47be3c1f 161
c8c0cac9
AF
162- **[dev/core#660](https://lab.civicrm.org/dev/core/issues/660) Fatal DB Error:
163 already exists on event registration/contribution pages when profile has user
164 creation ([13451](https://github.com/civicrm/civicrm-core/pull/13451))**
47be3c1f 165
c8c0cac9
AF
166 This change fixes a bug where if Anonymous users have ACLs to see a contact
167 they cannot register for an event so that Anonymous users with ACLs to se a
168 contact can register for events.
47be3c1f 169
9e58db48 170- **Fix PHP 7.2 countable warning
c8c0cac9 171 ([13414](https://github.com/civicrm/civicrm-core/pull/13414))**
47be3c1f 172
c8c0cac9
AF
173- **Bump Minimum Required PHP to be 5.6
174 ([13309](https://github.com/civicrm/civicrm-core/pull/13309))**
47be3c1f 175
c8c0cac9
AF
176- **Fix PHP 7 strict warnings CRM_Core_DAO::getContactIDsFromComponent passed by
177 reference ([13295](https://github.com/civicrm/civicrm-core/pull/13295))**
47be3c1f 178
c8c0cac9
AF
179- **Generalise the UsersTableName Setting name to support Backdrop
180 ([13292](https://github.com/civicrm/civicrm-core/pull/13292))**
47be3c1f 181
c8c0cac9
AF
182- **Fix duplicate merge to not disregard zero values.
183 ([12669](https://github.com/civicrm/civicrm-core/pull/12669))**
47be3c1f 184
c8c0cac9
AF
185- **Search Builder fails with an error when searching for State if the location
186 type differs from the display name.
187 ([13313](https://github.com/civicrm/civicrm-core/pull/13313))**
47be3c1f 188
9e58db48 189- **Installer: PHP 7.2 compatibility fixes
c8c0cac9 190 ([13326](https://github.com/civicrm/civicrm-core/pull/13326))**
47be3c1f 191
c8c0cac9
AF
192 This change fixes some php countable warnings thrown for users installing
193 using PHP 7.2.
47be3c1f 194
c8c0cac9
AF
195- **Export merge to household - fix DB error relating to fields too long for
196 table. ([13338](https://github.com/civicrm/civicrm-core/pull/13338))**
47be3c1f 197
c8c0cac9
AF
198 This change fixes a fatal error when trying to combine/merge households and
199 'primary fields' on some mysql configs
47be3c1f 200
c8c0cac9
AF
201- **Fix notice on first loading activity search form
202 ([13378](https://github.com/civicrm/civicrm-core/pull/13378))**
47be3c1f 203
9e58db48 204- **Fix verbiage for Edit Contact Information title
c8c0cac9 205 ([13352](https://github.com/civicrm/civicrm-core/pull/13352))**
47be3c1f 206
c8c0cac9
AF
207 On the User Dashboard this changes updates the link to edit a users contact
208 from "Edit Relationship" to "Edit Contact Information".
47be3c1f 209
9e58db48 210- **Fix verbiage for Dashboard title
c8c0cac9 211 ([13349](https://github.com/civicrm/civicrm-core/pull/13349))**
47be3c1f 212
c8c0cac9
AF
213 This change updates the "User Dashboard" "Relationships" section Dashboard
214 links to use the title "Dashboard" instead of "Edit Relationship".
47be3c1f 215
c8c0cac9 216### CiviCase
47be3c1f 217
c8c0cac9
AF
218- **[dev/core#454](https://lab.civicrm.org/dev/core/issues/454) CiviCase access
219 to activities permission discrepancy
220 ([12995](https://github.com/civicrm/civicrm-core/pull/12995))**
47be3c1f 221
c8c0cac9
AF
222 This change standardizes the permissioning of CiviCase so that users with the
223 permission "access my cases and activities" or "access all cases and
224 activities" can view appropriate case activities. Before this change the
225 permissions needed to view case activities were inconsistent.
47be3c1f 226
c8c0cac9
AF
227- **[dev/core#603](https://lab.civicrm.org/dev/core/issues/603) DB error on Case
228 Summary report ([13296](https://github.com/civicrm/civicrm-core/pull/13296))**
47be3c1f 229
c8c0cac9
AF
230 This fixes a bug where running the Case Summary Report with no changes to the
231 default settigns would result in a warning message so that the default
232 settings for the Case Summary Report result in the report running as expected.
47be3c1f 233
c8c0cac9
AF
234- **[dev/core#625](https://lab.civicrm.org/dev/core/issues/625) DB error on Case
235 Summary report ([13359](https://github.com/civicrm/civicrm-core/pull/13359))**
47be3c1f 236
c8c0cac9
AF
237 This change fixes a bug in the Case Summary Report where running the report
238 without the Columns "Staff Member" and "Relationship" but with a filter on
239 "Active Relationships?" resulted in a DB Error so that one can run this report
240 with this configuration.
47be3c1f 241
c8c0cac9
AF
242- **Fix broken case activity date filter
243 ([13449](https://github.com/civicrm/civicrm-core/pull/13449))**
47be3c1f 244
c8c0cac9
AF
245 This change fixes a bug on the Case Summary Screen where searching activities
246 using the Activity Date filters (From or To) would result in a database error.
47be3c1f 247
c8c0cac9
AF
248- **Standardize letter case
249 ([13245](https://github.com/civicrm/civicrm-core/pull/13245))**
47be3c1f 250
c8c0cac9
AF
251 This change updates the text for the Case Task "Print/merge Document" to
252 "Print/merge document".
47be3c1f 253
c8c0cac9
AF
254- **Revert to showing overdue activities on a case first
255 ([13360](https://github.com/civicrm/civicrm-core/pull/13360))**
47be3c1f 256
c8c0cac9
AF
257- **Don't crash with missing class if action is not defined when opening new
258 case ([13336](https://github.com/civicrm/civicrm-core/pull/13336))**
47be3c1f 259
c8c0cac9 260### CiviContribute
47be3c1f 261
c9b27baa
AH
262- **[dev/core#680](https://lab.civicrm.org/dev/core/issues/680) "Date Received"
263 for contributions no longer mandatory, also breaks financial transactions
264 ([13537](https://github.com/civicrm/civicrm-core/pull/13537))**
265
266- **[dev/core#651](https://lab.civicrm.org/dev/core/issues/651) Error exporting
267 contributions with soft credits
268 ([13536](https://github.com/civicrm/civicrm-core/pull/13536))**
269
c8c0cac9
AF
270- **[dev/core#620](https://lab.civicrm.org/dev/core/issues/620) Unable to show
271 custom fields on Repeat Contributions Report
272 ([13350](https://github.com/civicrm/civicrm-core/pull/13350))**
47be3c1f 273
c8c0cac9
AF
274 This change fixes a bug where selecting a custom field column on a Repeat
275 Contributions report would result in an error so that one can use a custom
276 field as a column in a Repeat Contributions report.
47be3c1f 277
c8c0cac9
AF
278- **[dev/core#621](https://lab.civicrm.org/dev/core/issues/621) Price field
279 option 9 Decimal Places in GUI
280 ([13355](https://github.com/civicrm/civicrm-core/pull/13355))**
47be3c1f 281
c8c0cac9
AF
282 This change makes it so that the "Option Amount" field on the "Edit Price
283 Option" form shows only two decimal places, before this change it showed 9
284 decimal places.
47be3c1f 285
c8c0cac9
AF
286- **Unable to mark price set field as inactive
287 ([13257](https://github.com/civicrm/civicrm-core/pull/13257))**
47be3c1f 288
c8c0cac9
AF
289 This change ensures that when on the "Edit Price Field" form one can save
290 changes to the "Active?" field.
47be3c1f 291
c8c0cac9
AF
292- **Display self-service links in email receipts based on payment processor
293 capabilities ([13215](https://github.com/civicrm/civicrm-core/pull/13215))**
47be3c1f 294
c8c0cac9
AF
295- **On the Contribution Detail Report link the Amount field to the contribution
296 ([13316](https://github.com/civicrm/civicrm-core/pull/13316))**
47be3c1f 297
c8c0cac9
AF
298- **Declare 'amount' as required on ContributionRecur api
299 ([13290](https://github.com/civicrm/civicrm-core/pull/13290))**
47be3c1f 300
c9b27baa
AH
301### CiviEvent
302
303- **[dev/core#653](https://lab.civicrm.org/dev/core/issues/653) New Events
304 defaulting to event template after first page
305 ([13478](https://github.com/civicrm/civicrm-core/pull/13478))**
306
307 This resolves a regression introduced in 5.9.0 where creating a new event would
308 instead create a new event template.
309
c8c0cac9 310### CiviMail
47be3c1f 311
c8c0cac9
AF
312- **[dev/report#5](CANNOT FIND THIS GITLAB ISSUE) - Fix mailing report unique
313 count issue ([13322](https://github.com/civicrm/civicrm-core/pull/13322))**
47be3c1f 314
c8c0cac9 315 This fixes the count when viewing the report of Unique Opens for a Mailing.
47be3c1f 316
c8c0cac9
AF
317- **[dev/mail#35](https://lab.civicrm.org/dev/mail/issues/35) Public View link
318 does not show from Scheduled and Sent screen
319 ([13354](https://github.com/civicrm/civicrm-core/pull/13354))**
47be3c1f 320
c8c0cac9
AF
321 This change makes it so that one can click the Public View url on the
322 Scheduled and Sent mailing screen.
47be3c1f 323
c8c0cac9
AF
324- **[dev/core#623](https://lab.civicrm.org/dev/core/issues/623)
325 civicrm_mailing_bounce_type.threshold = 30 for 'Away' is that correct?
326 ([13366](https://github.com/civicrm/civicrm-core/pull/13366) and
327 [13362](https://github.com/civicrm/civicrm-core/pull/13362))**
47be3c1f 328
c8c0cac9
AF
329 This change ensures that the CiviMail mailing bounce threshold for bounces of
330 the type "Away" is set to be 30, prior to this change some instances had the
331 threshold set to 3.
47be3c1f 332
c8c0cac9 333### Joomla Integration
47be3c1f 334
c8c0cac9
AF
335- **[dev/joomla#3](https://lab.civicrm.org/dev/joomla/issues/3) Recipients are
336 not shown when creating / editing mailings
337 ([13294](https://github.com/civicrm/civicrm-core/pull/13294))**
47be3c1f 338
c8c0cac9 339### Wordpress Integration
47be3c1f 340
c8c0cac9
AF
341- **[dev/wordpress#16](https://lab.civicrm.org/dev/wordpress/issues/16) Fatal
342 error with some versions of PHP
343 ([143](https://github.com/civicrm/civicrm-wordpress/pull/143))**
47be3c1f 344
c8c0cac9
AF
345 This fixes a bug where installing the CiviCRM plugin on a Wordpress
346 site using PHP 7.2.12 would result in a fatal error.
47be3c1f 347
c8c0cac9 348## <a name="misc"></a>Miscellany
47be3c1f 349
c8c0cac9
AF
350- **(NFC) Fix PHP7.2 Count error on test testImportParserWtihEmployeeOfRelation…
351 ([13247](https://github.com/civicrm/civicrm-core/pull/13247))**
47be3c1f 352
c8c0cac9
AF
353- **(NFC) Update Copyright in FiveTen upgrade file to be 2019
354 ([13268](https://github.com/civicrm/civicrm-core/pull/13268))**
47be3c1f 355
c8c0cac9
AF
356- **(NFC) Just some additional package metadata
357 ([13293](https://github.com/civicrm/civicrm-core/pull/13293))**
47be3c1f 358
9e58db48 359- **(NFC) Improved documentation of crmPageTitle directive.
c8c0cac9 360 ([13337](https://github.com/civicrm/civicrm-core/pull/13337))**
47be3c1f 361
9e58db48 362- **(NFC) Minor tweaks to docblocks on opencase form
c8c0cac9 363 ([13335](https://github.com/civicrm/civicrm-core/pull/13335))**
47be3c1f 364
c8c0cac9
AF
365- **Unit test for PR#12699
366 ([13323](https://github.com/civicrm/civicrm-core/pull/13323))**
47be3c1f 367
c8c0cac9
AF
368- **Add in unit test to support changes in UF API in PR 13343
369 ([13344](https://github.com/civicrm/civicrm-core/pull/13344))**
47be3c1f 370
9e58db48 371- **(NFC) Tidy up comments, remove unused variables in customfield classes
c8c0cac9 372 ([13367](https://github.com/civicrm/civicrm-core/pull/13367))**
47be3c1f 373
c8c0cac9
AF
374- **Simplify handling for case checking.
375 ([13372](https://github.com/civicrm/civicrm-core/pull/13372))**
47be3c1f 376
9e58db48 377- **[REF] Extract internals of Payment.create into function on BAO class.
c8c0cac9 378 ([13370](https://github.com/civicrm/civicrm-core/pull/13370))**
47be3c1f 379
9e58db48 380- **[REF] Simplify CRM_Activity_BAO_Activity function by using early returns
c8c0cac9 381 ([13371](https://github.com/civicrm/civicrm-core/pull/13371))**
47be3c1f 382
9e58db48 383- **[REF] Genericise function to add pseudoconstant data to fields to process
c8c0cac9 384 ([13328](https://github.com/civicrm/civicrm-core/pull/13328))**
47be3c1f 385
c8c0cac9
AF
386- **[REF] Add caching to function to determine if activity type is permitted.
387 ([13329](https://github.com/civicrm/civicrm-core/pull/13329))**
47be3c1f 388
c8c0cac9
AF
389- **[REF] Export add test for phone details, fix phone_type_id
390 ([13275](https://github.com/civicrm/civicrm-core/pull/13275))**
47be3c1f 391
9e58db48 392- **[REF] Minor test clean up
c8c0cac9 393 ([13269](https://github.com/civicrm/civicrm-core/pull/13269))**
47be3c1f 394
c8c0cac9
AF
395- **[REF] Export cleanup - filter at point of query on postal exports
396 ([13216](https://github.com/civicrm/civicrm-core/pull/13216))**
47be3c1f 397
c8c0cac9
AF
398- **[REF] Build single array of information about output specifications when
399 exporting ([13213](https://github.com/civicrm/civicrm-core/pull/13213))**
47be3c1f
AH
400
401## <a name="credits"></a>Credits
402
403This release was developed by the following code authors:
404
c9b27baa
AH
405AGH Strategies - Alice Frumin, Andrew Hunt, Eli Lisseck; Andrew Thompson;
406Australian Greens - Seamus Lee; Christian Wach; CiviCoop - Klaas Eikelboom;
407CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Sunil Pawar, Yashodha Chaku;
408CompuCorp - Davi Alexandre, Vinu Varshith Sekar; Coop SymbioTIC - Mathieu Lutfy;
9e58db48
TO
409Electronic Frontier Foundation - Mark Burdett; Francesc Bassas i Bullich; Fuzion -
410Jitendra Purohit; Ginkgo Street Labs - Frank Gómez; iXiam - Luciano Spiegel;
c9b27baa
AH
411JMA Consulting - Monish Deb; MillerTech - Chamil Wijesooriya; MJW Consulting -
412Matthew Wire; Ray Wright; Squiffle Consulting - Aidan Saunders; Tadpole
413Collective - Kevin Cristiano; Veda Consulting - Mathavan Veeramuthu; Wikimedia
414Foundation - Eileen McNaughton
47be3c1f
AH
415
416Most authors also reviewed code for this release; in addition, the following
417reviewers contributed their comments:
418
c9b27baa
AH
419Blackfly Solutions - Alan Dixon; Circle Interactive - Dave Jenkins; Fuzion -
420Peter Davis; JMA Consulting - Joe Murray; John Kingsnorth; Joinery - Allen Shaw;
421Lighthouse Design and Consulting - Brian Shaughnessy; Megaphone Technology
422Consulting - Jon Goldberg; Nicol Wistreich; Richard van Oosterhout; Skvare -
423Mark Hanna; Systopia - Björn Endres
3e2bb631
AH
424
425## <a name="feedback"></a>Feedback
426
c9b27baa
AH
427These release notes are edited by Alice Frumin and Andrew Hunt. If you'd like
428to provide feedback on them, please log in to https://chat.civicrm.org/civicrm
429and contact `@agh1`.