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

Alex Vandiver alexmv at bestpractical.com
Tue May 6 15:01:00 EDT 2014


The annotated tag, rt-4.0.20rc1 has been created
        at  a493fd829f62f4b694b125a3a2a0dae74f24bc2a (tag)
   tagging  f8e77977137143751d98ecba4f79cb96761403f8 (commit)
  replaces  rt-4.0.19
 tagged by  Alex Vandiver
        on  Mon May 5 17:24:08 2014 -0400

- Log -----------------------------------------------------------------
version 4.0.20rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAlNoAXgACgkQMflWJZZAbqBoKQCghnFVQxQktScrWlwTox7J/jKw
fVMAnA6GWBOQ6kNaMg8VQB1k0Ye+uiT3
=BqnR
-----END PGP SIGNATURE-----

Alex Vandiver (41):
      Add a timeout to prevent failing inifite loop tests from hanging forever
      Fix precedence errors found by perl 5.19.4 of return ... or ...
      Cwd::realpath("/nonexistant") on 5.19.4 returns undef
      Catch and warn about template compilation errors
      Account for new compilation warning
      Allow member addition in initialdata
      Ensure that panes are displayed in a stable order
      Work around bugs in name resolution in SphinxSE on MySQL 5.5
      Default to 127.0.0.1 in tests to work on MySQL 5.5
      Stop leaking an extra dbh during server startup
      Explicitly disconnect the dbh before forking, if it exists
      Merge branch '4.0/add-date-datetime-to-bulk-update' into 4.0-trunk
      Merge branch '4.0/writing-rt-extensions-doc' into 4.0-trunk
      Ensure that the query is re-run after a bulk update
      Merge branch '4.0/simplesearch-placeholder-text' into 4.0-trunk
      Merge branch '4.0/div-name' into 4.0-trunk
      Merge branch '4.0/toggle-off-cf-input-size' into 4.0-trunk
      Merge branch '4.0/incorrect-handler-in-makeclicky-docs' into 4.0-trunk
      Prevent race conditions under t/tmp/, and descending into .git dirs
      Avoid errors on inlined constant lists, used in 5.19.3 and up
      Default the Domain to UserDefined, because that's what 99% will be
      Very rough pass to bring RT::StyleGuide up to date
      Merge branch '4.0/non-ascii-password' into 4.0-trunk
      Merge branch '4.0/warn-about-SetFieldsOnce' into 4.0-trunk
      Merge branch '4.0/test-non-lib-pod' into 4.0-trunk
      Note that changing queue subject tags may also require an $EmailSubjectTagRegex
      Merge branch '4.0/parse-format-original-string' into 4.0-trunk
      Avoid "uninitialized value in eq" warnings on upgrades from 3.8
      Allow arbitrary Content-Disposition in REST uploads
      Prevent uninitialized warnings on search result pages with no query
      Allow downloading dotfiles
      Add a method to remove a user preference
      Add a "Reset" button to configuration of homepage portlets
      Remove HomepageSettings preference on "reset" to pick up global defaults
      Remove the session cache of the "RT at a Glance" portlet lists
      Merge branch '4.0/reset-rt-at-a-glance' into 4.0-trunk
      Merge branch '4.0/save-dependency-script-location' into 4.0-trunk
      Merge branch '4.0/whobelongtogroups-unpriv' into 4.0-trunk
      Merge branch '4.0/makeclicky-cache' into 4.0-trunk
      Remove duplicated MakeClicky documentation
      Merge branch '4.0/chartstyle-typo' into 4.0-trunk

Christian Loos (1):
      fix ticket link name without rights on target ticket

Craig Ringer (1):
      Allow RT::Users->WhoBelongToGroups to optionally return unprivileged users

Jim Brandt (8):
      Add Date and DateTime CFs to bulk update
      New doc for writing RT extensions
      Correct POD for Lifecycle methods
      Failing test when passing 0 to AddDays
      Properly add zero days when zero is passed
      Save path because some installers or tests can change cwd
      Tests for user preferences
      Merge branch '4.0/upgrade-warning-from-3.8' into 4.0-trunk

Kevin Falcone (23):
      Merge branch '4.0/stable-dashboard-edit' into 4.0-trunk
      The subroutine ref is called handle, not handler.
      Make it possible to use Simplesearch with a different placeholder text
      Merge branch '4.0/perl-5.19.4-compat' into 4.0-trunk
      Ignore the new upgrade script
      Merge branch '4.0/rtx-customfield-checkbox-upgrade' into 4.0-trunk
      Merge branch '4.0/template-compile-error' into 4.0-trunk
      Merge branch '4.0/restore-principal-in-validator' into 4.0-trunk
      Merge branch '4.0/initialdata-membership' into 4.0-trunk
      Merge branch '4.0/policy-race-condition' into 4.0-trunk
      Merge branch '4.0/bulk-links-after-deletion' into 4.0-trunk
      Merge branch '4.0/ticket-link-without-rights' into 4.0-trunk
      all_pod_files_ok only checked lib/
      Warn about SetFieldsOnce
      Merge branch '4.0/prune-styleguide' into 4.0-trunk
      Merge branch '4.0/fewer-active-handles' into 4.0-trunk
      Merge branch '4.0/sphinx-on-mysql-5.5' into 4.0-trunk
      Merge branch '4.0/backups-mysql-patch' into 4.0-trunk
      Merge branch '4.0/dotfile-downloads' into 4.0-trunk
      Provide hook points to implement a MakeClicky cache.
      Merge branch '4.0/avoid-warnings-on-empty-search' into 4.0-trunk
      Merge branch '4.0/remove-duplicate-makeclicky-docs' into 4.0-trunk
      Merge branch '4.0/rest-content-disposition' into 4.0-trunk

Matt Zagrabelny (1):
      add type="text" to Freeform CF

Ruslan Zakirov (3):
      move helpers into RT::Test from a test file
      validator: create Principal in force resolve mode
      test edge case in validator

Tom Lanyon (1):
      Web installer: fix check for schema when installing to existing DB with no schema.

Wallace Reis (4):
      I#28784: Tests for non-ASCII character in password
      I#28784: Handle non-ASCII character in passwod
      I#22893 - Update mysqldump command on backups docs
      Correct ChartStyle value is 'bar'

sunnavy (5):
      allow to toggle off cf's textarea and input sizes if $Cols/$Rows are set to undef
      uninitialized warning fix when cf's Category is undef
      div doesn't have "name" attribute, use "data-name" instead
      upgrade script/doc for RT-Extension-CustomField-Checkbox
      keep the original string in ParseFormat so we can reuse it in BuildFormatString

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


More information about the rt-commit mailing list