NOTE: This release contains some signficant refactorings so read the notes carefully to see if you might be affected. Revision 2.94 2005/08/10 22:35:20...
Revision 2.96 2005/08/15 23:21:45 nagler * Bivio::Agent::Request->internal_set_current warns if a request is already current. There may be a defect with...
Revision 3.0 2005/08/16 23:34:35 nagler Roll over major verison number Revision 2.97 2005/08/16 23:33:12 nagler * Bivio::Util::HTTPLog Subject: is the log...
I'd like to catch the user login form's processing, so that if the user is not found, I can do a redirect to another page. (The site I am creating doesn't...
... There are a couple of hooks: * LoginForm->validate_login does the work so you override it and check if 'login' has an error. * The NOT_FOUND is not...
I am making a simple RolloverIcon widget. It needs to call a JavaScript function. If I have multiple RolloverIcon widgets, I would like them to 'modify' the...
... You should use the Script widget which does the right thing. Examples are vs_first_focus, vs_correct_table_layout_bug, and Page.want_page_print. Rob...
... That's definitely a valid approach. It's just that sometimes you really do want to swap bitmap icons, rather than just do a CSS color overlay, border...
Revision 3.4 2005/08/29 19:17:41 nagler NOTE: Major refactoring of Table and Grid widgets in this release * Bivio::UI::HTML::Widget::TableBase is the common...
Revision 3.5 2005/08/30 22:53:20 nagler * Bivio::Biz::Action::RealmlessRedirect allows you to redirect a realmless redirect to one with a realm depending on...
Revision 3.7 2005/09/07 22:53:36 moeller * Bivio::UI::HTML::Widget::TextArea re-add support for class and id attributes Revision 3.6 2005/08/31 21:36:53...
I would have thought if I did: $user->unauth_load({ user_id => $uid }); $user->cascade_delete; that the associated address, phone and realm_owner tables would...
... This should work. You might want to code it this way: $user->unauth_load_or_die({user_id => $uid})->cascade_delete; It may be that the unauth_load is...
Revision 3.10 2005/09/16 20:54:01 nagler * Bivio::Biz::ListModel->internal_prepare_statement and Bivio::SQL::Statement changed to support more powerful API...
Revision 3.11 2005/09/23 16:22:11 nagler * Bivio:UI::HTML::Widget:Page.xhtml allows you to create XHTML pages: <!doctype html public "-//w3c//dtd xhtml 1.0...
Revision 3.12 2005/09/27 16:34:47 nagler * freiker.org is using XHTML syntax. Source will be available at some point. * Bivio::Biz::ListModel->find_row_by...
Revision 3.15 2005/09/29 04:42:18 nagler * b-test/Bivio::Test::Util->mock_sendmail bypasses sendmail so acceptance tests run without a local MTA. This is...
Revision 3.17 2005/10/03 20:52:58 nagler * Perl 5.8.6 (on darwin at least) seems to have a defect loading dynamic libraries inside multiple evals. Added use...
Revision 3.22 2005/10/10 05:01:08 nagler * Bivio::UI::Task->parse_uri/format_uri use Type.Realm->unsafe_from_uri which allows '-' as a valid uri RealmName....
Revision 3.25 2005/10/17 21:20:33 nagler * b-perl.el and b-perl-agile.el bind C-c ; as comment-or-uncomment-region. A few other fixes to new style. *...
Revision 3.27 2005/10/18 22:13:19 nagler * Bivio::BConf update to include Bivio::UI::Text::Widget in MailWidget map, because Bivio::UI::Mail::Link moved to...