[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.4-300-gd895bba7d7
Jim Brandt
jbrandt at bestpractical.com
Fri Mar 26 15:52:50 EDT 2021
The branch, 4.4-trunk has been updated
via d895bba7d7cc335b1544a7b416ef6c1b595ccc8a (commit)
via 8408a86aa10e8b87bd5b8190d31995a4a2358d75 (commit)
via 82d92b9072eab550a38ad9a7f0dfcfb2c405c93b (commit)
via a6fc87ebb3729d1fe9128651731634ba97d6c14c (commit)
from 8b71da11b8fb32b7ac57f095ad8d620602191382 (commit)
Summary of changes:
docs/UPGRADING-4.4 | 10 ++++++++++
lib/RT/Tickets.pm | 4 ++--
t/ticket/search.t | 20 +++++++++++++++++++-
t/ticket/search_by_txn.t | 32 ++++++++++++++++++++++++++------
4 files changed, 57 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit 8408a86aa10e8b87bd5b8190d31995a4a2358d75
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Mar 26 15:48:59 2021 -0400
Document the timezone comparison fix in UPGRADING
diff --git a/docs/UPGRADING-4.4 b/docs/UPGRADING-4.4
index 1fc0fe1339..394ebc695d 100644
--- a/docs/UPGRADING-4.4
+++ b/docs/UPGRADING-4.4
@@ -615,4 +615,20 @@ now contains the reference to the message content as the name implies.
=back
+=head1 UPGRADING FROM 4.4.4 AND EARLIER
+
+=over 4
+
+=item *
+
+This releases fixes an issue with how "=" in time comparisons in ticket
+searches applied timezone settings. Previously, dates would be adjusted
+based on the global RT timezone even if the user had a different timezone.
+This has been fixed to correctly use the user's timezone.
+
+Note that this change may modify results for some saved searches for users
+with a different timezone than RT's global setting.
+
+=back
+
=cut
commit d895bba7d7cc335b1544a7b416ef6c1b595ccc8a
Merge: 8b71da11b8 8408a86aa1
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Mar 26 15:51:57 2021 -0400
Merge branch '4.4/user-timezone-in-date-eq-sql' into 4.4-trunk
diff --cc docs/UPGRADING-4.4
index efa9d8a3d0,394ebc695d..870e682c99
--- a/docs/UPGRADING-4.4
+++ b/docs/UPGRADING-4.4
@@@ -619,26 -619,16 +619,36 @@@ now contains the reference to the messa
=over 4
-=item *
+=item * Privacy Menu in Query Builder
+
+On the Query Builder, the Privacy menu loads groups you are a member of as potential
+places to save searches. However, it previously did not confirm the current user
+had the EditSavedSearches right, so you might try to save a search with a group
+and receive an error until that right was granted.
+
+This has been fixed, so now groups load only if you have rights to create the
+search via EditSavedSearches on the group or globally. This may change the groups
+that appear in the Privacy menu, but shouldn't change functionality since users
+without the correct rights were unable to create searches.
+
+=item * AttachmentListCount Default
+
+The C<AttachmentListCount> configuration option now defaults to 5.
+To restore the previous configuration and show all attachments,
+add the following to your C<RT_SiteConfig.pm>.
+
+ Set($AttachmentListCount, undef);
+
++=item * User Timezone and Dates in Ticket Searches
+
+ This releases fixes an issue with how "=" in time comparisons in ticket
+ searches applied timezone settings. Previously, dates would be adjusted
+ based on the global RT timezone even if the user had a different timezone.
+ This has been fixed to correctly use the user's timezone.
+
+ Note that this change may modify results for some saved searches for users
+ with a different timezone than RT's global setting.
+
=back
=cut
-----------------------------------------------------------------------
More information about the rt-commit
mailing list