libhtmlobject-perl (2.29-7) stable; urgency=low

  * Fixed the bug where a % sign in a cookie (or other string) that was already
    encoded to %25 was being re-encoded as %2525, etc. if you re-encoded the string
    and it was properly parsed out as %.
  * Fixed the decodeString() code in ReadCookie so that it properly removes the
    leading % sign and also handles all possible encoded strings, not just the
    list I provided.
  * Improved html tag handling so you don't have to spell out -content every
    time you want content for a tag.  You can now use -c or just make the
    content string be the last entry in your function call. :)
  * Fixed the HTMLObject::Form bug where the required indicator wasn't showing
    up 100% of the time (especially on initial form display).
  * Updated the CGILib.pm module with changes based on a patch Chris David
    supplied.  Thanks.

 -- James A. Pattie <james@pcxperience.com>  Mon, 29 Dec 2008 13:09:00 -0700

libhtmlobject-perl (2.29-6) unstable; urgency=low

  * Fixing bug #1454087 by adding support for style and class to both the
    phrase and input field.

 -- James A. Pattie <james@pcxperience.com>  Sat, 27 May 2006 09:36:00 -0700

libhtmlobject-perl (2.29-5) unstable; urgency=low

  * This hopefully fixes the issues of validating one form and then generating
    multiple forms from the same Form Object instance and having the other
    forms not have checkboxes, etc. work properly or mixing input validated
    values with the other forms.

 -- James A. Pattie <james@pcxperience.com>  Sat, 27 May 2006 08:24:00 -0700

libhtmlobject-perl (2.29-4) unstable; urgency=low

  * Second try at fixing bug #1284264.
  * Also working on fixing bug #1453214.

 -- James A. Pattie <james@pcxperience.com>  Sat, 20 May 2006 14:41:00 -0700

libhtmlobject-perl (2.29-3) unstable; urgency=low

  * First try at fixing bug #1284264.

 -- James A. Pattie <james@pcxperience.com>  Fri, 19 May 2006 09:38:00 -0700

libhtmlobject-perl (2.29-2) unstable; urgency=low

  * #VALUE=x# support for Feature Request 1398696.

 -- James A. Pattie <james@pcxperience.com>  Sat, 07 Jan 2006 17:18:00 -0700

libhtmlobject-perl (2.29-1) unstable; urgency=low

  * setCookie() bugfix, print(css => []) bug fix, -Options auto creation.

 -- James A. Pattie <james@pcxperience.com>  Sat, 10 Dec 2005 12:53:00 -0700

libhtmlobject-perl (2.28-11) stable; urgency=low

  * Closed out bugs/features that are implemented and releasing.

 -- James A. Pattie <james@pcxperience.com>  Fri, 18 Nov 2005 22:29:00 -0700

libhtmlobject-perl (2.28-10) unstable; urgency=low

  * Allow for multiple sequences in formEncode().

 -- James A. Pattie <james@pcxperience.com>  Mon, 24 Oct 2005 20:53:00 -0700

libhtmlobject-perl (2.28-9) unstable; urgency=low

  * -WidgetOptions removal and option conversion.

 -- James A. Pattie <james@pcxperience.com>  Sat, 22 Oct 2005 11:34:00 -0700

libhtmlobject-perl (2.28-8) unstable; urgency=low

  * Adding reliance on the external searchbox package.

 -- James A. Pattie <james@pcxperience.com>  Sat, 15 Oct 2005 11:53:00 -0700

libhtmlobject-perl (2.28-7) unstable; urgency=low

  * Fixed the javascript ISODate validation code.

 -- James A. Pattie <james@pcxperience.com>  Fri, 30 Sep 2005 18:20:00 -0700

libhtmlobject-perl (2.28-6) unstable; urgency=low

  * Updated the SelectAll, Toggle buttons to have universal names closing
    SF RFE#1299144.

 -- James A. Pattie <james@pcxperience.com>  Fri, 23 Sep 2005 21:47:00 -0700

