[Rt-commit] rt annotated tag, rt-4.2.3, created. rt-4.2.3

Alex Vandiver alexmv at bestpractical.com
Thu Feb 20 13:12:56 EST 2014


The annotated tag, rt-4.2.3 has been created
        at  b9f427cf7f31454a3f43e6ce67f33be6bff393d7 (tag)
   tagging  cce632b20ca0e16a67945bab3a1e81f1ffdb9216 (commit)
  replaces  rt-4.2.2
 tagged by  Alex Vandiver
        on  Thu Feb 20 12:37:28 2014 -0500

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

iEYEABECAAYFAlMGPVgACgkQMflWJZZAbqBIRACgrMfrYFcKhfc6wNIH2pXHFVMa
CnIAoLX8VJm32gi6Rq096qKPDzJiIPy+
=VeCP
-----END PGP SIGNATURE-----

Alex Vandiver (64):
      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 Date and DateTime CF values validate using current values
      Make validation code aware that 1970 for date CFs is "not set"
      Use defined-or instead of || to not lose "0" as a CF value for validation
      Bullet-proof upgrade steps slighty, by dropping if the new table exists
      Respect transaction squelching for signing/encryption
      Ensure that panes are displayed in a stable order
      Ensure that all calls to _EncodeLOB pass bytes, not characters
      Correct old "Queue" and "QueueId" columns which still assumed scrips applied to 1 or all queues
      Allow queue CF rights to apply on single-queue searches
      Stop leaking an extra dbh during server startup
      Explicitly disconnect the dbh before forking, if it exists
      Don't start a FCGI process manager unless one is needed
      Merge branch '4.2.2-releng' into 4.2-trunk
      Importer: If the serializer wrote absoolute paths, be sure to trim them
      Merge branch '4.2/ShowTransactionAttachments' into 4.2-trunk
      $user->PrincipalObj is _undef_ if the LoadByEmail failed
      loc() is only in scope by way of $self->
      Merge branch '4.0/add-date-datetime-to-bulk-update' into 4.0-trunk
      Adjust a limit on Type, now deprecated, in shrink_transactions_table
      Push the RT::System object, so its ->id is used in WhoHaveGroupRight
      De-duplicate ACLEquiv objects in WhoHaveGroupRight
      Merge branch '4.0/writing-rt-extensions-doc' into 4.0-trunk
      Add a missing colon in documentation
      Merge branch '4.2/disabled-message-on-user-summary' into 4.2-trunk
      Automatically clean out Mason cache whenever HTML is installed
      Cleaning out var/mason after rt-server has been unnecessary since 9e737ee1
      Merge branch '4.2/cf-input-name-sub' into 4.2-trunk
      Skip custom fields that do not apply to the ticket/transaction
      Ensure that the query is re-run after a bulk update
      Show static roots in system configuration, along with Mason roots
      Remove the "CPAN module older than 1.84" prose, as perl 5.10.1 ships 1.9402
      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.2/simplesearch-placeholder-text' into 4.2-trunk
      Merge branch '4.0/incorrect-handler-in-makeclicky-docs' into 4.0-trunk
      Merge branch '4.2/owner-autocomplete-switch-callback' into 4.2-trunk
      Merge branch '4.2/pass-ticket-to-showattachments' into 4.2-trunk
      Merge branch '4.2/articles-setup-warning' into 4.2-trunk
      Reformat paramhash list into =over list in POD
      Merge branch '4.2/default-scrip-stage-in-initialdata' into 4.2-trunk
      Merge branch '4.2/do-not-search-without-term-in-user-search' into 4.2-trunk
      Merge branch '4.2/launchpad-sync' into 4.2-trunk
      Force Name to be case insensitive; see c3c06440
      Fix precedence errors found by perl 5.19.4 of return ... and ...
      Prevent race conditions under t/tmp/, and descending into .git dirs
      Avoid errors on inlined constant lists, used in 5.19.3 and up
      Merge branch '4.2/fix-rights-editor-tab-state' into 4.2-trunk
      Merge branch '4.2/txn-send-mail-to-input-js-trigger-for-jquery-1.9' into 4.2-trunk
      Merge branch '4.2/notify-not-sendemail' into 4.2-trunk
      Merge branch '4.2/titlebox-rolledup-base-align' into 4.2-trunk
      Default the Domain to UserDefined, because that's what 99% will be
      Crypt: Make clearer that Auth::Crypt needs Auth::MailFrom as well
      Crypt: Warn if we are altering an explicitly provided Incoming or Outgoing list
      Crypt: Warn if Auth::Crypt is enabled but no Incoming plugins exist
      Merge branch '4.0-trunk' into 4.2-trunk
      Pass the role type to the ACL method, as AddRoleMember does
      Document the ACL argument, as AddRoleMember does

