From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/plone-custom login_success portlet_ ...
Date: 19 Sep 2006 14:59:28 -0000 [thread overview]
Message-ID: <20060919145928.12546.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2006-09-19 14:59:27
Modified files:
luci/plone-custom: login_success portlet_login
Log message:
cleanup
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/login_success.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/portlet_login.diff?cvsroot=cluster&r1=1.7&r2=1.8
--- conga/luci/plone-custom/login_success 2006/09/19 14:48:21 1.5
+++ conga/luci/plone-custom/login_success 2006/09/19 14:59:27 1.6
@@ -12,7 +12,7 @@
<div metal:fill-slot="main">
<div tal:condition="not:isAnon">
- <div tal:define="came_from request/came_from|string:/luci/homebase/;
+ <div tal:define="came_from request/came_from|nothing;
initial_login request/initial_login|nothing;
js_enabled python:request.get('js_enabled','1')!='0';">
@@ -55,4 +55,3 @@
</body>
</html>
-
--- conga/luci/plone-custom/portlet_login 2006/09/19 14:48:21 1.7
+++ conga/luci/plone-custom/portlet_login 2006/09/19 14:59:27 1.8
@@ -11,9 +11,9 @@
tal:define="pageloc python: request.URL.split('/')[-1];
okToShowHere python: not pageloc in ('login_form', 'join_form');
auth nocall:here/acl_users/credentials_cookie_auth|nothing"
- tal:condition="python: isAnon and okToShowHere">
+ tal:condition="isAnon">
-<tal:block tal:condition="python: here.siteIsSetup()">
+<tal:block tal:condition="python: okToShowHere and here.siteIsSetup()">
<dl class="portlet"
id="portlet-login"
reply other threads:[~2006-09-19 14:59 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=20060919145928.12546.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.