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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 260 - 289 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
260
Revision 2.84 2005/07/01 20:15:25 nagler * Bivio::UI::Widget::HTML::Page->initialize avoids vs_call unless script/style need to be put on Page...
Rob Nagler
robnagler
Offline Send Email
Jul 1, 2005
8:18 pm
261
Revision 2.85 2005/07/01 23:15:30 moeller * Bivio::SQL::Statement doesn't wrap where clause in parentheses, old code may include ORDER BY there...
Paul Moeller
moellep
Offline Send Email
Jul 1, 2005
11:18 pm
262
i'm clueless on vs_first_focus. I would like to have a text edit field have focus on a page when it is rendered. I assume I do: view_put( title => 'User...
Tom Vilot
tvilot
Offline Send Email
Jul 4, 2005
9:04 pm
263
Trying to use the latest-and-greatest bOP. When I run my sql to load the database, I get this error, apparently related to RealmUser (realm_user_t). Confused...
Tom Vilot
tvilot
Offline Send Email
Jul 4, 2005
10:03 pm
264
Never mind. I had some hand-written SQL in my SQL.pm load script. Oooops....
Tom Vilot
tvilot
Offline Send Email
Jul 4, 2005
11:19 pm
265
... You add the script to the page content, something like this: view_put( title => 'User Login', base_nav => Join(['']), content => Join([ $login_form->(), ...
Paul Moeller
moellep
Offline Send Email
Jul 5, 2005
4:41 pm
266
... GENIUS! :c)...
Tom Vilot
tvilot
Offline Send Email
Jul 5, 2005
8:07 pm
267
Revision 2.86 2005/07/07 16:45:50 moeller * Bivio::Mail::Common added sanity check - warn if mail queue has items, but self is not a transaction resource on...
Paul Moeller
moellep
Offline Send Email
Jul 7, 2005
7:20 pm
268
Revision 2.87 2005/07/14 22:14:56 moeller * Bivio::Type::UserAgent now detects many common browser types, MSIE_5, MSIE_6, FIREFOX and MOZILLA. Added methods...
Paul Moeller
moellep
Offline Send Email
Jul 14, 2005
10:24 pm
269
Revision 2.88 2005/07/19 20:59:13 nagler * Bivio::UI::Widget::Join.join_separator is rendered between elements that are non-zero length *...
Rob Nagler
robnagler
Offline Send Email
Jul 19, 2005
9:02 pm
270
Revision 2.89 2005/07/21 23:43:28 nagler * Bivio::Biz::Model::UserCreateForm->parse_display_name understands prefixes (Dr., Mr., etc.) and suffixes (Jr, III,...
Rob Nagler
robnagler
Offline Send Email
Jul 21, 2005
11:55 pm
271
Revision 2.90 2005/07/27 17:09:46 nagler * Bivio::BConf->default_merge_overrides specifies reasonable defaults for many common values * Bivio::PetShop::BConf...
Rob Nagler
robnagler
Offline Send Email
Jul 27, 2005
5:10 pm
272
Revision 2.91 2005/07/30 15:50:19 nagler * Bivio::Util::Release->build primitive _b_release_files accepts shell-meta-chars, which will complete *, ?, and []....
Rob Nagler
robnagler
Offline Send Email
Jul 30, 2005
3:51 pm
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
Messages 260 - 289 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