Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-ldapimport
Commits
71b1459b
Commit
71b1459b
authored
Mar 22, 2011
by
Kevin Falcone
Browse files
bump version and do release engineering for 0.31
parent
0881f454
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
5 deletions
+12
-5
Changes
Changes
+6
-0
MANIFEST
MANIFEST
+3
-2
META.yml
META.yml
+1
-1
inc/Module/Install/RTx.pm
inc/Module/Install/RTx.pm
+1
-1
lib/RT/Extension/LDAPImport.pm
lib/RT/Extension/LDAPImport.pm
+1
-1
No files found.
Changes
View file @
71b1459b
Revision history for RT-Extension-LDAPImport
0.31
Further upgrades to MIRTx for RT4 compat
Warn and skip numeric users and groups
Add an $LDAPCreatePrivileged flag to create imported users as Privileged
Add an optimization for adding new groups; if we just created it, we know it is empty, so skip the member query
0.31_03
Upgrade Module::Install::RTx so it can find RT.pm
and version check properly.
...
...
MANIFEST
View file @
71b1459b
...
...
@@ -16,13 +16,14 @@ inc/Module/Install/WriteAll.pm
INSTALL.SKIP
lib/RT/Extension/LDAPImport.pm
Makefile.PL
MANIFEST
MANIFEST
This list of files
MANIFEST.SKIP
META.yml
# Will be created by "make dist"
META.yml
README
t/00.load.t
t/group-import.t
t/lib/RT/Extension/LDAPImport/Test.pm.in
t/pod-coverage.t
t/pod.t
t/user-import-privileged.t
t/user-import.t
META.yml
View file @
71b1459b
...
...
@@ -27,4 +27,4 @@ requires:
Test::More:
0
resources
:
license
:
http://dev.perl.org/licenses/
version
:
0.31
_03
version
:
0.31
inc/Module/Install/RTx.pm
View file @
71b1459b
...
...
@@ -228,4 +228,4 @@ sub requires_rt {
__END__
#line 34
2
#line 34
8
lib/RT/Extension/LDAPImport.pm
View file @
71b1459b
package
RT::Extension::
LDAPImport
;
our
$VERSION
=
'
0.31
_03
';
our
$VERSION
=
'
0.31
';
use
warnings
;
use
strict
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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