Skip to content
Snippets Groups Projects
Commit 8b0d037a authored by Thomas Sibley's avatar Thomas Sibley
Browse files

Version 0.08 releng

parent 3ac0f1c2
No related branches found
No related tags found
No related merge requests found
0.08 Mon Feb 25 13:33:48 PST 2013
* Move tests to author-only; they require having an RT installed somewhere
* Switch to .in files for substitution so as not to trash version-controlled files
* Record the merged/mergee's user Name if EmailAddress is empty
* Unset EmailAddress by setting the empty string rather than undef
* Switch to modern RT::Test infrastructure for testing plugins
0.07 Thu Aug 30 12:09:31 EST 2012
Fix bug of "user email address destroys matching address in other ouser"(#70641)
......
bin/rt-merge-users
bin/rt-update-merged-users
bin/rt-merge-users.in
bin/rt-update-merged-users.in
Changes
html/Callbacks/RT-Extension-MergeUsers/Admin/Users/Modify.html/RightColumnBottom
inc/Module/AutoInstall.pm
......@@ -19,7 +19,8 @@ inc/Module/Install/WriteAll.pm
lib/RT/Extension/MergeUsers.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.yml
README
t/01merge_users.t
t/change_email.t
xt/01merge_users.t
xt/change_email.t
#!start included /opt/perlbrew/perls/perl-5.16.2/lib/5.16.2/ExtUtils/MANIFEST.SKIP
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\B\.git\b
\B\.gitignore\b
\b_darcs\b
\B\.cvsignore$
# Avoid VMS specific MakeMaker generated files
\bDescrip.MMS$
\bDESCRIP.MMS$
\bdescrip.mms$
# Avoid Makemaker generated and utility files.
\bMANIFEST\.bak
\bMakefile$
\bblib/
\bMakeMaker-\d
\bpm_to_blib\.ts$
\bpm_to_blib$
\bblibdirs\.ts$ # 6.18 through 6.25 generated this
# Avoid Module::Build generated and utility files.
\bBuild$
\b_build/
\bBuild.bat$
\bBuild.COM$
\bBUILD.COM$
\bbuild.com$
# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$
\.tmp$
\.#
\.rej$
# Avoid OS-specific files/dirs
# Mac OSX metadata
\B\.DS_Store
# Mac OSX SMB mount metadata files
\B\._
# Avoid Devel::Cover and Devel::CoverX::Covered files.
\bcover_db\b
\bcovered\b
# Avoid MYMETA files
^MYMETA\.
#!end included /opt/perlbrew/perls/perl-5.16.2/lib/5.16.2/ExtUtils/MANIFEST.SKIP
^x?t/tmp/
^bin/rt-merge-users$
^bin/rt-update-merged-users$
\.tar\.gz$
......@@ -49,7 +49,7 @@ use warnings; no warnings qw(redefine);
package RT::Extension::MergeUsers;
our $VERSION = '0.07';
our $VERSION = '0.08';
=head1 NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment