Bugzilla – Attachment 62322 Details for
Bug 17911
Message and timeout mismatch at the end of the install process
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17911: Message and timeout mismatch
Bug-17911-Message-and-timeout-mismatch.patch (text/plain), 1.79 KB, created by
Jonathan Druart
on 2017-04-18 18:53:47 UTC
(
hide
)
Description:
Bug 17911: Message and timeout mismatch
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-04-18 18:53:47 UTC
Size:
1.79 KB
patch
obsolete
>From 35dfe1dded35692aff74f150573de5e5bb1ce2d9 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Sun, 15 Jan 2017 23:26:33 -0500 >Subject: [PATCH] Bug 17911: Message and timeout mismatch > >The installation step 3 has a meta refresh of 10 seconds, >but the message says 5 seconds. People could get impatient. > >TEST PLAN >--------- >1) Fresh install > -- notice the discrepancy on the web installation. >2) drop and create the DB >3) apply the patch >4) run the web install > -- notice it refreshes faster (5 seconds vs 10 seconds) >5) run koha qa test tools > >Works as intended and passes qa test tool > OK koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt > OK forbidden patterns > OK git manipulation > OK spelling > OK tt_valid > OK valid_template > >Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >index 0ec24cc..8c38066 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >@@ -1,5 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %]<title>Koha › Web installer › Step 3</title> >-[% IF ( finish ) %]<meta http-equiv="refresh" content="10; url=/cgi-bin/koha/mainpage.pl">[% END %] >+[% IF ( finish ) %]<meta http-equiv="refresh" content="5; url=/cgi-bin/koha/mainpage.pl">[% END %] > [% INCLUDE 'installer-doc-head-close.inc' %] > <div> > <h1 id="logo"><img alt="Koha" src="[% interface %]/[% theme %]/img/koha.org-logo.gif" /> Web installer › Step 3</h1> >-- >2.9.3
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 17911
:
59000
|
62195
| 62322