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
556a6cf4
Commit
556a6cf4
authored
Feb 10, 2014
by
Alex Vandiver
Browse files
Bump version to 12_03
parent
c7257227
Changes
4
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
556a6cf4
0.12
* Merge users as the current user, not always the superuser
* Propagate Disabled bit to users that are merged in
0.11 Tue Sep 10 14:42:46 MSK 2013
...
...
META.yml
View file @
556a6cf4
...
...
@@ -23,4 +23,4 @@ requires:
perl
:
5.8.3
resources
:
license
:
http://opensource.org/licenses/gpl-license.php
version
:
0.12_0
2
version
:
0.12_0
3
README
View file @
556a6cf4
...
...
@@ -30,7 +30,7 @@ INSTALLATION
Add RT::Extension::MergeUsers to your /opt/rt3/etc/RT_SiteConfig.pm file
Set(@Plugins, qw(RT::Extension::MergeUsers));
If you have more than one Plugin enabled, you must enable them as one
If you have more than one Plugin enabled, you must enable them as one
Set(@Plugins, qw(Foo Bar)); command
UPGRADING
...
...
lib/RT/Extension/MergeUsers.pm
View file @
556a6cf4
...
...
@@ -49,7 +49,7 @@ use warnings; no warnings qw(redefine);
package
RT::Extension::
MergeUsers
;
our
$VERSION
=
'
0.12_0
2
';
our
$VERSION
=
'
0.12_0
3
';
=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