[Rt-commit] rt annotated tag, rt-4.4.2rc1, created. rt-4.4.2rc1
Shawn Moore
shawn at bestpractical.com
Thu Jun 1 16:06:19 EDT 2017
The annotated tag, rt-4.4.2rc1 has been created
at 5eb367763a2986ba0e28f81bd93800907f2fab78 (tag)
tagging 265d035462e5ec786cdf4303c1f7ac272abbf3a3 (commit)
replaces rt-4.4.1
tagged by Shawn M Moore
on Thu Jun 1 15:56:51 2017 -0400
- Log -----------------------------------------------------------------
Version 4.4.2rc1
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJZMHGDAAoJEDdW4lQxRAUgD3AQAKZLpPrNU/H72NgxzH85Du9e
g5HUj8pQWuL03iCoxQ2pFV4FdGGUZJb4zlw3eB4PEZfolGhxuYJQQbjuSpx0sFaQ
32cqCLrDlpHfICnIA26z5A2dI8VZ3SdgRnmzTj+A1tfNcDVIH8RFUEW3u8sdfA5Z
BjaFk0d5BhHJ78hk9leHgsPxSlSDvzQoelemDz7mMcglplNqrVBC9RDT61qWnHxg
18Gfn6uprh6O2mpJBRr/MVtmiSQ+9Cdm9dgpTuRyhljcDzUcefur9TAQftE+SsBZ
ChwB+mzaac/CSPW1S76fjUw9D9jpbZqA3FCwi7uHFz0cCn6a1S11B4eBi2dVp/zo
wX0o0hjwRg0UJrW81WiNfKDLBAqQNyHC3S6qbr6xgV2Z88saD2Md8sRfRRkElNF3
9Ylsdq4u9qE24KjF0drkgP5vc7OPgTkY46sGwrHAzwQmoPW/9pMMt3IOxr/ga65v
UWbzGhpcJWLYisJnGWGGgMKNYhYpOATEMG3qjvfP9LB4Ti/q6F8PBlaRHYzNUvkq
5dt/Sb7z6riX0pgNnQOBZiDQus5YT693opvi6lKtMQ4MMeud08Ls2zEnezq8youy
USenx0ZunBWd1dPwo75dhl5NTinIDnh9vAgkQWJ4z3R4YQ+no+GF9cWM6btRuBS0
5Ih5XR8rO4aHhQ/2okSd
=RzXa
-----END PGP SIGNATURE-----
Aaron Kondziela (12):
Merge branch '4.4/s3-endpoint' into 4.4-trunk
Merge branch '4.2/bcrypt-double' into 4.2-trunk
Merge branch '4.4/existing-unique-ocfv' into 4.4-trunk
Merge branch '4.2/nested-one-time-suggestions' into 4.2-trunk
Merge branch '4.4/setinitialcf-multi' into 4.4-trunk
Merge branch '4.4/user-ticket-counts' into 4.4-trunk
Merge branch '4.4/all-onetime-suggestions' into 4.4-trunk
Merge branch '4.4/check-all-current-watchers' into 4.4-trunk
Merge branch '4.4/quicksearch-upgrade-warning' into 4.4-trunk
Merge branch '4.2/txn-cf-warning' into 4.2-trunk
Custom initialdata handler support
Add usage examples for Overlays documentation
Alex Vandiver (43):
Skip DBA password prompt on SQLite
Pass the right number of arguments to sprintf
Disable reading of RT_SiteConfig.d during tests
Fix tests for Mojolicious 7.0
Allow tests to pass without a /usr/bin/sendmail
Properly merge global defaults in to empty-hash homepages
Pass a fully-qualified path when requiring RT::Generated
Only generate the external link if the attachment is external
Stop removing space before 2nd and later MIME encoded-words
For GPG attachment tests on create, use CC, not requestor
Actually include the tested-for text in the attachment
Test the unencrypted versions of attachment generation, as well
Ensure that parse_mail does not GC still-active attachments
For GPG attachment tests on create, use CC, not requestor
Actually include the tested-for text in the attachment
Test the unencrypted versions of attachment generation, as well
Ensure that parse_mail does not GC still-active attachments
Test that expected-encrypted mail is encrypted, with expected contents
Test that expected-encrypted mail is encrypted, with expected contents
Force all DryRun actions to also keep attachments in the session
Ensure that Test::NoWarnings is skipped if skip_all is used
Allow --debug as a synonym for --verbose, for back-compatibility
Remove an unnecessary $|++ -- Init() does so
Swap out a hardcoded inline help for automatic POD::Usage help
Fix a typo
The information is "debug information" -- "verbose information" sounds odd
Unwrap the example lines, for better readability
Apply textual decodings to externally-stored attachments
Update POD for _DecodeLOB to be clearer about bytes/characters and character sets
Add a test showing transaction deadlocks with concurrent ticket updates
Propagate Delete failures up correctly
Minor formatting fixes
Remove a redundant variable
Remove an unnecessary "safety" check
Remove duplicated logging on ->Delete failure
Remove misleading or unhelpful comments
Take a real lock in SetOwner
Factor out, and use, an atomic transaction method on Tickets
Switch to using ->Atomic for all ticket updates via the UI
Set an id= on the "All recipients" checkbox so the <label> works
Stop double-escaping HTML which is made into links
Stop double-escaping HTML which is made into links
Default to sign, encrypt when calling bare SignEncrypt method
Brian C. Duggan (16):
Merge branch '4.4/search-timer' into 4.4-trunk
Merge branch '4.4/show-attachments-link' into 4.4-trunk
Merge branch '4.4/reattach-warning' into 4.4-trunk
Merge branch '4.2/postgres-9.6' into 4.2-trunk
Merge branch '4.4/businesshours-7-warning' into 4.4-trunk
Enable 'Show all' attachments link in Forward interface
Relabel 'Password' box on /Prefs/AboutMe to 'Access control'
Append newline after concatenating each JS file
Merge branch '4.4/customrole-merge' into 4.4-trunk
Make BulkCustomFields pass MaxValues to EditCustomField*
Merge branch '4.4/ticket-create-callback-after-table-opens' into 4.4-trunk
Make user search results sortable by user CFs
Merge branch '4.2/defaults-in-signencrypt' into 4.2-trunk
Merge branch '4.4/keyboard-old-themes' into 4.4-trunk
Avoid DBD::mysql v4.042 in rt-test-dependencies
Merge branch '4.4/rest-watcher-id' into 4.4-trunk
Christian Loos (4):
fix fetching user for MailCommand mbox
add tests for *OutgoingMailFrom configs
factor out OutgoingMailFrom in a separate method
Add a new $OverrideMailPrecedence config option
Dave Goehrig (24):
Adding a checkbox to enable/disable viewing disabled scrips to match Queue select view
Add timezone to modify user
Merge branch '4.2/sort-onetime-recipients' into 4.2-trunk
Change quicksearch to redirect rather than display inline
Added tests for SquelchMailTo
Have _SquelchMailTo accept a list of email addresses
Add ability to chart by SLA
adding _ParseObjectCustomFieldArgs unit tests
removing want array tests as hash randomization makes it unstable
Merge branch '4.2/asset-bulk-cf' into 4.2-trunk
Merge branch '4.2/asset-bulk-cf' into 4.4/bulk-cf-grouping
Merge branch '4.4/bulk-cf-grouping' into 4.4-trunk
Merge branch '4.4/attachment-filename-index' into 4.4-trunk
Merge branch '4.4/previewscrips-checkbox' into 4.4-trunk
Merge branch '4.4/externalstorage-backend-key' into 4.4-trunk
Merge branch '4.4/spurious-timeworked-message' into 4.4-trunk
While PreviewScrips is reloading, disable its checkboxes
Adding test to check double encoding &
Merge branch '4.4/fix-disabled-recipients' into 4.4-trunk
Bulk update for SLA
Add Custom Grouping to Admin Group
Adding test to check double encoding &
Add Reports menu
Add Total Time Worked feature
Dominic Hargreaves (2):
Adapt SMIME probe to work with openssl 1.1
Also search in $RT::LocalEtcPath for RT_SiteConfig.d includes
Dustin Collins (11):
Add loaded RT Extension names and version numbers to admin config page
Lower log level of Custom Field loading problems
Prevent Cc checkbox and label from wrapping independently
Add user preference to disable CKEditor context menu
Make QuickCreate return to Dashboard
Make QuickCreate return to Dashboard
Add scrip action that sets a custom field value to the current date/time
Make test looking for ticket subject more focused
Add recently-viewed tickets to menu under Search -> Tickets
Fix rt-ldapimporter logging output
Fix ExternalAuth failure after viewing System Configuration
Dustin Graves (29):
add AddRight calls to 4.0.1 upgrade step to prevent error message due to failure to canonicalize rights
canonicalize email comparison in UpdateCc and AddWatchers
add callback to modify arguments to Text::WikiFormat::format when rendering wikitext custom field
add Assets to type of CustomField object that supports DefaultValues
add DefaultValues functionality for Catalogs in Web UI
set Asset default value in Create method
log a transaction when setting or unsetting Privileged status on a User
log transactions when adding/removing a User/Group to a Group
add new Group transactions to RT::Group's __DependsOn
add new User transactions to RT::User's __DependsOn
update shredder group membership test to dispose of new transactions
Merge branch '4.4/timer-comments' into 4.4-trunk
Merge branch '4.4/asset-sql-foundation' into 4.4-trunk
Merge branch '4.2/refresh-intervals' into 4.2-trunk
Merge branch '4.2/admin-selectall-cfvs' into 4.2-trunk
add AfterChartTable callback to Search/Elements/Chart
add Quick Asset Create User Summary Portlet
Merge branch '4.4/config-unless' into 4.4-trunk
add existing GnuPG encryption support to ticket forwarding
add expected X-RT-Sign and X-RT-Encrypt headers when forwarding tickets
add "Load all history" button to "as you scroll" history mode
Merge branch '4.4/loop-merge-error' into 4.4-trunk
add config option HideOneTimeSuggestions to hide one-time Cc and Bcc email addresses
add 'All recipients' checkbox to ModifyPeople.html similar to the one on Update.html
Merge branch '4.4/rt-server-webpath' into 4.4-trunk
Merge branch '4.2/add-timezone-to-users-modify' into 4.2-trunk
pass @results reference to Ticket/ModifyDates.html Default callback
refactor individual field row classes in Edit and ShowCustomFields
add ModifyFieldClasses callback to Edit and ShowCustomFields
Emmanuel Lacour (3):
Add support for SetInitialCustomField right in SelfService
Set html lang tag to the user/browser one
Limit top 10 articles to classes for which user has ShowArticle
Gérald SÉDRATI-DINET (1):
Fix SetInitialCustomField support for multi-valued CFs
Gérald Sédrati-Dinet (1):
Fix article custom fields table markup
Jason A. Smith (1):
Skip the self-service password change form under ExternalAuth
Jeff Voskamp (1):
Fix bookmark star size on mobile UI
Jim Brandt (65):
Update detection of find version in configure
Allow sorting in dashboards for objects with a default order by
Filter all watcher addresses from one-time suggestions on update
Link multiple assets to a new ticket from asset bulk update
Support processing transaction cfs on ticket create and update
Add a comment to clarify usage of skip_update in BeforeUpdate
Merge branch '4.2/migrator-fixes' into 4.2-trunk
Add assets example to CustomFieldGroupings config doc
Log failure to unlink temp file after email parse
Update wiki link in README
Add a test for passing in a CF value to Modify in the URL
Pass %ARGS to EditCustomFields
Support single default values as well as lists
Update link to wiki
Add a webpath option to rt-server
Add leading slash to make links absolute
Merge branch '4.2/article-link-config' into 4.2-trunk
Merge branch '4.2/chart-divide-zero' into 4.2-trunk
Sort dashboards alphabetically
Add test that shows warnings when a dashboard is deleted
Remove dashboard from menu if it can't be loaded
Add check for SearchType in upgrade step
Provide more parameters to Privileged callback
Also hide time displayed in correspond transactions
Add an option to filter Self Service history to only correspondence
Create docs section for Self Service config options
Fix incorrect POD links
Explicitly set background color for comments
Pass attachment object to Store for additional attachment metadata
Additional docs on connecting to Amazon S3
Add a test for passing in a CF value to Modify in the URL
Pass %ARGS to EditCustomFields
Support single default values as well as lists
Add LDAPBase to LDAPImport configuration example
Update REMOTE_ADDR call in ExternalAuth logging
Add a test to confirm catching principal check
Support LIKE and NOT LIKE searches on queue
Add matches and doesn't match options to query builder for queue
Add QueueOp in tests to handle LIKE/NOT LIKE changes
Add new queue LIKE and NOT LIKE tests
Add callbacks to Self Service open and closed tickets pages
Add initialdata docs for CustomRoles
Merge branch '4.2/migrator-additions' into 4.2-trunk
Add tests for LocalizedDateTime timezone parameter
Add some output to show the script is running
Merge branch '4.4/asset-upgrade-sequences' into 4.4-trunk
Add html directories to custom style docs
Add closing parens to BusinessHours examples
Return the alpha sorted default group name along with the success value
Tests for _ValidateConsistentCustomFieldValues
Update mailing list references to forum
Add new Request Tracker logo
Update alt and title to reflect logo change
Add new Request Tracker logo
Update alt and title to reflect logo change
Core admin conditions and actions extension
Update references to inactive mailing lists
Avoid version 1.01 of DateTime::Locale
Merge branch '4.4/overlay-docs' into 4.4-trunk
Calculate time per user dynamically rather than from an attribute
Disable user time update scrip on upgrade
Document upgrading details for time worked changes
Remove User TimeWorked scrip from install and upgrade
Note details on operation of parent time worked action
Remove ParentTimeWorked from upgrades and new installs
Martin Wheldon (1):
Add configuration information to document
Matt Zagrabelny (3):
pass along more arguments to SelectDate callbacks
callback after table opens for Ticket/Create.html
add CreatorObj reference to ShowTransaction Default callback
Michael McAtee (1):
Add TicketSQL placeholder for username
Michael Späth (1):
Make RT::Date::LocalizedDateTime respect the passed-in Timezone
Niko Tyni (1):
Fix RT::I18N and the test suite to work without cwd in @INC
Richard Poole (1):
add brief documentation for custom fields in format strings
Shawn M Moore (204):
Serialize ObjectClass ObjectId using indirection
Add UniqueValues column to Custom Fields
Enforce CustomField UniqueValues
Check for uniqueness in ValidateCustomFields
Basic tests for unique custom field values
Handle ValuesLabels loc strings with parameters
Add RefreshIntervals config option
Add checkbox for selecting all CFVs on admin UI
Add Placeholder argument to /Elements/MessageBox
Add comment box to ticket timer
Merge branch '4.4/unique-custom-fields' into 4.4-trunk
Docs and logging for CF ValuesClass and RenderType
Add CanonicalizeClass to CustomField table
Merge branch '4.2/show-cf-wikitext-callback' into 4.2-trunk
Updated translations from Launchpad
4.2.13 upgrading note (use utf8 in SiteConfig)
Merge branch '4.4/assets-cfs-default-values' into 4.4-trunk
Display result count on ticket search portlets
Merge branch '4.4/search-result-counts' into 4.4-trunk
Scaffolding for CustomField CanonicalizeClass
Admin UI for CF canonicalizer
Implement custom field canonicalization
Ship Uppercase and Lowercase canonicalizers in core
Canonicalize default values on custom fields
Tests for custom field canonicalizers
Merge branch '4.4/canonicalize-custom-fields' into 4.4-trunk
Merge branch '4.2/user-transactions-privileged-groups' into 4.2-trunk
Merge branch '4.4/allow-dashboard-sorting' into 4.4-trunk
Allow ordering assets by CustomField.… syntax
Have SelectCatalog take a $ShowNullOption parameter
Handle multiple lifecycles in Asset SelectStatus
Provide Type to Lifecycle->Load
Include ARGSRef for primary Tabs callbacks
Add Initial callback to /Asset/Search/
Add IncludeTicketLinks option to Search EditFormat
Remove conditionals on Set for Assets config
Merge branch '4.2/search-chart-callback' into 4.2-trunk
Merge branch '4.4/link_multiple_assets_to_new_ticket' into 4.4-trunk
Serialize ObjectScrip ObjectId using indirection
Serialize ObjectTopic ObjectId using indirection
Avoid breaking rights granted to users when using rt-importer
Serialize dashboards in menu preference using indirection
Add a way to register a postpone callback in importer
Don't skip importing RT->System searches
Serialize RT at a Glance preferences using indirection
Serialize dashboards using indirection
Serialize dashboard subscriptions using indirection
--exclude-organization option for rt-importer
Serialize Transaction OldReference and NewReference using indirection
Merge branch '4.4/quick-asset-create' into 4.4-trunk
Merge branch '4.4/assets-customfieldgrouping-doc' into 4.4-trunk
Merge branch '4.2/log-unlink-errors' into 4.2-trunk
Avoid divide-by-zero in charts with no data
Add $LinkArticlesOnInclude config
Merge branch '4.0/update-readme' into 4.0-trunk
Merge branch '4.4/skip-sqlite-password' into 4.4-trunk
Merge branch '4.2/add-checks-failure-reference' into 4.2-trunk
Merge branch '4.2.13-releng' into 4.2-trunk
Merge branch '4.4.1-releng' into 4.4-trunk
Merge branch '4.2-trunk' into 4.4-trunk
Merge branch '4.4/head-link-leading-slash' into 4.4-trunk
Merge branch '4.4/filter-one-time-email-addresses' into 4.4-trunk
Merge branch '4.4/process-transaction-cf-updates' into 4.4-trunk
Merge branch '4.4/test-config-dir' into 4.4-trunk
Merge branch '4.2/mojo-text' into 4.2-trunk
Merge branch '4.2/tests-without-sendmail' into 4.2-trunk
Merge branch '4.0/perl-compat' into 4.0-trunk
Merge branch '4.0/dotless-inc-path' into 4.0-trunk
Merge branch '4.4/set-html-lang' into 4.4-trunk
Avoid treating an error message as a principal ID
Merge branch '4.4/history-scroll-load-all' into 4.4-trunk
Merge branch '4.4/external-link' into 4.4-trunk
Merge branch '30131' into 4.2-trunk
Merge branch '4.4/hide-onetime-cc-suggestions' into 4.4-trunk
Merge branch '4.4/modify-people-squelch-all-checkbox' into 4.4-trunk
Merge branch '4.2/outgoing-mail-from' into 4.2-trunk
Merge branch '4.2/config-page-extensions' into 4.2-trunk
Merge branch '4.2/lower-missing-cf-log' into 4.2-trunk
Merge branch '4.4/modify-dates-callback' into 4.4-trunk
Merge branch '4.2/encoded-word-spaces' into 4.2-trunk
Avoid uniqueness violation when submitting an unchanged OCFV
Merge branch '4.2/update-tabs-callback' into 4.2-trunk
Merge branch '4.2/onetime-checkbox-wrapping' into 4.2-trunk
Use only top-level attachments for generating one-time recipient lists
Merge branch '4.4/localizeddatetime' into 4.4-trunk
Merge branch '4.4/sort-dashboards' into 4.4-trunk
Merge branch '4.4/pass-single-cf-defaults' into 4.4-trunk
Merge branch '4.2/precedence-override' into 4.2-trunk
Add a --limit-queues option to rt-serializer
Clean up transactions and records for semi-migrated Links
Add a --hyperlink-unmigrated option to rt-serializer
Add a --limit-cfs option to rt-serializer
Fix queue change transactions to mention unmigrated queues by name
Add Host option for S3 ExternalStorage
Add all recipients checkbox to one-time suggestions list
Remove tab indents that had snuck into the previous commit
Restart asset and catalog ID sequences in upgrade-assets
Merge branch '4.4/prune-self-service' into 4.4-trunk
Merge branch 'openssl_1.1' into 4.2-trunk
Merge branch '4.2/gpg-encrypted-attachment-tests' into 4.2-trunk
Merge branch '4.4/gpg-encrypted-attachment' into 4.4-trunk
Add check-all boxes for each role in Current Watchers
Merge branch '4.4.1/amazon-s3-content-type' into 4.4-trunk
Merge branch '4.4/custom-field-class-callback' into 4.4-trunk
Respect ShowSearchResultCount for user summary searches
Increase the bcrypt cost by a factor of two
Merge branch '4.4/fix-outbound-encryption' into 4.4-trunk
Merge branch '4.4/set-custom-field-to-now-scrip-action' into 4.4-trunk
Merge branch '4.4/recent-tickets-list' into 4.4-trunk
Add ticket timer to display columns for searches
Add failing test for nonexistent role groups + merge
Fix lazily-created custom role groups breaking ticket merge
Merge branch '4.0-trunk' into 4.2-trunk
Merge branch '4.2-trunk' into 4.4-trunk
Merge branch '4.2/nowarnings-skip-tests' into 4.2-trunk
Merge branch 'jmmcatee-currentusername' into 4.4-trunk
Avoid using NamePrefix for CF fields on Defaults admin
Merge branch '4.4-on-4.2/queue-like-search' into 4.4-trunk
Merge branch '4.4/remote-addr-environment-variable' into 4.4-trunk
Merge branch '4.4/ldapimport-config-base' into 4.4-trunk
Merge branch '4.2/remove-deleted-dashboards-from-menu' into 4.2-trunk
Merge branch '4.4/addrolemember-error-handling' into 4.4-trunk
Make "Show all" link for AttachmentListCount more prominent
Add failing test for SetInitialCF on multivalue CFs
Fix bulk update for asset CFs
Add support for CF grouping in asset bulk update
Fix missing styling for asset bulk Links and CF titleboxes
Add index on Attachments table column Filename
Avoid spurious "That is already the current value" for time worked
Add "reattach" as an attachment warning keyword
Sort One-time Cc and One-time Bcc addresses
Update copyright for 2017
Update copyright for 2017
Update copyright for 2017
Merge branch '4.2/article-quick-search-redirect' into 4.2-trunk
Failing tests for "Couldn't load object RT::Transaction #0"
Avoid "Couldn't load object RT::Transaction #0" warning
Merge branch '4.4/fix-ldapimporter-debug-logging' into 4.4-trunk
Log when Quicksearch wasn't replaced with QueueList
Clicking "All recipients" should toggle its checkbox
Merge branch '4.4/ldapimporter-debug-backcompat' into 4.4-trunk
Reduce "Unknown CustomField type" log from crit to info
Add failing tests for "CF changed from 0 to 0"
Avoid spurious "CF changed from 0 to 0" results
Merge branch '4.2/article-list-permissions' into 4.2-trunk
Merge branch 'local-siteconfig-include' into 4.4-trunk
Merge branch '4.4/external-encodings' into 4.4-trunk
Replace deprecated NOCREATEUSER with NOSUPERUSER
Merge branch '4.2/create-squelching-with-tests' into 4.2-trunk
Merge branch '4.4/self-service-tickets-callbacks' into 4.4-trunk
Merge branch '4.4/sys-config-blocks-externalauth' into 4.4-trunk
Merge branch '4.4/group-by-sla' into 4.4-trunk
Merge branch '4.4/custom-roles-initialdata-doc' into 4.4-trunk
Upgrade step to fix saved searches with no SearchType
Merge branch '4.4/saved-search-upgrade-warning' into 4.4-trunk
Switch SLA config get/set to use core RT patterns
Log an error if config incorrectly specifies Sunday as 7
Merge branch '4.4/show-all-in-forward' into 4.4-trunk
Merge branch '4.4/aboutme-password-relabel' into 4.4-trunk
Warn about differing CF values on Defaults pages
Store backend-specific keys in the attachment
rt-validator rules for Ticket.Owner = Owner GroupMembers
Add 4.4.2 upgrade step for fixing Ticket.Owner != Owner GroupMembers
Merge branch '4.4/previewscrips-race' into 4.4-trunk
Fix mismerge syntax error
Merge branch '4.4/localizeddatetime-timezone-tests' into 4.4-trunk
Merge branch '4.4/js-concat-newline' into 4.4-trunk
Merge branch '4.4/multiselect-list-bulk' into 4.4-trunk
Merge branch '4.4/select-date-callbacks' into 4.4-trunk
Merge branch '4.4/label-updatecc-suggestions' into 4.4-trunk
Merge branch '4.4/default-cfv-dupes' into 4.4-trunk
Merge branch '4.4/sla-doc-missing-parens' into 4.4-trunk
While Simplified Recipients is reloading, disable its checkboxes
Merge branch '4.4/preview-scrip-recipients-checkbox' into 4.4-trunk
On form submit, explicitly re-enable PreviewScrips checkboxes
Merge branch '4.4.1/json-initialdata' into 4.4-trunk
Merge branch '4.4/sla-bulk-update' into 4.4-trunk
Merge branch '4.4/writing-extensions-add-configuration' into 4.4-trunk
Document which groupings are available for Assets
Merge branch '4.4/group-admin-customfield-grouping' into 4.4-trunk
Merge branch '4.4/integrate-admin-conditions-and-actions' into 4.4-trunk
Merge branch '4.0/README-updates' into 4.0-trunk
Merge branch '4.0/new-logos' into 4.0-trunk
Merge branch '4.2/update-styling-docs' into 4.2-trunk
Merge branch '4.4/cf-sortable-users' into 4.4-trunk
Merge branch '4.2/new-logos' into 4.2-trunk
Fix keyboard shortcut UI for selecting tickets on old themes
Merge branch '4.0/remove-mailing-list-references' into 4.0-trunk
Merge branch '4.2/clicky-escaping' into 4.2-trunk
Merge branch '4.2/cf-format-doc' into 4.2-trunk
Merge branch '4.0/backport-avoid-dbd-mysql-datetime-locale' into 4.0-trunk
Merge branch '4.4/reports' into 4.4-trunk
Support managing groups as watchers in REST
Merge branch '4.4/add-creator-reference-argument-to-show-transaction-callback' into 4.4-trunk
Merge branch '4.4/total-time-worked' into 4.4-trunk
Display total time worked per user if $DisplayTotalTimeWorked
Merge branch '4.4/dynamic-user-time' into 4.4-trunk
Merge branch '4.0-trunk' into 4.2-trunk
Remove 4.0-era RT logo path
Merge branch '4.2-trunk' into 4.4-trunk
Update translations from Launchpad
Fix failing t/web/ticket_txn_cf.t test
Fix unique custom fields under Oracle
Avoid Oracle syntax errors with query terminator ;
Torsten Brumm (1):
Add callbacks to ShowAttachments
sunnavy (1):
fix "Unescaped left brace in regex is deprecated" warning with perl 5.21.1+
-----------------------------------------------------------------------
More information about the rt-commit
mailing list