Bugzilla – Attachment 177063 Details for
Bug 31270
Terminology: Standardize on self-registration or self registration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31270: standardize on self-registration
Bug-31270-standardize-on-self-registration.patch (text/plain), 1.95 KB, created by
Nicolas Hunstein
on 2025-01-23 15:22:40 UTC
(
hide
)
Description:
Bug 31270: standardize on self-registration
Filename:
MIME Type:
Creator:
Nicolas Hunstein
Created:
2025-01-23 15:22:40 UTC
Size:
1.95 KB
patch
obsolete
>From cf0fb74236e62b9106df27e52650b1caf4f874ec Mon Sep 17 00:00:00 2001 >From: Nicolas Hunstein <nicolas.hunstein@bsz-bw.de> >Date: Thu, 23 Jan 2025 14:42:26 +0000 >Subject: [PATCH] Bug 31270: standardize on self-registration > >updates description "selfregistration" to "self-registration" > >to test: >- go to installer/data/mysql/updatedatabase.pl >- check there are descriptions in the form "selfregistration" > >- apply patch >- descriptions are in the form "self-registration" >--- > installer/data/mysql/updatedatabase.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index b4a276d05d..fa5ac93bd9 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -13020,7 +13020,7 @@ if ( CheckVersion($DBversion) ) { > INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('PatronSelfRegistrationLibraryList', '', 'Only display libraries listed. If empty, all libraries are displayed.', NULL, 'Free'); > }); > >- print "Upgrade to $DBversion done (Bug 16274 - Make the selfregistration branchcode selection configurable)\n"; >+ print "Upgrade to $DBversion done (Bug 16274 - Make the self-registration branchcode selection configurable)\n"; > SetVersion($DBversion); > } > >@@ -13125,7 +13125,7 @@ if ( CheckVersion($DBversion) ) { > INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('PatronSelfRegistrationPrefillForm', '1', 'Display password and prefill login form after a patron has self registered', NULL, 'YesNo'); > }); > >- print "Upgrade to $DBversion done (Bug 16273 - Prevent selfregistration from printing the borrower password and filling the logging form)\n"; >+ print "Upgrade to $DBversion done (Bug 16273 - Prevent self-registration from printing the borrower password and filling the logging form)\n"; > SetVersion($DBversion); > } > >-- >2.39.5
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 31270
:
177063
|
177074
|
177115
|
177116
|
177149
|
177150
|
177375
|
177376