Request Tracker v4.4.3 Release Notes

Release Date: 2018-06-26 // almost 6 years ago
  • RT 4.4.3 -- 2018-06-26

    We're pleased to announce the general availability of RT 4.4.3. This
    ๐Ÿ›  release introduces several new features and also bugfixes.

    ๐Ÿš€ https://download.bestpractical.com/pub/rt/release/rt-4.4.3.tar.gz
    ๐Ÿš€ https://download.bestpractical.com/pub/rt/release/rt-4.4.3.tar.gz.asc

    SHA-256 sums

    738ab43cac902420b3525459e288515d51130d85810659f6c8a7e223c77dadb1 rt-4.4.3.tar.gz
    29e0f9c44e30fb8bb2d23448f1930593aef28e4b3faf5bd22619f52e53229c4f rt-4.4.3.tar.gz.asc

    ๐Ÿ’ป General user UI

    • ๐Ÿ‘‰ Show the Ticket's Subject when modifying the ticket.
    • ๐Ÿ“œ Re-format RT/Config.pm so the # loc comment parses correctly.
    • Sort saved searches alphabetically by name rather than by id.
    • ๐Ÿšš In Self Service, provide a path to remove attachments from the session
      when they are deleted from dropzone by the user (I#32663).
    • ๐Ÿ›  Fix evaluation of set vs. unset custom fields on display for correct hiding.
    • ๐Ÿ”ง Set dropzone attachment size based on RT's MaxAttachmentSize configuration.
    • โž• Add a configuration option TreatAttachedEmailAsFiles to treat attached email
      ๐Ÿ“œ as a file attachment instead of parsing as regular email.
    • โช Restore email header parsing for items like email addresses when
      TreatAttachedEmailAsFiles is not set. This was disabled in a previous
      ๐Ÿ”– version.
    • 0๏ธโƒฃ Respect default queue settings in Create linked ticket dropdown (I#32884).
    • โšก๏ธ More fixes for recipient checkboxes on update. This version removes previous
      โšก๏ธ problematic fixes and gives a visual indication (shading) when RT is updating
      recipients in the background and checkboxes should not be changed (I#33027).
    • Provide a way to reset personal search preferences back to the RT system
      0๏ธโƒฃ default (I#32854).
    • โž• Add an Untake action to the Actions tab.
    • โž• Add active and inactive status to query builder.
    • ๐Ÿ— Re-add Queue to 'Order by' dropdown in Search Builder.
    • ๐Ÿ‘‰ Make admin searches for queue and group case insensitive making it easier to
      find groups.
    • 0๏ธโƒฃ When editing ticket basics, always add valid default value to queue selection,
      ๐Ÿ‘€ taking into account SeeQueue rights.
    • Set dropzone parallelUploads to 1 to avoid losing attachments. Also
      set parallelUploads when the dropzone object is created.
    • ๐Ÿ’ป Correct error messages on user rights for CF admin UI.
    • In ticket history, respect ShowHeaders option from request for
      ScrollShowHistory (I#32699).
    • ๐Ÿ›  Fix ExtraArgs of callback ExtraShowHistoryArguments in ScrollShowHistory.
    • In the ticket history with scroll set, continue to get transactions until all
      have been shown, even if a block has been hidden for some reason (rights, etc.).
    • โž• Add PreferDropzone config/pref option for users. Dropzone is not accessible
      to screen readers and this enables the previous attachments interface which
      is accessible.
    • ๐Ÿ— In the query builder, set operator to "IS" or "IS NOT" for NULL values.
      ๐Ÿ›  This fixes a regression from pre-4.4 RT behavior.
    • Don't create ticket if user clicks "Go" buttons of "Include Article".
    • ๐Ÿ›  Fix CF name escape for asset search's spreadsheet download.
    • ๐Ÿ‘‰ Show the user in single member custom roles even if the user is
      disabled (I#32949).

    Administration

    • Stop wrapping ShowUser in tags to avoid unnecessary nested links.
    • When listing group members, sort by text-only representation of the
      ๐Ÿ‘‰ user, not HTML (I#30771)
    • In the group admin page, stop pre-computing ShowUser.
    • In shredder, check for both id and name mismatches when loading objects.
    • โž• Add a new rt-passwd command to make it easy to reset passwords on the
      command-line.
    • ๐Ÿ‘Œ Support custom roles in RT serializer/importer tools.
    • ๐Ÿ‘Œ Support catalogs and assets in RT serializer/importer tools.
    • โšก๏ธ Update RT's module dependencies for SSL (https) to align with updates
      to the CPAN module ecosystem.
    • โž• Add age, batchsize, and dry-run options to rt-externalize-attachments.
    • Set proper HTTP Status codes on Abort.
    • The value for converting the owner dropdown to an autocomplete textbox can
      โšก๏ธ now be updated in configuration with DropdownMenuLimit.
    • ๐Ÿ‘ฏ Switch to Clone::clone to copy config structures in Obfuscate callbacks. This
      ๐Ÿ”ง restores support for REGEXP and CODE configuration on the System Configuration page.
    • ๐Ÿ”ง Provide a way to pass more options to Net::LDAP from LDAPImport configuration.
    • Provide more debug output on connection failures in LDAPImport.
    • ๐ŸŒฒ Store log messages until RT::Logger is initialized. This means messages logged
      before the logger is available, like "Change of config option..." can now
      ๐Ÿ”ง respect the configured log level.
    • In shredder, check for both id and name mismatches when loading objects
    • Retain scrip sort order in pagination links

    Internals

    • ๐ŸŽ Cache OCFVs to improve performance searching for duplicates when adding
      values.
    • โœ‚ Remove unused dependencies on File::Copy and Carp.
    • On Oracle, return the empty string instead of undef for Subject when it
      has no value on a ticket.
    • ๐Ÿฑ When linking, load assets by id to confirm the asset exists. This makes
      asset link handling consistent with ticket handling.
    • ๐Ÿ›  Various fixes for compatibility with perl 5.26.
    • ๐Ÿ‘Œ Support unicode characters in constant time comparison function
    • ๐Ÿ‘ Allow merge for tickets only, not other types like reminders (I#32700).
    • Preload Encode with UTF-8 to avoid masking other errors (I#32648).
    • ๐Ÿ–จ Process multiple links via the REST 1.0 interface.
    • โž• Add SLA field support on REST 1.0.
    • ๐Ÿ— Build table attributes for RT::Asset. This is needed to allow assets to work
      properly with REST 2.0.
    • Avoid uninitialized value warnings with CustomField.
    • Call DoAuth only if ExternalAuthPriority is not empty, allowing use of
      ExternalAuthInfo without ExternalAuthPriority set.
    • 0๏ธโƒฃ Use "id asc" as the default sort order of GroupMembers for consistent ordering.
    • ๐ŸŽ Cache OCFVs to improve performance searching for duplicates on add.
    • โš  In CollectionAsTable, fix the uninitialized warning in case @order is empty.
    • โšก๏ธ In rt-validator, update link checking regex to match asset links.
    • โœ‚ Remove trailing "/" from RT::URI::asset::LocalURIPrefix for consistency.
    • โš  Use RT::Logger for EmailInputEncodings config warnings.
    • "Die" properly when receiving an invalid query via to FromSQL.

    Developer

    • Avoid using $id in /Ticket/Display.html so callbacks can modify id in ARGS.
    • ๐Ÿ“œ Pass the MIME entity to ParseTicketId in addition to subject.
    • โœ‚ Remove a 'This is scary' comment from code that has been running fine for
      over 10 years.
    • ๐Ÿ‘Œ Improve warning tracking for automated tests.
    • โž• Add an Initial callback to Bulk.html.
    • โœ… Don't fail externalauth/auth_config.t tests if Net::LDAP is missing.
    • โœ… Find an idle port for LDAP test server to avoid tests hanging when running
      in parallel mode.
    • โœ… When testing, make sure DevelMode is on to catch compilation errors.
    • โš  Avoid uninitialized warnings of empty ticket subjects on Oracle.
    • 0๏ธโƒฃ In the MessageBox template, default callback, pass $message by reference in
      MessageRef, as the variable name implies. This will break previous use of
      MessageRef as a scalar.
    • โž• Add support for a NeverNotifyActor argument to Notify actions.

    ๐Ÿ“š Documentation

    • ๐Ÿ“„ Mention the RT-Attach-Message: yes header in template docs.
    • ๐Ÿ›  Fix incorrect path in portlet documentation.
    • ๐Ÿ“œ In $ParseNewMessageForTicketCcs docs, mention the RT::Action::AutoAddWatchers
      extension.
    • Document queue-level template overrides.
    • โœ… Document using prove and RT_TEST_PARALLEL for tests.
    • โฌ†๏ธ Note in UPGRADING that RT::Extension::AdminConditionsAndActions is now in core.
    • โœ‚ Remove unnecessary AUTHORS sections from docs.
    • ๐Ÿ“š Update rt-static-docs documentation processing to fix broken links.
    • โž• Add MariaDB support to documentation and rt-setup-fulltext-index.

    Internationalization

    • ๐Ÿ”จ Many changes to refactor sections of RT's internationalization code.

    A complete changelog is available from git by running:
    ๐ŸŒฒ git log rt-4.4.2..rt-4.4.3
    or visiting
    rt-4.4.2...rt-4.4.3