libhtmlobject-perl (2.28-5) unstable; urgency=low

  * make sure onchange/onclick gets passed into the generatePickerCode()
  * make sure the onchange handler gets fired when a date or color is
    selected.

 -- James A. Pattie <james@pcxperience.com>  Fri, 23 Sep 2005 18:12:00 -0700

libhtmlobject-perl (2.28-4) unstable; urgency=low

  * reverted readOnlyMode = hidden.
  * Improved escaping of double quotes and preserving user input.
  * Added support for arrays of values in hidden fields.

 -- James A. Pattie <james@pcxperience.com>  Wed, 07 Sep 2005 21:14:00 -0500

libhtmlobject-perl (2.28-3) unstable; urgency=low

  * readOnlyMode = hidden and javascriptReadOnly support.

 -- James A. Pattie <james@pcxperience.com>  Wed, 24 Aug 2005 15:43:00 -0500

libhtmlobject-perl (2.28-2) unstable; urgency=low

  * setBodyAttribute() addition.

 -- James A. Pattie <james@pcxperience.com>  Wed, 24 Aug 2005 11:17:00 -0500

libhtmlobject-perl (2.28-1) unstable; urgency=low

  * POD changes and javascript improvements.

 -- James A. Pattie <james@pcxperience.com>  Tue, 16 Aug 2005 16:05:00 -0500

libhtmlobject-perl (2.27-21) stable; urgency=low

  * Going stable.

 -- James A. Pattie <james@pcxperience.com>  Fri, 17 Jun 2005 18:21:00 -0500

libhtmlobject-perl (2.27-20) unstable; urgency=low

  * calculator widget improvements and refactoring.

 -- James A. Pattie <james@pcxperience.com>  Tue, 14 Jun 2005 17:25:00 -0500

libhtmlobject-perl (2.27-19) unstable; urgency=low

  * populator widget cleanups - readonly support.

 -- James A. Pattie <james@pcxperience.com>  Tue, 07 Jun 2005 14:42:00 -0500

libhtmlobject-perl (2.27-18) unstable; urgency=low

  * Updated the colorpicker html file.

 -- James A. Pattie <james@pcxperience.com>  Fri, 03 Jun 2005 12:46:00 -0500

libhtmlobject-perl (2.27-17) unstable; urgency=low

  * Adding aliases datePicker/colorPicker.

 -- James A. Pattie <james@pcxperience.com>  Fri, 03 Jun 2005 11:54:00 -0500

libhtmlobject-perl (2.27-16) unstable; urgency=low

  * Fixing the cookies.js bug with createCookie and an empty value.

 -- James A. Pattie <james@pcxperience.com>  Fri, 03 Jun 2005 11:14:00 -0500

libhtmlobject-perl (2.27-15) unstable; urgency=low

  * Updating POD documentation for -WidgetOptions entries.

 -- James A. Pattie <james@pcxperience.com>  Mon, 30 May 2005 15:20:00 -0500

libhtmlobject-perl (2.27-14) unstable; urgency=low

  * -WidgetOptions hash now optional for color-picker.
  * Added the get/setBody(Class,ID,Style,Title) methods for the body tag.

 -- James A. Pattie <james@pcxperience.com>  Fri, 27 May 2005 16:07:00 -0500

libhtmlobject-perl (2.27-13) unstable; urgency=low

  * -Type = searchBox should be implemented, just needs lots of testing.

 -- James A. Pattie <james@pcxperience.com>  Fri, 27 May 2005 14:53:00 -0500

libhtmlobject-perl (2.27-12) unstable; urgency=low

  * -Type = populator should be finished.

 -- James A. Pattie <james@pcxperience.com>  Tue, 12 Apr 2005 12:41:00 -0500

libhtmlobject-perl (2.27-11) unstable; urgency=low

  * -Type = populator is now implemented and testing begun.

 -- James A. Pattie <james@pcxperience.com>  Fri, 08 Apr 2005 18:06:00 -0500

libhtmlobject-perl (2.27-10) unstable; urgency=low

  * Fixing the javascript cookie code to properly encode/decode the name and
    value parts.
  * Documented the available javascript libraries in the Normal module.

 -- James A. Pattie <james@pcxperience.com>  Fri, 08 Apr 2005 15:36:00 -0500

