Bugzilla – Attachment 10735 Details for
Bug 7411
remove diacritics when automatically generating userid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7411: Follop-up: Add Text::Unaccent to PerlDependencies.pm
Bug-7411-Follop-up-Add-TextUnaccent-to-PerlDepende.patch (text/plain), 950 bytes, created by
Katrin Fischer
on 2012-07-10 06:23:23 UTC
(
hide
)
Description:
Bug 7411: Follop-up: Add Text::Unaccent to PerlDependencies.pm
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-07-10 06:23:23 UTC
Size:
950 bytes
patch
obsolete
>From 27aa3d347244e37cd47eb5f12961249da0ef3494 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Tue, 10 Jul 2012 08:20:09 +0200 >Subject: [PATCH] Bug 7411: Follop-up: Add Text::Unaccent to > PerlDependencies.pm > >Adds new dependency Text::Unaccent to PerlDependencies.pm > >Module is used currently to remove diacricits from automatically >created userid (<first name>.<surname>) in the patron module. >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 2391b0b..e76a7ab 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -574,6 +574,11 @@ our $PERL_DEPS = { > 'required' => '0', > 'min_ver' => '0.05', > } >+ 'Text::Unaccent' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '1.08', >+ } > }; > > 1; >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7411
:
7064
|
10048
|
10049
|
10735
|
10800