[Rt-commit] rt annotated tag, rt-5.0.1beta1, created. rt-5.0.1beta1

? sunnavy sunnavy at bestpractical.com
Thu Jan 14 17:26:52 EST 2021


The annotated tag, rt-5.0.1beta1 has been created
        at  677d262b95d7bb1e09dfa8510bb3b45d4a981fd1 (tag)
   tagging  c4b424ed8d3cf31e31e78ce833dbc9b5ea4f8ece (commit)
  replaces  rt-5.0.0
 tagged by  sunnavy
        on  Thu Jan 14 01:40:05 2021 +0800

- Log -----------------------------------------------------------------
Version rt-5.0.1beta1
-----BEGIN PGP SIGNATURE-----

iQFOBAABCAA4FiEExJs3Lyv4ShkBFmAnDfCig/6sgLIFAl//MHUaHHN1bm5hdnlA
YmVzdHByYWN0aWNhbC5jb20ACgkQDfCig/6sgLKUoQf9FpW/ZPrgTELbO7kRcdZ4
YoQcwbHIY0uXK2RRdAFzlmYZG4g57z+N46kO2ZgTm9V8Q+mLhXNLg+CMA6KVBf2O
Rh8Yiua5cZKTikawEF/3BJMj721OgJcJmwSOyN7wkTXKST1IJYuldN7h5hSGQ/zp
gGXKjn3isEE5n67wsW0YHxXWYc+vU7ukh/Ni47crSkklLn/8BuHDtQn+xVa5gAuL
yrreRnZE65UrYdSEH8wgGheRnZsZzNmlJQqyNlh0JBg/Wi0TTPJZHpW872dAgKko
git9R3+Jxf7zr2XZj/1EyC0zeQk+NtiiC1efbn+O8sXiGOqgb6Kzvgzbb2qmE4Z6
sw==
=23lb
-----END PGP SIGNATURE-----

Aaron Trevena (4):
      Fix alignment for ticket creation in group summary
      Add ColumnMapClassName method to RT::SharedSetting
      Document time zone dependencies in MariaDB for charts
      Add option to disable password prompt when creating tokens

Blaine Motsinger (21):
      Fix dark theme pagenum background color overlap
      Fix dark theme action-private color in RichText editor
      Fix TimeUnits overlap for dark-theme
      Fix dropdown toggle for dark-theme
      Fix datepicker icons for dark-theme
      Fix colors for selectionbox for dark-theme
      Fix bootstrap tooltip colors for dark-theme
      Fix dropzone colors for dark-theme
      Fix manage user data a link overlap for dark-theme
      Fix EditConfig tab and active colors for dark-theme
      Fix a:visited color change for dark-theme
      Align "Time to display" in footer
      Center comment/reply messagebox on bulk update
      Replace cf hints with tooltips on bulk update
      Fix BeforeMessageBox callback location
      Fix padding for custom field inputs on bulk update
      Make inputs wider on scrip create/modify pages
      Center content on scrip create/modify pages
      Align "Time to display" in footer
      Fix col layout for transaction custom field values
      Fix long long value overlap

Dianne Skoll (21):
      Preserve quoting levels when converting HTML to plain text
      Move RT::Extension::FormattedTransaction into core.
      Update HTML to use table-less layout for RT5.
      Tweak logic to not generate to-be-deleted inline editing html
      Add ability to serve a custom dashboard as the SelfService home page.
      Add UI for editing and displaying the SortOrder associated with an article.
      Tweak error widget styles to make it pretty in elevator themes
      Add the REST2 endpoint: GET /ticket/:id/attachments?field=F1,F2,...,Fn
      Make GET .../REST2/attachment/:id base64-encode the Content field.
      Document that GET /attachment/:id base64-encodes the content.
      Add "CustomFieldView" column type for view-only (non-editable) custom fields.
      Update screenshots in docs with 5.0 versions.
      Cache custom field values to improve performance of inline edit
      Clear user portlets as defaults for self service dashboard
      Add new article portlets to the available self service components
      Load class show/hide settings for article components
      Default $SelfServicePageComponents to an empty list, not HomepageComponents
      Use "JSON" format for array/hash items in system config edit web UI
      Update unit test for JSON entry of hashes/arrays rather than Perl.
      Document switch to JSON instead of Perl for System Configuration editor.
      Allow attachments to be added when a ticket is created

