Bugzilla – Attachment 10800 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), 1.11 KB, created by
Dobrica Pavlinusic
on 2012-07-12 15:52:39 UTC
(
hide
)
Description:
Bug 7411: Follop-up: Add Text::Unaccent to PerlDependencies.pm
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-07-12 15:52:39 UTC
Size:
1.11 KB
patch
obsolete
>From 4f3cd07f428b6fba3818465a4389cdf9b041eb8e 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. > >Test scenario: >1. open About Koha > Perl modules >2. verify that Text::Unaccent is there > >Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index cc10c9a..d5e9326 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -577,6 +577,11 @@ our $PERL_DEPS = { > 'Test::Strict' => { > 'usage' => 'Core', > 'required' => '0.14', >+ }, >+ 'Text::Unaccent' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '1.08', > } > }; > >-- >1.7.2.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