Return-Path: Delivered-To: apmail-click-commits-archive@www.apache.org Received: (qmail 86151 invoked from network); 21 Jun 2010 15:04:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jun 2010 15:04:06 -0000 Received: (qmail 74545 invoked by uid 500); 21 Jun 2010 15:04:06 -0000 Delivered-To: apmail-click-commits-archive@click.apache.org Received: (qmail 74530 invoked by uid 500); 21 Jun 2010 15:04:06 -0000 Mailing-List: contact commits-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@click.apache.org Delivered-To: mailing list commits@click.apache.org Received: (qmail 74522 invoked by uid 99); 21 Jun 2010 15:04:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 15:04:06 +0000 X-ASF-Spam-Status: No, hits=-1816.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 15:04:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E77B52388978; Mon, 21 Jun 2010 15:03:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r956615 - in /click/trunk/click: LICENSE.txt NOTICE.txt extras/src/META-INF/resources/click/menu-fix-ie6.js Date: Mon, 21 Jun 2010 15:03:18 -0000 To: commits@click.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100621150318.E77B52388978@eris.apache.org> Author: sabob Date: Mon Jun 21 15:03:18 2010 New Revision: 956615 URL: http://svn.apache.org/viewvc?rev=956615&view=rev Log: added bgiframe license and attribution Modified: click/trunk/click/LICENSE.txt click/trunk/click/NOTICE.txt click/trunk/click/extras/src/META-INF/resources/click/menu-fix-ie6.js Modified: click/trunk/click/LICENSE.txt URL: http://svn.apache.org/viewvc/click/trunk/click/LICENSE.txt?rev=956615&r1=956614&r2=956615&view=diff ============================================================================== --- click/trunk/click/LICENSE.txt (original) +++ click/trunk/click/LICENSE.txt Mon Jun 21 15:03:18 2010 @@ -793,3 +793,24 @@ STRIPES FRAMEWORK LICENSE org.apache.click.service.DeployUtils is taken from the Stripes Framework distributed under the terms of the Apache Software License 2.0. + +====================================================================== + +JQUERY BGIFRAME PLUGIN LICENSE (MIT License) + +Copyright (c) 2010 Brandon Aaron + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. Modified: click/trunk/click/NOTICE.txt URL: http://svn.apache.org/viewvc/click/trunk/click/NOTICE.txt?rev=956615&r1=956614&r2=956615&view=diff ============================================================================== --- click/trunk/click/NOTICE.txt (original) +++ click/trunk/click/NOTICE.txt Mon Jun 21 15:03:18 2010 @@ -68,4 +68,8 @@ http://www.famfamfam.com/lab/icons This product includes the class org.apache.click.service.DeployUtils.java from the Stripes Framework, released under the Apache 2.0 license. -http://stripesframework.org \ No newline at end of file +http://stripesframework.org + +This product includes the JQuery bgiframe plugin, developed by +Brandon Aaron, distributed under the terms of the MIT license. +http://brandonaaron.net/code/bgiframe/docs/ Modified: click/trunk/click/extras/src/META-INF/resources/click/menu-fix-ie6.js URL: http://svn.apache.org/viewvc/click/trunk/click/extras/src/META-INF/resources/click/menu-fix-ie6.js?rev=956615&r1=956614&r2=956615&view=diff ============================================================================== --- click/trunk/click/extras/src/META-INF/resources/click/menu-fix-ie6.js (original) +++ click/trunk/click/extras/src/META-INF/resources/click/menu-fix-ie6.js Mon Jun 21 15:03:18 2010 @@ -1,3 +1,8 @@ +/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net) +* Licensed under the MIT License (LICENSE.txt). +* +* Version 2.1.3-pre +*/ // Ensure Click namespace exists if ( typeof Click == 'undefined' ) Click = {}; @@ -15,18 +20,16 @@ Click.menu.fixHiddenMenu = function(menu return; } - s ={ + var s = { top : 'auto', left : 'auto', width : 'auto', height : 'auto', opacity : true, - src : "javascript:''" - }, s || {}; + src : 'javascript:false;' + }; - var prop = function(n){ - return n&&n.constructor==Number?n+'px':n; - } + var prop = function(n){return n&&n.constructor==Number?n+'px':n;} var html = '