|
From: <al...@us...> - 2007-08-18 21:44:54
|
Revision: 496
http://sciret.svn.sourceforge.net/sciret/?rev=496&view=rev
Author: alpeb
Date: 2007-08-18 14:44:52 -0700 (Sat, 18 Aug 2007)
Log Message:
-----------
killed ConfigNotWritable view. Show missing requirements in the view where the db credentials are shown
Modified Paths:
--------------
branches/release-candidates/sciret-1.2/flowMap.php
Modified: branches/release-candidates/sciret-1.2/flowMap.php
===================================================================
--- branches/release-candidates/sciret-1.2/flowMap.php 2007-08-18 18:54:10 UTC (rev 495)
+++ branches/release-candidates/sciret-1.2/flowMap.php 2007-08-18 21:44:52 UTC (rev 496)
@@ -14,7 +14,6 @@
// ClassName => array(minimumRole, loadConfiguration, showHeader, allowOnlyIfPublicKB(for ROLE_ANONYMOUS)?)
$views = array(
'NotInstalled' => array(ROLE_ANONYMOUS, false, false, false),
- 'ConfigNotWritable' => array(ROLE_ANONYMOUS, false, false, false),
'InstallEnterCredentials' => array(ROLE_ANONYMOUS, false, false, false),
'InstallOk' => array(ROLE_ANONYMOUS, true, false, false),
'Login' => array(ROLE_ANONYMOUS, true, true, false),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|