Revision history for Perl extension DBIx::XHTML_Table. 1.43 1.42 - fixed bug #6962 (Support for mixed case field names returned by the SQL query) - added DBD::CSV and HTML::TableExtract tests (will only run if mods are installed) 1.41 - fixed critical bug #104484 (Makefile.PL or Build.PL) :( 1.40 - restructed tests - corrected external sites in docs 1.39 - corrected MANIFEST - added DBI as makefile dependency 1.38 - using .md for readme - fixed bug #104380 (cpan / cpanm install hangs) - fixed bug #21761 (Special XML characters should be expressed as entities) - fixed bug #11681 (Possible problem with modify() on column number 0) - fixed bug #11666 (cell data containing newlines does not render) 1.37 - using Module::Starter and Module::Build - added to github 1.36 - doc updates 1.34 - constructer now checks for DBI::db subclasses - exec_query() now accepts DBI::st subclasses 1.32 - forced lc end tag - more minor doc changes 1.30 - minor doc changes 1.28 - finally 'blessed' add_cols and drop_calls (no longer undocumented) 1.26 - changed the blessed ref regex to simply /DBI/ (forgot about Apache::DBI ... doh!) 1.24 - finally realized that w3c requires tfoot to come before tbody ... fixed - added DBIx::Password compatibility, any blessed ref passed to constructor that matches /^DBIx?::/ will work 1.22 - well, extremely's patch turned 0's into - fixed (you rule anyway Mark!) - also, now escaping ampersands in _build_body_row (this prolly should be a user option ...) 1.20 - added extremely's patch to keep NULL warnings at bay 1.18 - forgot to name directory correctly in last version 1.16 - incremented copyright date 1.14 - finally fixed 1..1 in test.pl ... sillly /me 1.12 - fixed bugs in _build_body_row(): 0's were being replaced with tags (thanks LTJake!) 1.10 - fixed two bugs in set_col_colors - first, modify would over write it; second - 4 colors, 6 columns did not work - attributes are now inheritable 1.01 - fixed bug within _refinate() - introduced from cols by number feature 1.00 - added support for specifying columns by number - fixed map_cell bug - second call would wipe out first - experimenting with tests ... :/ 0.99 - deprecated modify_tag() for modify() - same results - deprecated no_whitespace output() attrib for no_indent - set_row_colors() now only works for entire rows added set_col_colors() to handle columns, also refactored both subs to use modify_tag() instead - bug fix: default ucfirst on headers overrode map_head() - bug fix: modify_tag() on 'td' with 'body' works now - added MIT license 0.98 - set_row_colors() now uses style, can use old bgcolor - all methods that normally returned void now return $self (this allows stacking methods) - changed output() arguments to a hash ref - modify_tag() now recognizes 'style' attribute values as hash references themselves 0.97 - deprecated get_table() for output() - same results - added automatic header ucfirst and 'no_ucfirst' to turn off - removed tutorial from POD - added link to homepage to POD and corrected typos 0.96 - deprecated map_col() for map_cell() - same results just hopefully a more descriptive name - added get_current_row() and get_current_col() - added set_pk(), this and the last 2 subs were inspired by Jim Cromie to finagle XHTML_Table into a 'spreadsheet' - see the POD for set_pk() 0.95 - added map_head() - changed default behavior of not specifying cols in methods such as map_col and calc_totals new behavior: no cols = all cols - constructor now accepts a hash ref as last arg which allows minor table config to be specified without multiple modify_tag() calls - modified behavior of map_col() and map_head() they no longer permantly change the data, all processing is done when creating table output 0.90 - MAJOR: Changed HEADER to HEAD and FOOTER to FOOT - Apparrently all past versions have a syntax error occur when modify_tag() is called on