From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 12 15:00:58 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A94C16A5C3 for ; Wed, 12 Apr 2006 15:00:58 +0000 (UTC) (envelope-from jbq@anyware-tech.com) Received: from caraldi.com (195-13-58-165.oxyd.net [195.13.58.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BAD943D49 for ; Wed, 12 Apr 2006 15:00:56 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (10.21.96-84.rev.gaoland.net [84.96.21.10]) by caraldi.com (Postfix) with ESMTP id B78AC63F5 for ; Wed, 12 Apr 2006 17:00:54 +0200 (CEST) Received: by vision.anyware (Postfix, from userid 1021) id 2BD9D61F5; Wed, 12 Apr 2006 17:00:54 +0200 (CEST) Date: Wed, 12 Apr 2006 17:00:54 +0200 From: Jean-Baptiste Quenot To: freebsd-ports-bugs@FreeBSD.org Message-ID: <20060412150053.GE1561@vision.anyware> References: <200604112145.k3BLjo0U076773@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="K8nIJk4ghYZn606h" Content-Disposition: inline In-Reply-To: <200604112145.k3BLjo0U076773@freefall.freebsd.org> User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: Re: ports/95627: Maintainer update: www/cocoon 2.1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 15:00:58 -0000 --K8nIJk4ghYZn606h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Please also add the attached patch (release errata). Thanks! -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ --K8nIJk4ghYZn606h Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-cocoon-2.1.9" diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/www/cocoon/files/patch-src-blocks-forms-samples ./files/patch-src-blocks-forms-samples --- /usr/ports/www/cocoon/files/patch-src-blocks-forms-samples Thu Jan 1 01:00:00 1970 +++ ./files/patch-src-blocks-forms-samples Wed Apr 12 16:50:09 2006 @@ -0,0 +1,134 @@ +Index: src/blocks/forms/samples/forms/inplace_edit_form.xml +=================================================================== +--- src/blocks/forms/samples/forms/inplace_edit_form.xml (revision 0) ++++ src/blocks/forms/samples/forms/inplace_edit_form.xml (revision 393475) +@@ -0,0 +1,51 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ Your name ++ ++ ++ ++ Cocoon user ++ ++ Occupation ++ ++ ++ ++ ++ Comments ++ ++ ++ ++ Check ++ Redisplays the page so you can see the various renderings of inplace inputs depending on their values. ++ ++ ++ ++ OK ++ ++ ++ ++ +\ No newline at end of file +Index: src/blocks/forms/samples/forms/inplace_edit_template.xml +=================================================================== +--- src/blocks/forms/samples/forms/inplace_edit_template.xml (revision 0) ++++ src/blocks/forms/samples/forms/inplace_edit_template.xml (revision 393475) +@@ -0,0 +1,72 @@ ++ ++ ++ ++ ++ ++ ++

Inline editing

++ Inline editing ++ ++ ++ ++

The fields below show the various features of in-place editing. "In place" means that inputs are rendered as normal text, and become editable once you click on them. ++

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
++ Your name:
++ An inplace input with no initial value. The displayed text is ++ the input's hint ++
++ ++
++ Your occupation:
++ An inplace input with an initial value. ++
++ ++
++ Comments:
++ An multiline inplace input. ++
++ ++
++
++ ++ ++
++ Restart this sample - Back to Forms samples ++ ++
++
++
--K8nIJk4ghYZn606h--