From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga ./conga.spec.in.in luci/cluster/cluster_ ...
Date: 27 Feb 2008 20:22:52 -0000 [thread overview]
Message-ID: <20080227202252.27811.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL5
Changes by: rmccabe at sourceware.org 2008-02-27 20:22:49
Modified files:
. : conga.spec.in.in
luci/cluster : cluster_svc-macros
luci/site/luci/Extensions: LuciZopeAsync.py
luci/site/luci/var: Data.fs
make : version.in
Log message:
Fix 434586
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.69&r2=1.45.2.70
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/cluster_svc-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.2&r2=1.3.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeAsync.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.5&r2=1.1.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.29&r2=1.15.2.30
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.34&r2=1.21.2.35
--- conga/conga.spec.in.in 2008/02/12 17:40:38 1.45.2.69
+++ conga/conga.spec.in.in 2008/02/27 20:22:18 1.45.2.70
@@ -292,6 +292,9 @@
### changelog ###
%changelog
+* Wed Feb 27 2008 Ryan McCabe <rmccabe@redhat.com> 0.12.0-6
+- Fix bz434586 (Resource tree does not display multiple children of a parent correctly)
+
* Tue Feb 12 2008 Ryan McCabe <rmccabe@redhat.com> 0.12.0-5
- Fix bz432533 (Do not attempt to install the cmirror package when shared storage is requested)
--- conga/luci/cluster/cluster_svc-macros 2008/02/08 21:56:33 1.3.2.2
+++ conga/luci/cluster/cluster_svc-macros 2008/02/27 20:22:19 1.3.2.3
@@ -756,7 +756,7 @@
<tal:block
tal:condition="python: 'max_depth' in res and res['max_depth'] > 0"
- tal:replace="structure python: '<div class=nothing>'" />
+ tal:replace="structure python:'<div class=%cnothing%c>' % (chr(0x22), chr(0x22))" />
<tal:block tal:define="
global type python: 'tag_name' in res and res['tag_name'] or '';
@@ -766,7 +766,7 @@
<tal:block
tal:condition="python: 'indent_ctr' in res and 'max_depth' in res"
- tal:replace="structure python: '</div>' * (res['indent_ctr'] - res['max_depth'])" />
+ tal:replace="structure python: '</div>' * (res['indent_ctr'] - res['max_depth'] - 1)" />
</div>
</div>
<div class="service_comp_list">
--- conga/luci/site/luci/Extensions/LuciZopeAsync.py 2008/02/08 21:56:33 1.1.2.5
+++ conga/luci/site/luci/Extensions/LuciZopeAsync.py 2008/02/27 20:22:19 1.1.2.6
@@ -11,6 +11,7 @@
from LuciZope import GetReqVars
from ricci_communicator import RicciCommunicator
from conga_constants import LUCI_DEBUG_MODE
+from LuciClusterInfo import LuciExtractCluModel
luci_log = get_logger()
@@ -218,6 +219,7 @@
def validate_clusvc_async(self, request):
from LuciValidation import validate_clusvc_add
- ret = validate_clusvc_add(self, request)
+ model = LuciExtractCluModel(self, request)
+ ret = validate_clusvc_add(model, request)
xml_obj = result_to_xml(ret)
write_xml_resp(request, xml_obj)
Binary files /cvs/cluster/conga/luci/site/luci/var/Data.fs 2008/02/08 21:56:33 1.15.2.29 and /cvs/cluster/conga/luci/site/luci/var/Data.fs 2008/02/27 20:22:19 1.15.2.30 differ
rcsdiff: /cvs/cluster/conga/luci/site/luci/var/Data.fs: diff failed
--- conga/make/version.in 2008/02/12 17:40:38 1.21.2.34
+++ conga/make/version.in 2008/02/27 20:22:49 1.21.2.35
@@ -1,2 +1,2 @@
VERSION=0.12.0
-RELEASE=5
+RELEASE=6
next reply other threads:[~2008-02-27 20:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-27 20:22 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-09-29 17:08 [Cluster-devel] conga ./conga.spec.in.in luci/cluster/cluster_ rmccabe
2009-05-21 13:33 rmccabe
2009-05-14 21:05 rmccabe
2009-04-27 21:03 rmccabe
2009-04-15 16:07 rmccabe
2009-03-24 20:06 rmccabe
2009-02-16 17:23 rmccabe
2008-09-18 15:20 rmccabe
2008-08-07 18:08 rmccabe
2008-07-14 21:52 rmccabe
2008-03-12 15:13 rmccabe
2008-02-08 21:57 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=20080227202252.27811.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.