From: Tim Otten Date: Wed, 1 May 2019 23:50:50 +0000 (-0700) Subject: Update 5.13.0.md X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=839e46e0fc61cbfdab5eafd6ccc29138f3ab8eea;p=civicrm-core.git Update 5.13.0.md --- diff --git a/release-notes/5.13.0.md b/release-notes/5.13.0.md index f476c85b5e..38172b64cf 100644 --- a/release-notes/5.13.0.md +++ b/release-notes/5.13.0.md @@ -97,7 +97,7 @@ Released May 1, 2019 Makes the title of a form available in the buildForm hook. -- **send action links on any page that extends CRM_Core_Page_basic thru +- **Send action links on any page that extends CRM_Core_Page_Basic thru hook_civicrm_links ([13068](https://github.com/civicrm/civicrm-core/pull/13068))** @@ -106,7 +106,7 @@ Released May 1, 2019 Menu->Administer->Customize Data and Screens->Relationship Types) and any other page that extends CRM_Core_Page_Basic. -- **improve lock handling for mysql 5.7.5+ +- **Improve lock handling for mysql 5.7.5+ ([CRM-18011](https://issues.civicrm.org/jira/browse/CRM-18011): [13854](https://github.com/civicrm/civicrm-core/pull/13854))** @@ -195,8 +195,8 @@ Released May 1, 2019 [13847](https://github.com/civicrm/civicrm-core/pull/13847) and [13703](https://github.com/civicrm/civicrm-core/pull/13703))** - These changes move towards using the tempTable class to improve - standardization including but not limited to the following places: when + These changes move towards using the TempTable class to improve + naming standards, including but not limited to the following places: when creating the dedupe table, on the contribution detail report, on the bookkeeping report and when debugging. @@ -207,7 +207,7 @@ Released May 1, 2019 provides front end javascript validation, which improves user experience by making it so users do not have to refresh the page to see validation issues. -- **Promise Polyfill for older browsers +- **Promise polyfill for older browsers ([13955](https://github.com/civicrm/civicrm-core/pull/13955))** Loads a polyfill for IE aQnd other outdated browsers so developers can use @@ -371,7 +371,7 @@ Released May 1, 2019 hook_civicrm_pre are taken into account when generating the membership payment notification. -- **Custom Field Checkbox value renders empty if the values are randomly sorted +- **Custom Field checkbox value renders empty if the values are randomly sorted ([dev/core#499](https://lab.civicrm.org/dev/core/issues/499): [13051](https://github.com/civicrm/civicrm-core/pull/13051))** @@ -450,7 +450,7 @@ Released May 1, 2019 This change makes it so that it is possible to edit a note field that includes images larger than 3 MByte(s). -- **custom field caching is not group-specific +- **Custom field caching is not group-specific ([dev/core#755](https://lab.civicrm.org/dev/core/issues/755): [13900](https://github.com/civicrm/civicrm-core/pull/13900))** @@ -725,7 +725,7 @@ Released May 1, 2019 ### CiviMail -- **Do not track CSS urls +- **Do not track CSS URLs ([dev/core#836](https://lab.civicrm.org/dev/core/issues/836): [13920](https://github.com/civicrm/civicrm-core/pull/13920))** @@ -773,7 +773,7 @@ Released May 1, 2019 ## Miscellany -- **Fix E-notice in IDS +- **Fix e-notice in IDS ([247](https://github.com/civicrm/civicrm-packages/pull/247))** - **Update 7.x Drupal code to be that of the new coder style @@ -788,10 +788,10 @@ Released May 1, 2019 - **Remove switch statement that no longer switches ([13886](https://github.com/civicrm/civicrm-core/pull/13886))** -- **Add Unit test for export with incomplete data +- **Add unit test for exporting with incomplete data ([13904](https://github.com/civicrm/civicrm-core/pull/13904))** -- **As discussed, delete webtests +- **Delete webtests ([13861](https://github.com/civicrm/civicrm-core/pull/13861))** - **Add a class to handle test entities consistently @@ -800,23 +800,17 @@ Released May 1, 2019 - **Fix up composer for composer 2.0 compatibility ([13872](https://github.com/civicrm/civicrm-core/pull/13872))** -- **Remove Log.php from the Original folder as well - ([245](https://github.com/civicrm/civicrm-packages/pull/245))** - - **Remove log files as now supplied by composer - ([244](https://github.com/civicrm/civicrm-packages/pull/244))** + ([244](https://github.com/civicrm/civicrm-packages/pull/244), [245](https://github.com/civicrm/civicrm-packages/pull/245))** - **Remove htmlpurifier from within the IDS to facilitate it being provided by composer ([246](https://github.com/civicrm/civicrm-packages/pull/246))** - **Remove Log.php require_once statements ([13842](https://github.com/civicrm/civicrm-core/pull/13842))** - -- **remove amavisd - ([243](https://github.com/civicrm/civicrm-packages/pull/243))** - + - **Remove amavisd now that it is removed from the packages repository - ([13841](https://github.com/civicrm/civicrm-core/pull/13841))** + ([243](https://github.com/civicrm/civicrm-packages/pull/243), [13841](https://github.com/civicrm/civicrm-core/pull/13841))** - **Upgrade htmlpurifier to 4.10 to support PHP7.2 and install via composer ([13840](https://github.com/civicrm/civicrm-core/pull/13840))** @@ -862,7 +856,7 @@ Released May 1, 2019 - **Add in tests of purifying HTML output ([13845](https://github.com/civicrm/civicrm-core/pull/13845))** -- **remove more instances of ->free() +- **Remove more instances of ->free() ([dev/core#562](https://lab.civicrm.org/dev/core/issues/562): [13786](https://github.com/civicrm/civicrm-core/pull/13786)) CONTINUES WORK** @@ -872,7 +866,7 @@ Released May 1, 2019 - **(NFC) Lint additional php files up to the new coder standard ([14025](https://github.com/civicrm/civicrm-core/pull/14025))** -- **Port Code Style Fixes to 5.13 from master +- **Port code style fixes to 5.13 from master ([14026](https://github.com/civicrm/civicrm-core/pull/14026))** - **(NFC) Update CRM/Core CRM/Custom CRM/Dedupe to match the new coder style