• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item7460: Configure should be more obvious about sanity defects

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Engine   Normal New   n/a  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

Configure does various "sanity" checks.It needs to be more obvious when one of them fails.

For a specific example, it has been recommended that LocalSite.config be set to read-only to avoid malicious changes. When the file is read-only, configure prints a note, but the note is easy to miss.

Please consider making the following (or similar) change to bin/configure:

sub _actionPromptPassword {

    print CGI::h2( 'TWiki Administrator Login');
    print "\n\n\n<span class='error'>";
    print $sanityStatement ;    ## printing this in any case..
    print "</span>\n\n\n";

for a result that is much more obvious.

-- TWiki:Main/VickiBrown - 2014-03-15

ItemTemplate
Summary Configure should be more obvious about sanity defects
ReportedBy TWiki:Main.VickiBrown
Codebase 6.0.0
SVN Range TWiki-6.0.1-trunk, Sat, 01 Mar 2014, build 27044
AppliesTo Engine
Component

Priority Normal
CurrentState New
WaitingFor

Checkins

TargetRelease n/a
ReleasedIn

Topic revision: r1 - 2014-03-15 - VickiBrown
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback