Subject: CVS commit: pkgsrc/www/p5-HTMLObject
To: None <pkgsrc-changes@NetBSD.org>
From: Hiramatsu Yoshifumi <hiramatsu@netbsd.org>
List: pkgsrc-changes
Date: 11/14/2007 10:07:14
Module Name:	pkgsrc
Committed By:	hiramatsu
Date:		Wed Nov 14 10:07:14 UTC 2007

Modified Files:
	pkgsrc/www/p5-HTMLObject: Makefile distinfo

Log Message:
Update p5-HTMLObject to 2.28.

Full changelog from 2.22 is too long to list here,
so only latest changes.

2.28 Mon 2005-08-08
  - Updating date-picker man page to document -Label option required.
  - Added code to make sure that javascript attributes get output on the span
    code when displaying a read-only text element.
  - Make sure the -onload/-onunload/-onbeforeunload code gets processed even
    for a read-only form item.
  - Updated the POD documentation to group select and radio -Type options
    together for generate().
  - Added setBodyAttribute() so you can define a custom attribute that doesn't
    have a helper method and have it apply to the <body> tag.  The attribute
    must be a known html attribute to be applied.
  - Used formProtect() to make sure that the input fields do not lose any
    special user input like, &quot;, &amp;, etc.
  - Added javascriptReadOnly to allow a read-only form to allow/disallow
    javascript from being generated.
  - Improved read-only output of hidden tags that have an array of values.
  - Added qw() function to the form_methods.js file to make creating an array
    from a space seperated string much easier, ala perl.
  - Removed the -WidgetOptions hash and made what used to be the contents of
    that hash be - (dash) prefixed.  Internally, those arguments will be
    converted back to the name that the Widgets method is expecting.  Sorry
    if this causes any problems. :)
  - Tacked any onchange code for a calculator widget to my onchange code.
  - formEncode()/formEncodeString() now can handle multiple sequences that you
    want to ignore.
  - Fixed datePicker validation code.  Closes bug #1285443.
  - calcDatePrev/Next now calls the onchange code if the date form field has
    one defined.  Closes bug #1286269.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/www/p5-HTMLObject/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/p5-HTMLObject/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.