[Rt-commit] rt annotated tag, rt-4.2.13rc1, created. rt-4.2.13rc1

Shawn Moore shawn at bestpractical.com
Tue Jun 14 13:34:27 EDT 2016


The annotated tag, rt-4.2.13rc1 has been created
        at  29f9c1d28c60ac972dd3dd9dc6846d71453ccd3b (tag)
   tagging  a92e8587388065b4a3874fc7bc6bbf8de73641bc (commit)
  replaces  rt-4.2.12
 tagged by  Shawn M Moore
        on  Tue Jun 14 13:15:10 2016 -0400

- Log -----------------------------------------------------------------
Version 4.2.13rc1
-----BEGIN PGP SIGNATURE-----

iQIcBAABAgAGBQJXYDueAAoJEDdW4lQxRAUgPY8QAIcEOPQMF1SQqyDmZQbz0cqy
NDe0px+C3STXXoxbhpmktfU1knFytkKjJPcBvB9AWWx1icq4OFERarFQlZFM5kum
Hp9H1kHdVAgGmR4YiFmqhcKiHxrAk0Pw89eZ6QNo0paM7V6HgYvcBrADIO0T6lKL
7vWBsnL44nEeE+Xm1vlFVPZzspfIZbD+/667oVHlYA23HIy+KDxWWMHULZo/1I42
3nCi5TKEM7G5a0gJ0vhnrwuWUJLd9Lb+KN65rpPW1+NkP0I/j6Fd12YqaeDorwT0
fCS+rFS8IWxCkanlGqYpv49F/AlgQxQQQVrgAg8ncT2PjO99ufWqGyVXogF5H/1w
7cChCOj+PKJcEoizTPFHba3UxXjk91JsfcVDW6zNWxmEAT5D+bURp8KBtMrnT2mB
YXNMDz326XdzW+53jWBxA5ubLsqnAjd312BRAtXxt79A9fhxa7Yy87tIXiCfdWI+
/QIPBtigTDCYjp6A3caFUJYZnOGfp2tczcvLePGab460U7TicrXXSgjmaXbep3QK
l9UB/+oRYJVjY9KezTZEVD7aNxE1rJUxT4ddebaTIM/LU23qaL+BdnXelSWpebbc
RyV3+11cbXDJyF8gIfEnVAydWdJnjYbg+5TYG5YEUn+1gwHkk7IOpHo6rrdJAJLI
Bo8N8lpyjTie9AmgjCfo
=pL2C
-----END PGP SIGNATURE-----

Alex Vandiver (15):
      Update the documentation to show the Apache 2.4 config
      Compat for Apache 2.4 in devel/tools/rt-apache
      Adjust tests to run under Apache 2.4
      Switch old upgrade steps to cope with indexes already existing
      Remove a use of defined-or that crept in; 4.0 only requires perl 5.8.3
      Merge branch '4.0/shred-object-custom-fields' into 4.0-trunk
      Mark RT_SiteConfig.pm as encoded in UTF-8 by default
      Trim trailing whitespace
      Anchor inline GPG regular expressions, to prevent false-positives
      Increase the bcrypt cost by a factor of two
      Merge branch '4.2/file-which-fix' into 4.2-trunk
      Remove RT::Shredder::Record, which should have gone in 793020d6
      Add security tests that are no longer embargo'd
      Document format strings
      Provide a ColumnMap for transactions

Andreas Metzler (1):
      Have configure test which `find -perm` syntax to use

Christian Loos (11):
      add a new MassageCloneArgs callback
      add more callbacks to modify ticket display
      consistent "now" value on ticket create
      show update button only if the user has sufficient rights
      add some callbacks to Ticket/Graphs/index.html
      Sort charts numerically when possible
      show the queue id if the user can't see the queue name
      record transactions for queue changes
      Avoid warnings if users don't have sufficient rights on reminders
      slightly change label string and mark for translation
      display translated ticket properties and status values

Derek Schrock (1):
      Fix "use of localtime without parentheses" warning

Dominic Hargreaves (2):
      Pass a scalar to File::Which::which rather than a list
      Skip tests which relate to old behaviour in t/mail/html-outgoing.t

Dustin Graves (16):
      adjust wording of "otherwise your internal links may be broken"
      added label container for standard boolean radio buttons
      hide transactions with 'Transaction has no content' from extract article
      add CSRF whitelist for component parameters
      Merge branch '4.2/readme-improvements' into 4.2-trunk
      remove redundant Apache::DBI dependencies
      add min-width style to selection boxes to prevent 1px wide empty boxes
      Merge branch '4.2/show-queue-name-link' into 4.2-trunk
      add and modify callbacks to CustomFields Modify.html
      add custom field edit display behavior based on $EditCustomFieldsSingleColumn as documented in RT_Config.pm
      Merge branch '4.2/collection-row-callback' into 4.2-trunk
      Merge branch '4.2/copyright-2016' into 4.2-trunk
      Merge branch '4.0/copyright-2016' into 4.0-trunk
      Remove 4.2+ files accidentally versioned
      add AddRight calls to 4.0.1 upgrade step to prevent error message due to failure to canonicalize rights
      fix the documentation in docs/UPGRADING-4.2 saying GiST is the default instead of GIN

