The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Rose-DBx-Object-Renderer

0.01    17/03/2008
        First version, released on an unsuspecting world.
0.02    01/04/2008
        Minor change to render_as_menu's HTML title. Updated POD.
0.03	04/04/2008
		Updated POD.
0.04	01/05/2008
		Updated the timestamp definition to properly display minutes. 
		Refined the file upload method for preserving old files.
		Simplified the sample form template (form.tt).
		Fixed chained output in render_as_menu.
		Fixed date column's 'for_update' method.
		Allow CGI object to be passed to the rendering methods (Stewart Heckenberg).
		Fixed a bug in render_as_form when inserting empty values using custom 'for_update' methods.
		Added the 'join_delimiter' parameter in $CONFIG for joining multiple values, such as foreign objects.
		Minor Enhancements.
		Updated POD.
0.05	02/05/2008
		Added the 'unsortable' parameter to custom column definition in render_as_table. 
		Fixed buttons in the sample form.tt (Stewart Heckenberg)
		Enhanced template settings in rendering methods.
		Updated POD.
0.06	06/05/2008
		Added the 'no_pagination' parameter to render_as_table, updated the sample table template.
		Fixed POD.
0.07	27/05/2008
		Deprecate the 'unsortable' parameter in custom column definition for render_as_table (introduced in 0.05). Custom columns are always unsortable.
		Disable 'file' field type for foreign object and foreign key fields in render_as_form (Stewart Heckenberg)
		Simplified CSS.
		Updated POD.
0.08    10/06/2008
		Fixed an issue when updating foreign objects.