head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.09.08.03.13.39;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2011.03.19.12.35.20;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2010.08.23.00.30.47;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.12.21.54.05;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@SVN rev 303859 on 2012-09-08 03:13:39Z by swills

- Update to 0.05

PR:		ports/170925
Approved by:	maintainer timeout (fernan@@iib.unsam.edu.ar, >2 weeks)
@
text
@SHA256 (Catalyst-Plugin-Params-Nested-0.05.tar.gz) = a15b1c80130ed2d297844e7b0057ae756a6d7dc4e1b8cb8ecce4002ec4d1ee6a
SIZE (Catalyst-Plugin-Params-Nested-0.05.tar.gz) = 19581
@


1.3
log
@- Get Rid MD5 support
@
text
@d1 2
a2 2
SHA256 (Catalyst-Plugin-Params-Nested-0.03.tar.gz) = c1cbbfa5f7963627de116b4ce272f9eb0905145548912274a5759c8a23bc6980
SIZE (Catalyst-Plugin-Params-Nested-0.03.tar.gz) = 16383
@


1.2
log
@- Update to 0.03

PR:             ports/147408
Submitted by:   pgollucci (myself)
Reviewed by:    az
Approved by:    maintainer timeout (fernan@@iib.unsam.edu.ar ; > 2.5 months)
@
text
@a0 1
MD5 (Catalyst-Plugin-Params-Nested-0.03.tar.gz) = b56e23119bc93d7b1eec42ed35e44fc0
@


1.1
log
@Ruby on Rails has a nice feature to create nested parameters that help
with the organization of data in a form - parameters can be an
arbitrarily deep nested structure.

The way this structure is denoted is that when you construct a form the
field names have a special syntax which is parsed.

This plugin supports two syntaxes:

dot notation

        <input name="foo.bar.gorch" />

subscript notation

        <input name="foo[bar][gorch]" />

When reading query parameters from $c->req you can now access all the
items starting with "foo" as one entity using $c->req->param('foo');.
Each subitem, denoted by either the dot or the square brackets, will be
returned as a further deeper hashref.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Params-Nested

PR:		ports/107785
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
@
text
@d1 3
a3 3
MD5 (Catalyst-Plugin-Params-Nested-0.02.tar.gz) = 96a048308a51ca8e79789522f0a64522
SHA256 (Catalyst-Plugin-Params-Nested-0.02.tar.gz) = 28e1a0b4d42c4ae428b7929aaf8464c3adc23d2ab08c0f1e0e7f91d035f8bd40
SIZE (Catalyst-Plugin-Params-Nested-0.02.tar.gz) = 4043
@

