All of lore.kernel.org
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci plone-custom/configured.png plone-c ...
Date: 2 Nov 2007 20:49:56 -0000	[thread overview]
Message-ID: <20071102204956.6800.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-11-02 20:49:55

Modified files:
	luci/plone-custom: configured.png installed.png joined.png 
	                   notstarted.png rebooted.png 
	luci/site/luci/Extensions: conga_constants.py 
	luci/storage   : storage_probing.js storage_utils.js 
	                 storage_validation.js 

Log message:
	Fix typos in the storage javascript code
	Update the graphics

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/configured.png.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/installed.png.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/joined.png.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/notstarted.png.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/rebooted.png.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_probing.js.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_utils.js.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_validation.js.diff?cvsroot=cluster&r1=1.3&r2=1.4

Binary files /cvs/cluster/conga/luci/plone-custom/configured.png	2007/09/25 03:51:42	1.1 and /cvs/cluster/conga/luci/plone-custom/configured.png	2007/11/02 20:49:55	1.2 differ
rcsdiff: /cvs/cluster/conga/luci/plone-custom/configured.png: diff failed
Binary files /cvs/cluster/conga/luci/plone-custom/installed.png	2007/09/25 03:51:42	1.1 and /cvs/cluster/conga/luci/plone-custom/installed.png	2007/11/02 20:49:55	1.2 differ
rcsdiff: /cvs/cluster/conga/luci/plone-custom/installed.png: diff failed
Binary files /cvs/cluster/conga/luci/plone-custom/joined.png	2007/09/25 03:51:42	1.1 and /cvs/cluster/conga/luci/plone-custom/joined.png	2007/11/02 20:49:55	1.2 differ
rcsdiff: /cvs/cluster/conga/luci/plone-custom/joined.png: diff failed
Binary files /cvs/cluster/conga/luci/plone-custom/notstarted.png	2007/09/25 03:51:42	1.1 and /cvs/cluster/conga/luci/plone-custom/notstarted.png	2007/11/02 20:49:55	1.2 differ
rcsdiff: /cvs/cluster/conga/luci/plone-custom/notstarted.png: diff failed
Binary files /cvs/cluster/conga/luci/plone-custom/rebooted.png	2007/09/25 03:51:42	1.1 and /cvs/cluster/conga/luci/plone-custom/rebooted.png	2007/11/02 20:49:55	1.2 differ
rcsdiff: /cvs/cluster/conga/luci/plone-custom/rebooted.png: diff failed
--- conga/luci/site/luci/Extensions/conga_constants.py	2007/10/09 20:20:02	1.45
+++ conga/luci/site/luci/Extensions/conga_constants.py	2007/11/02 20:49:55	1.46
@@ -152,5 +152,5 @@
 # to >= 2 to get full debugging output in syslog (LOG_DAEMON/LOG_DEBUG).
 
 LUCI_DEBUG_MODE			= True
-LUCI_DEBUG_NET			= False
-LUCI_DEBUG_VERBOSITY	= 3
+LUCI_DEBUG_NET			= True
+LUCI_DEBUG_VERBOSITY	= 5
--- conga/luci/storage/storage_probing.js	2007/10/22 19:49:06	1.3
+++ conga/luci/storage/storage_probing.js	2007/11/02 20:49:55	1.4
@@ -7,7 +7,7 @@
 ** Free Software Foundation.
 */
 
-function strip_left(txt) {
+function strip_left(res_txt) {
 	return(res_txt.replace(/^\s+/g, ""));
 }
 
--- conga/luci/storage/storage_utils.js	2007/10/22 19:49:06	1.4
+++ conga/luci/storage/storage_utils.js	2007/11/02 20:49:55	1.5
@@ -7,7 +7,7 @@
 ** Free Software Foundation.
 */
 
-function strip_left(txt) {
+function strip_left(res_txt) {
 	return(res_txt.replace(/^\s+/g, ""));
 }
 
--- conga/luci/storage/storage_validation.js	2007/10/22 19:49:06	1.3
+++ conga/luci/storage/storage_validation.js	2007/11/02 20:49:55	1.4
@@ -303,7 +303,7 @@
 	return false;
 }
 
-function strip_left(txt) {
+function strip_left(res_txt) {
 	return(res_txt.replace(/^\s+/g, ""));
 }
 



                 reply	other threads:[~2007-11-02 20:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071102204956.6800.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.