diff options
author | shell <shell@pkgsrc.org> | 2002-04-17 12:02:38 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-17 12:02:38 +0000 |
commit | 10321b4f1a597b3dcd079a9f43f8b1682aad4f06 (patch) | |
tree | 75b613ad9febfe8e32f790e500de259a36abc96e /www/p5-HTML-FillInForm/DESCR | |
parent | 2b0329a77bb5a50f138b90816fb7c419eb2724c0 (diff) | |
download | pkgsrc-10321b4f1a597b3dcd079a9f43f8b1682aad4f06.tar.gz |
Updated to p5-HTML-FillInForm-0.26
Change since p5-HTML-FillInForm-0.11 :
* Added fill_password option (Tatsuhiko Miyagawa)
* Fixed bug with passing single value to multi-valued fields (Maurice Aubrey)
* Added no_debug to use CGI in t/13_warning.t
* Cleaned up warning messages for input fields without a name (Boris Zentner)
* Fixed bug with multiple inputs (Mark Stosberg)
* Updated credits section
* Fixed bug where selected value of '0' were skipped (Trevor Schellhorn)
* Fixed bug where option values between tags had trailing or leading
* whitespace (Ade Olonoh)
* Fixed bug for <input ... /> type tags (Andrew Creer)
* Fix for error message (object -> fobject) (Mark Stosberg)
* Fix for test on HTML escaping (thanks to Jost Krieger for report)
* Added "fill in target form" feature (Tatsuhiko Miyagawa)
* Fixed problems with HTML escaping (Tatsuhiko Miyagawa)
* Works with checkbox tags that don't have value attribute. (Philip Mak)
* Removed warning message for submit tags. (Joseph Yanni)
* Fixed bug when TYPE attr of input tag not set (Martin H. Sluka)
* Added docs on password caching (Mark Stosberg)
* Support for multiple fobjects.
* Fixed bug where new documents were feed into a used $fif object.
Diffstat (limited to 'www/p5-HTML-FillInForm/DESCR')
-rw-r--r-- | www/p5-HTML-FillInForm/DESCR | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-HTML-FillInForm/DESCR b/www/p5-HTML-FillInForm/DESCR index 5624633ee65..c3ff4597cf4 100644 --- a/www/p5-HTML-FillInForm/DESCR +++ b/www/p5-HTML-FillInForm/DESCR @@ -1,6 +1,7 @@ -This module automatically inserts data from a previous HTML form into the -HTML input, textarea and select tags. It is a subclass of the HTML::Parser -manpage and uses it to parse the HTML and insert the values into the form -tags. One useful application is after a user submits an HTML form without -filling out a required field. HTML::FillInForm can be used to redisplay -the HTML form with all the form elements containing the submitted info. +This module automatically inserts data from a previous HTML form +into the HTML input, textarea and select tags. It is a subclass +of the HTML::Parser manpage and uses it to parse the HTML and insert +the values into the form tags. One useful application is after a +user submits an HTML form without filling out a required field. +HTML::FillInForm can be used to redisplay the HTML form with all +the form elements containing the submitted info. |