Christian Loos (2):
      fix ticket link name without rights on target ticket
      introduce a new ticket-active class and add status

Emmanuel Lacour (1):
      Expose $ShowHeaders to MassageDisplayHeaders callback

Jim Brandt (11):
      Pass the ticket object to ShowAttachments from Forward.html
      Add Date and DateTime CFs to bulk update
      New doc for writing RT extensions
      Correct CustomFields key in MassageCustomFields callback parameter list
      Display a message on user summary for disabled users
      Tests showing initialdata failure on Queue create with no Stage
      Default scrip Stage to TransactionCreate
      Docs for AddToObject and RemoveFromObject
      Merge branch '4.2/admin-scrip-queue' into 4.2-trunk
      Sort chart label values numerically if they all look like numbers
      Merge branch '4.2/chart-label-looks-like-number' into 4.2-trunk

Kevin Falcone (34):
      _EncodeLOB expects to get an octet string.
      Allow overriding of the 50 user limit in owner dropdowns.
      Merge branch '4.0/stable-dashboard-edit' into 4.0-trunk
      The subroutine ref is called handle, not handler.
      Merge branch '4.2/single-role-group-resolve' into 4.2-trunk
      Make it possible to use Simplesearch with a different placeholder text
      Add a Placeholder argument so simplesearch users can override Search...
      Merge branch '4.2/importer-abs-paths' into 4.2-trunk
      Pull in updates from Launchpad
      Merge branch '4.2/single-queue-search-contextobj' into 4.2-trunk
      Merge branch '4.2/no-fastcgi-pm' into 4.2-trunk
      Merge branch '4.2/shrink-transactions-deprecations' into 4.2-trunk
      Merge branch '4.2/who-have-right-optimization' into 4.2-trunk
      SendEmail cannot work, AlwaysNotifyActor is defined in Notify.pm
      Merge branch '4.2/txn-cfs-on-create' into 4.2-trunk
      Merge branch '4.2/squelch-encryption-recipients' into 4.2-trunk
      Merge branch '4.0/perl-5.19.4-compat' into 4.0-trunk
      Merge branch '4.2/auto-clear-mason-cache' into 4.2-trunk
      Merge branch '4.2/pass-octets-to-encodelob' into 4.2-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.2/drop-if-exists' into 4.2-trunk
      Merge branch '4.0/restore-principal-in-validator' into 4.0-trunk
      Merge branch '4.2/perl-5.19.4-compat' into 4.2-trunk
      Merge branch '4.2/crypt-docs' into 4.2-trunk
      Merge branch '4.0/initialdata-membership' into 4.0-trunk
      Merge branch '4.2/admin-config-static-paths' into 4.2-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
      Merge branch '4.2/fewer-active-handles' into 4.2-trunk
      Merge branch '4.2/ticket-status-in-link-class' into 4.2-trunk
      Merge branch '4.2/remove-role-acl' into 4.2-trunk

Matt Zagrabelny (3):
      Add InTable parameter to callbacks of EditTransactionCustomFields
      Add CF parameter to {Edit,Show}CustomFields BeforeCustomFields callback
      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

Wallace Reis (2):
      Issues #28636: Articles setup warning appearance
      Titlebox rolled up base align

sunnavy (9):
      don't bother searching users at all without search term
      Merge branch '4.2/date-cf-validation' into 4.2-trunk
      refactor cf input name and abstract a sub to get it
      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
      update TxnSendMailTo input js trigger for new version of jquery(1.9.1)
      js code update for new jquery-ui tabs used in EditRights

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


More information about the rt-commit mailing list