Return-Path: Delivered-To: apmail-lenya-dev-archive@www.apache.org Received: (qmail 30151 invoked from network); 27 Jul 2009 20:43:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jul 2009 20:43:46 -0000 Received: (qmail 67330 invoked by uid 500); 27 Jul 2009 20:44:51 -0000 Delivered-To: apmail-lenya-dev-archive@lenya.apache.org Received: (qmail 67268 invoked by uid 500); 27 Jul 2009 20:44:51 -0000 Mailing-List: contact dev-help@lenya.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lenya.apache.org Delivered-To: mailing list dev@lenya.apache.org Received: (qmail 67260 invoked by uid 99); 27 Jul 2009 20:44:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 20:44:51 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [134.129.111.50] (HELO smtp1.NoDak.edu) (134.129.111.50) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 20:44:40 +0000 Received: from [134.129.106.20] (wings.cc.ndsu.NoDak.edu [134.129.106.20]) (authenticated bits=0) by smtp1.NoDak.edu (8.13.1/8.13.1) with ESMTP id n6RKiIwG009452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 27 Jul 2009 15:44:18 -0500 Message-ID: <4A6E119E.5090909@apache.org> Date: Mon, 27 Jul 2009 15:44:14 -0500 From: Richard Frovarp User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: dev@lenya.apache.org Subject: Popup checking Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org One of my colleagues has developed some code that could be useful to Lenya. She has code the prevents the user from logging in if they have javascript and / or popups disabled for the site. I would like to integrate this code into Lenya. It is quite concievable that you could use Lenya without javascript and / or popups, so I don't know if we want to disable the login form or not. We certainly could display an error message that would go away if they have javascript turned on and are not preventing popups. Given how our link insertion code works, it is possible that someone could be working on changes, be faced with a popup to insert a link, get blocked, then have to reload the page to get the popups to work. At this point they've just lost all of their changes and are now quite unhappy with the result. If we do everything necessary at login point, this makes their experience much nicer. So, what do other thinks? Disable login? Or just show a message? Richard --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org For additional commands, e-mail: dev-help@lenya.apache.org