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 246 - 275 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
246
Revision 2.72 2005/06/07 03:53:02 moeller * Bivio::Biz::Model::RealmUser removed honorific property * Allow multiple RealmUser roles for one realm, modules...
Paul Moeller
moellep
Offline Send Email
Jun 7, 2005
3:18 pm
247
NOTE: b-db-upgrade will go away in the next release. Revision 2.75 2005/06/08 14:33:19 nagler * Bivio::Type::Year->from_literal calculates date window (+20...
Rob Nagler
robnagler
Offline Send Email
Jun 8, 2005
2:38 pm
248
... Why's that? Seems like it was useful .......
Tom Vilot
tvilot
Offline Send Email
Jun 9, 2005
5:06 pm
249
Revision 2.76 2005/06/09 17:50:26 moeller * Bivio::Biz::Model::Club removed override for cascade_delete() * Bivio::Biz::Model::RealmUser removed role sets...
Paul Moeller
moellep
Offline Send Email
Jun 9, 2005
5:57 pm
250
Revision 2.77 2005/06/09 23:27:33 moeller * Bivio::Agent::Request can_user_execute_task() returns true if the task permissions include ANYBODY or ANY_USER ...
Paul Moeller
moellep
Offline Send Email
Jun 9, 2005
11:29 pm
251
Ingo writes in http://groups.yahoo.com/group/extremeperl/message/277 ... Firstly, apologies for the delay in replying. I've been extremely busy. We don't...
Rob Nagler
robnagler
Offline Send Email
Jun 12, 2005
2:32 pm
252
Revision 2.78 2005/06/13 16:22:14 moeller * PetShop demo app, Order model is a proper realm, no longer references Club. * Bivio::Biz::Model::RealmOwner no...
Paul Moeller
moellep
Offline Send Email
Jun 13, 2005
4:33 pm
253
Revision 2.80 2005/06/24 23:14:45 moeller * Bivio::Agent::Dispatcher does not set request task_id, lets internal_redirect_realm() handle it *...
Paul Moeller
moellep
Offline Send Email
Jun 24, 2005
11:20 pm
254
Could anyone recommend a CSV parser among the flurry of choices on CPAN? I have some fairly straightforward data dumps I need to play with. One of these days I...
gmc444
Offline Send Email
Jun 27, 2005
5:38 pm
255
... We've used Text::CSV for simple input. I don't think it handles multi-line Excel csv, but works OK otherwise. Paul...
Paul Moeller
moellep
Offline Send Email
Jun 27, 2005
6:05 pm
256
[...] ... Thanks Paul. I'll give it a try. Regards, Greg __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the...
Greg C
gmc444
Offline Send Email
Jun 27, 2005
9:12 pm
257
Revision 2.81 2005/06/29 22:13:06 nagler * Bivio::Biz::Model::AdmUserList provides list of all users with last name search capability *...
Rob Nagler
robnagler
Offline Send Email
Jun 29, 2005
10:27 pm
258
Revision 2.82 2005/06/30 03:15:16 nagler * Bivio::Biz::FormModel->OK_BUTTON_NAME is exported * Bivio::Biz::Model::AdmSubstituteUserForm accepts query string...
Rob Nagler
robnagler
Offline Send Email
Jun 30, 2005
3:20 am
259
Revision 2.83 2005/07/01 04:55:18 nagler * Bivio::UI::HTML::Widget::Page.style defaults to Style() widget, if not set explicitly to undef or another value. *...
Rob Nagler
robnagler
Offline Send Email
Jul 1, 2005
6:26 am
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
Messages 246 - 275 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