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

Kevin Falcone falcone at bestpractical.com
Tue Dec 2 14:49:13 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  8a53f98   Merge branch '3.2-trunk'
      adds  284fdb3   Bump version for 3.2.0rc1
      adds  e547a16   Correct a Plugins vs Plugin typo in README
      adds  26d28f6   Avoid bad links in online docs
      adds  8688ad0   Copyright tag two files
      adds  9d670bf   Failing test for creation of ticket with default Constituency
      adds  70a0610   Merge branch '3.2/constituency-regression-on-email-create' into 3.2.0-releng
      adds  44ee675   Can't delete it yet, flag people to better places
      adds  652fe39   Update Module::Install
      adds  3ceb28b   Require RT 4.2.9rc1 to install
      adds  fcef298   Bump version for 3.2.0rc2
      adds  047d6b1   bump version to 3.0.3rc1
      adds  f4a6a38   bump Module::Install
      adds  f9935f3   Bump version for 3.0.3 release
      adds  f67c864   Merge branch '3.0.3-releng' into 3.0-trunk
      adds  644657e   Failing test for UTF-8 input
      adds  050cf97   Calculate the SHA1 of the encoded $$content
      adds  bd906af   Merge branch '3.0/sha-utf-8-data' into 3.0-trunk
      adds  204244a   I forgot to munge META when changing version
      adds  8e52c43   Handle multiple-select Constituency
      adds  bb6a5d3   Merge branch '3.0/multiple-select-constituency' into 3.0-trunk
      adds  7934682   Merge branch '3.0-trunk' into 3.2-trunk
      adds  910779f   Merge branch '3.2-trunk' into 3.2.0-releng
      adds  d4ae82a   We now require 4.2.9
      adds  f75969b   Test redirecting to /RTIR/ on login
      adds  fbddb6f   Don't redirect /REST/ and also handle WebPath better
      adds  ac9fd81   Merge branch '3.2/rtir-login-redirect-rest' into 3.2.0-releng
      adds  d2ef410   Bump version for 3.2.0rc3
      adds  8c87022   Replace DefaultSummaryRows preference with SummaryRows
      adds  f1e2feb   Merge branch '3.0/homepage-summaryrows' into 3.0-trunk
      adds  51befe8   Revert "Disable and unapply the SLA CF"
      adds  c642fd2   Write some actual SLA upgrade documentation.
      adds  b3edae1   Merge branch '3.0/sla-upgrade' into 3.0-trunk
      adds  f1ba660   Merge branch '3.0-trunk' into 3.2-trunk
      adds  411f86e   Merge branch '3.2-trunk' into 3.2.0-releng
      adds  338ba6f   Don't ship a locally configured add_constituency
      adds  26e43ed   Bump version for 3.2.0rc4
      adds  ae667ea   RTIR had no real test of its search UI
      adds  dff751c   Update code to handle upstream's change in quotes
      adds  4d8d6e8   Merge branch '3.2/no-quotes-in-cf-search-attributes' into 3.2.0-releng
      adds  43ad6d8   new search test
      adds  8174642   Bump version for 3.2.0rc5
      adds  f1ed090   bump version for 3.2.0
      adds  1de49a8   Merge branch '3.2.0-releng' into 3.2-trunk
      adds  e287453   Bump version for 3.0.4rc1
      adds  6324650   bump for 3.0.4
      adds  8fcdf01   Merge branch '3.0.4-releng' into 3.0-trunk
      adds  a5aac5c   Merge branch '3.0-trunk' into 3.2-trunk
       new  0e4d618   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:
 CHANGES                                            |   7 ++
 MANIFEST                                           |   3 +-
 MANIFEST.SKIP                                      |   1 +
 META.yml                                           |   4 +-
 Makefile.PL                                        |   2 +-
 README                                             |   8 +-
 bin/add_constituency.in                            |  47 +++++++++
 docs/UPGRADING                                     |   2 +-
 docs/UPGRADING-3.0                                 |  31 +++---
 etc/upgrade/2.9.0/content                          |  24 -----
 html/Callbacks/RTIR/Elements/MakeClicky/Default    |   4 +-
 .../TicketHistory/ExtraShowHistoryArguments        |  47 +++++++++
 html/Callbacks/RTIR/autohandler/SuccessfulLogin    |  17 ++-
 html/RTIR/Elements/DueIncidents                    |   7 +-
 html/RTIR/Elements/EditConstituency                |  14 +--
 html/RTIR/Elements/NewReports                      |   7 +-
 html/RTIR/Search/Elements/ProcessQuery             |   2 +-
 inc/Module/AutoInstall.pm                          |  42 ++++----
 inc/Module/Install.pm                              |  18 ++--
 inc/Module/Install/AutoInstall.pm                  |   2 +-
 inc/Module/Install/Base.pm                         |   2 +-
 inc/Module/Install/Can.pm                          |   2 +-
 inc/Module/Install/Fetch.pm                        |   2 +-
 inc/Module/Install/Include.pm                      |   2 +-
 inc/Module/Install/Makefile.pm                     |   4 +-
 inc/Module/Install/Metadata.pm                     |   6 +-
 inc/Module/Install/Win32.pm                        |   2 +-
 inc/Module/Install/WriteAll.pm                     |   2 +-
 t/015-make-clicky.t                                |   9 ++
 t/030-redirect-on-login.t                          | 115 +++++++++++++++++++++
 t/constituency/email.t                             |  28 ++++-
 t/searches/cf.t                                    |  32 ++++++
 t/upgrade/2.6.0-to-2.9.0.t                         |  12 +--
 33 files changed, 396 insertions(+), 111 deletions(-)
 create mode 100644 t/030-redirect-on-login.t
 create mode 100644 t/searches/cf.t



More information about the rt-commit mailing list