[Rt-commit] [rtir] branch master updated (f650c08 -> 33ddc99)
Kevin Falcone
falcone at bestpractical.com
Thu Apr 24 12:49:05 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 f650c08 Correct a return value from arrayref to array
adds d09f1d4 Load Custom Fields with CASESENSITIVE => 0
adds 3b4a3fe We now print users with ShowUser
adds 3daf9a4 Also override AutoOpenInactive
adds f804933 Remove clever use of return 1
adds 51b3f1e Grant DutyTeam ShowArticlesMenu
adds c273b21 Small wording changes in 4.2 that broke link following
adds 04efb54 Remove a double-call ported from 3.0
adds c1dc68c GetKeysInfo now dispatches through RT::Crypt
adds 8fe86fe Create RT::IR::Test::GnuPG
adds 51c2386 Catch the remaining GnuPG/SignEncryptWidget
adds d58c1ba MakeClicky may now be called on non-tickets 775f4bd
adds 6fe7f01 Update mysql dump to use a 4.2 schema
new 2c5c44c ValidateCustomFields now calculates a NamePrefix based on Object
new 559376f Merge branch '3.2/test-fixes'
new 33ddc99 updated MI
The 3 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:
META.yml | 3 +-
etc/initialdata | 1 +
etc/upgrade/2.9.0/content | 2 +-
html/Callbacks/RTIR/Elements/MakeClicky/Default | 26 +-
html/RTIR/Create.html | 1 +
html/RTIR/Elements/UpdateData | 2 +-
html/RTIR/Investigation/Elements/Create | 2 +-
html/RTIR/Update.html | 1 +
inc/Module/AutoInstall.pm | 2 +-
inc/Module/Install.pm | 2 +-
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 | 2 +-
inc/Module/Install/Metadata.pm | 2 +-
inc/Module/Install/Win32.pm | 2 +-
inc/Module/Install/WriteAll.pm | 2 +-
lib/RT/IR.pm | 21 +-
lib/RT/IR/Test.pm.in | 21 +-
lib/RT/{Condition/RTIR.pm => IR/Test/GnuPG.pm} | 69 +--
lib/RT/IR/Test/Web.pm | 2 +-
t/constituency/acl.t | 2 +-
t/constituency/basics.t | 2 +-
t/constituency/email.t | 2 +-
t/constituency/propagation-inherit.t | 2 +-
t/constituency/propagation-no.t | 2 +-
t/constituency/propagation-reject.t | 2 +-
t/custom-fields/ip.t | 2 +-
t/custom-fields/ipv6.t | 2 +-
.../snapshot/mysql/rtir-2.6.after-rt-upgrade.sql | 484 +++++++++++----------
t/gnupg/on-create.t | 33 +-
t/gnupg/on-incident.t | 23 +-
t/gnupg/on-update.t | 32 +-
t/rtfm/basics.t | 4 +-
t/upgrade/2.6.0-to-2.9.0.t | 6 +-
37 files changed, 385 insertions(+), 386 deletions(-)
copy lib/RT/{Condition/RTIR.pm => IR/Test/GnuPG.pm} (60%)
More information about the rt-commit
mailing list