[Rt-commit] rt annotated tag, rt-4.2.10rc1, created. rt-4.2.10rc1

Alex Vandiver alexmv at bestpractical.com
Fri Feb 6 13:32:44 EST 2015


The annotated tag, rt-4.2.10rc1 has been created
        at  b09b969950cf117c16bc56e0cfd394305ddedbcf (tag)
   tagging  a9a35134f25d9a1854b929e86323cdba6470d1f9 (commit)
  replaces  rt-4.2.9
 tagged by  Alex Vandiver
        on  Fri Feb 6 12:59:39 2015 -0500

- Log -----------------------------------------------------------------
Version 4.2.10rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlTVAQsACgkQMflWJZZAbqD+GgCguBXptg0yQ4eEsjpQjJ1+wS9d
458AnRNtSVX8FdmsmPcKd0ZPL+AmCM/S
=vMZs
-----END PGP SIGNATURE-----

Alex Vandiver (88):
      Fix server name used for display when under a path
      Make Obfuscate configuration callback be passed a user as documented
      Perform user/group searches case-insensitively
      Fix indentation
      Don't alter @statuses when escaping
      Properly merge global defaults in to empty-hash homepages
      Adjust the width for the transaction date to be wide enough for all formats
      Allow use of the Parents/Children aliases
      Empty emails should not match empty Correspond addresses on Queues
      Correct a comment
      Remove references to useless cache_p and fast_update_p cache configs
      Stop caching when serializing and importing
      Skip building a giant "seen" hash if cloning
      Limit the custom field values autocompleter, like the others
      Ensure that _SignEncrypt always returns ($buf, %hash)
      Update the error message to use the name of the field that is displayed
      Merge branch '4.0/flush-excel-download' into 4.0-trunk
      Merge branch '4.0/allow-template-to-set-originator' into 4.0-trunk
      Clarify wording or Organization update in validator
      Fix dependency analysis of Scrips, ObjectScrips, and Queues
      When possible, switch to IN or NOT IN rather than multiple OR'd clauses
      Move all etc/upgrade scrips to .in files, and standardize their init
      Add policy tests for etc/upgrade/ files
      \Q and \E only affect within their given string
      Make sure the non-.in bin/ and sbin/ files are +x
      There is no reason for config, acl, schema, and initialdata to be +x
      There is no reason for doc files to be +x
      These top-level files need not be +x
      Replace hardcoded paths with configure-time paths when possible
      Merge branch '4.0/writing-portlets' into 4.0-trunk
      Serialize Template as a string, not a uid
      Installer: Escape quotes and backslases in single-quoted strings
      Add a missing semicolon
      Merge branch '4.2/cfv-external-rowsperpage' into 4.2-trunk
      Merge branch '4.2/lifecycle-loc-from-config' into 4.2-trunk
      Mention how to do unindexed FTS
      Note that the sphinx config assumes a directory exists and is writable
      Merge branch '4.2/chart-group-by-dates-empty-values' into 4.2-trunk
      Remove CanonicalizeOnCreate, which has never affected behavior
      Include a POD directive as the first line, or the first content is skipped
      Sphinx 1.10 and above want an explicit binlog_path
      Revert "Sphinx 1.10 and above want an explicit binlog_path"
      Merge branch '4.2/rt-forward-encoding' into 4.2-trunk
      Ensure that all IN limits are called with at least one element
      Merge branch '4.2/cf-anchor' into 4.2-trunk
      Clarify when steps from UPGRADING-x.y should be run
      Add tests for the new ->CustomFieldObject and ->CustomFieldObj methods
      Merge branch '4.2/expose-cf-to-cfvs' into 4.2-trunk
      Add tests for UTF-8 characters
      Merge branch '4.0/decode-entities-before-indexing' into 4.0-trunk
      Fix comment characters in CSS
      Add X-RT-Interface: Email to new comments and correspondence
      Move overzealous unread message styling back into ballard and web2
      Support arbitrary database names
      Merge branch '4.2/copyright-2015' into 4.2-trunk
      Add full path to one rt-fulltext-indexer that lacks it
      Add additional clarification points about Sphinx on MySQL
      Drop sphinx xmlpipe2 output, which was unusable and undocumented
      Drop finalize and clean functions, which are now unused
      Rename Sphinx FTS search tests to "sphinx", not "mysql"
      Support native FTS on MySQL 5.6 and above
      Using a separate MyISAM table, we can also support FTS on MySQL < 5.6
      Check $CustomFields in case the MassageCustomFields callback was used
      Don't hardcode share/html in tests
      Merge branch '4.0/copyright-2015' into 4.0-trunk
      Move dhandler-specific code into the dhandler
      Re-indent code; whitespace-only changes
      RSS specifies the W3CDTF format, not RFC2822
      Send a more believable value for the syndication base date
      Merge branch '4.0/form-buttons-ordering' into 4.0-trunk
      Merge branch '4.0/quick-create-retain-values-on-failure' into 4.0-trunk
      Merge branch '4.2/sanity-check-lifecycles' into 4.2-trunk
      Move upgrade step to match next version
      Merge branch '4.2/saved-chart-show-partly' into 4.2-trunk
      Merge branch '4.2/group-as-requestor' into 4.2-trunk
      Merge branch '4.2/css-theme-detect-file' into 4.2-trunk
      Merge branch '4.2/inline-server-failed-tests-on-devel-mode' into 4.2-trunk
      Use HTML::FormatExternal to allow external HTML → text formatters
      Allow $HTMLFormatter to contain the full path
      Provide a default PATH in cases where it is unset (mod_fastcgi)
      Set an $ENV{HOME} that the external formatters can write under
      Update tests to work with any of the HTML formatters
      Merge branch '4.0-trunk' into 4.2-trunk
      Explicitly encode the HTML before passing it to external programs
      Be explicit about encodings to and from the external formatters
      Only search Content, not Content and Subject, for better indexing
      Merge branch '4.2/pseudo-from-ticket-creation' into 4.2-trunk
      Merge branch '4.2/search-by-lifecycle' into 4.2-trunk

