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...
Revision 3.28 2005/10/20 04:11:59 nagler * Bivio::ShellUtil->detach_process makes an effort at detaching the process from the controlling terminal. It...
Revision 3.33 2005/10/27 03:33:32 nagler * Bivio::Biz::Action::DAV is a class 2 web dav server that's mostly working. We'll be updating it over the time. *...
Revision 3.34 2005/10/27 05:58:31 nagler * Bivio::Biz::Action::DAV->execute sets any online admin for realm (Don't use this on production just yet, because...