The NetBSD Project

CVS log for pkgsrc/www/p5-HTML-FillInForm/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / p5-HTML-FillInForm

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2009Q2


Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 22 19:04:15 2008 UTC (15 years, 8 months ago) by rhaen
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

updated to 2.00

ChangeLog:

2.0 - September 11th, 2007

Allow passing an arrayref of hashrefs through fdat (Mark Stosberg, Michael Graham)

Several new shortcuts: (Mark Stosberg)
    Allow calling fill() as a class method as a shortcut.
    Allow   \$html  as shortcut for   scalarref => \$html
    Allow   \@html  as shortcut for   arrayref  => \@html
    Allow   \*html  as shortcut for   file      => \*html
    Allow   'html'  as shortcut for   file      => 'html'
    Allow   $q      as shortcut for   fobject   => $q
    Allow  \%fdat   as shortcut for   fdat      => \%fdat

    In summary, instead of this:

    my $fif = HTML::FillInForm->new;
    $fif->fill( scalarref => \$html, fdat => \%data );

    You can simply write:

    HTML::FillInForm->fill( \$html, \%data );

Fixed disable_fields bug (Boris Zentner)

Add support for ID attribute on form tags (name attribute is
deprecated in xhtml) [rt.cpan.org #27376] (Anthony Ettinger)

1.07 - August 2nd, 2007

Added 'disable_fields' method [rt.cpan.org #6342] (Trevor Schellhorn)

Support IE down-level revealed HTML comments [rt.cpan.org #19468] (Michael Peters)

hash is not reset before each() is called [rt.cpan.org #24980] (Simon P. Ditner)

Fix a bug the last plaintext part might be chopped if called via
scalarref [rt.cpan.org #21750] (Tatsuhiko Miyagawa)

Fix bug when passing 0 in array ref to textfields, also see
[rt.cpan.org #22195] (Paul Miller)

No longer generate warning if empty array as the value for a select attribute is passed (Dave Rolsky)

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>