Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt-extension-mergeusers
Commits
8b0d037a
Commit
8b0d037a
authored
Feb 25, 2013
by
Thomas Sibley
Browse files
Version 0.08 releng
parent
3ac0f1c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
8b0d037a
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)
...
...
MANIFEST
View file @
8b0d037a
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
x
t/01merge_users.t
x
t/change_email.t
MANIFEST.SKIP
0 → 100644
View file @
8b0d037a
#!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$
lib/RT/Extension/MergeUsers.pm
View file @
8b0d037a
...
...
@@ -49,7 +49,7 @@ use warnings; no warnings qw(redefine);
package
RT::Extension::
MergeUsers
;
our
$VERSION
=
'
0.0
7
';
our
$VERSION
=
'
0.0
8
';
=head1 NAME
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment