[Rt-commit] rt annotated tag, rt-4.0.18rc1, created. rt-4.0.18rc1
Alex Vandiver
alexmv at bestpractical.com
Wed Oct 2 16:47:01 EDT 2013
The annotated tag, rt-4.0.18rc1 has been created
at 4f96f6c78ad2196bc914d0a70bb96fd0c4c9d724 (tag)
tagging e775cc6ca3824f57a2053811ccf1fbfb68e1099b (commit)
replaces rt-4.0.17
tagged by Alex Vandiver
on Tue Oct 1 17:56:50 2013 -0400
- Log -----------------------------------------------------------------
version 4.0.18rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAlJLRSIACgkQMflWJZZAbqA5yACeMUSkebrzw17qgBfiZPRgLtVB
8OgAoMJk/z32SdBf61ZxUbce82d0fWnf
=tYDN
-----END PGP SIGNATURE-----
Alex Vandiver (33):
Fix uninitialized value warning in RT::Principal::HasRight
Note that as RT::User->Load is used, the user/email must already exist
If __check_user returns false, attempting to use that value in a warning is pointless
Sort the list of lookuptypes such that it displays in consistent order
Provide a default LookupType of Ticket when creating CustomFields
Merge branch '4.0/admin-queues-paging' into 4.0-trunk
Remove trailing conflict marker which slipped in
Merge branch '4.0/dashboard-email-html' into 4.0-trunk
Merge branch '4.0/mimeword-decoding-quotes' into 4.0-trunk
Merge branch '4.0/skip-approval-action-callback' into 4.0-trunk
Merge branch '4.0/standard-log-message-tweaks' into 4.0-trunk
Merge branch '4.0/mail-log-parse-dev-tool' into 4.0-trunk
Merge branch '4.0/docs-from-extension-tarballs' into 4.0-trunk
Merge branch '4.0/limit-custom-field-queue-syntax' into 4.0-trunk
Merge branch '4.0/rt-email-group-load-user-by-email' into 4.0-trunk
Merge branch '4.0.16-releng' into 4.0-trunk
Merge branch '4.0/add-from-to-mail-error-messages' into 4.0-trunk
Merge branch '4.0/test-scripts-compile' into 4.0-trunk
Merge branch '4.0/clarify-parsenewmessageforticketccs' into 4.0-trunk
Merge branch '4.0.17-releng' into 4.0-trunk
Merge branch '4.0/rtaddressregexp-docs' into 4.0-trunk
Merge branch '4.0/dont-link-punctuation' into 4.0-trunk
Merge branch '4.0/use-query-param-in-charts-subnav' into 4.0-trunk
Merge branch '4.0/check-parsedate-result' into 4.0-trunk
Merge branch '4.0/enable-more-warnings-in-tests' into 4.0-trunk
Fix queue summary ("Quick Search") with non-lowercase statuses
Attempt to avoid filesystem race conditions by skipping chdir
Merge branch '4.0/link-readme-in-docs' into 4.0-trunk
Don't catch trailing html tags, like <br>, in HTML anchor
Merge branch '4.0/make-clicky-punctuation' into 4.0-trunk
Merge branch '4.0/delete-system-branded-subject-tag' into 4.0-trunk
Merge branch '4.0/move-misversioned-upgrade' into 4.0-trunk
Ensure that the Subject header is not double-encoded
Christian Loos (3):
always log the email address to help debugging
add new callback before submit button
move upgrade script to the next free slot
Jim Brandt (2):
Test showing incorrect subnav links in Charts.html
Use Query when passed to create subnav links on Charts.html
Jukka Laaksola (1):
Avoid adding too many quotes around decoded MIME words
Kevin Falcone (11):
Add a quick callback to allow you to stop an Approval
Merge branch '4.0.14-releng' into 4.0-trunk
Merge branch '4.0.15-releng' into 4.0-trunk
Correct the explanation of how RTAddressRegexp works.
Be explicit about when this option applies.
Merge branch '4.0/queue-summary-status-casing' into 4.0-trunk
Merge branch '4.0/policy-race-condition' into 4.0-trunk
make_clicky will escape content, so we have to escape before matching
Merge branch '4.0/makeclicky-html-in-anchor' into 4.0-trunk
Merge branch '4.0/beforesubmit-callback' into 4.0-trunk
Merge branch '4.0/encode-2.53-support' into 4.0-trunk
Richard Hartmann (1):
docs/UPGRADING-4.0: Mention full text search
Ruslan Zakirov (1):
enable warnings globally in RT::Test as first thing
Thomas Sibley (28):
Valid HTML for emailed dashboards
Failing test demonstrating incorrect MIME word decoding with quotes
Failing tests showing MakeClicky incorrectly includes trailing punctuation
Limit the Admin Queues list to 50 rows per page by default
Tests for right name canonicalization
Show filename and line in syslog only when the level _is_ debug
Log the process id at the beginning of each log line
A quick tool for pulling out the most useful lines relating to mail from an RT log
Don't check for strict/warnings if a shebang is OK and the shebang isn't perl
Use the first directory we find instead of "rt-*" so extension tarballs work
TicketSQL queue-specific CF syntax is CF.Queue.{Name} not CF.{Queue}.{Name}
Merge branch '4.0/uninitialized-warning-rt-principal-hasright' into 4.0-trunk
Merge branch '4.0/rt-email-group-warnings' into 4.0-trunk
rt-email-group-admin: Load users by email address after trying name
rt-email-group-admin: Autocreate users if necessary
Merge branch '4.0/add-existing-principal-in-admin-rights-ui' into 4.0-trunk
Merge branch '4.0/customfield-lookuptype-consistency' into 4.0-trunk
Iterate JS arrays with a C-style for loop, not for-in
Use local variable declarations instead of polluting global space
Ensure a newline is between the error comments and the previously submitted form
Merge branch '4.0/rest-reedit-content' into 4.0-trunk
Merge branch '4.0/date-cf-in-history-and-search' into 4.0-trunk
Avoid linking trailing punctuation in MakeClicky
Test that all bin/ and sbin/ scripts compile
Add Locale::PO as a developer dep
Log the loaded user and sender when reporting an email permission error
Link F<README> to the specially-processed README page
Use the TOC data to determine what we found during this batch
sunnavy (9):
canonicalize date/datetime cfs in ticket history and search results
show original text in editor when reediting
clean up global BrandedSubjectTag, which we missed in 3.9.7 upgrade script
Time::ParseDate::parsedate could return error message and we shall log it
goto existing principal link directly if the principal is selected in "ADD USER" or "ADD GROUP"
cascaded cf's parent might have multiple values selected
nothing else but indent fix
Merge branch '4.0/cascade-cf-with-multi-selected-parent' into 4.0-trunk
no need 3.8-branded-queues-extension any more
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list