[Rt-commit] rt annotated tag, rt-5.0.0, created. rt-5.0.0
? sunnavy
sunnavy at bestpractical.com
Wed Jul 15 17:37:06 EDT 2020
The annotated tag, rt-5.0.0 has been created
at 46fee48954c86c397e64e0564d80881fc06d2237 (tag)
tagging b88a9bf29c440aa6a71fd91c48b4016ec7ab92f3 (commit)
replaces rt-5.0.0beta2
tagged by sunnavy
on Thu Jul 16 03:11:04 2020 +0800
- Log -----------------------------------------------------------------
Version 5.0.0
-----BEGIN PGP SIGNATURE-----
iQFOBAABCAA4FiEExJs3Lyv4ShkBFmAnDfCig/6sgLIFAl8PVMgaHHN1bm5hdnlA
YmVzdHByYWN0aWNhbC5jb20ACgkQDfCig/6sgLJZwwf9EIoiPK9psjkpFf1ykWXb
UKnH1L+Nn2f0YL2Cpeir5GiMxdzswgE9L15ail7iKoahudhwth3GLX/ay/qekq3W
vDkj42nasGM6uEuewQca80Us8h6NjfCDU9LNJu3ovsbKWBgxJTT49/Ou9TA9T3AT
W5sEiNvZ+1Pqs3lu35Y7IYqLVzZW6Y8e0EpgC7jpN2bNc0LLIfVb4YUsbyul65+4
8e3IoXUcXnaM6dfYGuRBYvmZ8smWgibikIN/LhPhjMxgmigEpV3II8rPuJh5xHhZ
9hAQW+nY7m298W8l9E8om9Jgh5aceXmB7j8kPWdSFGw3RIh/srCn+siMbXM9+r+8
ww==
=AY2G
-----END PGP SIGNATURE-----
Aaron Trevena (3):
Fix alignment of custom fields in selfservice
Drop obsolete cflabel style from custom field forms
Update id column in full text search table to BIGINT
Blaine Motsinger (3):
Add external docs images to local
Fix mobile home navigation for iOS
Update minified version of superfish
Craig (1):
Center group search page content
Jim Brandt (21):
Add encryption and signing options for digest email
Merge branch '4.4/custom-role-check-right' into 4.4-trunk
Provide an option to skip GnuPG tests
Merge branch '5.0/center-groups-simple-search' into 5.0.0-releng
Document new queue and lifecycle search options
Apply a few small changes from updated RT 5 docs
Add a display only Owner column as an alternative to OwnerName
Document possible slow page loads with OwnerName column
Merge branch '5.0/filter-queues-by-right-on-ticket-create' into 5.0.0-releng
Merge branch '5.0/fix-upgrade-configurations-warning' into 5.0.0-releng
Avoid a known problem version of Mojo::DOM::CSS
Merge branch '5.0/upgrade-authtokens' into 5.0.0-releng
Document and log information on external HTML formatters
Merge branch '5.0/sphinx-utf8mb4' into 5.0.0-releng
Merge branch '5.0/upgrade-configurations' into 5.0.0-releng
Document recommended Apache MPM for RT
List all cored extensions in UPGRADING-5.0 doc
Set default Owner/OwnerName column map to read-only
Update notes on Owner inline edit options
Merge branch '4.4/update-dbix-searchbuilder-version-for-mariadb' into 4.4-trunk
Merge branch '5.0/update-full-text-search-table-schema' into 5.0.0-releng
craig kaiser (15):
Use padding in place of margin for spacing between page header
Allow a Limit value to be passed to tickets autocomplete
Use Bootstrap4 modal for Anonymize User button
Remove modal mason component
Migrate RelatedData components to elevator themes
Update remove user info tests for Bootstrap modal
Add class for theme editor to use when setting 'Page content' CSS
Add default value for theme section select input
Use Bootstrap4 styles for Theme.html
Add Expand/Preview button to Theme.html logo image
Do not remove farbtastic background in darkmode
Convert Prefs/DashboardsInMenu.html to drag and drop UI
Convert Admin/Users/DashboardsInMenu.html to drag and drop UI
Convert Admin/Global/DashboardsInMenu.html to drag and drop UI
Update dashboard tests for drag and drop UI
sunnavy (45):
Merge branch '4.4/crypt-digest-email' into 4.4-trunk
Avoid duplicated items in index.html
Make sure RT::Queue::CustomRoles returns an empty collection if no rights
Filter queue custom roles by checking current user's right
Test custom roles for user rights
Merge branch '5.0/allow-autocomplete-tickets-limit' into 5.0.0-releng
Merge branch '4.4/skip-gpg-tests-option' into 4.4-trunk
Add RT::Extension::QuoteSelection to cored list
Add support of "Lifecycle =" and "Queue LIKE" to GetReferencedQueues
Merge branch '4.4/get-referenced-queues-more-search-items' into 4.4-trunk
Avoid upgrade warning of "no such table: Configurations" before it's created
Filter queues by checking "CreateTicket" right on ticket create page
Fix an uninitialized warning in queue select
Test right check for queue select on ticket create page
Merge branch '5.0/expensive-owner-inline-edit2' into 5.0.0-releng
Merge branch '4.4/local-docs-images' into 4.4-trunk
Merge branch '5.0/fix-mobile-home-nav' into 5.0.0-releng
Add script to upgrade old RTxAuthTokens table from extension
Add upgrade note for extension RT-Authen-Token
Update sphinx charset to utf8mb4 to avoid "Illegal mix of collations" errors
Merge branch '5.0/fix-selfservice-custom-field-layout' into 5.0.0-releng
Add script to upgrade old RTxDatabaseSettings table from extension
Drop an extra div for SelfService Perfs page
Merge branch '5.0/fix-anonymize-user-modal' into 5.0.0-releng
Merge branch '5.0/update-theme-editor' into 5.0.0-releng
No need to show filters select if there are no filters available
Merge branch '4.4/avoid-mojo-css-version' into 4.4-trunk
Update DBIx::SearchBuilder to 1.68 to avoid segfaults on MariaDB 10.2+
Allow selectionboxes to expand automatically to some extent
Merge branch '5.0/search-selection-for-dashboards-menus' into 5.0.0-releng
Merge branch '5.0/warn-html-formatter' into 5.0.0-releng
Move closing div tags for modify saved searches into $can_modify=true block
Add upgrade note for extension RT-Extension-ConfigInDatabase
Clean up obsolete code imported from ConfigInDatabase extension
Merge branch '4.4/apache-mpm-doc' into 4.4-trunk
Merge branch '5.0/upgrading-50-notes' into 5.0.0-releng
Merge branch '5.0/default-ownername-view-only' into 5.0.0-releng
Pass admin dbh to @Initial and @Final blocks for upgrade
Add upgrade step to update full text search table schema for bigint/utf8mb4
Merge branch '4.4-trunk' into 5.0.0-releng
Fix "Case sensitive search by Queues.Name" warnings in GetReferencedQueues
Grant SeeQueue in REST2 custom role tests so current user can see custom roles
Apply bootstrap style to queue text input in search builder
Updated translations from Launchpad
Require HTTP::Message 6.07+ to handle PUT with content for REST2
-----------------------------------------------------------------------
More information about the rt-commit
mailing list