libhtmlobject-perl (2.27-9) unstable; urgency=low

  * Fixing the refresh() code.

 -- James A. Pattie <james@pcxperience.com>  Mon, 28 Mar 2005 15:05:00 -0600

libhtmlobject-perl (2.27-8) unstable; urgency=low

  * Fixing the tz conversion code in calculateDateOffset().

 -- James A. Pattie <james@pcxperience.com>  Fri, 25 Mar 2005 18:21:00 -0600

libhtmlobject-perl (2.27-7) unstable; urgency=low

  * Added displayOnExit support so that the object will display itself, if
    enabled, when it goes out of scope, if it hasn't already been displayed.

 -- James A. Pattie <james@pcxperience.com>  Fri, 25 Mar 2005 16:14:00 -0600

libhtmlobject-perl (2.27-6) unstable; urgency=low

  * Added javascript date methods to bump the datepicker value 1 day forward
    or back per JT's request.

 -- James A. Pattie <james@pcxperience.com>  Fri, 25 Mar 2005 12:59:00 -0600

libhtmlobject-perl (2.27-5) unstable; urgency=low

  * Added date manipulation methods so the setCookie expire value can be
    calculated for the caller. :)

 -- James A. Pattie <james@pcxperience.com>  Fri, 25 Mar 2005 11:43:00 -0600

libhtmlobject-perl (2.27-4) unstable; urgency=low

  * Added the extraInfo output for invalid/missing entries.

 -- James A. Pattie <james@pcxperience.com>  Tue, 08 Mar 2005 13:46:00 -0600

libhtmlobject-perl (2.27-3) unstable; urgency=low

  * Moved the error code from Form to ErrorBase.
  * Broke the generatePickerCode() method out into Widgets.
  * Derived Form and Widgets from ErrorBase.

 -- James A. Pattie <james@pcxperience.com>  Tue, 08 Mar 2005 11:30:00 -0600

libhtmlobject-perl (2.27-2) unstable; urgency=low

  * Make the select box only use the default selection the first time the
    form is displayed.  This allows empty selections to be preserved.

 -- James A. Pattie <james@pcxperience.com>  Tue, 08 Mar 2005 10:22:00 -0600

libhtmlobject-perl (2.27-1) unstable; urgency=low

  * Cookie bug fixes and code optimizations.
  * Removed the _order_ from the data hash and made it be a seperate order
    array to be passed into generate() and/or createTemplate().
  * Added the -CreateTemplate hash to the data form item so the
    createTemplate() method can do extra handling, which for now is the custom
    header row.

 -- James A. Pattie <james@pcxperience.com>  Fri, 04 Mar 2005 10:48:00 -0600

libhtmlobject-perl (2.26-4) stable; urgency=low

  * Updated for release.

 -- James A. Pattie <james@pcxperience.com>  Fri, 18 Feb 2005 16:17:00 -0600

libhtmlobject-perl (2.26-3) unstable; urgency=low

  * Added the _order_ support for the createTemplate() method.

 -- James A. Pattie <james@pcxperience.com>  Fri, 18 Feb 2005 13:04:00 -0600

libhtmlobject-perl (2.26-2) unstable; urgency=low

  * Added more shortcuts for the generate() method. #F=x# stuff.

 -- James A. Pattie <james@pcxperience.com>  Thu, 17 Feb 2005 10:57:00 -0600

libhtmlobject-perl (2.26-1) unstable; urgency=low

  * Added createTemplate() method and testing code.
  * Added htmlobject.css to the web content.

 -- James A. Pattie <james@pcxperience.com>  Tue, 15 Feb 2005 16:22:00 -0600

libhtmlobject-perl (2.25-3) stable; urgency=low

  * Added apache Include removal support on package removal.

 -- James A. Pattie <james@pcxperience.com>  Mon, 03 Jan 2005 15:38:00 -0600

libhtmlobject-perl (2.25-2) stable; urgency=low

  * Added JavaScript support to the FrameSet module. :)

 -- James A. Pattie <james@pcxperience.com>  Fri, 31 Dec 2004 16:17:00 -0600

