Return-Path: X-Original-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2194F8301 for ; Fri, 26 Aug 2011 18:34:37 +0000 (UTC) Received: (qmail 92298 invoked by uid 500); 26 Aug 2011 18:34:37 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 92242 invoked by uid 500); 26 Aug 2011 18:34:36 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 92227 invoked by uid 99); 26 Aug 2011 18:34:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2011 18:34:36 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of clalance@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2011 18:34:29 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7QIY8JN016560 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 26 Aug 2011 14:34:09 -0400 Received: from localhost.localdomain (ovpn-113-79.phx2.redhat.com [10.3.113.79]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p7QIY34F010778 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 26 Aug 2011 14:34:07 -0400 Date: Fri, 26 Aug 2011 14:34:02 -0400 From: Chris Lalancette To: deltacloud-dev@incubator.apache.org Cc: Chris Lalancette , general@incubator.apache.org Subject: Re: [VOTE] release deltacloud 0.4.0, rc4 Message-ID: <20110826183400.GD2825@localhost.localdomain> Reply-To: Chris Lalancette References: <1314230239.20871.31.camel@avon.watzmann.net> <20110826142202.GH2875@localhost.localdomain> <1314382456.20871.68.camel@avon.watzmann.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1314382456.20871.68.camel@avon.watzmann.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 On 08/26/11 - 11:14:15AM, David Lutterkort wrote: > On Fri, 2011-08-26 at 10:22 -0400, Chris Lalancette wrote: > > On 08/24/11 - 04:57:18PM, David Lutterkort wrote: > > > Hi all, > > > > > > I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is > > > available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/ > > > > > > Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT > > > > > > KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS > > > svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4 > > > > So I just tried this out again, and I'm still not getting proper page refreshes > > when creating firewalls or rules on firewalls from the HTML UI. That is, the > > firewall or the rule gets created on the backend cloud, but it does not > > refresh the page properly to show the new firewall or rule. > > > > Actually, the same problem exists with Buckets and launching of instances as > > well. Basically anything that needs to POST won't properly refresh on my > > machine. Does anyone else see this? > > This all works flawlessly for me with Firefox 6 on F15. Can you try > creating something with the firebug console open and set to 'stop on > error' ? Maybe there's some Javascript issue. Heh, yeah, you can tell I haven't done this much. Firebug is giving me: c is undefined [Break On This Error] c=c.replace(location.protocol+"//"+loc...hadow ui-body-e ui-corner-all'>

" (this is cut-n-pasted from the firebug console) I guess that code comes from: public/javascripts/jquery.mobile-1.0b1.min.js Though that file looks like it is probably auto-generated somehow. Does that help at all? -- Chris Lalancette