From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 20 Oct 2006 22:20:43 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions LuciSyslog.py ... Message-ID: <20061020222043.16869.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-10-20 22:20:43 Modified files: luci/site/luci/Extensions: LuciSyslog.py cluster_adapters.py Log message: add missing import Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.123&r2=1.124 --- conga/luci/site/luci/Extensions/LuciSyslog.py 2006/10/20 20:00:29 1.5 +++ conga/luci/site/luci/Extensions/LuciSyslog.py 2006/10/20 22:20:43 1.6 @@ -1,4 +1,4 @@ -from conga_constants import LUCI_DEBUG_MODE +from conga_constants import LUCI_DEBUG_MODE, LUCI_DEBUG_VERBOSITY from syslog import openlog, closelog, syslog, \ LOG_DAEMON, LOG_PID, LOG_NDELAY, LOG_INFO, \ LOG_WARNING, LOG_AUTH, LOG_DEBUG --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/20 21:59:54 1.123 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/20 22:20:43 1.124 @@ -1258,7 +1258,7 @@ def getTabs(self, req): ###XXX Make this method return only tabs current user can use portaltabs = list() - if userAuthenticated(self): + if not userAuthenticated(self): return portaltabs selectedtab = "homebase" try: