Bugzilla – Attachment 66312 Details for
Bug 18811
Visibility settings inconsistent between framework and authority editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 18811: Atomic update to print warning at upgrade time
SIGNED-OFF-Bug-18811-Atomic-update-to-print-warnin.patch (text/plain), 1.47 KB, created by
Josef Moravec
on 2017-08-22 10:20:22 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 18811: Atomic update to print warning at upgrade time
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-08-22 10:20:22 UTC
Size:
1.47 KB
patch
obsolete
>From da5b5464f2b180f61c6e4837cf3422a9c2656c38 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 23 Jun 2017 07:59:04 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 18811: Atomic update to print warning at > upgrade time > >The warning encourages people to run the auth_show_hidden_data script >to check for data in hidden fields and adjust their frameworks. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > installer/data/mysql/atomicupdate/bug_18811.perl | 9 +++++++++ > 1 file changed, 9 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_18811.perl > >diff --git a/installer/data/mysql/atomicupdate/bug_18811.perl b/installer/data/mysql/atomicupdate/bug_18811.perl >new file mode 100644 >index 0000000..09dedfa >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_18811.perl >@@ -0,0 +1,9 @@ >+$DBversion = 'XXX'; # will be replaced by the RM >+if( CheckVersion( $DBversion ) ) { >+ >+ print q{WARNING: Bug 18811 fixed an inconsistency in the visibility settings for authority frameworks. It is recommended that you run script misc/maintenance/auth_show_hidden_data.pl to check if you have data in hidden fields and adjust your frameworks accordingly to prevent data loss when editing such records.}; >+ print "\n"; >+ >+ SetVersion( $DBversion ); >+ print "Upgrade to $DBversion done (Bug 18811 - Visibility settings inconsistent between framework and authority editor)\n"; >+} >-- >2.1.4
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 18811
:
64314
|
64541
|
64542
|
64570
|
64571
|
64572
|
64573
|
66309
|
66310
|
66311
|
66312
|
66708
|
66709
|
66710
|
66711
|
66793
|
66794
|
70614