Changes for version 0.017

  • fix bug with missing 'Export as Excel' link when in View mode
  • change to extjs grey style css
  • add support for sort_prefix() in RHxFR::Metadata. This allows for setting explicit sort prefix strings on column names and (in theory) allows for sorting on JOINed tables as with m2m and o2m and FK "virtual" columns.
  • fix bug when related FK is undef in Serializer
  • enable Create and Reassign links without having to go to edit mode
  • fix Excel view and list.xls.tt to work (finally!) with LiveGrid+Serializer
  • hide parent record action buttons when viewing related records in Edit mode (reduce confusion particularly for Delete button)
  • fix Export as Excel link to not escape & since it is in script tag

Modules

YUI for your CatalystX::CRUD view
View class for Excel output
ExtJS LiveGrid objects
flatten CatalystX::CRUD::Object instances
templates for your CatalystX::CRUD view
Template crud snippets
base View class