libhtmlobject-perl (2.28-11) stable; urgency=low
* Closed out bugs/features that are implemented and releasing.
-- James A. Pattie 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 Mon, 24 Oct 2005 20:53:00 -0700
libhtmlobject-perl (2.28-9) unstable; urgency=low
* -WidgetOptions removal and option conversion.
-- James A. Pattie 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 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 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 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 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 Wed, 07 Sep 2005 21:14:00 -0500
libhtmlobject-perl (2.28-3) unstable; urgency=low
* readOnlyMode = hidden and javascriptReadOnly support.
-- James A. Pattie Wed, 24 Aug 2005 15:43:00 -0500
libhtmlobject-perl (2.28-2) unstable; urgency=low
* setBodyAttribute() addition.
-- James A. Pattie Wed, 24 Aug 2005 11:17:00 -0500
libhtmlobject-perl (2.28-1) unstable; urgency=low
* POD changes and javascript improvements.
-- James A. Pattie Tue, 16 Aug 2005 16:05:00 -0500
libhtmlobject-perl (2.27-21) stable; urgency=low
* Going stable.
-- James A. Pattie Fri, 17 Jun 2005 18:21:00 -0500
libhtmlobject-perl (2.27-20) unstable; urgency=low
* calculator widget improvements and refactoring.
-- James A. Pattie Tue, 14 Jun 2005 17:25:00 -0500
libhtmlobject-perl (2.27-19) unstable; urgency=low
* populator widget cleanups - readonly support.
-- James A. Pattie Tue, 07 Jun 2005 14:42:00 -0500
libhtmlobject-perl (2.27-18) unstable; urgency=low
* Updated the colorpicker html file.
-- James A. Pattie Fri, 03 Jun 2005 12:46:00 -0500
libhtmlobject-perl (2.27-17) unstable; urgency=low
* Adding aliases datePicker/colorPicker.
-- James A. Pattie 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 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 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 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 Fri, 27 May 2005 14:53:00 -0500
libhtmlobject-perl (2.27-12) unstable; urgency=low
* -Type = populator should be finished.
-- James A. Pattie 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 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 Fri, 08 Apr 2005 15:36:00 -0500
libhtmlobject-perl (2.27-9) unstable; urgency=low
* Fixing the refresh() code.
-- James A. Pattie 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 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 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 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 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 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 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 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 Fri, 04 Mar 2005 10:48:00 -0600
libhtmlobject-perl (2.26-4) stable; urgency=low
* Updated for release.
-- James A. Pattie 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 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 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 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 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 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 Fri, 31 Dec 2004 11:14:00 -0600
libhtmlobject-perl (2.24-9) stable; urgency=low
* Added -onloadOnce/-onunloadOnce supporting code.
-- James A. Pattie Fri, 24 Dec 2004 11:27:00 -0600
libhtmlobject-perl (2.24-8) unstable; urgency=low
* Improving the checkbox support code.
-- James A. Pattie 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Thu, 03 Jun 2004 16:23:00 -0500
libhtmlobject-perl (2.18-17) stable; urgency=low
* Updating documentation and releasing.
-- James A. Pattie 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 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 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 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 Tue, 11 May 2004 22:37:00 -0500
libhtmlobject-perl (2.18-12) unstable; urgency=low
* Added ReadOnly form support.
-- James A. Pattie 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 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 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 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 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 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 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 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 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 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 Fri, 27 Feb 2004 16:05:00 -0600
libhtmlobject-perl (2.18-1) unstable; urgency=low
* Bumped version info.
-- James A. Pattie Tue, 24 Feb 2004 11:10:00 -0600
libhtmlobject-perl (2.17-1) unstable; urgency=low
* Bumped version info.
-- James A. Pattie Mon, 03 Nov 2003 14:25:00 -0500
libhtmlobject-perl (2.16-4) unstable; urgency=low
* Fixed the perl dependancies.
-- James A. Pattie 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 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 Thu, 17 Jul 2003 16:52:30 -0500
libhtmlobject-perl (2.16-1) unstable; urgency=low
* Initial Release.
-- James A. Pattie Thu, 17 Jul 2003 15:36:31 -0500