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 ./conga.spec.in.in luci/cluster/resource ...
Date: 9 Oct 2007 20:24:42 -0000	[thread overview]
Message-ID: <20071009202442.30172.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-10-09 20:24:42

Modified files:
	.              : conga.spec.in.in 
	luci/cluster   : resource-form-macros 
	luci/init.d    : luci 
	make           : version.in 

Log message:
	Fix Fixed bz253879 (RFE: drop the link/details column in the resource section table)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.84&r2=1.85
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/init.d/luci.diff?cvsroot=cluster&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&r1=1.33&r2=1.34

--- conga/conga.spec.in.in	2007/09/20 22:37:32	1.84
+++ conga/conga.spec.in.in	2007/10/09 20:24:41	1.85
@@ -294,6 +294,7 @@
 - Fixed bz277711 (RFE: luci_admin should check that luci is running before asking for the password)
 - Fixed bz295771 (RFE: add ability to set self_fence attribute for clusterfs resources)
 - Fixed bz253223 (When deleting a node from conga, the fence device isn't deleted)
+- Fixed bz253879 (RFE: drop the link/details column in the resource section table)
 
 * Mon Aug 27 2007 Ryan McCabe <rmccabe@redhat.com> 0.10.0-6
 - Fixed bz253783
--- conga/luci/cluster/resource-form-macros	2007/09/25 22:47:05	1.43
+++ conga/luci/cluster/resource-form-macros	2007/10/09 20:24:42	1.44
@@ -59,7 +59,6 @@
 			<tr class="systemsTable">
 				<th class="systemsTable" width="100">Resource Name</th>
 				<th class="systemsTable" width="100">Type</th>
-				<th class="systemsTable" width="75">Link</th>
 				<th class="systemsTable" width="75">Configure</th>
 				<th class="systemsTable" width="75">Delete</th>
 			</tr>
@@ -70,11 +69,6 @@
 			<td class="systemsTable" tal:content="rs/type" />
 			<td class="systemsTable">
 				<a class="cluster resource"
-					tal:content="string: details"
-					tal:attributes="href rs/url" />
-			</td>
-			<td class="systemsTable">
-				<a class="cluster resource"
 					tal:content="string: configure"
 					tal:attributes="href rs/cfgurl" />
 			</td>
--- conga/luci/init.d/luci	2007/06/25 16:03:38	1.17
+++ conga/luci/init.d/luci	2007/10/09 20:24:42	1.18
@@ -144,7 +144,7 @@
 		fi
 	fi
 
-	$LUCID >&/dev/null &
+	sh $LUCID >&/dev/null &
 	sleep 4
 
 	sed -e s,\\\(^accept.*=\ \\\)\\\(.*\\\),\\\1$LUCI_HTTPS_PORT, $STUNNEL_CONF | $STUNNEL_D -fd 0
--- conga/make/version.in	2007/08/08 21:00:08	1.33
+++ conga/make/version.in	2007/10/09 20:24:42	1.34
@@ -1,5 +1,5 @@
-VERSION=0.10.0
-RELEASE=4_UNRELEASED
+VERSION=0.12.0
+RELEASE=1_UNRELEASED
 # Remove "_UNRELEASED" at release time.
 # Put release num at the beggining, 
 # so that after it gets released, it has 



             reply	other threads:[~2007-10-09 20:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-09 20:24 rmccabe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-12 17:37 [Cluster-devel] conga ./conga.spec.in.in luci/cluster/resource rmccabe
2008-04-18  4:19 rmccabe
2008-04-18  4:15 rmccabe
2008-02-07  6:53 rmccabe
2007-11-06 23:05 rmccabe
2007-09-20 21:03 rmccabe

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=20071009202442.30172.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.