* Bivio::PetShop::Util fixed db upgrade syntax error * Bivio::SQL::ListSupport fixed sorting on tables in FROM clause * Bivio::Util::SQL include time_zone...
Revision 4.48 2006/09/29 20:30:48 dobbs * Bivio::SQL::ListSupport and Bivio::SQL::Statement both fixed to re-enable internal_initialize to override FROM *...
* Bivio::Biz::Model::ForumUserAddForm made _up and _down private methods into internal methods to allow override by subclasses * Bivio::IO::File->do_in_dir...
Revision 4.57 2006/11/09 00:13:13 nagler * Bivio::UI::Widget::HTML::Tag supports arbitrary HTML attribute values. See unit test. Also renders empty tags as...
Revision 4.58 2006/11/13 22:48:46 nagler * Bivio::UI::XHTML::Widget::TaskMenu.selected_item replaces selected_task_name. If the widget value resolves to a...
Revision 4.61 2006/12/06 22:59:16 moeller * Bivio::Agent::Request use map_user_realms in internal_get_realm_for_task map_user_realms defaults to return...
* Bivio::Biz::Model::ContactForm put auth user email, if it exists, in local 'from' field * Bivio::Biz::Model::TupleList->execute_load_history_list updated to ...
* Bivio::Biz::Model::TupleHistoryList.pm replace hyphens and dashes in field names for display purposes * Bivio::Delegate::SimpleTaskId add tuple record and...
* Bivio::UI::Text::Widget::CSV support field type attribute * Bivio::UI::XHTML::View::Tuple specify type for CSV record list columns * Bivio::Util::HTTPConf...
* Bivio::Biz::Model::MailPartList decode MIME attachment file names if needed, e.g. may be UTF-8 encoded * Bivio::Delegate::SimpleTaskId FORUM_TUPLE_LIST_CSV...
* Bivio::UI::XHTML::View::Tuple renders MIME attachments in history list view * Bivio::Util::Class added tasks_for_view, renamed task to tasks_for_label...
* Bivio::Agent::SimpleTaskId is deprecated by Bivio::Agent::TaskId. The deprecated tasks now use Method views, and we will be moving to a Method view system to...