[Rt-commit] [rtir] 01/01: Merge branch '3.2-trunk'
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 commit to branch master
in repository rtir.
commit 0e4d61803a4d145b45298096dca7f4e46de709f8
Merge: 8a53f98 a5aac5c
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Dec 2 14:45:47 2014 -0500
Merge branch '3.2-trunk'
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(-)
diff --cc META.yml
index 9a41ce7,fc6ddf7..2c4f28f
--- a/META.yml
+++ b/META.yml
@@@ -32,7 -32,7 +32,7 @@@ requires
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 3.2.HEAD
+version: 3.3.HEAD
x_module_install_rtx_version: '0.36'
- x_requires_rt: 4.2.7
+ x_requires_rt: 4.2.9
x_rt_too_new: 4.4.0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list