Christian Loos (6):
      extract status loc strings from lifecycles instead of static list in Queue.pm
      implement RowsPerPage for external CustomFieldValues
      add AfterHeaders callback
      add check for empty raw value
      fix sorting empty date values
      Let CF box on Display page link to subsection of editing page

Emmanuel Lacour (1):
      Allow more than one right per @ACL in initialdata

Jesse Vincent (1):
      Add the ability to search for tickets based on queue lifecycle

Kevin Falcone (17):
      Tell admins to analyze their indexes after a restore
      Merge branch '4.2/serializer-leaks' into 4.2-trunk
      Our rich text editor produces entities for indexed characters
      Merge branch '4.2/cfv-autocomplete-limit' into 4.2-trunk
      Keep track of which Custom Field object these Values belong to
      Pass down the CustomField object from the collection.
      Bump copyright for 2015
      Merge branch '4.2/rt-interface-email' into 4.2-trunk
      Merge branch '4.2/unread-message-styling' into 4.2-trunk
      Merge branch '4.2/serialize-objectscrips' into 4.2-trunk
      Merge branch '4.2/txn-datetime-width' into 4.2-trunk
      Remove copy/pasted SYNOPSIS comment
      Merge branch '4.2/extract-rss-dhandler' into 4.2-trunk
      Merge branch '4.2/external-html-encoding' into 4.2-trunk
      Merge branch '4.2/mysql-native-fts' into 4.2-trunk
      Merge branch '4.2/simple-search-content-only' into 4.2-trunk
      Merge branch '4.2/mysql-database-names' into 4.2-trunk

Matt Zagrabelny (3):
      Fix some language typos.
      increase size of input for template name
      callbacks for Search/Bulk.html

Nathan A Boddy (1):
      Allow the NotifyGroup Action to respect AlwaysNotifyActor argument.

Richard Poole (1):
      Fix comment about scrip sort order to match code.

Todd Wade (1):
      Merge branch '4.2/html-external-formatter' into 4.2-trunk

Torsten Brumm (1):
      Add new Callbacks to ShowDates

Wallace Reis (22):
      Button ordering on update user page
      Fix grammar use of "a" vs "an"
      Merge branch '4.0/rt-server-display-name' into 4.0-trunk
      Merge branch '4.0/obfuscate-currentuser' into 4.0-trunk
      Merge branch '4.0/emailparser-false-positives' into 4.0-trunk
      Merge branch '4.0/remove-unused-cache-configs' into 4.0-trunk
      Merge branch '4.0/create-ticket-memberof' into 4.0-trunk
      Merge branch '4.2/smime-missing-signing-key' into 4.2-trunk
      Merge branch '4.2/saved-search-locstring' into 4.2-trunk
      Merge branch '4.2/watcher-insensitive' into 4.2-trunk
      Forwarded messages break attachments with non-ASCII filenames
      Prepend default install location to all command-line scripts
      Merge branch '4.2/upgrade-and-policy' into 4.2-trunk
      Writing portlets documentation
      Button ordering on ticket create/modify pages
      Merge branch '4.2/installer-escapes' into 4.2-trunk
      Merge branch '4.2/use-in-operator' into 4.2-trunk
      Merge branch '4.2/status-with-quote' into 4.2-trunk
      Merge branch '4.2/homepage-merge-defaults' into 4.2-trunk
      Allow Groups be added as Requestor
      Lexically cache current user in ticket creation
      Consistency on ticket creation

pccowboy (1):
      Expose Rows and Cols parameters to the EditCustomField callback

sunnavy (12):
      retain form values for QuickCreate when it fails to create
      flush buffer so user can see the download is working
      don't bother setting RT-Originator if it's defined already
      Merge branch '4.2/empty-in-clause' into 4.2-trunk
      update copyright for 2015, the new year!
      warn if queues' lifecycles are missing in config
      allow user to customize the visibility of image/table/sql in chart
      only bars need to be lifted up a bit
      upgrade step as old "bar" or "pie" implies "bar+table+sql" or "pie+table+sql"
      typo
      use main.css to identify if a directory in css is a theme
      don't chdir to make tests happy on inline server + devel mode

-----------------------------------------------------------------------


More information about the rt-commit mailing list