[Rt-commit] [rtir] branch master updated (c582a33 -> 8a53f98)

Kevin Falcone falcone at bestpractical.com
Tue Oct 7 16:08:00 EDT 2014


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

falcone pushed a change to branch master
in repository rtir.

      from  c582a33   Now that 3.2-trunk exists, new development version
      adds  08c1c8b   new 3.2 trunk needs a new version
      adds  02dcc74   Add a --force flag
      adds  8cee3ea   Set the executable bit
      adds  774a0d2   default_agent calls rtir_user and logs in for you
      adds  cf1e6c1   param returns the selected value(s)
      adds  70f5e0b   Test that Constituencies limit visibility
      adds  8c47569   Merge branch '3.0/test-constituencies' into 3.0-trunk
      adds  a1b7075   Disable and unapply the SLA CF
      adds  d930d76   Merge branch '3.0/disable-sla-cf' into 3.0-trunk
      adds  cacc91b   Merge branch '3.0-trunk' into 3.2-trunk
      adds  fd04d6f   Add a --force flag
      adds  5b210a2   In 3.2, add_constituency lives in bin/ not etc/
      adds  b91ced2   Turn off UseSQLForACLChecks when Constituencies are enabled.
      adds  dd6cac2   Merge branch '3.2/test-constituencies' into 3.2-trunk
      adds  4bc968f   4.2 is much stricter about case sensitivity
      adds  bcfb85c   Use mutliple-argument form of open()
      adds  184c1b2   Remove totally un-necessary sleep(2) call
      adds  fd99bb1   The error message should say what was run, not a hardcoded path
      adds  542e9be   Allow colons so you can traceroute to an ipv6 address
      adds  ffb27fa   Clean up Traceroute page
      adds  88bb61c   When RTIR stopped matching IPs in every ticket, Traceroute stopped being clicky
      adds  2766e1d   Merge branch '3.0/traceroute-cleanup' into 3.0-trunk
      adds  6d5d7ec   Merge branch '3.0-trunk' into 3.2-trunk
      adds  018d5ae   MakeClicky takes an object, not a ticket, on 4.2
      adds  4d7fdaf   EditLinks no longer offers Merging
      adds  d337fda   We now have S/MIME support
      adds  fbbc765   Make the versioning of RT/RTIR clearer
      adds  c16ea3a   Disable was unclear, overwrite is closer to what happens
      adds  71f1e9f   Be more direct about version support and upgrades
      adds  9c97978   Remove references to TicketLocking and TicketAging
      adds  e28ddfd   DocIndex is really horrible, there's no reason to point to it
      adds  815ed82   There's no reason to use OnlineDocs
      adds  6d431d7   Add more pointers to www.bestpractical.com/docs/rtir/
      adds  7d4ef12   More docs about SLA CF
      adds  7af7b8b   upgrade Module::Install::RTx
      adds  212cf64   Update MANIFEST for new test and removing README generator
      adds  94ed39c   Merge branch '3.0-trunk' into 3.2-trunk
       new  8a53f98   Merge branch '3.2-trunk'

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:
 MANIFEST                                    |   1 +
 META.yml                                    |   2 +-
 README                                      |  37 ++---
 bin/add_constituency.in                     |  18 ++-
 docs/AdministrationTutorial.pod             |   6 +-
 docs/Constituencies.pod                     |  17 +++
 docs/UPGRADING                              |   9 +-
 docs/UPGRADING-3.0                          |  20 +++
 docs/UPGRADING-3.2                          |   2 +-
 etc/upgrade/2.9.0/content                   |  24 ++++
 html/RTIR/Advanced.html                     |   6 +-
 html/RTIR/Tools/Elements/ToolFormTraceroute |   4 +
 html/RTIR/Tools/Traceroute.html             |  16 ++-
 inc/Module/Install/RTx.pm                   |   2 +-
 lib/RT/IR.pm                                |   1 -
 lib/RT/IR/Config.pm                         |  10 ++
 t/constituency/basics.t                     |   6 +-
 t/constituency/visibility.t                 | 204 ++++++++++++++++++++++++++++
 t/upgrade/2.6.0-to-2.9.0.t                  |  12 +-
 19 files changed, 340 insertions(+), 57 deletions(-)
 create mode 100644 t/constituency/visibility.t



More information about the rt-commit mailing list