Bugzilla – Attachment 32615 Details for
Bug 12068
label-create-pdf.pl Add support for RTL languages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12068: Follow up - make Text::Bidi mandatory
Bug-12068-Follow-up---make-TextBidi-mandatory.patch (text/plain), 921 bytes, created by
Chris Cormack
on 2014-10-23 05:28:03 UTC
(
hide
)
Description:
Bug 12068: Follow up - make Text::Bidi mandatory
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-10-23 05:28:03 UTC
Size:
921 bytes
patch
obsolete
>From a41062c597cf60d9d25667b9e8b81b474fb6a024 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 11 Oct 2014 12:57:53 -0300 >Subject: [PATCH] Bug 12068: Follow up - make Text::Bidi mandatory > >Without the module some of the tests will fail. As this is >fixing a serious bug for RTL language users, we agreed >to make it mandatory. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > C4/Installer/PerlDependencies.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index db1ab0a..a6a5bd9 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -709,7 +709,7 @@ our $PERL_DEPS = { > }, > 'Text::Bidi' => { > 'usage' => 'Label batch PDF', >- 'required' => '0', >+ 'required' => '1', > 'min_ver' => '0.03', > }, > }; >-- >1.9.1
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 12068
:
26984
|
27336
|
27503
|
30775
|
30792
|
30793
|
32255
|
32614
| 32615