Jim Brandt (47):
      Add OwnerNameEdit as an option in the format dropdown
      Show group tickets on self service closed page
      Restore Total Time Worked to previous position
      Add callback for modifying the group query
      Merge branch '5.0/rest2-article' into 5.0-trunk
      Merge branch '5.0/group-selfservice-watcher-limit' into 5.0-trunk
      Merge branch '5.0/fix-rt-portal-iframe-height' into 5.0-trunk
      Document new FileExtensions config option
      Merge branch '5.0/find-user-input-width' into 5.0-trunk
      Merge branch '5.0/remove-empty-dropdown-in-history-header' into 5.0-trunk
      Merge branch '5.0/jumbo-update-ticket-layout' into 5.0-trunk
      Merge branch '5.0/set-lifecycle-from-invalid-to-default' into 5.0-trunk
      Merge branch '5.0/fix-skipped-gpg-tests' into 5.0-trunk
      Merge branch '5.0/fix-width-md' into 5.0-trunk
      Update README link to backups doc
      Extract PriorityAsString config mapping in a method
      Accept string priority values in SetPriority
      Merge branch '5.0/fix-quoted-date-input-id' into 5.0-trunk
      Merge branch '5.0/readme-backups-link' into 5.0-trunk
      Merge branch '5.0/fix-delete-group-member-input' into 5.0-trunk
      Add SelfServiceShowArticleSearch configuration option
      Add Top and Newest Articles portlets for self service
      Add a Home menu item to self service to mirror regular RT
      Restore Tickets menu for self service ticket pages
      Remove dashes from Self Service menus
      Allow class-level rights to show self service articles
      Display article content in a titlebox container
      Merge branch '5.0/show-edit-lifecycle-config-option' into 5.0-trunk
      Display TreatAttachedEmailAsFiles as boolean in web UI
      Document steps to fix home pages with saved search errors
      Merge branch '5.0/fix-system-saved-searches-in-dashboard' into 5.0-trunk
      Merge branch '5.0/fix-radio-and-checkbox-for-inline-edit-click' into 5.0-trunk
      Merge branch '5.0/mariadb-readme-timezones' into 5.0-trunk
      Merge branch '5.0/obfuscate-passphrase-in-crypt-configs' into 5.0-trunk
      Merge branch '5.0/rest2-test-custom-field-name-with-spaces' into 5.0-trunk
      Merge branch '5.0/rest2-handle-absent-custom-role-groups' into 5.0-trunk
      Explain the options for modifying links via REST2
      Merge branch '5.0/fix-queue-header-in-approval-display' into 5.0-trunk
      Merge branch '5.0/linked-queue-pagination' into 5.0-trunk
      Add take, untake, steal endpoints to docs
      Merge branch '5.0/rest2-ticket-more-updates' into 5.0-trunk
      Merge branch '5.0/rest2-support-attachments-when-creating-ticket' into 5.0-trunk
      Merge branch '5.0/inline-edit-extended-cf-grouping-class' into 5.0-trunk
      Merge branch '5.0/extra-query-params-in-search-menu' into 5.0-trunk
      Add some notable changes for 5.0.1
      Merge branch '5.0/self-service-article-check-right-beforehand' into 5.0-trunk
      Merge branch '5.0/skip-links-html-formatter-tests' into 5.0-trunk

Steven Burr (3):
      Fix MimeType in REST2 doc example
      Move asset examples to their own section in docs
      Convert to abs path before executing initialdata files