libhtmlobject-perl (2.25-1) unstable; urgency=low

  * Fixing the required '$self->{formSubmittedVariable}' issue in Form.
  * Added onbeforeunload support.

 -- James A. Pattie <james@pcxperience.com>  Fri, 31 Dec 2004 11:14:00 -0600

libhtmlobject-perl (2.24-9) stable; urgency=low

  * Added -onloadOnce/-onunloadOnce supporting code.

 -- James A. Pattie <james@pcxperience.com>  Fri, 24 Dec 2004 11:27:00 -0600

libhtmlobject-perl (2.24-8) unstable; urgency=low

  * Improving the checkbox support code.

 -- James A. Pattie <james@pcxperience.com>  Fri, 24 Dec 2004 10:46:00 -0600

libhtmlobject-perl (2.24-7) unstable; urgency=low

  * Added optionsBuilder() method to HTMLObject::Base.

 -- James A. Pattie <james@pcxperience.com>  Mon, 13 Dec 2004 13:45:00 -0600

libhtmlobject-perl (2.24-6) stable; urgency=low

  * Cleaned up the setOnload()/setOnunload() methods and added
    onload()/onunload() wrappers.

 -- James A. Pattie <james@pcxperience.com>  Tue, 26 Oct 2004 12:41:00 -0500

libhtmlobject-perl (2.24-5) stable; urgency=low

  * Conforming the radio API to be the same as the select API.
  * Updating POD documentation and examples to make things clearer that JT
    brought up.

 -- James A. Pattie <james@pcxperience.com>  Fri, 22 Oct 2004 15:09:00 -0500

libhtmlobject-perl (2.24-4) stable; urgency=low

  * Reverting the changes in -3 since it was correct!

 -- James A. Pattie <james@pcxperience.com>  Tue, 19 Oct 2004 19:13:00 -0500

libhtmlobject-perl (2.24-3) stable; urgency=low

  * Fixed the $callerErrStr in the error() related methods.

 -- James A. Pattie <james@pcxperience.com>  Tue, 19 Oct 2004 19:06:00 -0500

libhtmlobject-perl (2.24-2) unstable; urgency=low

  * Fixing the datePicker javascript code.
  * Adding error() support to the HTMLObject::Form module.

 -- James A. Pattie <james@pcxperience.com>  Tue, 19 Oct 2004 11:36:00 -0500

libhtmlobject-perl (2.24-1) unstable; urgency=low

  * Adding support to formEncode() to specify tags to not encode. SF #901449

 -- James A. Pattie <james@pcxperience.com>  Fri, 01 Oct 2004 14:31:00 -0500

libhtmlobject-perl (2.23-11) stable; urgency=low

  * Improved the displayError() output to make it more obvious this is an
    HTMLObject error being displayed.

 -- James A. Pattie <james@pcxperience.com>  Tue, 21 Sep 2004 11:53:00 -0500

libhtmlobject-perl (2.23-10) stable; urgency=low

  * Fixed the array handling of print() when you can send in an arrayref.

 -- James A. Pattie <james@pcxperience.com>  Fri, 17 Sep 2004 17:04:00 -0500

libhtmlobject-perl (2.23-9) stable; urgency=low

  * Fixed the string handling of print() when you can send in an arrayref or
    string.
  * Added a displayDTD flag which allows you to indicate you don't want to
    display the DTD header.

 -- James A. Pattie <james@pcxperience.com>  Thu, 16 Sep 2004 13:13:00 -0500

libhtmlobject-perl (2.23-8) stable; urgency=low

  * Added style/css, link, cookie and metaTag as arguments for Base->print().
    Improved the POD documentation for the print() methods.

 -- James A. Pattie <james@pcxperience.com>  Wed, 15 Sep 2004 16:27:00 -0500

libhtmlobject-perl (2.23-7) stable; urgency=low

  * Added support for -onload/-onunload and the necessary print() changes.

 -- James A. Pattie <james@pcxperience.com>  Wed, 08 Sep 2004 15:27:00 -0500

