[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.0-219-g52e3c6c089

? sunnavy sunnavy at bestpractical.com
Mon Jan 11 17:01:19 EST 2021


The branch, 5.0-trunk has been updated
       via  52e3c6c089c9d5e35d12a9b05a0ff982f0088c62 (commit)
       via  9ed641207b0222fc34d9416aa9ba21b12ea33121 (commit)
      from  93f529acf43b8adb3757237926951201a5979f39 (commit)

Summary of changes:
 docs/UPGRADING-5.0 | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

- Log -----------------------------------------------------------------
commit 9ed641207b0222fc34d9416aa9ba21b12ea33121
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jan 8 17:00:19 2021 -0500

    Add some notable changes for 5.0.1

diff --git a/docs/UPGRADING-5.0 b/docs/UPGRADING-5.0
index a194093668..4aa6b92e4d 100644
--- a/docs/UPGRADING-5.0
+++ b/docs/UPGRADING-5.0
@@ -224,6 +224,24 @@ will migrate your existing tokens to the new core RT tables.
 
 =item *
 
+The extension C<RT::Extension::FormattedTransaction> was added to core. This
+adds a new RT dependency on the perl module L<Text::WordDiff>, so you will be
+prompted to install this new module if your system doesn't have it.
+
+=item *
+
+Similar to the note above regarding the Owner field in search results,
+custom fields in search results also now have inline edit enabled by default,
+allowing you to change values directly in search results.
+
+For heavy search result pages with many columns display or many rows,
+page loads may be slower with this inline edit mode enabled. If you don't
+need to edit custom field values, you can change search result columns
+from C<CustomField.{Foo}> to C<CustomFieldView.{Foo}>. That column will
+then load a view-only field which may improve page load speed.
+
+=item *
+
 In the self service interface, the "Search Articles" box in the menu bar previously
 was displayed to users who had the global right "ShowArticle". This is now
 controlled by a new configuration option C<$SelfServiceShowArticleSearch>. This new

commit 52e3c6c089c9d5e35d12a9b05a0ff982f0088c62
Merge: 93f529acf4 9ed641207b
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Jan 12 05:49:34 2021 +0800

    Merge branch '5.0/update-upgrading-doc-5.0.1' into 5.0-trunk


-----------------------------------------------------------------------


More information about the rt-commit mailing list