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.
0.09 11/06/2008
Removed the constraint for all primary key must be named 'id'.
Updated POD.
0.10 11/06/2008
Fixed search box CSS in 'render_as_table'.
0.11 13/06/2008
Minor CSS Updates.
0.12 17/06/2008
Optimise load_database for persistent environments (Cees Hek).
0.13 25/06/2008
Fixed an issue when using the 'searchable' option with date or timestamp columns in render_as_table.
0.14 26/06/2008
Minor updates to the default CSS.
0.15 03/07/2008
Added the 'for_filter' option for column filtering in render_as_table and the 'for_create' option for formatting default values in render_as_form.
Minor enhancements to the column definitions and the default table template.
Updated POD.
0.16 18/07/2008
Removed obsolete js parameters in the global $CONFIG.
Rewrote the logic for handling custom 'fields' option in render_as_form.
Rewrote the logic for handling 'searchable' option in render_as_table.
Rewrote render_as_chart to use the Google Chart API (removed the dependency on JSON::XS and Tie::Hash::Indexed).
Minor code re-factoring.
Updated POD.
0.17 20/07/2008
Improved data scaling and Y axis labelling in render_as_chart.
Update the sample menu template (menu.tt).
Simplified the global $CONFIG hash.
Minor code re-factoring.
Updated POD.
0.18 24/07/2008
Minor code re-factoring for the stringify_me object method.
Updated POD.
0.19 24/07/2008
Updated render_as_form to allow the 'for_update' formatting method of an empty valued column to execute.
0.20 25/07/2008
Improve the 'searchable' option in render_as_table to handle foreign class columns with 'for_search' methods.
0.21 28/07/2008
Fixed a bug (introduced since 0.19) causing render_as_form to fail when inserting new objects with custom fields.
Renamed the 'join_delimiter' in the global $CONFIG to 'delimiter' and moved it into the 'table' hash.
0.22 30/07/2008
Fixed a bug in render_as_form with custom fields having the 'required' field option set to 0.
Fixed the regular expression for validating the built-in 'money' column type.
Enhanced rendering 'static' form fields in render_as_form.
Deprecated unused options in the global $CONFIG.
Minor code re-factoring.
0.23 31/07/2008
Fixed a bug in render_as_table where column values are not shown and column sorting is disabled when a custom column label is defined.
Fixed a bug in render_as_table with columns using the 'for_filter' formatting option.
Minor code re-factoring.
0.24 04/08/2008
Enabled multiple keyword searches for 'searchable' columns in render_as_table. Added the 'keyword_delimiter' option to the global $CONFIG.
Added support for matching RDBO column types.
Deprecated the 'wait_message' option in the global $CONFIG and in rendering methods.
Updated POD.
0.25 12/08/2008
Updated the 'date' and 'timestamp' column types.
Deprecated the 'varchar' column type.
Updated POD.
0.26 13/08/2008
Added error handling code for the 'date' column type.
Update the column type assignment logic.
Updated POD.
0.27 15/08/2008
Clean up the unnecessary 'sortopts' option for column types in the global $CONFIG.
Updated POD.