Bugzilla – Attachment 35988 Details for
Bug 13712
Missing newline in DB update 3.19.00.010
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13712 - Missing newline in DB update 3.19.00.010
PASSED-QA-Bug-13712---Missing-newline-in-DB-update.patch (text/plain), 1.58 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-02-18 12:32:44 UTC
(
hide
)
Description:
[PASSED QA] Bug 13712 - Missing newline in DB update 3.19.00.010
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-02-18 12:32:44 UTC
Size:
1.58 KB
patch
obsolete
>From c06964e3e1baaafee8d83a37de9fa8410cc5c344 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Mon, 16 Feb 2015 10:50:17 +0100 >Subject: [PATCH] [PASSED QA] Bug 13712 - Missing newline in DB update > 3.19.00.010 > >To test: >- Make sure your database is pre 3.19.00.010 (for example by loading in > an older backup) >- Run through the web-based database update (web installer, step 3) >- Verify that updates 3.19.00.010 and 3.19.00.011 are squashed > together on one line >- Apply the patch >- Reset the database and run the web-based database upgrade again >- Verify that the two uupdates are noe displayed on separate lines > (as separate bullet points) > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.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 ad8ec97..dc2554c 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -9755,7 +9755,7 @@ if ( CheckVersion($DBversion) ) { > $DBversion = "3.19.00.010"; > if ( CheckVersion($DBversion) ) { > $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('SessionRestrictionByIP','1','Check for Change in Remote IP address for Session Security. Disable when remote ip address changes frequently.','','YesNo')"); >- print "Upgrade to $DBversion done (Bug 5511 - SessionRestrictionByIP)"; >+ print "Upgrade to $DBversion done (Bug 5511 - SessionRestrictionByIP)\n"; > SetVersion ($DBversion); > } > >-- >2.3.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 13712
:
35925
| 35988