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 cluster/resource-form-macros site/l ...
Date: 30 May 2007 22:39:38 -0000	[thread overview]
Message-ID: <20070530223938.4412.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	EXPERIMENTAL
Changes by:	rmccabe at sourceware.org	2007-05-30 22:39:37

Modified files:
	luci/cluster   : resource-form-macros 
	luci/site/luci/var: Data.fs 

Log message:
	Bring the database into sync with the rest of the codebase

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.37.2.1&r2=1.37.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.25.2.1&r2=1.25.2.2

--- conga/luci/cluster/resource-form-macros	2007/05/30 05:54:01	1.37.2.1
+++ conga/luci/cluster/resource-form-macros	2007/05/30 22:39:28	1.37.2.2
@@ -92,7 +92,7 @@
 	<h2>Resources Remove Form</h2>
 
 	<tal:block tal:define="
-		msg python: here.deleteResource(here.getRicciAgentForCluster(request), request)">
+		msg python: here.resourceDelete(here.getRicciAgentForCluster(request), request)">
 		<span class="error" tal:condition="msg" tal:content="msg" />
 	</tal:block>
 </div>
@@ -271,7 +271,7 @@
 	<h2>Resource <span tal:replace="python: ('edit' in request and request['edit']) and 'Edited' or 'Added'" /></h2>
 
 	<div tal:content="
-		python: here.addResource(here.getRicciAgentForCluster(request), request)" />
+		python: here.resourceAdd(here.getRicciAgentForCluster(request), request)" />
 </div>
 
 <div metal:define-macro="resourceconfig-form">
Binary files /cvs/cluster/conga/luci/site/luci/var/Data.fs	2007/05/18 03:30:44	1.25.2.1 and /cvs/cluster/conga/luci/site/luci/var/Data.fs	2007/05/30 22:39:28	1.25.2.2 differ
rcsdiff: /cvs/cluster/conga/luci/site/luci/var/Data.fs: diff failed



             reply	other threads:[~2007-05-30 22:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-30 22:39 rmccabe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-25 20:01 [Cluster-devel] conga/luci cluster/resource-form-macros site/l rmccabe
2010-08-07  3:16 rmccabe
2008-05-12 18:04 rmccabe
2008-05-12 18:03 rmccabe
2007-02-22 20:52 rmccabe
2007-02-22 20:52 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=20070530223938.4412.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.