From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 12 17:50:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2150F16A401 for ; Wed, 12 Apr 2006 17:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F1B243D5D for ; Wed, 12 Apr 2006 17:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3CHoERX079677 for ; Wed, 12 Apr 2006 17:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3CHoE0w079676; Wed, 12 Apr 2006 17:50:14 GMT (envelope-from gnats) Date: Wed, 12 Apr 2006 17:50:14 GMT Message-Id: <200604121750.k3CHoE0w079676@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jean-Baptiste Quenot 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 Reply-To: Jean-Baptiste Quenot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 17:50:15 -0000 The following reply was made to PR ports/95627; it has been noted by GNATS. From: Jean-Baptiste Quenot To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/95627: Maintainer update: www/cocoon 2.1.9 Date: Wed, 12 Apr 2006 19:41:39 +0200 --CblX+4bnyfN0pR09 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/ --CblX+4bnyfN0pR09 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 ++ ++
++
++
--CblX+4bnyfN0pR09--