Bugzilla – Attachment 31006 Details for
Bug 12790
Perl modules: Display required version numbers on about page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12790 - Perl modules: Display required version numbers on about page
Bug-12790---Perl-modules-Display-required-version-.patch (text/plain), 1.76 KB, created by
Marc Véron
on 2014-08-20 06:44:54 UTC
(
hide
)
Description:
Bug 12790 - Perl modules: Display required version numbers on about page
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-08-20 06:44:54 UTC
Size:
1.76 KB
patch
obsolete
>From 6545acbdd79973a182fda26fcaea7a5229a0b376 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Thu, 7 Aug 2014 07:45:34 +0200 >Subject: [PATCH] Bug 12790 - Perl modules: Display required version numbers > on about page > >This patch adds information about required perl module versions to the 'About' page. > >To test: >Apply patch >In staff client, go to 'About', tab 'Perl modules' >The required version numbers should display in small print underneath the module names. >--- > about.pl | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/about.pl b/about.pl >index b197cd3..d144e37 100755 >--- a/about.pl >+++ b/about.pl >@@ -161,6 +161,7 @@ foreach my $pm_type(@pm_types) { > upgrade => ($pm_type eq 'upgrade_pm' ? 1 : 0), > current => ($pm_type eq 'current_pm' ? 1 : 0), > require => $stats->{'required'}, >+ reqversion => $stats->{'min_ver'}, > } > ); > } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 9d46798..d18b7f8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -83,7 +83,7 @@ > <th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing"> > [% END %] > [% END %] >- [% ro.name %] >+ [% ro.name %] <span style="font-weight:normal; font-size:smaller"><br />[%ro.reqversion %]</span> > </th> > [% IF ( ro.name == '' ) %] > <td> >-- >1.7.10.4
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 12790
:
31006
|
31331
|
31347
|
31348
|
31359
|
31360
|
31361