Changes for version 0.012
- split related_field_info BLOCK into its own related_field_link.tt file. Then use it in autocomplete_field.tt
- tweeks to results livegrid size
- textarea fields use <pre>+autowrap+htmlescape unless they have HTML markup in them.
- click on related_field_link always defaults to 'view' regardless of can_write. may be overridden with c.session.prefs.default_crud_action
- add html_escape feature to Serializer
- support dot notation for field_methods that chain related objects together.
- skip ManyToOne and OneToOne rels in filter_relationships.tt since we assume those are handled by related_field_link.tt
Modules
YUI for your CatalystX::CRUD view
base controller
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