libhtmlobject-perl (2.23-6) stable; urgency=low

  * Updated the wrapper methods createSelectOptions and createRadioOptions.

 -- James A. Pattie <james@pcxperience.com>  Fri, 03 Sep 2004 12:05:00 -0500

libhtmlobject-perl (2.23-5) stable; urgency=low

  * Added shortcuts for #Y=x# tags.
  * Added wrapper methods createSelectOptions and createRadioOptions.

 -- James A. Pattie <james@pcxperience.com>  Thu, 02 Sep 2004 17:21:00 -0500

libhtmlobject-perl (2.23-4) stable; urgency=low

  * Fixing up the final bugs/issues with this release.

 -- James A. Pattie <james@pcxperience.com>  Tue, 31 Aug 2004 16:14:00 -0500

libhtmlobject-perl (2.23-3) unstable; urgency=low

  * Added input validation to Select/Radio -Options methods.
  * Fleshing out the select-picker -Type support.

 -- James A. Pattie <james@pcxperience.com>  Tue, 31 Aug 2004 11:58:00 -0500

libhtmlobject-perl (2.23-2) unstable; urgency=low

  * Starting to add JavaScript support to the generate() method.
  * Initial methods to create Select/Radio -Options hashrefs.

 -- James A. Pattie <james@pcxperience.com>  Mon, 30 Aug 2004 15:39:00 -0500

libhtmlobject-perl (2.23-1) unstable; urgency=low

  * Allowing the encode/decode methods to be called as functions.

 -- James A. Pattie <james@pcxperience.com>  Mon, 30 Aug 2004 13:57:00 -0500

libhtmlobject-perl (2.22-1) stable; urgency=low

  * Added indentation support to the htmlTag() method so we hopefully generate
    better html (pretty printed automatically so-to-speek).

 -- James A. Pattie <james@pcxperience.com>  Fri, 02 Jul 2004 11:25:00 -0500

libhtmlobject-perl (2.21-1) stable; urgency=low

  * Changed default focus to body and added deleteErrorsEntry() method.

 -- James A. Pattie <james@pcxperience.com>  Thu, 01 Jul 2004 11:49:00 -0500

libhtmlobject-perl (2.20-1) stable; urgency=low

  * Fixed the -ReadOnlyDisplayType support for -Type = select.

 -- James A. Pattie <james@pcxperience.com>  Fri, 25 Jun 2004 11:11:00 -0500

libhtmlobject-perl (2.19-3) stable; urgency=low

  * Added the -ReadOnlyDisplayType support for -Type = select|multi-select.

 -- James A. Pattie <james@pcxperience.com>  Thu, 24 Jun 2004 11:11:00 -0500

libhtmlobject-perl (2.19-2) unstable; urgency=low

  * Updated POD documentation in the Base module.

 -- James A. Pattie <james@pcxperience.com>  Mon, 21 Jun 2004 17:42:00 -0500

libhtmlobject-perl (2.19-1) unstable; urgency=low

  * Adding the untaint_all_constraints option to validate().

 -- James A. Pattie <james@pcxperience.com>  Thu, 03 Jun 2004 16:23:00 -0500

libhtmlobject-perl (2.18-17) stable; urgency=low

  * Updating documentation and releasing.

 -- James A. Pattie <james@pcxperience.com>  Tue, 18 May 2004 14:13:00 -0500

libhtmlobject-perl (2.18-16) unstable; urgency=low

  * The date picker now lets an empty string be entered.

 -- James A. Pattie <james@pcxperience.com>  Fri, 14 May 2004 17:38:00 -0500

libhtmlobject-perl (2.18-15) unstable; urgency=low

  * Optimizing the formEncode, formProtect and uriEncode methods and
    data structures.

 -- James A. Pattie <james@pcxperience.com>  Wed, 12 May 2004 21:52:00 -0500

libhtmlobject-perl (2.18-14) unstable; urgency=low

  * Improved the  calculator form item and tried to optimize the Base module.

 -- James A. Pattie <james@pcxperience.com>  Wed, 12 May 2004 11:12:00 -0500

