[Rt-commit] rt annotated tag, rt-4.4.1rc1, created. rt-4.4.1rc1
Shawn Moore
shawn at bestpractical.com
Tue May 24 12:35:09 EDT 2016
The annotated tag, rt-4.4.1rc1 has been created
at afe55590a77b060de84001c7749def0e69d9a035 (tag)
tagging d17c2df55b1535b3144f565b35ffb45b01657ebb (commit)
replaces rt-4.4.0
tagged by Shawn M Moore
on Tue May 24 11:25:14 2016 -0400
- Log -----------------------------------------------------------------
Version 4.4.1rc1
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJXRHJaAAoJEDdW4lQxRAUgqwIP/2yIDflbHZrJ9k9tHNJQldbS
+2scUi80sbiK9uKU/IbySmYo3MNoCLc5u/ojYxLepZCzZBV2jl40kqNkq9vz3cCg
3j/fptv68ZiXkA8wHPWy2EDKlkUd6G/dA80e4rTs+Gz6XOU9RbPAuimj8ywjmC6q
YzGauyaKHa5ap8PCofwAVuiBcLAynPP8+nbOaG6SU5u8oou/3VVEHStbHUB7kbre
QnK7QmM4BWhyqLM1DubHkSJgb+Uh5EqOhZLe1atgifR5CuzWU9s6Bs70vmK/4RfP
VQiE6nkJ0YhLtQ+EbhpdWlA2va3d4gQmA4ZfR4r8EmJAOBCK+kqnyG/6N+dP4iBT
+EU8KeN5RD0i9r6G2RWfaSw+GHga9QIDXvZKtmfpXe5lRXrBdEeR5/YTv4bq2b+N
r0qFhbyAxUzUSut0N2hm2VM5dXTfwcr1NDsrCgQyIzn8nXwx5hV2c/9p8iwg0TEH
MWStd3I5U+y77aiGXe/hTE2AzV5JQmTKHIID6sNY7Uon4jW9wePTmWar2atWxF2n
muDvmeOAmhRlziyaFeO0LGTsrFyB9jufSk7Vvgr2GHS49/xI4heKI0Y3KSyiaPgY
1DEIHXj75ZKnDohgonJppD3KSZ6R35GCdTFWwLrcU5r19c0K304qpCRZYo3q0u8Y
MGxI2Sm19mG6o43Bj2/X
=dTU3
-----END PGP SIGNATURE-----
Alex Vandiver (5):
Only attempt to synchronize "All recipients" box if it exists
Switch to making POST requests, not GET requests
Remove RT::Shredder::Record, which should have gone in 793020d6
Steps toward allowing arbitrary autocompletion
Tweak spaces around signature to provide useful default whitespace
Andreas Metzler (1):
Have configure test which `find -perm` syntax to use
Christian Loos (3):
don't index EmailRecord transaction attachments
don't search EmailRecord transaction attachments
also index the attachment subject
Dustin Graves (40):
add script to search attributes
add autocomplete textbox for queue selection
add config HideTimeWorkedForUnprivilegedUsers to hide time worked, estimated, and left for unprivileged users
properly hide TimeWorked transactions when $HideTimeFieldsFromUnprivilegedUsers is on
change dashboard subscription recipient input to robust user/group search
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.4/test-fail-content-dump' into 4.4-trunk
Merge branch '4.4/add-priority-action' into 4.4-trunk
Merge branch '4.4/messagebox-callback' into 4.4-trunk
Merge branch '4.2/collection-row-callback' into 4.2-trunk
Merge branch '4.4/deprecated-callbacks' into 4.4-trunk
Merge branch '4.4/copyright-2016' into 4.4-trunk
Merge branch '4.2/copyright-2016' into 4.2-trunk
Merge branch '4.0/copyright-2016' into 4.0-trunk
add documentation for $ShowHistory - 'scroll' option in RT_Config.pm
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
add %ARGS to ShowHistoryPage call in ShowHistory
fix 'new ticket in' autosubmit functionality
move ShortcutHelp markup to Elements and add additional helper in SelfService
add global '/' shortcut support for SelfService
add RT_Config.pm documentation for $AutoCompleteQueues settting
fix upgrade-sla script to enable SLA on queues with SLA custom field applied
add SLA as a supported column in search builder's display columns
update style of articles display/modify to more match tickets
add Creator, Created, and Updated fields to articles display/modify
re-add return statement to Assets RoleLimit
add helper for uploading attachments to SelfService and change JS to use WebHomePath
fix the documentation in docs/UPGRADING-4.2 saying GiST is the default instead of GIN
Merge branch '4.4/attachments-list' into 4.4-trunk
Merge branch '4.4/initial-custom-field' into 4.4-trunk
Merge branch '4.4/bulkupdate-checkboxes' into 4.4-trunk
Merge branch '4.4/background-ticket-timer' into 4.4-trunk
Merge branch '4.4/queue-create-sla' into 4.4-trunk
Merge branch '4.4/dashboard-charts' into 4.4-trunk
Merge branch '4.4/dashboard-language' into 4.4-trunk
change dashboard subscription user loading to use RT->SystemUser and output any user load/create failure message
don't set RealName on dashboard subscription user creation
Merge branch '4.4/attachments-oracle' into 4.4.1-releng
Jim Brandt (33):
Avoid version 1.01 of DateTime::Locale
Add callbacks to dashboard subscription page
In rt-crontool reload the template object for each action executed
Add callbacks to modify the owner dropdown
Add a true value to index upgrade files
Override default sort order for Queues during upgrade
Add exception to skip newer roles during upgrade
Add max attachment size option for indexer
Update detection of find version in configure
Set to correct permissions
Add closing brace to nav.css file
Pass CurrentUser to HandleAction methods
Add test demonstrating incorrect datetime CF values
Call __Value for CF Type to avoid permission check
Merge branch '4.4/attachment-error-i18n' into 4.4-trunk
Update authentication documentation
Automatically enable ExternalAuth when ExternalAuth options enabled
Add messages to log ExternalAuth configuration errors
Add tests for ExternalAuth configuration processing
Remove explicit setting of ExternalAuth in tests
Remove ExternalAuth config option from upgrade notes
Add ExternalAuth, LDAPImport options to RT_Config
Fix broken pod link in SLA docs
Note the __Active__ option for RT's saved searches
Merge branch '4.4/toggle-unset-fields' into 4.4-trunk
Clarify the SLA upgrade process
Add additional output to give feedback while running
Add some POD for upgrade-sla
Add queue name to output logs
Merge branch '4.4/externalauth-hyperlink' into 4.4-trunk
Merge branch '4.4/queue-sortorder-error' into 4.4-trunk
Limit ExternalAuth enabled setting to ExternalSettings
Only attempt to set External Info/Auth if values are available
Rachel Kelly (2):
Inverting order of recommended perl webservers in order to guide people to FastCGI instead of mod_perl first.
Add signature-above-quote option
Shawn M Moore (134):
Pass a new dbh to _TableNames
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
Factor a DateTimeObj method out of LocalizedDateTime
Merge branch '4.4/hide-time-worked' into 4.4-trunk
Merge branch '4.4/rt-search-attributes' into 4.4-trunk
Merge branch '4.4/escape-functions-in-templates' into 4.4-trunk
Merge branch '4.2/bulk-autocomplete' into 4.2-trunk
Add an RT::Date->Strftime method
Merge branch '4.2/rt-date-strftime' into 4.4-trunk
Merge branch '4.4/export-rich-text-pref-to-js' into 4.4-trunk
AddPriority action for rt-crontool
Merge branch '4.4/queue-autocomplete' into 4.4-trunk
On content_* or text_* fails, dump content in tmp
Merge branch '4.4/fix-hide-time-worked' into 4.4-trunk
Merge branch '4.2/avoid-datetime-locale-1.0' into 4.2-trunk
Merge branch '4.4/dashboard-subscription-user-group' into 4.4-trunk
Let users choose to suppress dashboards with no results
Avoid query params when generating mech dump's filename
Add a way to deprecate specific callbacks
Deprecate /CustomFields/Modify.html callback AfterUpdateCustomFieldValue
Merge branch '4.2/custom-field-values-csv' into 4.2-trunk
Let users choose to suppress dashboards with no results
Add an EachField callback to CollectionAsTable/Row
Provide DefaultRef and MessageRef in MessageBox callback
Merge branch '4.4.0-releng' into 4.4-trunk
Update copyright for 2016
Update copyright for 2016
Update copyright for 2016
Merge branch '4.4/crontool-reload-template' into 4.4-trunk
Merge branch '4.4/add-select-owner-callbacks' into 4.4-trunk
Merge branch '4.2/edit-custom-fields-single-column' into 4.2-trunk
Revert "Let users choose to suppress dashboards with no results"
Merge branch '4.4/documentation-showhistory-scroll' into 4.4-trunk
Merge branch '4.2/max-fulltext-attachment-size' into 4.2-trunk
Merge branch '4.4/empty-dashboard-mail' into 4.4-trunk
Merge branch '4.4/exclude-one-time-cc-in-txn-squelch' into 4.4-trunk
Merge branch '4.2/remove-shredder-record' into 4.2-trunk
Merge branch '4.2/fts-indexer-improvements' into 4.4-trunk
Add a parameter to hide the titlebox in ShowAttachments
Use the existing template and stylings of attachment display for reuse
Replace explicit <font> tag with CSS
Improve ticket timer text-overflow: ellipsis styling
Fix entryaggregator in non-indexed FTS
Fix variable name in ShowQueue
Use Status = '__Active__' for ShowQueue
Use queue name rather than queue id in ShowQueue search link
Use Status = '__Active__' for queuelist links
This syntax highlighting hint is no longer relevant
Use Status = '__Active__' for queuelist report query
Use Status = '__Active__' for ExtendedStatus dependency search link
Use Status = '__Active__' for Assets->Ticket search
Use Status = '__Active__' for simple search status:active
Use Status = '__Active__' for OnlySearchActiveTicketsInSimpleSearch
Merge branch '4.4/autocomplete-queues-rt-config' into 4.4-trunk
Merge branch '4.4/fix-new-ticket-in-autosubmit' into 4.4-trunk
Merge branch '4.4/shortcut-help-selfservice' into 4.4-trunk
Merge branch '4.4/upgrade-sla-script-enable-sla' into 4.4-trunk
Merge branch '4.4/index-upgrade-scripts-return-true' into 4.4-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
Merge branch '4.4/add-sla-search-format' into 4.4-trunk
Merge branch '4.4/article-readonly-fields' into 4.4-trunk
Add a BeforeAttachment callback to ShowTransactionAttachments
Fix regression with Bulk Update check/clear all checkboxes
Merge branch '4.4/preview-scrips-post' into 4.4-trunk
Add callback to right-column bottom of Ticket/Update
Merge branch '4.4/fix-assets-people-search' into 4.4-trunk
Merge branch '4.4/handle-action-pass-currentuser' into 4.4-trunk
Merge branch '4.2/upgrade-fulltext-index-doc' into 4.2-trunk
Merge branch '4.4/fix-selfservice-attachments' into 4.4-trunk
Fix _CoreAccessible default for Queue SLADisabled
Consistently use $addr->address to avoid overloading error
Use CSS, rather than excluding HTML elements, for "hide unset fields"
Allow user to toggle "hide unset fields" with a click
Allow hide/show unset fields link to function without JS
Use data-* attributes rather than JavaScript function parameters
Move create-related-ticket-in-queue form out of the table
Hide unset custom fields according to the user preference
Merge branch '4.4/pod-select-dep' into 4.4-trunk
Merge branch '4.4/signature-spacing-test-fix' into 4.4-trunk
Merge branch '4.2/allow_type_for_cf_canonicalize' into 4.2-trunk
Change ticket timer from ticking seconds to measuring duration
Merge branch '4.4/sig-move' into 4.4-trunk
Filter out empty attachment names in SQL rather than Perl
Add a way to display just the last N attachments
Display only latest 5 attachments, with an AJAX "Show all" link
Preserve selected attachments when loading the rest in via ajax
Always pull out attachments in newest-first order
Only show "include attachments" if we have attachments
Add a new SetInitialCustomField right
Hide empty "edit custom fields" panels
Add a $CF->CurrentUserCanSee method and switch to it
Support passing the CF directly to CustomFieldValueIsEmpty
Avoid constantly reloading the OCFV CustomFieldObj
Allow SetInitialCustomFieldValue without SeeCustomField
Fix JS compile errors for translations with apostrophes
Use Status = '__Active__' for self service queries
Use Status = '__Active__' for requestor ticket lists
Use Status = '__Active__' for user ticket portlets
Use Status = '__Active__' for reminders
Escape individual status names in QueueSummaryByStatus
Quote lifecycle and status names for Status = '__Active__'
Use Status = '__Active__' for initialdata searches
Use single variable naming convention in timer JS
Make ChartStyle a scalar
L<RT::Authen::ExternalAuth> shouldn't link to metacpan
Add test demonstrating not-fully-initialized saved charts
Fix charts sometimes not showing up on dashboards
Avoid setting last updated and creating a txn for SLA upgrades
Allow caller to specify whether test db should be dropped
Add language selector for dashboard subscriptions
Add config option EmailDashboardLanguageOrder
Failing tests for setting SLA during RT::Queue->Create
Allow setting SLA in RT::Queue->Create
Merge branch '4.4/update-external-auth-config' into 4.4-trunk
Merge branch '4.4/update-auth-documentation' into 4.4-trunk
Upgrade step for fixing incompletely-saved charts
Enable ExternalAuth only if the related settings have values
Merge branch '4.0-trunk' into 4.2-trunk
Merge branch '4.2-trunk' into 4.4-trunk
Merge branch '4.4/assets-semicolons' into 4.4-trunk
Merge branch '4.4/transition-swap' into 4.4-trunk
Merge branch '4.4/use-status-active' into 4.4-trunk
Add queue.sortorder column sooner in the 4.4 upgrade
Merge branch '4.4/clarify-sla-upgrade-notes' into 4.4-trunk
Merge branch '4.4/sla-upgrade-dates' into 4.4-trunk
Merge branch '4.4/dashboard-subscription-user-group-fix' into 4.4-trunk
Merge branch '4.4/refine-external-auth-config' into 4.4-trunk
Updated translations from Launchpad
Oracle needs to do _only_ a NULL check for attachment filename
UPGRADING-4.4 notes for 4.4.1
rachelkelly (8):
Add Pod::Select to dependencies for shredder
Swap order of transition display for two transitions
Fix failing FastCGI tests by changing how timestamps are removed from quote header
Merge branch '4.4/links-table-layout' into 4.4-trunk
Merge branch '4.4/signature-spacing' into 4.4-trunk
Remove two erroneous semicolons throwing warnings
Add Pod::Select to dependencies for shredder
Remove url-escaping character from attachment name parsing
sunnavy (4):
RT::Extension::QuoteSelection needs this to do the correct quoting
export EscapeURI and EscapeHTML functions to templates
exclude addresses in UpdateCc and UpdateBcc fields from Squelching
remove the unnecessary "\" because browsers ignore the first newline
-----------------------------------------------------------------------
More information about the rt-commit
mailing list