Revision history for HTML-Widget-Factory
0.070 2009-06-30
add SYNOPSIS section to plugins for quick reference
0.069 2008-12-18
radio buttons with content did not get closing tags even in XML
work around this
0.068 2008-09-22
chomp the output of link widgets
0.067 2008-05-06
add ->provides_widget and ->provided_widgets methods to Factory
fix docs for -tag arg to Attrs (thanks HDP)
0.066 2008-05-05
add Attrs plugin for producing attribute strings (without the tags)
0.065 2008-02-29
BUG FIX: do not fail t/plugins.t if there are extra plugins
Happy leap day!
0.064 2008-02-26
ENHANCEMENT: add tabindex as a global attribute
0.063 2007-11-29
BUG FIX: previously, radio value 0 could not be selected
0.062 2007-10-08
BUG FIX: set 'multiple' attr on multiselects
0.061 2007-10-02
BUG FIX: do not allow 'id' attribute to trickle from widget params to
each radio input repeatedly; now supplying id outside of options gets
a warning
0.060 2007-09-04
BUG FIX: the error for an invalid "value" for select now lists the
given value, rather than 0
no longer use base.pm
0.059 2007-09-04
BUG FIX: fix confused attribute args for Link
FEATURE: title is now a Link attribute arg
0.058 2007-07-19
add ->plugins method to factory
do not auto-load plugins under ::Plugin::Debug
0.057 2007-05-01
fix stupidity in checkbox design, which conflated "checked" and
"value"
0.056 2007-02-28
change Button "content" arg to text/html, to match Link
0.055 2007-02-28
add Submit, Image, and Button plugins
allow html instead of link text
plans for all test files
a few other little tweaks
0.050 2007-02-24
allow return of individual radio widget parts
allow per-radio-option ids
allow ignore_invalid for radio buttons
fix errors in error messages from radio buttons
skip ->require on (__)?GENERATED(__)? plugin classes
0.04 2006-06-06
implement per-factory classes
0.03 2005-12-21
add prereqs (thanks to BSMITH for bug report)
reenable taint mode in tests (thanks to newer M::Pluggable)
for cumulative methods, skip classes that don't implement them
0.02 2005-11-29
added textarea and link
0.01 2005-11-19
first release. share and enjoy