[Rt-commit] rt annotated tag, rt-4.2.13, created. rt-4.2.13
Shawn Moore
shawn at bestpractical.com
Wed Jul 20 12:55:06 EDT 2016
The annotated tag, rt-4.2.13 has been created
at c40997bd25106d36a7f220a32f6b4c3c7b317b80 (tag)
tagging a92e8587388065b4a3874fc7bc6bbf8de73641bc (commit)
replaces rt-4.2.12
tagged by Shawn M Moore
on Wed Jul 20 11:16:01 2016 -0400
- Log -----------------------------------------------------------------
Version 4.2.13
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJXj5WxAAoJEDdW4lQxRAUgUxAP/ijqPhkZPat1khhPsxEFgvHz
l7OzJNLyCHaHbGs77AYLZuuNLrrzIYNtxT2wWBrD/SxTa/2Fj3VuFuV4kdeZt8gC
Nko3QI2hQVJF45ai1I+tEAV0BKbnjCFsXGI595mM7zn2ZWQlz+qMGG9URAsEsawV
Q088OxR3wHcjnF9ZB265E8+anY/4xOW2ZZOHMd5oCTTlqCQJpAWxpGFFBY++vgbf
gkavj/quDWP3oKz1ny7pSaqKN9Ci1bZJUGuB4YjOrSQdC+8QtBZQ53F+O8AwG2CR
6SwrDBIcl1yWcub/DTXzB09typ/jGQ07hgXr6QU1G0J5PYCjjqDYilIEOozEDlSc
vzfMuFxGEjDjG6x5zKwba/sCcHsG9SJV0bDFWOeiGLYzcWpF9kY9MKIz4lmZBBQe
l0JOkS3C0s/DsO9WGBanwszWqtQQ9sFLViVkHYWNFxx2nKLS2eKNUF2LVosU84U1
ptIgpjodxSfqXx2irLsYDLqu40KoUOYG2Mn5pqhLVSE2bAwzFJsGgNMMXhIrQdkF
8kdJJwm6lTzwOcHhm9WbjTkMr0/EWdp3BtdGRs58HpdirZxegYQzNltudO6Bgh4a
2Z07WmbdwZrx6pXeAdsKLWxVV6cAubpKEYNq/4tvOVHNhBl/UZkJ67+2IQ0dcIB7
GwgUwFO1gO4A68ElepHH
=ag/Q
-----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