The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.10

  • added missing req to Makefile.PL

Changes for version 0.09_05

  • fix UTF-8 encoding bug where JSON:XS utf8() flag was incorrectly set to 'on'.
  • move bulk of the code into smaller packages: CatalystX::CRUD::YUI Rose::HTMLx::Form::Related Rose::DBx::Object::MoreHelpers This refactoring means that DBIC users can use all the YUI interface and RHTMLO goodness as well.
  • changed the default root/<dir> to 'crud' instead of 'rdgc' IF YOU ARE UPGRADING, you can symlink or rename rdgc => crud

Changes for version 0.09_04

  • update .tt and .pm files to support multi-column PKs

Changes for version 0.09_03

  • split up rdgc/footer.tt into yui_footer.tt
  • add default_sort_by() to Form::Metadata
  • toggle rowsPerPage via select popup
  • throw_error if !can_read in autocomplete()
  • support on* attributes for js in autocomplete
  • added RDGC::Excel for .xls output
  • refactor the takes_object_as_argument feature
  • link_panel now uses same YAHOO ResizePanel widget as addRowPanel
  • use double ;; in primary_key_uri_escaped() to match CatalystX::CRUD 0.28

Changes for version 0.09_02

  • several small bug fixes with .tt files
  • allow for related_field mapping at init time
  • fix autocomplete CSS

Changes for version 0.09_01

  • use column as label if not defined in form
  • add support for file upload fields in form.tt
  • add support for alternate relationship labels in base Form class
  • add support for alternate relationship labels in show_relationships.tt
  • tweek the base RDBO flatten() method
  • added pseudo_field_labels() method in Form base class
  • no 'remove' button if in view mode
  • fix bug in yui_datatable_count.tt where js was getting NaN values if there were no results.
  • add 'New' link for each related matrix in show_relationships.tt
  • complete refactor of all .tt code to move much of it into YUI and YUI::DataTable
  • complete refactor of all generated code to move much of it into real base classes and installed .tt

Modules

plant Roses in your Catalyst garden
View class for Excel output
base RHTMLO Form class
RHTMLO Form class metadata
RDGC templates and helpers