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
b6fdf4f0
Commit
b6fdf4f0
authored
Jun 26, 2013
by
Alex Vandiver
Browse files
Version 0.09 releng
parent
a07d0262
Changes
3
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
b6fdf4f0
0.09 Wed Jun 26 15:06:42 EST 2013
* Update Module::Install and Module::Install::RTx
* Fix "Merged into ..." messages in user comments
* Remove Hook::LexWrap, to allow useful stacktraces
* Hook for user summary (RT 4.2)
* Fix a bug with the unique'ing code in RT::Users
* Fix for loading from a RT::CurrentUser, not just an RT::User
0.08 Mon Feb 25 13:33:48 PST 2013
* Move tests to author-only; they require having an RT installed somewhere
...
...
META.yml
View file @
b6fdf4f0
...
...
@@ -23,4 +23,4 @@ requires:
perl
:
5.8.3
resources
:
license
:
http://opensource.org/licenses/gpl-license.php
version
:
0.0
8
version
:
0.0
9
lib/RT/Extension/MergeUsers.pm
View file @
b6fdf4f0
...
...
@@ -49,7 +49,7 @@ use warnings; no warnings qw(redefine);
package
RT::Extension::
MergeUsers
;
our
$VERSION
=
'
0.0
8
';
our
$VERSION
=
'
0.0
9
';
=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