Bugzilla – Attachment 177074 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), 2.01 KB, created by
William Lavoie
on 2025-01-23 19:55:07 UTC
(
hide
)
Description:
Bug 31270: standardize on self-registration
Filename:
MIME Type:
Creator:
William Lavoie
Created:
2025-01-23 19:55:07 UTC
Size:
2.01 KB
patch
obsolete
>From 27cf7a3f6fb74795a42956e2a597ddc48964f147 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" > >Signed-off-by: William Lavoie <william.lavoie@inLibro.com> >--- > 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.43.0
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