[Rt-commit] [rtir] branch master updated (0e4d618 -> 45de095)

Kevin Falcone falcone at bestpractical.com
Thu Dec 4 18:31:07 EST 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a change to branch master
in repository rtir.

      from  0e4d618   Merge branch '3.2-trunk'
      adds  744a6de   Remove an unnecessary subroutine prototype
      adds  f97924e   Remove indirect object notation
      adds  b5806b7   Avoid using $1 after a regex which may fail to match
      adds  11a0d05   Explicit returns for add_constituency
      adds  e629936   Explicit returns for lib/RT/IR.pm
      adds  bbd0da8   Explicit returns for lib/RT/IR/Test.pm
      adds  f6888ba   Explicit returns for lib/RT/IR/Test/Web.pm
      adds  f24b415   Promote _FlushCustomFieldsCache into a public method
      adds  07f3ed1   Use something not string eval to load local overlays
      adds  b57f399   Remove never-used merge_ticket sub
      adds  d4531d8   Use blockless map and grep blocks
      adds  d905705   Standardize use strict/warnings/base header somewhat
      adds  57e4ebd   Add warnings to RTIR_Config
      adds  ced00e3   Put an explicit return value on the debug function
       new  45de095   Merge branch '3.4/perlcritic'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/add_constituency.in                            | 10 +++-
 etc/RTIR_Config.pm                                 |  1 +
 etc/upgrade/upgrade.pl.in                          |  6 +-
 lib/RT/Action/RTIR.pm                              |  4 +-
 lib/RT/Action/RTIR_Activate.pm                     |  7 +--
 lib/RT/Action/RTIR_ChangeChildOwnership.pm         |  6 +-
 lib/RT/Action/RTIR_ChangeParentOwnership.pm        |  6 +-
 lib/RT/Action/RTIR_FindIP.pm                       |  7 +--
 lib/RT/Action/RTIR_MergeIPs.pm                     |  6 +-
 lib/RT/Action/RTIR_OpenParent.pm                   |  6 +-
 lib/RT/Action/RTIR_ResolveChildren.pm              |  8 +--
 lib/RT/Action/RTIR_SetConstituency.pm              |  6 +-
 lib/RT/Action/RTIR_SetConstituencyGroup.pm         |  8 +--
 lib/RT/Action/RTIR_SetDueIncident.pm               |  6 +-
 lib/RT/Action/RTIR_SetHowReported.pm               |  7 +--
 lib/RT/Action/RTIR_SetIncidentResolution.pm        |  6 +-
 lib/RT/Condition/RTIR.pm                           | 10 ++--
 lib/RT/Condition/RTIR_CustomerResponse.pm          |  6 +-
 lib/RT/Condition/RTIR_LinkingToIncident.pm         |  6 +-
 lib/RT/Condition/RTIR_Merge.pm                     |  6 +-
 lib/RT/Condition/RTIR_RequireConstituencyChange.pm |  6 +-
 .../RTIR_RequireConstituencyGroupChange.pm         |  6 +-
 lib/RT/Condition/RTIR_RequireDueChange.pm          |  6 +-
 lib/RT/Condition/RTIR_RequireReportActivation.pm   |  6 +-
 lib/RT/Condition/RTIR_StaffResponse.pm             |  6 +-
 lib/RT/IR.pm                                       | 38 +++++++-----
 lib/RT/IR/Test.pm.in                               |  7 +--
 lib/RT/IR/Test/Web.pm                              | 68 ++++------------------
 t/000-mason-syntax.t                               |  2 +-
 t/custom-fields/defaults-on-linking.t              |  2 +-
 t/custom-fields/on-transactions.t                  |  2 +-
 31 files changed, 105 insertions(+), 172 deletions(-)



More information about the rt-commit mailing list