Revision 2.41 2004/11/04 15:14:56 moeller
* Bivio::UI::HTML::Widget::FirstFocus new widget which sets focus to
the first form field on the page
* Added FirstFocus widget to PetShop demo
* Bivio::Agent::HTTP::Request Bivio::Type::UserAgent->put_on_request
no longer exists, now call from_header and put_on_request
* Bivio::Test::HTMLParser::Forms duplicate forms get duplicate labels,
unless they are identical, iwc only one form is entered.
* Bivio::Test::HTMLParser::Links changed missing href on <a> to info,
not die.
* Bivio::Test::Language::HTTP added go_back(), set the browser to
something other than just the script
* Bivio::Type::Date removed to_local_date(), use local_today() instead
* Bivio::Type::Enum move put_on_request to Type.pm
* Bivio::Type::UserAgent renamed put_on_request to from_header
* Bivio::Type added put_on_request
* Bivio::UI::HTML::Widget::Search Use Model.SearchList to be more
general than specific class name
* Bivio::Util::Release added get_projects helper function