Bugzilla – Attachment 158740 Details for
Bug 35065
Convert SelfCheckHelpMessage system preference to HTML customization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35065: (follow-up) Atomic update fixes
Bug-35065-follow-up-Atomic-update-fixes.patch (text/plain), 1.36 KB, created by
Owen Leonard
on 2023-11-09 14:56:13 UTC
(
hide
)
Description:
Bug 35065: (follow-up) Atomic update fixes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-11-09 14:56:13 UTC
Size:
1.36 KB
patch
obsolete
>From 3c589b3675d1acd5d2f6a2ab10d579e97e79025e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 9 Nov 2023 14:55:11 +0000 >Subject: [PATCH] Bug 35065: (follow-up) Atomic update fixes > >--- > ...e-SelfCheckHelpMessage-to-additional-contents.pl | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug-35065-move-SelfCheckHelpMessage-to-additional-contents.pl b/installer/data/mysql/atomicupdate/bug-35065-move-SelfCheckHelpMessage-to-additional-contents.pl >index 6642a668ce..69fdcd98c7 100755 >--- a/installer/data/mysql/atomicupdate/bug-35065-move-SelfCheckHelpMessage-to-additional-contents.pl >+++ b/installer/data/mysql/atomicupdate/bug-35065-move-SelfCheckHelpMessage-to-additional-contents.pl >@@ -30,9 +30,12 @@ return { > undef, $insert_id, $selfcheckhelpmessage > ); > >- # Remove old system preference >- $dbh->do("DELETE FROM systempreferences WHERE variable='SelfCheckHelpMessage'"); >- say $out "Bug 35065 update done"; >+ say $out "Added 'SelfCheckHelpMessage' HTML customization"; > } >- } >- } >+ >+ # Remove old system preference >+ $dbh->do("DELETE FROM systempreferences WHERE variable='SelfCheckHelpMessage'"); >+ say $out "Removed system preference 'SelfCheckHelpMessage'"; >+ >+ }, >+}; >-- >2.30.2
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 35065
:
157204
|
157560
|
157583
|
157844
|
157845
|
157926
|
157927
|
158457
|
158458
|
158738
|
158739
| 158740