Jim Brandt (7):
      Avoid version 1.01 of DateTime::Locale
      Add callbacks to dashboard subscription page
      Add max attachment size option for indexer
      Update detection of find version in configure
      Set to correct permissions
      Add test demonstrating incorrect datetime CF values
      Call __Value for CF Type to avoid permission check

Matt Zagrabelny (2):
      add "log" CLI option to rt-email-dashboards
      Align plugin arguments for the form in Shredder

Rachel Kelly (1):
      Inverting order of recommended perl webservers in order to guide people to FastCGI instead of mod_perl first.

Shawn M Moore (47):
      Merge pull request #140 from cloos/4.2/ticket-clone-callback
      Merge branch '4.2/enable-selfservice-showattachments' into 4.2-trunk
      Merge branch '4.2/bcrypt-cost' into 4.2-trunk
      Tiny improvements to format-strings doc
      Merge branch '4.2/format-strings' into 4.2-trunk
      Merge branch '4.2/siteconfig-utf8' into 4.2-trunk
      Merge branch '4.2/gnupg-end-of-line' into 4.2-trunk
      Merge branch '4.2/crontool-multiple-actions' into 4.2-trunk
      Merge branch '4.2/ipv6-width' into 4.2-trunk
      Merge branch '4.2/rt-email-dashboards-log-option' into 4.2-trunk
      Merge branch '4.0/bump-encode-to-2.64' into 4.0-trunk
      Merge branch '4.2/upgrade-existing-indexes' into 4.2-trunk
      Merge branch '4.2/referrer-comp-config' into 4.2-trunk
      Escape principal name as we insert it into the DOM
      Merge branch 'security/4.0/rights-xss' into security/4.0.24-releng
      Merge branch '4.2/internal-links-wording' into 4.2-trunk
      Merge branch '4.2/clicky-radio-labels' into 4.2-trunk
      Merge branch '4.2/hide-no-content-extract-article' into 4.2-trunk
      Factor out AttachableFromTransaction
      Several improvements to README
      Merge branch 'security/4.0.24-releng' into 4.0-trunk
      Merge branch 'security/4.2.12-releng' into 4.2-trunk
      Add user shredder option no_ticket_transactions
      Merge branch '4.2/more-about-requestor-list-default-tab' into 4.2-trunk
      Merge branch '4.0/more-about-requestor-ticket-list-default-tab' into 4.0-trunk
      Merge branch '4.2/large-size-in-search-format' into 4.2-trunk
      Add RightColumnBottom callback to /Ticket/Update.html
      Callback is better outside the ticket/txn widget
      Support autocomplete custom fields in bulk update
      Hint to the user that they can't bulk update other CF types
      Merge branch '4.2/bulk-autocomplete' into 4.2-trunk
      Merge branch '4.2/avoid-datetime-locale-1.0' into 4.2-trunk
      Merge branch '4.2/custom-field-values-csv' into 4.2-trunk
      Add an EachField callback to CollectionAsTable/Row
      Update copyright for 2016
      Update copyright for 2016
      Merge branch '4.2/edit-custom-fields-single-column' into 4.2-trunk
      Merge branch '4.2/max-fulltext-attachment-size' into 4.2-trunk
      Merge branch '4.2/remove-shredder-record' into 4.2-trunk
      Merge branch '4.2/fix-upgrade-step-4.0.1' into 4.2-trunk
      Merge branch '4.2/detect-find-version' into 4.2-trunk
      Add a BeforeAttachment callback to ShowTransactionAttachments
      Merge branch '4.2/upgrade-fulltext-index-doc' into 4.2-trunk
      Merge branch '4.2/allow_type_for_cf_canonicalize' into 4.2-trunk
      Merge branch '4.0-trunk' into 4.2-trunk
      Updated translations from Launchpad
      4.2.13 upgrading note (use utf8 in SiteConfig)

Thomas Sibley (2):
      Failing tests for shredding ObjectCustomFields when a CustomField is shredded
      Shred ObjectCustomFields when shredding a custom field

Todd Wade (4):
      Merge branch '4.2.11-releng' into 4.2-trunk
      Toggle attachment url based on user type in ShowAttachments component
      add a FormStart callback to share/html/Admin/Queues/Modify.html
      Enable for AutocompleteMultiple for SelfService Cc field

Yevgeniy Gorodetskiy (1):
      Widen IP custom fields to be wide enough for full IPv6 addresses

mkosmach (1):
      fixed a "cannot decode string with wide characters" error in SMIME

rachelkelly (1):
      Remove url-escaping character from attachment name parsing

sunnavy (15):
      support multiple --action and --action-arg options
      add the missing Encode 2.64 dependency as described in bbd3bddc
      new config %ReferrerComponents to customize referrer checking behavior
      respect DefaultQueue/RememberDefaultQueue configs for QuickCreate widget
      Merge branch '4.2/csrf-whitelist' into 4.2-trunk
      fix operator precedence because "&&" binds tighter than "="
      new version of tabs lib uses option "active" instead of "selected"
      fix operator precedence because "&&" binds tighter than "="
      handle large size in search format
      link queue name to active tickets search on ticket display page
      Merge branch '4.2/apache-2.4' into 4.2-trunk
      Merge branch '4.2/email-attachments' into 4.2-trunk
      Merge branch '4.2/shred-notxn-users' into 4.2-trunk
      Merge branch '4.2/transaction-columnmap' into 4.2-trunk
      Merge branch '4.0-trunk' into 4.2-trunk

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


More information about the rt-commit mailing list