Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rt-extension-mergeusers
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
best-practical
rt-extension-mergeusers
Commits
8b0d037a
Commit
8b0d037a
authored
11 years ago
by
Thomas Sibley
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.08 releng
parent
3ac0f1c2
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Changes
+8
-0
8 additions, 0 deletions
Changes
MANIFEST
+5
-4
5 additions, 4 deletions
MANIFEST
MANIFEST.SKIP
+64
-0
64 additions, 0 deletions
MANIFEST.SKIP
lib/RT/Extension/MergeUsers.pm
+1
-1
1 addition, 1 deletion
lib/RT/Extension/MergeUsers.pm
with
78 additions
and
5 deletions
Changes
+
8
−
0
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)
...
...
This diff is collapsed.
Click to expand it.
MANIFEST
+
5
−
4
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
This diff is collapsed.
Click to expand it.
MANIFEST.SKIP
0 → 100644
+
64
−
0
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$
This diff is collapsed.
Click to expand it.
lib/RT/Extension/MergeUsers.pm
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment