Bugzilla – Attachment 103773 Details for
Bug 25045
Add a way to restrict anonymous access to public routes (OpacPublic behaviour)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25045: (RM follow-up) Correction to updatedatebase.pl
Bug-25045-RM-follow-up-Correction-to-updatedatebas.patch (text/plain), 1.29 KB, created by
Martin Renvoize (ashimema)
on 2020-04-27 12:42:49 UTC
(
hide
)
Description:
Bug 25045: (RM follow-up) Correction to updatedatebase.pl
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-04-27 12:42:49 UTC
Size:
1.29 KB
patch
obsolete
>From 733874e24eb20b10e8387d2a9df565fad284b510 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 27 Apr 2020 13:42:11 +0100 >Subject: [PATCH] Bug 25045: (RM follow-up) Correction to updatedatebase.pl > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index b9487df64d..87be61ec59 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -21847,7 +21847,7 @@ if( CheckVersion( $DBversion ) ) { > INSERT IGNORE INTO `systempreferences` > (`variable`,`value`,`explanation`,`options`,`type`) > VALUES >- ('RESTPublicAnonymousRequests', $opac_public, NULL,'If enabled, the API will allow anonymous access to public routes that don\'t require authenticated access.','YesNo'); >+ ('RESTPublicAnonymousRequests', $opac_public, NULL,'If enabled, the API will allow anonymous access to public routes that do not require authenticated access.','YesNo'); > }); > > NewVersion( $DBversion, 25045, "Add a way to restrict anonymous access to public routes (OpacPublic behaviour)"); >-- >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 25045
:
102846
|
102847
|
102848
|
102849
|
103651
|
103652
|
103653
|
103654
|
103655
|
103675
|
103676
|
103677
|
103678
|
103748
|
103749
|
103773
|
106080
|
106081