[Cluster-devel] conga/luci/site/luci/Extensions LuciSyslog.py ...

rmccabe at sourceware.org rmccabe at sourceware.org
Fri Oct 20 22:20:43 UTC 2006


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:




More information about the Cluster-devel mailing list