Changes for version 0.3452

  • half fixed _db_order_columns bug. The internal lookup could die for the 'All' group if this group was not set up explicitly. Looks like Maypole (via CDBI::Loader?) normally does set this up explicitly, but hand-rolled setups normally will not. The fix will return the columns for the 'All' group (via CDBI->columns( 'All' ) in non-db order if the group is not defined explicitly. Reported by dkamholz.
  • highlighted Class::DBI::Plugin::Type issue in GOTCHAS (reported by dkamholz)
  • add 'our $pager' declaration to pager template (reported by dkamholz)

Modules

Class::DBI/CGI::FormBuilder integration