libhtmlobject-perl (2.18-13) unstable; urgency=low

  * Added calculator form item and redid radio input support.

 -- James A. Pattie <james@pcxperience.com>  Tue, 11 May 2004 22:37:00 -0500

libhtmlobject-perl (2.18-12) unstable; urgency=low

  * Added ReadOnly form support.

 -- James A. Pattie <james@pcxperience.com>  Wed, 21 Apr 2004 12:15:00 -0500

libhtmlobject-perl (2.18-11) unstable; urgency=low

  * Fixed the link boolean support in the generatePickerCode() method.

 -- James A. Pattie <james@pcxperience.com>  Mon, 19 Apr 2004 16:17:00 -0500

libhtmlobject-perl (2.18-10) unstable; urgency=low

  * Added support for Human Readable maxdata specification.

 -- James A. Pattie <james@pcxperience.com>  Tue, 13 Apr 2004 11:09:00 -0500

libhtmlobject-perl (2.18-9) unstable; urgency=low

  * Added dependancy on the libdata-formvalidator-perl package.

 -- James A. Pattie <james@pcxperience.com>  Mon, 12 Apr 2004 14:53:00 -0500

libhtmlobject-perl (2.18-8) unstable; urgency=low

  * Bumped version info to test the color-picker and date-picker field types.

 -- James A. Pattie <james@pcxperience.com>  Thu, 08 Apr 2004 17:55:00 -0500

libhtmlobject-perl (2.18-7) unstable; urgency=low

  * Bumped version info to test the generatePicker() code.

 -- James A. Pattie <james@pcxperience.com>  Tue, 30 Mar 2004 18:08:00 -0600

libhtmlobject-perl (2.18-6) unstable; urgency=low

  * Bumped version info to test the pcx-apache-include code.

 -- James A. Pattie <james@pcxperience.com>  Thu, 18 Mar 2004 15:45:00 -0600

libhtmlobject-perl (2.18-5) unstable; urgency=low

  * Bumped version info to test the latest changes to the Form module.

 -- James A. Pattie <james@pcxperience.com>  Thu, 11 Mar 2004 17:30:00 -0600

libhtmlobject-perl (2.18-4) unstable; urgency=low

  * Bumped version info to test the latest changes to the Form module.

 -- James A. Pattie <james@pcxperience.com>  Wed, 10 Mar 2004 17:00:00 -0600

libhtmlobject-perl (2.18-3) unstable; urgency=low

  * Bumped version info to test the latest changes to the Form module.

 -- James A. Pattie <james@pcxperience.com>  Fri, 05 Mar 2004 18:00:00 -0600

libhtmlobject-perl (2.18-2) unstable; urgency=low

  * Bumped version info to test the latest changes to the Form module.

 -- James A. Pattie <james@pcxperience.com>  Fri, 27 Feb 2004 16:05:00 -0600

libhtmlobject-perl (2.18-1) unstable; urgency=low

  * Bumped version info.

 -- James A. Pattie <james@pcxperience.com>  Tue, 24 Feb 2004 11:10:00 -0600

libhtmlobject-perl (2.17-1) unstable; urgency=low

  * Bumped version info.

 -- James A. Pattie <james@pcxperience.com>  Mon, 03 Nov 2003 14:25:00 -0500

libhtmlobject-perl (2.16-4) unstable; urgency=low

  * Fixed the perl dependancies.

 -- James A. Pattie <james@pcxperience.com>  Fri, 15 Aug 2003 13:09:00 -0500

libhtmlobject-perl (2.16-3) unstable; urgency=low

  * Updated the control info.
  * Updated the copyright info.

 -- James A. Pattie <james@pcxperience.com>  Fri, 18 Jul 2003 11:05:30 -0500

libhtmlobject-perl (2.16-2) unstable; urgency=low

  * Adding the examples directory to the documentation.

 -- James A. Pattie <james@pcxperience.com>  Thu, 17 Jul 2003 16:52:30 -0500

libhtmlobject-perl (2.16-1) unstable; urgency=low

  * Initial Release.

 -- James A. Pattie <james@pcxperience.com>  Thu, 17 Jul 2003 15:36:31 -0500

