Search the web
Sign In
New User? Sign Up
Bivio-bOP · bivio OLTP Platform Discussion (bOP)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 288 - 317 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
288
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...
Paul Moeller
moellep
Offline Send Email
Sep 7, 2005
11:10 pm
289
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...
Tom Vilot
tvilot
Offline Send Email
Sep 11, 2005
11:07 pm
290
... 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...
Rob Nagler
robnagler
Offline Send Email
Sep 12, 2005
6:01 pm
291
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...
Rob Nagler
robnagler
Offline Send Email
Sep 16, 2005
8:55 pm
292
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...
Rob Nagler
robnagler
Offline Send Email
Sep 23, 2005
4:24 pm
293
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...
Rob Nagler
robnagler
Offline Send Email
Sep 27, 2005
5:17 pm
294
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...
Rob Nagler
robnagler
Offline Send Email
Sep 29, 2005
4:44 am
295
Revision 3.16 2005/09/30 16:58:02 moeller * Bivio::UI::HTML::Widget::DateField fpc - now works in list forms again * Bivio::Test::Util if no...
Paul Moeller
moellep
Offline Send Email
Sep 30, 2005
5:03 pm
296
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...
Rob Nagler
robnagler
Offline Send Email
Oct 3, 2005
8:54 pm
297
Revision 3.19 2005/10/06 18:39:43 nagler * Bivio::UI::HTML::Widget::Page puts xhtml on request if it has xhtml as an attribute *...
Rob Nagler
robnagler
Offline Send Email
Oct 6, 2005
6:48 pm
298
Revision 3.20 2005/10/07 20:09:17 nagler * Bivio::UI::HTML::Widget::FormButton is fixed....
Rob Nagler
robnagler
Offline Send Email
Oct 7, 2005
8:11 pm
299
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....
Rob Nagler
robnagler
Offline Send Email
Oct 10, 2005
5:09 am
300
Revision 3.26 2005/10/17 23:48:37 nagler * Bivio::UI::Widget::Join->render inserts separator correctly with null elements *...
Rob Nagler
robnagler
Offline Send Email
Oct 18, 2005
12:23 am
301
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. *...
Rob Nagler
robnagler
Offline Send Email
Oct 18, 2005
1:21 am
302
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...
Rob Nagler
robnagler
Offline Send Email
Oct 18, 2005
10:15 pm
303
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...
Rob Nagler
robnagler
Offline Send Email
Oct 20, 2005
4:14 am
304
Revision 3.29 2005/10/20 21:03:54 moeller * Bivio::Biz::Util::ListModel->csv() fixed multi-line column output...
Paul Moeller
moellep
Offline Send Email
Oct 20, 2005
9:06 pm
305
Revision 3.30 2005/10/24 20:54:13 nagler * Bivio::Biz::FormModel->validate_greater/* return false if validation fails *...
Rob Nagler
robnagler
Offline Send Email
Oct 24, 2005
8:56 pm
306
Sheesh!! You guys have been busy .......
Tom Vilot
tvilot
Offline Send Email
Oct 24, 2005
9:23 pm
307
Revision 3.31 2005/10/24 22:02:36 nagler * Bivio::Biz::Model::RealmFile->create downcases path_lc * Bivio::Util::RealmFile->import_tree works * Various tests...
Rob Nagler
robnagler
Offline Send Email
Oct 24, 2005
10:03 pm
308
... Pulling my hair out, actually. I'm glad this one's out of the way... ... Be careful to test these changes. :-( Rob...
Rob Nagler
robnagler
Offline Send Email
Oct 24, 2005
11:02 pm
309
Revision 3.32 2005/10/25 17:50:07 moeller * Bivio::Auth::Realm calls lc() on owner_name in new() * Bivio::Biz::Model::RealmOwner no longer calls lc() on...
Paul Moeller
moellep
Offline Send Email
Oct 25, 2005
5:54 pm
310
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. *...
Rob Nagler
robnagler
Offline Send Email
Oct 27, 2005
3:35 am
311
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...
Rob Nagler
robnagler
Offline Send Email
Oct 27, 2005
5:59 am
312
Revision 3.35 2005/10/27 06:56:17 nagler * Bivio::Biz::Action::DAV escapes displayname * Bivio::Util::RealmFile->import_tree does create or update...
Rob Nagler
robnagler
Offline Send Email
Oct 27, 2005
6:57 am
313
* Bivio::Biz::FormModel restored validate_greater_than_zero(), validate_not_negative() and validate_not_zero () behavior to accept undef values *...
Paul Moeller
moellep
Offline Send Email
Oct 27, 2005
8:16 pm
314
Revision 3.37 2005/10/28 20:48:02 nagler * Bivio::Util::Shell/b-shell enables batch execution of shell utilities. Here's an example: b-shell batch <<'EOF' ...
Rob Nagler
robnagler
Offline Send Email
Oct 28, 2005
8:50 pm
315
Revision 3.38 2005/11/01 08:49:44 nagler * Bivio::Biz::Action::BasicAuthorization supports WWW-Authenticate/Authorization * Bivio::Biz::Action::DAV tests...
Rob Nagler
robnagler
Offline Send Email
Nov 1, 2005
8:53 am
316
Revision 3.39 2005/11/08 02:49:00 nagler * Bivio::Biz::Action::DAV PROPFIND only returns public files is is_public * Bivio::Biz::*Model->merge_initialize...
Rob Nagler
robnagler
Offline Send Email
Nov 8, 2005
2:50 am
317
Revision 3.40 2005/11/09 21:04:14 moeller * Bivio::Biz::Action::DAV no longer descendent of Action.RealmFile * Bivio::Biz::Model::Forum allow multiple...
Paul Moeller
moellep
Offline Send Email
Nov 9, 2005
9:06 pm
Messages 288 - 317 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help