Bugzilla – Attachment 143504 Details for
Bug 12758
Failure when loading or parsing XSLT stylesheets over HTTPS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12758: (QA follow-up) Enhance POD
Bug-12758-QA-follow-up-Enhance-POD.patch (text/plain), 1.43 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-09 12:59:48 UTC
(
hide
)
Description:
Bug 12758: (QA follow-up) Enhance POD
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-09 12:59:48 UTC
Size:
1.43 KB
patch
obsolete
>From c01977158c40cea42e95c9beae752a68c5984e09 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 9 Nov 2022 09:58:56 -0300 >Subject: [PATCH] Bug 12758: (QA follow-up) Enhance POD > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Exceptions/XSLT.pm | 38 ++++++++++++++++++++++++-------------- > 1 file changed, 24 insertions(+), 14 deletions(-) > >diff --git a/Koha/Exceptions/XSLT.pm b/Koha/Exceptions/XSLT.pm >index ecd0b1f8291..c0addeef654 100644 >--- a/Koha/Exceptions/XSLT.pm >+++ b/Koha/Exceptions/XSLT.pm >@@ -17,20 +17,6 @@ package Koha::Exceptions::XSLT; > # You should have received a copy of the GNU General Public License > # along with Koha; if not, see <http://www.gnu.org/licenses>. > >-=head1 NAME >- >-Koha::Exceptions::XSLT; >- >-=head1 SYNOPSIS >- >-Koha::Exceptions::XSLT::MissingFilename->throw; >- >-=head1 DESCRIPTION >- >-Defines a few exceptions for Koha::XSLT:: modules >- >-=cut >- > use Modern::Perl; > use Koha::Exception; > use Exception::Class ( >@@ -47,4 +33,28 @@ use Exception::Class ( > }, > ); > >+=head1 NAME >+ >+Koha::Exceptions::XSLT - Base class for XSLT exceptions >+ >+=head1 DESCRIPTION >+ >+Defines a few exceptions for Koha::XSLT:: modules >+ >+=head1 Exceptions >+ >+=head2 Koha::Exceptions::XSLT >+ >+Generic XSLT exception. >+ >+=head2 Koha::Exceptions::XSLT::MissingFilename >+ >+Missing filename exception. >+ >+=head2 Koha::Exceptions::XSLT::FetchFailed >+ >+Failed to fetch the XSLT. >+ >+=cut >+ > 1; >-- >2.38.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 12758
:
31974
|
31975
|
136711
|
136712
|
136713
|
138199
|
138200
|
138201
|
140790
|
140791
|
140792
|
142768
|
142770
|
142771
|
142772
| 143504