Bugzilla – Attachment 106296 Details for
Bug 21395
Make perlcritic happy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21395: (QA follow-up) POD fixes
Bug-21395-QA-follow-up-POD-fixes.patch (text/plain), 2.98 KB, created by
Martin Renvoize (ashimema)
on 2020-06-25 14:22:08 UTC
(
hide
)
Description:
Bug 21395: (QA follow-up) POD fixes
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-06-25 14:22:08 UTC
Size:
2.98 KB
patch
obsolete
>From 5306b5025b62d8973518526b58403d6b4ce498c5 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 25 Jun 2020 13:48:36 +0100 >Subject: [PATCH] Bug 21395: (QA follow-up) POD fixes > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/InstallAuth.pm | 36 ++++++++++++++++++------------------ > 1 file changed, 18 insertions(+), 18 deletions(-) > >diff --git a/C4/InstallAuth.pm b/C4/InstallAuth.pm >index 765c662c49..05718b0789 100644 >--- a/C4/InstallAuth.pm >+++ b/C4/InstallAuth.pm >@@ -62,14 +62,14 @@ InstallAuth - Authenticates Koha users for Install process > > =head1 DESCRIPTION > >- The main function of this module is to provide >- authentification. However the get_template_and_user function has >- been provided so that a users login information is passed along >- automatically. This gets loaded into the template. >- This package is different from C4::Auth in so far as >- C4::Auth uses many preferences which are supposed NOT to be obtainable when installing the database. >+The main function of this module is to provide >+authentification. However the get_template_and_user function has >+been provided so that a users login information is passed along >+automatically. This gets loaded into the template. >+This package is different from C4::Auth in so far as >+C4::Auth uses many preferences which are supposed NOT to be obtainable when installing the database. > >- As in C4::Auth, Authentication is based on cookies. >+As in C4::Auth, Authentication is based on cookies. > > =head1 FUNCTIONS > >@@ -84,19 +84,19 @@ InstallAuth - Authenticates Koha users for Install process > } > ); > >- This call passes the C<query>, C<flagsrequired> and C<authnotrequired> >- to C<&checkauth> (in this module) to perform authentification. >- See C<&checkauth> for an explanation of these parameters. >+This call passes the C<query>, C<flagsrequired> and C<authnotrequired> >+to C<&checkauth> (in this module) to perform authentification. >+See C<&checkauth> for an explanation of these parameters. > >- The C<template_name> is then used to find the correct template for >- the page. The authenticated users details are loaded onto the >- template in the logged_in_user variable (which is a Koha::Patron object). Also the >- C<sessionID> is passed to the template. This can be used in templates >- if cookies are disabled. It needs to be put as and input to every >- authenticated page. >+The C<template_name> is then used to find the correct template for >+the page. The authenticated users details are loaded onto the >+template in the logged_in_user variable (which is a Koha::Patron object). Also the >+C<sessionID> is passed to the template. This can be used in templates >+if cookies are disabled. It needs to be put as and input to every >+authenticated page. > >- More information on the C<gettemplate> sub can be found in the >- Templates.pm module. >+More information on the C<gettemplate> sub can be found in the >+Templates.pm module. > > =cut > >-- >2.20.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 21395
:
79239
|
103666
|
103740
|
104038
|
104039
|
106293
|
106294
|
106295
| 106296 |
106390
|
106393
|
106394
|
106395
|
106398