craig kaiser (16):
      Check if the actions config array value exist
      'use' REST2 in web handler as PSGIWrap there needs it
      Add callback to edit CSS files loaded in header
      Add 'enctype=multipart/form-data' to inline edit forms
      Add missing mapping to lifeycle docs example
      Update existing lifecycle docs screen shots
      Update lifecycle docs for lifecycle UI
      Fix rt-setup-fulltext-index --dry-run flag docs
      Allow header and content munging to be disabled by flags
      Allow specifying of transactions for rt-munge-attachments to munge
      Update instructions for lifecycle mapping page to mention assets
      Update mapping form submission parsing to handle '-' in lifecycle name
      Add tests for the lifecycle Mappings.html page
      Fix typo in lifecycle_mappings test
      Move 'MaybeRedirectForResults' code after mapping updates
      ShowCustomFieldCustomGroupings accept arg for inline edit form action URL

sunnavy (113):
      No need to show an empty dropdown in history header
      Don't clean gpg stuff if tests are skipped
      Skip gpg homedir creation if tests are going to be skipped
      Merge branch '5.0.0-releng' into 5.0-trunk
      Fix width/max-width for .width-md/.max-width-md
      Switch to the correct *width-lg for existing *width-md elements
      Merge branch '5.0/group-summary-form-alignment' into 5.0-trunk
      Fix radio/checkbox inputs for "click" panel behavior of inline edit
      Merge branch '5.0/fix-html-to-plaintext-conversion-to-preserve-quoting' into 5.0-trunk
      Merge branch '5.0/add-ownernameedit-format' into 5.0-trunk
      Refactor code so we can add history endpoints to new classes more easily
      Avoid permission check to get CF type in CustomFieldValueIsEmpty
      Avoid permission check to get CF CanonicalizeClass
      Add basic article/class endpoints to REST2
      Add REST2 tests for articles/classes
      Merge branch '5.0/self-service-group-closed' into 5.0-trunk
      Merge branch '5.0/selfservice-hide-timeworked' into 5.0-trunk
      Merge branch '5.0/group-selfservice-callback' into 5.0-trunk
      Search group itself for SelfService "My group's tickets"
      Fix the input name to delete group members on group admin page
      Add tests to delete group members from web UI
      Set parent height to make iframe take up the whole height
      Fix the wrongly quoted date input id
      Add test for the formatted transaction output.
      Set diff text style rules more specifically
      Merge branch '5.0/move-rt-extension-formattedtransactions-to-core' into 5.0-trunk
      Merge branch '5.0/fix-slow-performance-for-custom-fields-with-many-values' into 5.0-trunk
      Merge branch '5.0/lifecycle-ui-check-if-actions-exist' into 5.0-trunk
      Merge branch '5.0/self-service-homepage-dashboard' into 5.0-trunk
      Merge branch '5.0/article-sort-order-ui' into 5.0-trunk
      Merge branch '5.0/use-rest-modules-earlier' into 5.0-trunk
      Merge branch '5.0/tweak-error-widget-style' into 5.0-trunk
      Merge branch '5.0/more-dark-theme-fixes' into 5.0-trunk
      Widen input box in Find a user portlet on RT at a Glance
      Use ticket update page layout for "Update ticket" portlet on jumbo page
      Make GnuPG file extensions more easily configurable
      Add .gpg file extension support to RT::Crypt::GnuPG
      Merge branch '5.0/rest2-base64-encode-attachment-content' into 5.0-trunk
      Merge branch '5.0/rest2-efficiently-get-ticket-attachment-list' into 5.0-trunk
      Merge branch '5.0/gnupg-file-extensions' into 5.0-trunk
      Abstract code to process file uploads to avoid duplication for REST2
      Merge branch '5.0/massage-css-files-callback' into 5.0-trunk
      Merge branch '5.0/allow-inline-edit-file-submissions' into 5.0-trunk
      Merge branch '5.0/add-viewonly-custom-field-column' into 5.0-trunk
      Bump DBD::Pg to 3.8.0+
      Allow to set lifecycle from an invalid value to default on admin pages
      Test setting lifecycle from an invalid value to default on queue admin page
      Test ticket custom field updates with names containing spaces in REST2
      Merge branch '5.0/fix-saved-search-component' into 5.0-trunk
      Fix the image path in doc, it's subscriptions.png
      Merge branch '5.0/update-screenshots' into 5.0-trunk
      Merge branch '5.0/center-comment-reply-on-bulk-update-page' into 5.0-trunk
      Add ShowEditLifecycleConfig option to disable lifecycle admin pages
      Confirm the queue default value in %ServiceAgreements is a hash before using it so
      Merge branch '5.0/align-time-to-display-in-footer' into 5.0-trunk
      Support to link pods in subdirectories for README/UPGRADING docs
      Make sure $user always exists to simplify Obfuscate callback a bit
      Obfuscate passphrase in %SMIME, %GnuPG and %GnuPGOptions on system config page
      Merge branch '5.0/update-lifecycle-docs' into 5.0-trunk
      Fix asset search endpoint in doc examples
      Merge branch '5.0/fix-rest2-doc-examples' into 5.0-trunk
      Merge branch '5.0/set-priority-as-string' into 5.0-trunk
      Merge branch '5.0/fix-setup-fulltext-index-dryrun-documentation' into 5.0-trunk
      Merge branch '5.0/additional-munge-attachments-features' into 5.0-trunk
      Fix REST2 in case lazy-created custom role groups don't exist
      Test tickets with custom roles applied later
      Merge branch '5.0/lifecycle-ui-mappings-handle-dashes' into 5.0-trunk
      Make admin_queue_lifecycle.t happy when RT_TEST_DEVEL is not enabled
      Merge branch '5.0/fix-lifecycle-mappings-redirect-code' into 5.0-trunk
      Merge branch '5.0/cache-custom-field-values' into 5.0-trunk
      Merge branch '5.0/make-condition-and-action-boxes-on-scrip-basics-page-wider' into 5.0-trunk
      Merge branch '5.0/add-self-service-article-components2' into 5.0-trunk
      Merge branch '5.0/self-service-display-article' into 5.0-trunk
      Merge branch '5.0/self-service-home-menu' into 5.0-trunk
      Reduce the min-width of self service article list
      Fix system txn/asset/chart saved searches in dashboards
      No need to specially treat system-level saved searches for dashboards
      Update dashboard tests for the format change of system saved searches
      Fix system txn/asset/chart saved searches in MyRT
      Add tests for system non-ticket saved searches in dashboards
      Add tests for system non-ticket saved searches in MyRT
      Articles in SelfServiceTopArticles shall be in ascending order by SortOrder
      Switch to Obfuscate callback for $DatabasePassword/$LDAPPassword configs
      Remove special handling of password like core variables on configuration page
      Merge branch '5.0/limit-self-service-page-components-to-sensible-defaults' into 5.0-trunk
      Merge branch '5.0/disable-password-for-auth-token-config' into 5.0-trunk
      Check "ShowArticle" right beforehand to get accurate number of articles
      Merge branch '5.0/update-styling-of-transaction-custom-fields' into 5.0-trunk
      Mark config items containing regexp immutable
      Merge branch '5.0/use-json-in-system-config-edit-ui' into 5.0-trunk
      Switch to div to not create illegal nested links
      Fix uninitialized warnings for empty nested dependency
      Support to merge tickets in REST2
      Support to take/untake/steal tickets in REST2
      Test ticket merge in REST2
      Test ticket steal/take/untake in REST2
      Drop useless queue parameter in loc call that doesn't have placeholders
      Make pagination in linked queue portlet really work
      Allow to pass array to link params on record create
      Support to update record links
      Add REST2 tests for ticket link updates
      Merge branch '5.0/rest2-record-links' into 5.0-trunk
      Merge branch '5.0/showcustomfieldcustomgroupings-pass-action-url-as-arg' into 5.0-trunk
      Fall back to "RT::Ticket" item for extended classes in %InlineEditPanelBehavior
      Merge branch '5.0/fix-long-value-overlap' into 5.0-trunk
      Fix typo in documentation
      Test custom field uploads on ticket create for REST2
      Respect extra query params to build page menus for all search pages
      Find full path for processing acl files on upgrade
      Merge branch '5.0/update-upgrading-doc-5.0.1' into 5.0-trunk
      Skip "links" html formatter tests if it's actually "elinks"
      Update copyright to 2021
      Updated translations from Launchpad

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


More information about the rt-commit mailing list