[Rt-commit] rt annotated tag, rt-4.0.14rc1, created. rt-4.0.14rc1
Kevin Falcone
falcone at bestpractical.com
Mon Jul 15 11:01:59 EDT 2013
The annotated tag, rt-4.0.14rc1 has been created
at 2925912a6e84c1f6a11aa3a9aa255846f5a22f70 (tag)
tagging 772feccad7d55dc7b39e93dfae5f0a977cd97ed5 (commit)
replaces rt-4.0.13
tagged by Kevin Falcone
on Fri Jul 12 15:58:28 2013 -0400
- Log -----------------------------------------------------------------
release 4.0.14rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (Darwin)
Comment: GPGTools - http://gpgtools.org
iEYEABECAAYFAlHgX+QACgkQ0+gKWp5CJQoYUwCdHf9oA+njtpm75imD4reQ4jcm
5hUAoNdk64C/bbtGoY9mCb1shglGSVMO
=XRWJ
-----END PGP SIGNATURE-----
Alex Vandiver (44):
Make transaction CFs correctly limited to the correct queues
/Ticket/Graphs/ requires the GraphViz module; skip tests if not installed
Explicitly force 404s on non-WebPath requests
Add security tests for vulnerabilities released 2012-10-25
Merge branch '4.0/no-prev-handle-side-effects' into 4.0-trunk
Merge branch '4.0/disconnect-on-destroy' into 4.0-trunk
Don't output to STDOUT for successfully sent digests, by default
Merge branch '4.0/report-ticketsql-errors' into 4.0-trunk
Merge branch '4.0/fulltext-indexer-errors' into 4.0-trunk
Rename quoting tests to avoid a filename conflict upon merge
Remove an extra "my" which causes "masks earlier declaration in same scope" warnings
Merge branch '4.0/text-wrap-and-quoting-long-lines' into 4.0-trunk
Merge branch '4.0/session-store-failure' into 4.0-trunk
Merge branch '4.0/file-based-session-locks' into 4.0-trunk
Merge branch '4.0/attachment-ordering' into 4.0-trunk
File::Temp under 5.18 warns if passed an undefined template
Merge branch '4.0/do-not-load-object-of-value-zero' into 4.0-trunk
Merge branch '4.0/cfs-on-create-regression' into 4.0-trunk
Merge branch '4.0/user-autocomplete-extensibility' into 4.0-trunk
Merge branch '4.0/lifecycle-case-comparisons' into 4.0-trunk
Merge branch '4.0/outgoing-mail-from' into 4.0-trunk
Fix a pod formatting error
Fix a file path, and use F<> to refer to files
Merge branch '4.0/add-with-disabled-column' into 4.0-trunk
Allow searching for @hostname.tld to find all requestors at that domain
Merge branch '4.0/show-more-results-for-reminders' into 4.0-trunk
Merge branch '4.0/more-flexible-license_tag' into 4.0-trunk
Update copyright dates from re-running license tagger
The farbtastic CSS mistakenly gained an RT license tag in 061cdbb; remove it
Merge branch '4.0/status-of-created-reminders' into 4.0-trunk
Document new @domainname.com syntax for simple search
Merge branch '4.0/currentuser-attributes' into 4.0-trunk
Merge branch '4.0/customize-upgrade-wording' into 4.0-trunk
Merge branch '4.0/non-numerical-checkbox-id-warnings' into 4.0-trunk
Merge branch '4.0/rest-attachments-on-create' into 4.0-trunk
Merge branch '4.0/error-handling-for-quote-extraction' into 4.0-trunk
Merge branch '4.0/backport-content-type-in-rest' into 4.0-trunk
Merge branch '4.0/rt-setup-database-upgrade-bulletproofing' into 4.0-trunk
Merge branch '4.0/filter-empty-order-by' into 4.0-trunk
Merge branch '4.0/default-attachment-disposition' into 4.0-trunk
Merge branch '4.0/more-conservative-quote-folding' into 4.0-trunk
Merge branch '4.0/perl-5.18-compat' into 4.0-trunk
Merge branch '4.0/extensible-ticketsql-cf-limits' into 4.0-trunk
Merge branch '4.0/extension-docs' into 4.0-trunk
Bradley Bell (1):
Show friendly string instead of "0" for non-ticket "local" links in search results
Christian Loos (2):
fix change custom field value case
add test for CF enter one value case change
David Good (1):
Correct backwards MIME type when recording dropped long attachments
Dominic Hargreaves (1):
Print DatabasePort as well as DatabaseHost in rt-setup-database
Jim Brandt (3):
Quote replies properly when re-wrapping
When wrapping, keep existing line breaks
Document behavior of testfile option
Kevin Falcone (16):
Don't exit a sub via next
Allow for an html/ directory
Check for the existence of items before tagging
Don't force Bookmarks to be unlimited.
Note that we no longer list all your Bookmarks in UPGRADING
Merge branch '4.0/license-tags' into 4.0-trunk
Typo in warning when passing Base and Target while changing Links
Make sure we don't numerically compare ""
Allow an extension to use --action upgrade with different wording
Add an ObjectTypeFromlookupType method and document RecordClassFromLookupType
Rename some variables that will become confusing.
Document the new DBD::Pg requirement
Merge branch '4.0/pg-9.2-compatibility' into 4.0-trunk
Remove arg passing to Tabs
Merge branch '4.0/digests-no-mail-on-success' into 4.0-trunk
Merge branch '4.0/transaction-cf-limit-on-bulk-update' into 4.0-trunk
Ruslan Zakirov (16):
override _Handle in RT::SearchBuilder
bundle together watcher searches
uncomment heavy tests and put them under ENV variable
we were not disconnecting handles on destroy
save and restore OLD values in safe_run_child
codes can mean other errors
return more results when reminders are updated
Merge branch '4.0/reset-searchbuilder-flags' into 4.0-trunk
extract our code that fetches table names
require newer DBD::Pg on Pg 9.2 for upgrade
Merge branch '4.0/log-resolver-failures' into 4.0-trunk
Merge branch '4.0/document-testfile-delete' into 4.0-trunk
Merge branch '4.0/remove-bookmarks-hardcoding' into 4.0-trunk
extract attachments processing in REST into lib
extract form editor loop into a sub for error checks
REST: make it possible to attach files on create
Thomas Sibley (63):
User autocomplete: Add the class autocompletes-user for easier selecting later
User autocomplete: Override the item render to conditionally use HTML from the server
OverrideOutgoingMailFrom: Use $CorrespondAddress if the queue's isn't set
SetOutgoingMailFrom: Accept an email address as a value and use it globally
Report better errors when unable to parse or execute TicketSQL
Warn on failures to create RT::URI::* resolver objects
Explain the process of watcher join bundling in a comment
Merge branch '4.0/joins-bundling' into 4.0-trunk
Error handling for text and HTML quote extraction when displaying attachments
Merge branch '4.0.12-releng' into 4.0-trunk
Combine two HTML class attributes into one
RT::CurrentUser objects should access Attributes as an RT::User
Remove the query from the error message FromSQL reports
Don't bother rendering CollectionList when the query is unparseable
Enclose the query parse error in a red error box
Correct a runtime error in our tied session error handler
Display and add attachments in alphabetical order by name
Correct a misspelling in log messages
Clean orphaned session file locks more aggressively
Only treat ">" as an email quoting character
Escape { and } in regexes when used as literals
Merge branch 'security/4.0.13-releng' into 4.0-trunk
Merge branch 'security/4.0/tests' into 4.0-trunk
Merge branch '4.0/security-test-requires-graphviz' into 4.0-trunk
Date format typo: %M is minute but we want month, %m.
Revert "no need to load object with id of value 0"
Restore case-insensitive de-duplication of statuses
Compare the special "deleted" status case insensitively
Create new reminders in the configured "reminder_on_open" status
Upgrade notes for the Set/OverrideOutgoingMailFrom changes
"RT" and "rt" are valid local links when generating documentation
Merge branch '4.0/devel-apache-404s' into 4.0-trunk
Add an upgrade note about reminder statuses
Fix incorrect test plan by switching to no plan
Merge branch '4.0/search-display-of-local-links' into 4.0-trunk
Anchor the upgrade directory regex to avoid potential false positives
Bail if it looks like --datadir is wrong during upgrade
Always filter empty strings out of OrderBy
Merge branch '4.0/simplesearch-domain' into 4.0-trunk
Default to the "attachment" disposition when none is specified
Adjust tests for new default disposition
Merge branch '4.0/changing-custom-field-value-case' into 4.0-trunk
Allow CustomFieldLookupType to be called as a class method
ObjectType/RecordTypeFromLookupType as class methods
Refactor part of LimitToGlobalOrObjectId into LimitToObjectId
Decipher TicketSQL CF identifiers using a passed in LookupType
Refactor _CustomFieldJoin to take a LookupType
Refactor _CustomFieldLimit to use a LookupType in %FIELD_METADATA
Fix horrendous load order of shredder tests
Add callbacks for before and after the query builder criteria picker
PickTicketCFs refactored from the now-generic PickCFs
Parse FooCF.{Bar} when adding a TicketSQL clause in the Query Builder
rt-static-docs: Rename --rt to --source
Save what our POD search found and use that info when making local links
Fix two POD linking errors uncovered by the new stricter local linking
Document RT::CustomFieldValues::Groups so links resolve correctly to it
Link the latest core RT docs from non-core docs
rt-static-docs: Add an --extension flag which doesn't do much (yet)
If we didn't find a local link in the current source, it needs to link even higher up the tree
POD links to RT::Extension:: and RT::Authen:: are not local
Any RT::Extension:: or RT::Authen:: docs we found during this batch _are_ local
Link extension config files when in F<>
Classify RTIR_Config and other extension configs as install docs
Todd Wade (2):
reset RT::SearchBuilder internal flags
set with_disabled_column in classes where it is missing
sunnavy (6):
no need to load object with id of value 0
REST fix: show updated message as long as the object is updated.
compare ref type first to make sure $entry_ref is not weirdly overloaded
REST: allow to set content-type for create/commenting ticket
command line test of content-type in ticket creating/commenting
order query parameters ourselves to avoid random ordering on perl-5.18+
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list