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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 273 - 302 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
273
Revision 2.93 2005/08/09 17:46:43 moeller * Bivio::Type::UserAgent detects MSIE_7 fixed bug where unknown type BROWSER was referenced * Bivio::Util::SQL push...
Paul Moeller
moellep
Offline Send Email
Aug 9, 2005
6:04 pm
274
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...
Rob Nagler
robnagler
Offline Send Email
Aug 10, 2005
10:45 pm
275
Revision 2.95 2005/08/15 16:10:24 moeller * Added new type Bivio::Type::Text64K which replaces Bivio::Type::ReallyLongText. * Bivio::Biz::Model::Bulletin now...
Paul Moeller
moellep
Offline Send Email
Aug 15, 2005
4:11 pm
276
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...
Rob Nagler
robnagler
Offline Send Email
Aug 15, 2005
11:24 pm
277
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...
Rob Nagler
robnagler
Offline Send Email
Aug 16, 2005
11:36 pm
278
Revision 3.1 2005/08/18 19:34:24 moeller * Bivio::ShellUtil removed set_current() call in put_request() Job::Request->new is already doing this *...
Paul Moeller
moellep
Offline Send Email
Aug 18, 2005
7:39 pm
279
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...
Tom Vilot
tvilot
Offline Send Email
Aug 21, 2005
8:33 pm
280
... 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...
Rob Nagler
robnagler
Offline Send Email
Aug 21, 2005
9:27 pm
281
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...
Tom Vilot
tvilot
Offline Send Email
Aug 25, 2005
8:29 pm
282
... 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...
Rob Nagler
robnagler
Offline Send Email
Aug 25, 2005
9:05 pm
283
... Or you could use CSS and save yourself the trouble. ;-) There are a number of links to CSS rollovers on this page: ...
Eric Dobbs
eric_dobbs
Offline Send Email
Aug 25, 2005
9:49 pm
284
... 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...
Tom Vilot
tvilot
Offline Send Email
Aug 26, 2005
1:31 am
285
* Bivio::Biz::Action::AdmMailBulletin allow sending bulletin on non-production servers if the email matches localhost or the current hostname *...
Paul Moeller
moellep
Offline Send Email
Aug 26, 2005
4:33 pm
286
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...
Rob Nagler
robnagler
Offline Send Email
Aug 29, 2005
7:20 pm
287
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...
Rob Nagler
robnagler
Offline Send Email
Aug 30, 2005
10:55 pm
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
Messages 273 - 302 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