/[smeserver]/rpms/e-smith-domains/sme10/e-smith-domains-2.6.0-bz11391-noEncoding.patch
ViewVC logotype

Contents of /rpms/e-smith-domains/sme10/e-smith-domains-2.6.0-bz11391-noEncoding.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Feb 26 06:00:59 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-domains-2_6_0-6_el7_sme, e-smith-domains-2_6_0-5_el7_sme, e-smith-domains-2_6_0-4_el7_sme, HEAD
* Fri Feb 26 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
- avoid encoding of utf strings in domain table [SME: 11391]
  this will mess with some languages

1 diff -Nur e-smith-domains-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm e-smith-domains-2.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm
2 --- e-smith-domains-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm 2016-02-04 18:30:50.000000000 -0500
3 +++ e-smith-domains-2.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm 2021-02-26 00:57:56.086000000 -0500
4 @@ -123,15 +123,15 @@
5 labels => 1,
6
7 field_attr => {
8 - Domain => { label =>
9 + Domain => { label_escape => 0, escape => 0, label =>
10 $self->localise('DOMAIN_NAME') },
11 - Description => { label =>
12 + Description => { label_escape => 0, escape => 0, label =>
13 $self->localise('DESCRIPTION_BRIEF') },
14 - Content => { label => $self->localise('CONTENT') },
15 - Nameservers => { label => $self->localise('LABEL_NAMESERVERS') },
16 - Modify => { label => $self->localise('MODIFY'),
17 + Content => { label_escape => 0, escape => 0, label => $self->localise('CONTENT') },
18 + Nameservers => { label_escape => 0, escape => 0, label => $self->localise('LABEL_NAMESERVERS') },
19 + Modify => { label_escape => 0, escape => 0, label => $self->localise('MODIFY'),
20 link => \&modify_link },
21 - Remove => { label => $self->localise('REMOVE'),
22 + Remove => { label_escape => 0, escape => 0, label => $self->localise('REMOVE'),
23 link => \&remove_link,
24 value => \&remove_value },
25 },

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed