dev/financial#148 fully deprecate loadObjects function
[civicrm-core.git] / release-notes / 5.13.0.md
CommitLineData
70fa7687
AH
1# CiviCRM 5.13.0
2
2db0b85f 3Released May 1, 2019
70fa7687 4
2db0b85f 5- **[Synopsis](#synopsis)**
70fa7687
AH
6- **[Features](#features)**
7- **[Bugs resolved](#bugs)**
8- **[Miscellany](#misc)**
9- **[Credits](#credits)**
2db0b85f
AH
10- **[Feedback](#feedback)**
11
12## <a name="synopsis"></a>Synopsis
13
14| *Does this version...?* | |
15|:--------------------------------------------------------------- |:-------:|
cc7fb0eb 16| Fix security vulnerabilities? | no |
084cd132
AH
17| **Change the database schema?** | **yes** |
18| **Alter the API?** | **yes** |
19| **Require attention to configuration options?** | **yes** |
20| **Fix problems installing or upgrading to a previous version?** | **yes** |
21| **Introduce features?** | **yes** |
22| **Fix bugs?** | **yes** |
70fa7687
AH
23
24## <a name="features"></a>Features
25
26### Core CiviCRM
27
cc7fb0eb
AF
28- **Configurable menubar color
29 ([13996](https://github.com/civicrm/civicrm-core/pull/13996))**
70fa7687 30
cc7fb0eb
AF
31 v5.12 introduced a new menu bar. The change also revised the default color
32 scheme (applying a more contemporary palette), but this created stress for
33 some users who were trained to recognize the old menu color. This exposes a
34 new setting for customizing the color scheme, and it changes the default to
35 match previous scheme (be black instead of beige).
70fa7687 36
cc7fb0eb
AF
37- **Menu config screen improvements
38 ([14002](https://github.com/civicrm/civicrm-core/pull/14002))**
70fa7687 39
cc7fb0eb
AF
40 Improves the Menu configuration screen by: making changes to the menu (adding
41 or editing menu items) on the admin screen be reflected immediately, adding
42 links to the related settings pages to reduce confusion about how to configure
43 various aspects of the menu bar and fixing the broken icon picker and missing
44 CiviCRM icon.
70fa7687 45
e340eebc
AF
46- **What to do with the merge screen
47 ([dev/core#824](https://lab.civicrm.org/dev/core/issues/824):
48 [13898](https://github.com/civicrm/civicrm-core/pull/13898) and
00deb7b6 49 [13895](https://github.com/civicrm/civicrm-core/pull/13895)) CONTINUES WORK**
70fa7687 50
cc7fb0eb
AF
51 Continues work to clean up the Merge screen by moving toward
52 using contact type icons in a standard way instead of the contact type names
53 and cleaning up alignment.
70fa7687 54
cc7fb0eb
AF
55- **Mutliple activity type filters on activity tab on contact records
56 ([13873](https://github.com/civicrm/civicrm-core/pull/13873))**
70fa7687 57
cc7fb0eb
AF
58 Change include/exclude activity type filters to be multiple select2 widgets so
59 that users can filter my multiple activity types rather than only permitting
60 users to select one activity type with a traditional select field.
70fa7687 61
cc7fb0eb
AF
62- **Added a DB check to prevent deleting exisiting CiviCRM data from database.
63 ([13944](https://github.com/civicrm/civicrm-core/pull/13944))**
70fa7687 64
cc7fb0eb
AF
65 When installing CiviCRM this change adds a check to see if there are existing
66 CiviCRM tables and requires users to manually remove any CiviCRM tables
67 before continuing to prevent users from accidentally deleting tables.
70fa7687 68
cc7fb0eb
AF
69- **Encourage developers to use .then instead of .done
70 ([13982](https://github.com/civicrm/civicrm-core/pull/13982))**
70fa7687 71
cc7fb0eb
AF
72 This change makes it so the Api Explorer generates js code using `.then()`
73 (instead of `.done`) and demonstrates proper errQor handling to encourage
74 developers to use `.then()`.
70fa7687 75
e340eebc
AF
76- **Replace jcalendar instances with datepicker
77 ([dev/core#561](https://lab.civicrm.org/dev/core/issues/561):
78 [13919](https://github.com/civicrm/civicrm-core/pull/13919),
cc7fb0eb
AF
79 [13855](https://github.com/civicrm/civicrm-core/pull/13855),
80 [13965](https://github.com/civicrm/civicrm-core/pull/13965),
81 [13950](https://github.com/civicrm/civicrm-core/pull/13950) and
00deb7b6 82 [13918](https://github.com/civicrm/civicrm-core/pull/13918)) CONTINUES WORK**
70fa7687 83
cc7fb0eb
AF
84 Moves from jcalendar to datepicker in the following places: the fulfilled date
85 on the premium tab on back end contribution add/edit screens, the activity
86 tab, the receive_date and the renewal_date fields in Membership forms and the
87 transaction date field on the update pending status task. And updates tests to
88 reflect progress getting rid of jcalendar.
70fa7687 89
cc7fb0eb
AF
90- **Expose sort_name as a dedupe-matchable field
91 ([13864](https://github.com/civicrm/civicrm-core/pull/13864))**
70fa7687 92
cc7fb0eb 93 Allow sort_name to be used in dedupe rules.
70fa7687 94
cc7fb0eb
AF
95- **Standardise setTitle method on forms
96 ([13781](https://github.com/civicrm/civicrm-core/pull/13781))**
70fa7687 97
cc7fb0eb 98 Makes the title of a form available in the buildForm hook.
70fa7687 99
839e46e0 100- **Send action links on any page that extends CRM_Core_Page_Basic thru
cc7fb0eb
AF
101 hook_civicrm_links
102 ([13068](https://github.com/civicrm/civicrm-core/pull/13068))**
70fa7687 103
cc7fb0eb
AF
104 Makes it so extension developers can use hook_civicrm_links to add or remove
105 links from the Relationship Types Administration Page (CiviCRM Navigation
106 Menu->Administer->Customize Data and Screens->Relationship Types) and any
107 other page that extends CRM_Core_Page_Basic.
70fa7687 108
839e46e0 109- **Improve lock handling for mysql 5.7.5+
e340eebc
AF
110 ([CRM-18011](https://issues.civicrm.org/jira/browse/CRM-18011):
111 [13854](https://github.com/civicrm/civicrm-core/pull/13854))**
70fa7687 112
cc7fb0eb 113 Ensures mysql locks are supported on mysql 5.7.5+ and MariaDB '10.0.2'+.
70fa7687 114
cc7fb0eb
AF
115- **Deploy PEAR Log package and upgrade to latest version in the process
116 ([13835](https://github.com/civicrm/civicrm-core/pull/13835))**
70fa7687 117
cc7fb0eb
AF
118 Upgrades the PEAR Log package version and deploys it via
119 composer.
70fa7687 120
cc7fb0eb
AF
121- **Make cacheCode optional in CRM.loadScript
122 ([13824](https://github.com/civicrm/civicrm-core/pull/13824))**
70fa7687 123
cc7fb0eb
AF
124 A cacheCode was recently added to script urls fetched by CRM.getScript(). This
125 is not always desirable e.g. for scripts fetched from an external source, this
126 change makes it so the cacheCode is added by default but can be disabled.
70fa7687 127
cc7fb0eb
AF
128- **Load hooks during upgrade mode
129 ([13551](https://github.com/civicrm/civicrm-core/pull/13551))**
70fa7687 130
cc7fb0eb 131 Allow extensions to load hooks during an upgrade.
70fa7687 132
e340eebc
AF
133- **Checkbox to explicitly change employer when sharing address
134 ([CRM-21008](https://issues.civicrm.org/jira/browse/CRM-21008):
135 [13700](https://github.com/civicrm/civicrm-core/pull/13700))**
70fa7687 136
cc7fb0eb
AF
137 Before this change when an individual was set to share an address with an
138 organization, that organization was set as its current employer. This change
139 adds a checkbox that allows users to explicitly tell civicrm whether the
140 organization is the current employer or not when sharing an address.
70fa7687 141
e340eebc
AF
142- **Report improvements
143 ([CRM-21677](https://issues.civicrm.org/jira/browse/CRM-21677):
144 [13792](https://github.com/civicrm/civicrm-core/pull/13792),
cc7fb0eb
AF
145 [13790](https://github.com/civicrm/civicrm-core/pull/13790) and
146 [13780](https://github.com/civicrm/civicrm-core/pull/13780))**
70fa7687 147
cc7fb0eb
AF
148 These changes improve reports by removing redundant birth date and gender
149 evaluation code.
70fa7687 150
e340eebc
AF
151- **Contact Subtype field at Reports does not support contacts with multiple
152 subtypes ([dev/core/544](https://lab.civicrm.org/dev/core/issues/544):
153 [13158](https://github.com/civicrm/civicrm-core/pull/13158) and
cc7fb0eb 154 [13908](https://github.com/civicrm/civicrm-core/pull/13908))**
70fa7687 155
cc7fb0eb 156 Makes reports support filtering on multiple contact subtypes.
70fa7687 157
e340eebc
AF
158- **Replace all instances of CRM_Core_Fatal with throw new CRM_Core_Exception
159 ([dev/core#560](https://lab.civicrm.org/dev/core/issues/560):
00deb7b6 160 [13850](https://github.com/civicrm/civicrm-core/pull/13850)) CONTINUES WORK**
70fa7687 161
cc7fb0eb
AF
162 Updates Cancel Billing & Update Billing screens to use status bounce rather
163 than throw a fatal error.
70fa7687 164
cc7fb0eb
AF
165- **Activity tab performance fix - switch to faster getActivities &
166 getActivitiesCount
167 ([13768](https://github.com/civicrm/civicrm-core/pull/13768))**
70fa7687 168
cc7fb0eb 169 Performance improvement when loading the activity tab for a contact.
70fa7687 170
cc7fb0eb
AF
171- **Add hook findDuplicates
172 ([13234](https://github.com/civicrm/civicrm-core/pull/13234))**
70fa7687 173
cc7fb0eb
AF
174 Adds the hook findDuplicates which provides the ability for extensions to
175 intercept and/or override core duplicate checking when
176 registering/contributing.
70fa7687 177
e340eebc
AF
178- **Deadlocks and performance issues when using smartgroups / ACLs extensively
179 ([dev/core#748](https://lab.civicrm.org/dev/core/issues/748):
00deb7b6 180 [13772](https://github.com/civicrm/civicrm-core/pull/13772)) CONTINUES WORK**
70fa7687 181
cc7fb0eb
AF
182 Improves performance by switching the alphabetQuery to use new
183 getSearchSQLParts() function.
70fa7687 184
cc7fb0eb
AF
185- **Improve data when known time-dependent-failing test fails
186 ([13964](https://github.com/civicrm/civicrm-core/pull/13964))**
70fa7687 187
cc7fb0eb 188 Improves output data when time dependent tests fail.
70fa7687 189
cc7fb0eb
AF
190- **Use TempTable methods.
191 ([13880](https://github.com/civicrm/civicrm-core/pull/13880),
192 [13865](https://github.com/civicrm/civicrm-core/pull/13865),
193 [13819](https://github.com/civicrm/civicrm-core/pull/13819),
194 [13848](https://github.com/civicrm/civicrm-core/pull/13848),
195 [13847](https://github.com/civicrm/civicrm-core/pull/13847) and
196 [13703](https://github.com/civicrm/civicrm-core/pull/13703))**
70fa7687 197
839e46e0
TO
198 These changes move towards using the TempTable class to improve
199 naming standards, including but not limited to the following places: when
cc7fb0eb
AF
200 creating the dedupe table, on the contribution detail report, on the
201 bookkeeping report and when debugging.
70fa7687 202
cc7fb0eb
AF
203- **Allow extensions to enable validate.tpl
204 ([13961](https://github.com/civicrm/civicrm-core/pull/13961))**
70fa7687 205
cc7fb0eb
AF
206 This change makes it possible for extensions to add a validate.tpl which
207 provides front end javascript validation, which improves user experience by
208 making it so users do not have to refresh the page to see validation issues.
70fa7687 209
839e46e0 210- **Promise polyfill for older browsers
cc7fb0eb 211 ([13955](https://github.com/civicrm/civicrm-core/pull/13955))**
70fa7687 212
cc7fb0eb
AF
213 Loads a polyfill for IE aQnd other outdated browsers so developers can use
214 native js Promises in our code.
70fa7687 215
cc7fb0eb 216### CiviCase
70fa7687 217
e340eebc
AF
218- **Case Activity Assignment Restriction
219 ([dev/core#641](https://lab.civicrm.org/dev/core/issues/641):
220 [13541](https://github.com/civicrm/civicrm-core/pull/13541))**
70fa7687 221
cc7fb0eb
AF
222 Makes it possible to restrict the assignment of case activities to
223 a group or to contacts having user accounts.
70fa7687 224
cc7fb0eb 225### CiviContribute
70fa7687 226
084cd132 227- **Add cancel_reason field to civicrm_contribution_recur table
e340eebc 228 ([dev/core#830](https://lab.civicrm.org/dev/core/issues/830):
084cd132
AH
229 [13930](https://github.com/civicrm/civicrm-core/pull/13930),
230 [13999](https://github.com/civicrm/civicrm-core/pull/13999), and
231 [14164](https://github.com/civicrm/civicrm-core/pull/14164))**
70fa7687 232
cc7fb0eb
AF
233 Adds a recur cancel reason field `civicrm_contribution_recur.cancel_reason
234 field`.
70fa7687 235
cc7fb0eb
AF
236- **Add ID / Test ID for payment processors to list - makes setup of IPNs much
237 easier! ([13869](https://github.com/civicrm/civicrm-core/pull/13869))**
70fa7687 238
cc7fb0eb
AF
239 Adds a column for payment processor id and test payment processor id to the
240 table of "Settings - Payment Processors" page so that users can more easily
241 access these ids.
70fa7687 242
cc7fb0eb
AF
243- **Add payment_processor column/filter to recurring contribution report
244 ([13699](https://github.com/civicrm/civicrm-core/pull/13699))**
70fa7687 245
cc7fb0eb
AF
246 On the "Recurring Contribution" report, this adds "Payment Processor" as an
247 option to the Column and Filter tabs enabling users to filter this report by
248 "Payment Processor" and/or include a column for "Payment Processor".
70fa7687 249
e340eebc
AF
250- **Payment processor names: separate internal and external usage
251 ([dev/financial#2](https://lab.civicrm.org/dev/financial/issues/2):
252 [13995](https://github.com/civicrm/civicrm-core/pull/13995) and
cc7fb0eb 253 [13954](https://github.com/civicrm/civicrm-core/pull/13954))**
70fa7687 254
cc7fb0eb
AF
255 Adds the field `payment_processor.title` to the schema and makes it
256 translatable.
70fa7687 257
e340eebc
AF
258- **Support paying refunds
259 ([dev/financial#38](https://lab.civicrm.org/dev/financial/issues/38):
260 [13952](https://github.com/civicrm/civicrm-core/pull/13952)) BEGINS WORK**
70fa7687 261
cc7fb0eb
AF
262 Adds a PaymentProcessor.refund API which makes it possible for payment
263 processor extension authors to have their extensions issue refund payments.
70fa7687 264
cc7fb0eb
AF
265- **Add minimal PaymentProcessor.pay api
266 ([13953](https://github.com/civicrm/civicrm-core/pull/13953))**
70fa7687 267
cc7fb0eb 268 Adds a new api PaymentProcessor.pay.
70fa7687 269
cc7fb0eb
AF
270- **Include lower level data when throwing an exception on payment processor.pay
271 ([14006](https://github.com/civicrm/civicrm-core/pull/14006))**
70fa7687 272
cc7fb0eb 273 Improves error processing when using the PaymentProcessor.pay api.
70fa7687 274
cc7fb0eb
AF
275- **Add billingblock region to event registration thankyou to match contribution
276 thankyou ([13762](https://github.com/civicrm/civicrm-core/pull/13762))**
70fa7687 277
cc7fb0eb
AF
278 This change makes it so one can use the same method to
279 replace billingblock for both event and contribution thankyou workflows.
70fa7687 280
e340eebc
AF
281- **CQ: Refactor Recurring Contribution Forms
282 ([dev/core#846](https://lab.civicrm.org/dev/core/issues/846):
00deb7b6 283 [13940](https://github.com/civicrm/civicrm-core/pull/13940)) BEGINS WORK**
70fa7687 284
cc7fb0eb
AF
285 Begins work to refactor recurring contribution forms specifically by
286 rationalizing url variables into shared parent for recurring contribution
287 forms.
70fa7687 288
cc7fb0eb
AF
289- **Use label not name for payment processor type
290 ([13885](https://github.com/civicrm/civicrm-core/pull/13885))**
70fa7687 291
cc7fb0eb
AF
292 On the "Settings - Payment Processor" page changes the "Processor Type" column
293 to use the label instead of the name.
70fa7687 294
cc7fb0eb
AF
295- **Improve ContributionPage.validate api
296 ([13798](https://github.com/civicrm/civicrm-core/pull/13798))**
70fa7687 297
cc7fb0eb
AF
298 Makes it so that one can use the ContributionPage validate api on POST, for
299 example when using Paypal Checkout which calls a Promise, the
300 ContributionPage.validate api could be called to determine whether to proceed
301 after the button is pushed.
70fa7687 302
cc7fb0eb
AF
303- **Add pseudoconstant support for payment_processor_id on ContributionRecur
304 ([13698](https://github.com/civicrm/civicrm-core/pull/13698))**
70fa7687 305
cc7fb0eb
AF
306- **Allow payment processor to determine the text around 'continue'
307 ([13787](https://github.com/civicrm/civicrm-core/pull/13787))**
70fa7687 308
70fa7687 309
cc7fb0eb 310### CiviEvent
70fa7687 311
e340eebc
AF
312- **Expose Registered by Participant Name field to participant report
313 ([dev/core#835](https://lab.civicrm.org/dev/core/issues/835):
314 [13936](https://github.com/civicrm/civicrm-core/pull/13936))**
70fa7687 315
cc7fb0eb 316 Exposes "Registered by Participant Name" field to participant reports.
70fa7687 317
cc7fb0eb 318### CiviMail
70fa7687 319
e340eebc
AF
320- **Report results don't show inactive campaigns
321 ([dev/core#491](https://lab.civicrm.org/dev/core/issues/491):
322 [13383](https://github.com/civicrm/civicrm-core/pull/13383))**
70fa7687 323
cc7fb0eb
AF
324 Standardizes the way campaign fields are added to the "Mailing Summary"
325 report.
70fa7687 326
084cd132
AH
327- **Use Mailing.preview API to display mailing in browser
328 ([14163](https://github.com/civicrm/civicrm-core/pull/14163))**
329
330 This resolves an error on sites with Flexmailer when an anonymous visitor
331 views a mailing in the browser.
332
cc7fb0eb 333### CiviMember
70fa7687 334
cc7fb0eb
AF
335- **Membership form address fields for payment processors
336 ([13802](https://github.com/civicrm/civicrm-core/pull/13802))**
70fa7687 337
cc7fb0eb
AF
338 Standardizes processing and validating address parameters on the
339 Membership form.
70fa7687 340
cc7fb0eb 341### Wordpress Integration
70fa7687 342
cc7fb0eb
AF
343- **Cleaner front-end URLs
344 ([144](https://github.com/civicrm/civicrm-wordpress/pull/144))**
70fa7687 345
cc7fb0eb
AF
346 Makes Wordpress URLs have the same structure as Drupal URLs ex:
347 `https://domain.tld/civicrm/contribute/transact/?reset=1&id=1 as opposed to
348 old` Wordpress URLs that looked like
349 `https://domain.tld/civicrm/?page=CiviCRM&q=civicrm/contribute/transact&reset=1&id=1`
70fa7687 350
cc7fb0eb 351## <a name="bugs"></a>Bugs resolved
70fa7687 352
cc7fb0eb 353### Core CiviCRM
70fa7687 354
e340eebc
AF
355- **Add a test matrix for E2E tests on each CMS
356 ([infra/ops#878](https://lab.civicrm.org/infra/ops/issues/878):
357 [13810](https://github.com/civicrm/civicrm-core/pull/13810),
358 [13826](https://github.com/civicrm/civicrm-core/pull/13826) and
00deb7b6 359 [13811](https://github.com/civicrm/civicrm-core/pull/13811)) CONTINUES WORK**
70fa7687 360
cc7fb0eb
AF
361 These changes resolve bugs when running E2E tests on WordPress moving the
362 project towards the goal of having a test matrix for E2E tests for each CMS
363 that CiviCRM is compatible with.
70fa7687 364
e340eebc
AF
365- **Use the correct membership date for the notification that appear after
366 completing the membership payment in case pre hook is used
367 ([dev/core#288](https://lab.civicrm.org/dev/core/issues/288):
368 [12583](https://github.com/civicrm/civicrm-core/pull/12583))**
70fa7687 369
cc7fb0eb
AF
370 This change ensures that any changes made to the membership dates using
371 hook_civicrm_pre are taken into account when generating the membership payment
372 notification.
70fa7687 373
839e46e0 374- **Custom Field checkbox value renders empty if the values are randomly sorted
e340eebc
AF
375 ([dev/core#499](https://lab.civicrm.org/dev/core/issues/499):
376 [13051](https://github.com/civicrm/civicrm-core/pull/13051))**
70fa7687 377
cc7fb0eb
AF
378 This change ensures that the values selected by a user for alphanumeric
379 checkbox custom fields render properly in view mode.
70fa7687 380
e340eebc
AF
381- **New Organisation: "Check For Matching Contact (S)" button does not find
382 matching records ([dev/core#570](https://lab.civicrm.org/dev/core/issues/570):
383 [13398](https://github.com/civicrm/civicrm-core/pull/13398))**
70fa7687 384
cc7fb0eb
AF
385 This change ensures that "Check For Matching Contact(s)" retrieves
386 contacts for users with limited permissions.
70fa7687 387
e340eebc
AF
388- **Soft Credits Multiply GIft Amount in Contribution Detail Report
389 ([dev/core#655](https://lab.civicrm.org/dev/core/issues/655):
390 [13906](https://github.com/civicrm/civicrm-core/pull/13906))**
70fa7687 391
cc7fb0eb
AF
392 This change updates the Contribution Detail report so that the "Total Amount"
393 field is not summed because the summing of the "Total Amount" field was
394 leading to the "Total Amount" field for contributions with multiple soft
395 credits to be multiplied by the number of soft credits.
70fa7687 396
e340eebc
AF
397- **Add new indexes when updating log table schema regardless of engine change
398 ([dev/core#664](https://lab.civicrm.org/dev/core/issues/664):
399 [13462](https://github.com/civicrm/civicrm-core/pull/13462))**
70fa7687 400
cc7fb0eb
AF
401 This change makes it so that when the alterLogTables hook defines a new index
402 it is applied regardless of the engine.
70fa7687 403
e340eebc
AF
404- **Contacts -> New Email give Unknown Error in Smarty when Allow Mail to be
405 sent from logged in contact's email address disabled
406 ([dev/core#688](https://lab.civicrm.org/dev/core/issues/688):
407 [13508](https://github.com/civicrm/civicrm-core/pull/13508))**
70fa7687 408
cc7fb0eb
AF
409 This change fixes an error "Warning: Smarty error" when attempting to send an
410 email from Contacts -> New Email for sites with "Allow Mail to be sent from
411 logged in user" disabled.
70fa7687 412
e340eebc
AF
413- **Edit contribution : wrong decimal separator on total_amount for
414 participant(s) ([dev/core#706](https://lab.civicrm.org/dev/core/issues/706):
415 [13554](https://github.com/civicrm/civicrm-core/pull/13554))**
70fa7687 416
cc7fb0eb
AF
417 This change ensures that the decimal separator on total_amount field for
418 participant(s) is displayed as it is configured on the site.
70fa7687 419
e340eebc
AF
420- **Contact Report: The filter by the custom datetime field with "Today" option
421 doesn't find matching contacts
422 ([dev/core#709](https://lab.civicrm.org/dev/core/issues/709):
423 [13567](https://github.com/civicrm/civicrm-core/pull/13567))**
70fa7687 424
cc7fb0eb
AF
425 This change ensures that on the Contact Report, when using a filter for a
426 custom datetime field the "Today" option properly filters results.
70fa7687 427
e340eebc
AF
428- **Address API incorrectly sets state_province_id if multiple countries have
429 same state name / abbreviation
430 ([dev/core#725](https://lab.civicrm.org/dev/core/issues/725):
431 [13938](https://github.com/civicrm/civicrm-core/pull/13938))**
70fa7687 432
cc7fb0eb
AF
433 This change fixes a regression so that the Address API country_id parameter
434 works with an abbreviation or numeric id.
70fa7687 435
e340eebc
AF
436- **Advanced Search: There is an Internal Server Error (500) when the user tries
437 to search by the "Mailing List" group type
438 ([dev/core#726](https://lab.civicrm.org/dev/core/issues/726):
439 [13603](https://github.com/civicrm/civicrm-core/pull/13603) and
cc7fb0eb 440 [13888](https://github.com/civicrm/civicrm-core/pull/13888))**
70fa7687 441
cc7fb0eb
AF
442 Fixes a bug where searching by a group type (ex: Mailing List) on the Advanced
443 Search form would result in a fatal error so that this search runs as
444 expected.
70fa7687 445
e340eebc
AF
446- **Notes: It isn't possible to edit note if the user uploaded an image larger
447 than 3 MByte(s) ([dev/core#740](https://lab.civicrm.org/dev/core/issues/740):
448 [13640](https://github.com/civicrm/civicrm-core/pull/13640))**
70fa7687 449
cc7fb0eb
AF
450 This change makes it so that it is possible to edit a note field
451 that includes images larger than 3 MByte(s).
70fa7687 452
839e46e0 453- **Custom field caching is not group-specific
e340eebc
AF
454 ([dev/core#755](https://lab.civicrm.org/dev/core/issues/755):
455 [13900](https://github.com/civicrm/civicrm-core/pull/13900))**
70fa7687 456
cc7fb0eb
AF
457 Adds the $groupTitle parameter to the cache key for custom fields, so field
458 names that exist in multiple groups will be cached separately.
70fa7687 459
e340eebc
AF
460- **Warning: A non-numeric value encountered in ...
461 ([dev/core#788](https://lab.civicrm.org/dev/core/issues/788):
462 [13795](https://github.com/civicrm/civicrm-core/pull/13795))**
70fa7687 463
cc7fb0eb
AF
464 This change fixes several warnings "Warning: A non-numeric value encountered
465 in ..." on contribution pages & event registrations forms.
70fa7687 466
e340eebc
AF
467- **PHP Warning "explode() expects parameter 2 to be string, array given" for
468 multi-value country fields
469 ([dev/core#795](https://lab.civicrm.org/dev/core/issues/795):
470 [13858](https://github.com/civicrm/civicrm-core/pull/13858))**
70fa7687 471
cc7fb0eb 472 Fixes a PHP warning when updating a multiselect country field.
70fa7687 473
e340eebc
AF
474- **Prefix/suffix select2 renders oddly on public-facing pages
475 ([dev/core#798](https://lab.civicrm.org/dev/core/issues/798):
476 [13816](https://github.com/civicrm/civicrm-core/pull/13816))**
70fa7687 477
cc7fb0eb
AF
478 This change makes the Prefix/suffix select2's render full height (as opposed
479 to squished) in contribution/event profiles.
70fa7687 480
e340eebc
AF
481- **DB Error:: Already exists during renewing membership automatically
482 ([dev/core#806](https://lab.civicrm.org/dev/core/issues/806):
483 [13852](https://github.com/civicrm/civicrm-core/pull/13852))**
70fa7687 484
cc7fb0eb
AF
485 Fixes a DB error "already exists" when recording recurring payments with taxes
486 enabled.
70fa7687 487
e340eebc
AF
488- **Autocomplete select list disabled options
489 ([dev/core#811](https://lab.civicrm.org/dev/core/issues/811):
490 [13859](https://github.com/civicrm/civicrm-core/pull/13859))**
70fa7687 491
cc7fb0eb
AF
492 This change ensures that for select fields with autocomplete, only enabled
493 options autocomplete.
70fa7687 494
e340eebc
AF
495- **Search results: Actions: Export contacts: DB Error: Syntax error occurs when
496 not all necessary fields are selected
497 ([dev/core#819](https://lab.civicrm.org/dev/core/issues/819):
498 [13889](https://github.com/civicrm/civicrm-core/pull/13889))**
70fa7687 499
cc7fb0eb
AF
500 Resolves a fatal database error when attempting to export contacts without
501 selecting any fields to be exported.
70fa7687 502
e340eebc
AF
503- **Value in the "Contact Type" field disappears when the user tries to edit
504 Contact Details ([dev/core#823](https://lab.civicrm.org/dev/core/issues/823):
505 [13945](https://github.com/civicrm/civicrm-core/pull/13945))**
70fa7687 506
cc7fb0eb
AF
507 Ensures that when a user uses a profile with a contact sub type field to
508 update a contact that the contact sub type field pre-populates as expected.
70fa7687 509
e340eebc
AF
510- **Notice error while creating smart group using Contribution Aggregate custom
511 search ([dev/core#837](https://lab.civicrm.org/dev/core/issues/837):
512 [13921](https://github.com/civicrm/civicrm-core/pull/13921))**
70fa7687 513
cc7fb0eb
AF
514 Resolves "Notice: Undefined index:" errors when creating a smart group using
515 Contribution Aggregate custom search.
70fa7687 516
e340eebc
AF
517- **Notice error when deleting profile
518 ([dev/core#840](https://lab.civicrm.org/dev/core/issues/840):
519 [13926](https://github.com/civicrm/civicrm-core/pull/13926))**
70fa7687 520
cc7fb0eb 521 Resolves a "Undefined property" notice when deleting a profile.
70fa7687 522
e340eebc
AF
523- **CQ: Use Guzzle as our preferred way to retrieve via http
524 ([dev/core#849](https://lab.civicrm.org/dev/core/issues/849):
525 [13946](https://github.com/civicrm/civicrm-core/pull/13946))**
70fa7687 526
cc7fb0eb
AF
527 Replaces get_headers functions call with Guzzle HTTP request to prevent timing
528 out.
70fa7687 529
e340eebc
AF
530- **Queries combining multiple text labels using REGEXP do not escape regular
531 expression metacharacters
532 ([dev/core#433](https://lab.civicrm.org/dev/core/issues/433):
533 [12998](https://github.com/civicrm/civicrm-core/pull/12998))**
70fa7687 534
cc7fb0eb
AF
535 Ensures that querying for fee levels that contain regex metacharacters will
536 match.
70fa7687 537
cc7fb0eb
AF
538- **Fix status type (error, not fail) for CRM_Core_Session::setStatus
539 ([13943](https://github.com/civicrm/civicrm-core/pull/13943))**
70fa7687 540
cc7fb0eb
AF
541 Fixes an incorrect status for setMessage which was using 'fail' (which is not
542 a valid status) instead of 'error'.
70fa7687 543
cc7fb0eb
AF
544- **Covert the CRM_Core_Error::fatal calls to exceptions when trying to access
545 Contact Photos ([13917](https://github.com/civicrm/civicrm-core/pull/13917))**
70fa7687 546
cc7fb0eb 547 Cleaner errors when attempting to access contact photos fails.
70fa7687 548
cc7fb0eb
AF
549- **CiviCRM API, lookup state_province_id options based on country parameter if
550 present, or default country
551 ([13596](https://github.com/civicrm/civicrm-core/pull/13596))**
70fa7687 552
cc7fb0eb
AF
553 Ensures the CiviCRM Address API correctly sets state_province_id for states
554 whose name/abbreviation exist in multiple countries.
70fa7687 555
cc7fb0eb
AF
556- **Fix php 7.2 count notice
557 ([13877](https://github.com/civicrm/civicrm-core/pull/13877))**
70fa7687 558
cc7fb0eb 559 Fixes a "Warning: count()" error on the "Import Contacts" Summary step screen.
70fa7687 560
e340eebc
AF
561- **New Organisation: "Contact Type" dropdown disappears when fields validation
562 occurs ([dev/core#699](https://lab.civicrm.org/dev/core/issues/699):
563 [13545](https://github.com/civicrm/civicrm-core/pull/13545))**
70fa7687 564
cc7fb0eb
AF
565 Fixes a bug where when creating a new organization, if the form fails
566 validation the "Contact Sub Type" dropdown disappears.
70fa7687 567
cc7fb0eb
AF
568- **Fix contact.merge api to pass check_permissions parameter through to the
569 deeper layer ([13807](https://github.com/civicrm/civicrm-core/pull/13807))**
70fa7687 570
cc7fb0eb
AF
571 Fixes a bug where calling Contact.merge from php will leave the merged contact
572 unmerged if the logged in user does not have the delete contacts permission
70fa7687 573
cc7fb0eb
AF
574- **checkEditInboundEmailsPermissions should be a static function
575 ([13805](https://github.com/civicrm/civicrm-core/pull/13805))**
70fa7687 576
e340eebc
AF
577- **DB error "no such field" when executing actions on a sorted contact search
578 result with search profile
579 ([dev/core#502](https://lab.civicrm.org/dev/core/issues/502):
580 [13884](https://github.com/civicrm/civicrm-core/pull/13884))**
70fa7687 581
e340eebc
AF
582- **Transfer picks up the deleted contact ID basically transferring to the wrong
583 contact ([dev/core#314](https://lab.civicrm.org/dev/core/issues/314):
584 [12639](https://github.com/civicrm/civicrm-core/pull/12639))**
70fa7687 585
cc7fb0eb
AF
586- **Fix bug whereby sorting by state province gives an error in search builder
587 ([13748](https://github.com/civicrm/civicrm-core/pull/13748))**
70fa7687 588
cc7fb0eb
AF
589- **Fix Contact.create calls to respect passed in variables & variables set via
590 hook for sort_name & display_name
591 ([13863](https://github.com/civicrm/civicrm-core/pull/13863))**
70fa7687 592
cc7fb0eb
AF
593- **Do not cause a fatal error if no contact_id field for a note is filled in
594 when viewing contact notes
595 ([13910](https://github.com/civicrm/civicrm-core/pull/13910))**
70fa7687 596
cc7fb0eb
AF
597- **Disable phpcs checking in the Crypt files where mcrypt functions are
598 ([14031](https://github.com/civicrm/civicrm-core/pull/14031))**
70fa7687 599
cc7fb0eb
AF
600- **Fix 4.7.31 Upgrade in multilingual mode
601 ([14003](https://github.com/civicrm/civicrm-core/pull/14003))**
70fa7687 602
cc7fb0eb
AF
603- **Optimise the loading of the CiviCRM Deduplication Exception page
604 ([13435](https://github.com/civicrm/civicrm-core/pull/13435))**
70fa7687 605
cc7fb0eb
AF
606- **Unfork Zetacomponents mail and use patch to apply differences
607 ([13934](https://github.com/civicrm/civicrm-core/pull/13934))**
70fa7687 608
cc7fb0eb
AF
609- **Update lockfile to take into account of civicrm/zetacomponents-mail#4 being
610 merged ([13822](https://github.com/civicrm/civicrm-core/pull/13822))**
70fa7687 611
cc7fb0eb
AF
612- **Upgrade zetacomponents/base and zetacomponents/mail
613 ([13799](https://github.com/civicrm/civicrm-core/pull/13799))**
70fa7687 614
e340eebc
AF
615- **Smart group with uf_group_id does not load contacts with same search profile
616 ([dev/core#771](https://lab.civicrm.org/dev/core/issues/771):
617 [13742](https://github.com/civicrm/civicrm-core/pull/13742))**
70fa7687 618
084cd132
AH
619- **Fix Deprecation notice for use of `while` in PHP7.2 in bin/cli.class.php
620 ([dev/core#907](https://lab.civicrm.org/dev/core/issues/907):
621 [14155](https://github.com/civicrm/civicrm-core/pull/14155))**
622
cc7fb0eb 623### CiviCase
70fa7687 624
084cd132
AH
625- **PR 13333 breaks the Save and New button on a new case
626 ([dev/core#904](https://lab.civicrm.org/dev/core/issues/904):
627 [14145](https://github.com/civicrm/civicrm-core/pull/14145))**
628
629 This reverts a change making the Save and New button `submitOnce`, as that
630 prevented the button from opening a new case form after saving.
631
e340eebc
AF
632- **Creating a new relationship type while editing case type definition adds a
633 blank row in the roles section
634 ([dev/core#784](https://lab.civicrm.org/dev/core/issues/784):
635 [13785](https://github.com/civicrm/civicrm-core/pull/13785))**
70fa7687 636
cc7fb0eb
AF
637- **PHP warnings on Case Dashboard and Find Cases
638 ([13998](https://github.com/civicrm/civicrm-core/pull/13998))**
70fa7687 639
cc7fb0eb 640### CiviContribute
70fa7687 641
e340eebc
AF
642- **Can't self-service cancel a recurring contribution made while you're logged
643 in ([dev/core#571](https://lab.civicrm.org/dev/core/issues/571):
644 [13237](https://github.com/civicrm/civicrm-core/pull/13237))**
70fa7687 645
cc7fb0eb
AF
646 This change makes it so that users without "edit contributions" permission can
647 edit their own recurring contribution subscriptions if they are logged in,
648 before this change they could only edit their own contribution subscriptions
649 thru a checksum link.
70fa7687 650
cc7fb0eb
AF
651- **Possible paypal fix to avoid sending 500 errors from ipn triggerred by
652 one-off payment
653 ([13867](https://github.com/civicrm/civicrm-core/pull/13867))**
70fa7687 654
cc7fb0eb
AF
655 Fixes paypal system sending a warning email when there is a failed IPN call
656 (500 errors from ipn triggered by non-recurring payment).
70fa7687 657
e340eebc
AF
658- **Missing links to cancel recurring payments (regression .. sorta)
659 ([dev/core#704](https://lab.civicrm.org/dev/core/issues/704):
660 [13935](https://github.com/civicrm/civicrm-core/pull/13935))**
70fa7687 661
cc7fb0eb
AF
662 Fixes a 5.8 regression where the cancel link became unavailable on recurring
663 contributions with no attached payment processor id.
70fa7687 664
cc7fb0eb
AF
665- **Improve flushing after creating a processor so it can be used for a
666 recurring in the same run
667 ([14009](https://github.com/civicrm/civicrm-core/pull/14009))**
70fa7687 668
cc7fb0eb
AF
669 This change ensures tests run properly by flushing caches when creating a
670 payment processor.
70fa7687 671
cc7fb0eb
AF
672- **Flush ContributionRecur static cache when flushing processors
673 ([13962](https://github.com/civicrm/civicrm-core/pull/13962))**
70fa7687 674
cc7fb0eb
AF
675 Ensures a (new) static cache is flushed when creating a processor, mostly
676 useful for unit testing.
70fa7687 677
cc7fb0eb
AF
678- **Display test contributions when viewing contributions related to a test
679 recurring contribution
680 ([13779](https://github.com/civicrm/civicrm-core/pull/13779))**
70fa7687 681
cc7fb0eb 682### CiviEvent
70fa7687 683
e340eebc
AF
684- **Cancelling or An Error during event registration payment should cancel all
685 additional participates
686 ([dev/core#253](https://lab.civicrm.org/dev/core/issues/253):
687 [12457](https://github.com/civicrm/civicrm-core/pull/12457))**
70fa7687 688
cc7fb0eb
AF
689 This fixes a bug where if a user was registering for an event with additional
690 participants, and for some reason the payment failed or the user decided to
691 cancel the payment, only the main user participant record was set to
692 "canceled", the rest of the additional participants would have the status
693 "pending incomplete transaction" so that all participant statuses are changed
694 to "canceled".
70fa7687 695
cc7fb0eb
AF
696- **Event Cart: Fix PHP 7.2 fatal error (pass by ref)
697 ([13927](https://github.com/civicrm/civicrm-core/pull/13927))**
70fa7687 698
cc7fb0eb
AF
699 Fixes a Fatal error when using Event cart and PHP 7.2, specifically when
700 checking out.
70fa7687 701
cc7fb0eb
AF
702- **CRM/Event - Fix participant note search parameter being ignored
703 ([13697](https://github.com/civicrm/civicrm-core/pull/13697))**
70fa7687 704
cc7fb0eb
AF
705 This change ensures that when searching by "Participant Note" on the "Search
706 Builder form the filter is applied.
70fa7687 707
cc7fb0eb
AF
708- **BAO_Participant - Use default status if not specified for create
709 ([13875](https://github.com/civicrm/civicrm-core/pull/13875))**
70fa7687 710
cc7fb0eb
AF
711 This change fixes a api4 test failure by ensuring that the default value of
712 'status_id' is respected by the Participant BAO. Before this change the
713 'status_id' had a default value and thus was not required but the BAO would
714 not work correctly if a 'status_id' was not supplied. After this change the
715 'status_id' default is respected and the BAO works regardless of whether the
716 'status_id' is supplied.
70fa7687 717
cc7fb0eb 718### CiviGrant
70fa7687 719
cc7fb0eb
AF
720- **PHP Error on Grant Detail Report
721 ([13883](https://github.com/civicrm/civicrm-core/pull/13883))**
70fa7687 722
cc7fb0eb
AF
723 Fixes a PHP error when viewing the "Grant Detail Report" for sites running PHP
724 7.2.
70fa7687 725
cc7fb0eb 726### CiviMail
70fa7687 727
839e46e0 728- **Do not track CSS URLs
e340eebc
AF
729 ([dev/core#836](https://lab.civicrm.org/dev/core/issues/836):
730 [13920](https://github.com/civicrm/civicrm-core/pull/13920))**
70fa7687 731
cc7fb0eb 732 Ensures CiviMail does not convert css URLs into trackable URLs.
70fa7687 733
084cd132
AH
734- **Restore support for preview of "mailing"/"action" tokens via
735 TokenProcessor/Flexmailer
736 ([14156](https://github.com/civicrm/civicrm-core/pull/14156))**
737
cc7fb0eb 738### CiviMember
70fa7687 739
cc7fb0eb
AF
740- **Disabling or deleting Expired status breaks membership status update
741 ([13259](https://github.com/civicrm/civicrm-core/pull/13259))**
70fa7687 742
cc7fb0eb
AF
743 This change ensures that deleting, disabling or renaming the "Expired"
744 membership status does not cause issues when running the "Membership status
745 processor" scheduled job. Before this change deleting, disabling or renaming
746 the "Expired" membership status would result in the "Membership status
747 processor" scheduled job failing with the message `Finished execution of
748 Membership status processor with result: Failure, Error message: A fatal error
749 was triggered: One of parameters (value: ) is not of the type Integer`.
70fa7687 750
cc7fb0eb
AF
751- **Fatal error to exception on Membership BAO
752 ([13774](https://github.com/civicrm/civicrm-core/pull/13774))**
70fa7687 753
cc7fb0eb
AF
754 This change improves experience by throwing an exception instead of a fatal
755 error.
70fa7687 756
cc7fb0eb 757### Backdrop Integration
70fa7687 758
cc7fb0eb
AF
759- **civicrm/admin/setting/uf - Fix advice about Backdrop Views
760 ($database_prefix)
761 ([13803](https://github.com/civicrm/civicrm-core/pull/13803))**
70fa7687 762
cc7fb0eb
AF
763 This change updates the advice for configuring views on the
764 `civicrm/admin/setting/uf` form so that it works for Backdrop sites.
70fa7687 765
cc7fb0eb 766### Drupal Integration
70fa7687 767
e340eebc
AF
768- **Drupal8: Can't upload images via CKEditor/kcfinder
769 ([dev/drupal#42](https://lab.civicrm.org/dev/drupal/issues/42):
770 [242](https://github.com/civicrm/civicrm-packages/pull/242))**
70fa7687 771
cc7fb0eb 772 Makes it so on Drupal 8 sites users can upload and browse images in KCFinder.
70fa7687 773
cc7fb0eb 774## <a name="misc"></a>Miscellany
70fa7687 775
839e46e0 776- **Fix e-notice in IDS
cc7fb0eb 777 ([247](https://github.com/civicrm/civicrm-packages/pull/247))**
70fa7687 778
cc7fb0eb
AF
779- **Update 7.x Drupal code to be that of the new coder style
780 ([571](https://github.com/civicrm/civicrm-drupal/pull/571))**
70fa7687 781
cc7fb0eb
AF
782- **Fix up to newer coder style
783 ([69](https://github.com/civicrm/civicrm-backdrop/pull/69))**
70fa7687 784
cc7fb0eb
AF
785- **Remove now-obsolete additionalFromClause parameter from prepareOrderBy
786 ([13874](https://github.com/civicrm/civicrm-core/pull/13874))**
70fa7687 787
cc7fb0eb
AF
788- **Remove switch statement that no longer switches
789 ([13886](https://github.com/civicrm/civicrm-core/pull/13886))**
70fa7687 790
839e46e0 791- **Add unit test for exporting with incomplete data
cc7fb0eb 792 ([13904](https://github.com/civicrm/civicrm-core/pull/13904))**
70fa7687 793
839e46e0 794- **Delete webtests
cc7fb0eb 795 ([13861](https://github.com/civicrm/civicrm-core/pull/13861))**
70fa7687 796
cc7fb0eb
AF
797- **Add a class to handle test entities consistently
798 ([13814](https://github.com/civicrm/civicrm-core/pull/13814))**
70fa7687 799
cc7fb0eb
AF
800- **Fix up composer for composer 2.0 compatibility
801 ([13872](https://github.com/civicrm/civicrm-core/pull/13872))**
70fa7687 802
cc7fb0eb 803- **Remove log files as now supplied by composer
839e46e0 804 ([244](https://github.com/civicrm/civicrm-packages/pull/244), [245](https://github.com/civicrm/civicrm-packages/pull/245))**
70fa7687 805
cc7fb0eb
AF
806- **Remove htmlpurifier from within the IDS to facilitate it being provided by
807 composer ([246](https://github.com/civicrm/civicrm-packages/pull/246))**
70fa7687 808
cc7fb0eb
AF
809- **Remove Log.php require_once statements
810 ([13842](https://github.com/civicrm/civicrm-core/pull/13842))**
839e46e0 811
cc7fb0eb 812- **Remove amavisd now that it is removed from the packages repository
839e46e0 813 ([243](https://github.com/civicrm/civicrm-packages/pull/243), [13841](https://github.com/civicrm/civicrm-core/pull/13841))**
70fa7687 814
cc7fb0eb
AF
815- **Upgrade htmlpurifier to 4.10 to support PHP7.2 and install via composer
816 ([13840](https://github.com/civicrm/civicrm-core/pull/13840))**
70fa7687 817
cc7fb0eb
AF
818- **Refactor CRM_Contact_Form_Task_PDFLetterCommon
819 ([13892](https://github.com/civicrm/civicrm-core/pull/13892))**
70fa7687 820
cc7fb0eb
AF
821- **Reformat test files for array format
822 ([13862](https://github.com/civicrm/civicrm-core/pull/13862))**
70fa7687 823
cc7fb0eb
AF
824- **Logging - attempt to fix tests
825 ([13832](https://github.com/civicrm/civicrm-core/pull/13832))**
70fa7687 826
cc7fb0eb
AF
827- **Try Reverting commit removing require once to see if it fixes the problem
828 for api4 ([13870](https://github.com/civicrm/civicrm-core/pull/13870))**
70fa7687 829
cc7fb0eb
AF
830- **Import date test
831 ([13823](https://github.com/civicrm/civicrm-core/pull/13823))**
70fa7687 832
cc7fb0eb
AF
833- **Add shared parent for ContributionRecur forms
834 ([13931](https://github.com/civicrm/civicrm-core/pull/13931))**
70fa7687 835
cc7fb0eb
AF
836- **Update PHPWord Patches to match the latest versions of their code
837 ([13923](https://github.com/civicrm/civicrm-core/pull/13923))**
70fa7687 838
cc7fb0eb
AF
839- **Extract assignPaymentFields
840 ([13957](https://github.com/civicrm/civicrm-core/pull/13957))**
70fa7687 841
cc7fb0eb
AF
842- **Move code to assign tax information into shared parent
843 ([13899](https://github.com/civicrm/civicrm-core/pull/13899))**
70fa7687 844
cc7fb0eb
AF
845- **Update test to reflect recently merged PR lower permission to access
846 dedupecheck ([13866](https://github.com/civicrm/civicrm-core/pull/13866))**
70fa7687 847
cc7fb0eb 848- **Test fix ([13856](https://github.com/civicrm/civicrm-core/pull/13856))**
70fa7687 849
cc7fb0eb
AF
850- **Add unit testing for activity creation when cancelling a recurring, related
851 cleanup ([14000](https://github.com/civicrm/civicrm-core/pull/14000))**
70fa7687 852
cc7fb0eb
AF
853- **Improve test coverage for CRM_Utils_Color::getRgb()
854 ([14007](https://github.com/civicrm/civicrm-core/pull/14007))**
855
856- **Add in tests of purifying HTML output
857 ([13845](https://github.com/civicrm/civicrm-core/pull/13845))**
858
839e46e0 859- **Remove more instances of ->free()
e340eebc 860 ([dev/core#562](https://lab.civicrm.org/dev/core/issues/562):
00deb7b6 861 [13786](https://github.com/civicrm/civicrm-core/pull/13786)) CONTINUES WORK**
cc7fb0eb
AF
862
863- **(NFC) Ensure phpcs ignores eval notice in these files as it is required
864 ([14032](https://github.com/civicrm/civicrm-core/pull/14032))**
865
866- **(NFC) Lint additional php files up to the new coder standard
867 ([14025](https://github.com/civicrm/civicrm-core/pull/14025))**
868
839e46e0 869- **Port code style fixes to 5.13 from master
cc7fb0eb
AF
870 ([14026](https://github.com/civicrm/civicrm-core/pull/14026))**
871
872- **(NFC) Update CRM/Core CRM/Custom CRM/Dedupe to match the new coder style
873 ([14023](https://github.com/civicrm/civicrm-core/pull/14023))**
874
875- **(NFC) Update CRM/Event folder for the new coder style
876 ([14019](https://github.com/civicrm/civicrm-core/pull/14019))**
877
878- **(NFC) update CRM/Contribute to be the new coder standard
879 ([14021](https://github.com/civicrm/civicrm-core/pull/14021))**
880
881- **(NFC) Update CRM/Friend CRM/Grant CRM/Group CRM/Mailing to be up to d…
882 ([14016](https://github.com/civicrm/civicrm-core/pull/14016))**
883
884- **(NFC) Update CRM/Badge CRM/Campaign CRM/Case to be up to date with a …
885 ([14017](https://github.com/civicrm/civicrm-core/pull/14017))**
886
887- **(NFC) Update CRM/Cxn CRM/Dashlet CRM/Export CRM/Extension and CRM/Fin…
888 ([14018](https://github.com/civicrm/civicrm-core/pull/14018))**
889
890- **[NFC] Short array syntax - auto convert settings dir
891 ([14005](https://github.com/civicrm/civicrm-core/pull/14005))**
892
893- **(NFC) SchemaStructure.php - Fix up mismatch between stored+generated code
894 ([14046](https://github.com/civicrm/civicrm-core/pull/14046))**
895
896- **Arg I put these fixes in 5.12 & master while trying for 5.13
897 ([14036](https://github.com/civicrm/civicrm-core/pull/14036))**
898
899- **(NFC) Update CRM/Member CRM/Note CRM/Logging CRM/Import and CRM/Price…
900 ([13992](https://github.com/civicrm/civicrm-core/pull/13992))**
901
902- **(REF) CRM_Core_Resources - Move hook declaration from addCoreResources() to
903 Container.php ([14008](https://github.com/civicrm/civicrm-core/pull/14008))**
904
905- **(NFC) Update CRM/Activity CRM/Admin and CRM/Batch folders to be the f…
906 ([13990](https://github.com/civicrm/civicrm-core/pull/13990))**
907
908- **(NFC) Update coding style in PCP, Pledge, Profile, Queue, Report folders
909 ([13987](https://github.com/civicrm/civicrm-core/pull/13987))**
910
911- **(NFC) Update CRM/SMS/ CRM/UF/ CRM/Upgrade/ CRM/Tag/ to be up to speed…
912 ([13986](https://github.com/civicrm/civicrm-core/pull/13986))**
913
914- **(NFC) Bring CRM/Utils folder up to future coder standards
915 ([13985](https://github.com/civicrm/civicrm-core/pull/13985))**
916
917- **(NFC) Set _log and _tableName variables to be public
918 ([13988](https://github.com/civicrm/civicrm-core/pull/13988))**
919
cc7fb0eb
AF
920- **Grammar fixes
921 ([13960](https://github.com/civicrm/civicrm-core/pull/13960))**
922
923- **Update Unit test styling to cover the future coder version
924 ([13983](https://github.com/civicrm/civicrm-core/pull/13983))**
925
926- **(NFC) Fix location of comment to match future coder version
927 ([13984](https://github.com/civicrm/civicrm-core/pull/13984))**
928
929- **(NFC) Bring up API folder to style of future coder checker
930 ([13980](https://github.com/civicrm/civicrm-core/pull/13980))**
931
932- **(NFC) Upgrade Civi Folder to the new coder version
933 ([13981](https://github.com/civicrm/civicrm-core/pull/13981))**
934
935- **(NFC) Update various files to pass future civicrm/coder ruleset
936 ([13979](https://github.com/civicrm/civicrm-core/pull/13979))**
937
938- **(NFC) Update various files to pass current phpcs
939 ([13978](https://github.com/civicrm/civicrm-core/pull/13978))**
940
941- **[NFC] Reformat tricksy file CRM_Mailing_BAO_Mailing
942 ([13973](https://github.com/civicrm/civicrm-core/pull/13973))**
943
944- **[NFC] Reformat tricksy file CRM/Contribute/Import/Form/MapField
945 ([13974](https://github.com/civicrm/civicrm-core/pull/13974))**
946
947- **[NFC] short array syntax Autoformat - just the tricksy bits of CRM/Activity
948 ([13969](https://github.com/civicrm/civicrm-core/pull/13969))**
949
950- **[NFC] array format tricksie file CRM/Admin/Form/MessageTemplates
951 ([13970](https://github.com/civicrm/civicrm-core/pull/13970))**
952
953- **[NFC] array format tricksie file CRM_Utils_Rest
954 ([13971](https://github.com/civicrm/civicrm-core/pull/13971))**
955
956- **[NFC] array formatting tricksy tricksie file (another CRM/UF/Form/Group.php)
957 ([13972](https://github.com/civicrm/civicrm-core/pull/13972))**
958
959- **[NFC] short array syntax Autoformat - just CRM/ACL dir
960 ([13968](https://github.com/civicrm/civicrm-core/pull/13968))**
961
962- **[NFC] Short array syntax - auto-format CRM directory
963 ([13915](https://github.com/civicrm/civicrm-core/pull/13915))**
964
965- **[REF] extract token functions
966 ([13967](https://github.com/civicrm/civicrm-core/pull/13967))**
967
968- **Test fix ([13949](https://github.com/civicrm/civicrm-core/pull/13949))**
969
970- **Payment test cleanup
971 ([13924](https://github.com/civicrm/civicrm-core/pull/13924))**
972
973- **(NFC) Fix mode on files
974 ([13933](https://github.com/civicrm/civicrm-core/pull/13933))**
975
976- **[NFC] Cleanup DAO factory classes for code standards
977 ([13922](https://github.com/civicrm/civicrm-core/pull/13922))**
978
979- **NFC - Short array syntax - auto-convert ang dir
980 ([13912](https://github.com/civicrm/civicrm-core/pull/13912))**
981
982- **NFC - Short array syntax - auto-convert Civi dir
983 ([13911](https://github.com/civicrm/civicrm-core/pull/13911))**
984
985- **[NFC] Short array syntax - auto-convert api dir
986 ([13909](https://github.com/civicrm/civicrm-core/pull/13909))**
987
988- **Minor code cleanup
989 ([13839](https://github.com/civicrm/civicrm-core/pull/13839))**
990
991- **Minor code cleanup - remove unnecessary ids declaration
992 ([13838](https://github.com/civicrm/civicrm-core/pull/13838))**
993
994- **Code cleanup on membership block loop
995 ([13851](https://github.com/civicrm/civicrm-core/pull/13851))**
996
997- **[NFC] IDE formatting only
998 ([13896](https://github.com/civicrm/civicrm-core/pull/13896))**
999
1000- **Minor code cleanups around invoicing assignment
1001 ([13857](https://github.com/civicrm/civicrm-core/pull/13857))**
1002
1003- **[nfc] Reset entire session object between tests
1004 ([13878](https://github.com/civicrm/civicrm-core/pull/13878))**
1005
1006- **Fixing formatting of contributors section
1007 ([13860](https://github.com/civicrm/civicrm-core/pull/13860))**
1008
1009- **[NFC] code formatting only
1010 ([13846](https://github.com/civicrm/civicrm-core/pull/13846))**
1011
1012- **[NFC] Code reformatting
1013 ([13849](https://github.com/civicrm/civicrm-core/pull/13849))**
1014
1015- **Add comments about usage for doPayment() function
1016 ([13812](https://github.com/civicrm/civicrm-core/pull/13812))**
1017
1018- **[nfc] Attempt to improve false negatives on Logging test
1019 ([13829](https://github.com/civicrm/civicrm-core/pull/13829))**
1020
1021- **[NFC] remove unnecessary variable
1022 ([13836](https://github.com/civicrm/civicrm-core/pull/13836))**
1023
1024- **REF Extract case action links into a separate function to facilitate
1025 refactoring ([13793](https://github.com/civicrm/civicrm-core/pull/13793))**
1026
cc7fb0eb
AF
1027- **NFC Whitespace cleanup MembershipBlock.tpl
1028 ([13830](https://github.com/civicrm/civicrm-core/pull/13830))**
1029
1030- **Further cleanup on getRelatedMemberships - just get them with the api
1031 ([13797](https://github.com/civicrm/civicrm-core/pull/13797))**
1032
1033- **[REF] small cleanups on payment.create flow.
1034 ([13778](https://github.com/civicrm/civicrm-core/pull/13778))**
1035
1036- **[NFC] reformat Contact api file to switch to new array formatting
1037 ([13806](https://github.com/civicrm/civicrm-core/pull/13806))**
1038
1039- **[REF] minor code simplification - remove over-handling of amount comp with
1040 zero ([13783](https://github.com/civicrm/civicrm-core/pull/13783))**
1041
1042- **Attempted test fix
1043 ([13791](https://github.com/civicrm/civicrm-core/pull/13791))**
1044
1045- **Remove reference to google checkout
1046 ([13784](https://github.com/civicrm/civicrm-core/pull/13784))**
1047
1048- **[NFC] template whitespace cleanup
1049 ([13782](https://github.com/civicrm/civicrm-core/pull/13782))**
1050
1051- **(NFC) Update for compliance with next phpcs standard
1052 ([577](https://github.com/civicrm/civicrm-drupal/pull/577))**
1053
1054- **Lint .inc files in Drupal module folder to match newer coder standard
1055 ([574](https://github.com/civicrm/civicrm-drupal/pull/574))**
1056
1057- **(NFC) Get phpcs to ignore the use of eval in this file as it is required
1058 ([575](https://github.com/civicrm/civicrm-drupal/pull/575))**
1059
1060- **(NFC) Update for compliance with next phpcs standard
1061 ([72](https://github.com/civicrm/civicrm-backdrop/pull/72))**
1062
1063- **(NFC) Lint .inc files and ensure that the eval usage in tests/phpunit…
1064 ([71](https://github.com/civicrm/civicrm-backdrop/pull/71))**
70fa7687
AH
1065
1066## <a name="credits"></a>Credits
1067
1068This release was developed by the following code authors:
1069
084cd132
AH
1070AGH Strategies - Alice Frumin, Andrew Hunt, Eli Lisseck; Agileware - Alok Patel,
1071Francis Whittle; Australian Greens - Seamus Lee; calibrate - Wouter Hechtermans;
1072Christian Wach; CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Yashodha Chaku;
1073CompuCorp - Omar Abu Hussein; Coop SymbioTIC - Mathieu Lutfy; Dave D; Electronic
1074Frontier Foundation - Mark Burdett; Freeform Solutions - Herb van den Dool;
1075Fuzion - Jitendra Purohit; GreenPeace Central and Eastern Europe - Patrick
1076Figel; JMA Consulting - Monish Deb; Megaphone Technology Consulting - Jon
1077Goldberg; MJW Consulting - Matthew Wire; Pradeep Nayak; Skvare - Mark Hanna;
1078Squiffle Consulting - Aidan Saunders; Stephen Palmstrom; Timbsoft Technologies -
1079Tunbola Ogunwande; Wikimedia Foundation - Eileen McNaughton
70fa7687
AH
1080
1081Most authors also reviewed code for this release; in addition, the following
1082reviewers contributed their comments:
1083
084cd132
AH
1084Agileware - Justin Freeman; Aniessh Sethh; Artful Robot - Rich Lott; British
1085Humanist Association - Andrew West; Circle Interactive - Dave Jenkins; Shitij
1086Gugnani; Coop SymbioTIC - Samuel Vanhove; GValFr35; JMA Consulting - Joe Murray;
1087Joinery - Allen Shaw; Aivars; Korlon - Stuart Gaston; Lighthouse Design and
1088Consulting - Brian Shaughnessy; mcuradoc; Onyemenam Ndubuisi; Tadpole
1089Collective - Kevin Cristiano
2db0b85f
AH
1090
1091## <a name="feedback"></a>Feedback
1092
1093These release notes are edited by Alice Frumin and Andrew Hunt. If you'd like
1094to provide feedback on them, please log in to https://chat.civicrm.org/civicrm
1095and contact `@agh1`.