Bugzilla – Attachment 32614 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), 864 bytes, created by
Katrin Fischer
on 2014-10-23 05:23:50 UTC
(
hide
)
Description:
Bug 12068: Follow up - make Text::Bidi mandatory
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-10-23 05:23:50 UTC
Size:
864 bytes
patch
obsolete
>From 7c5fc9967289ad4fd7e3593b55e52a32340c1c37 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. >--- > 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 80a0498..6457d70 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -744,7 +744,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