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 234 - 263 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
234
Revision 2.62 2005/04/15 19:23:58 moeller * Bivio::Agent::Request deprecated task_ok(), use can_user_execute_task() instead *...
Paul Moeller
moellep
Offline Send Email
Apr 15, 2005
7:27 pm
235
Suppose I have a list of items, and I want to have list actions for them. The actions that are available might be dependent on the state of the items in the...
Tom Vilot
tvilot
Offline Send Email
Apr 22, 2005
7:20 pm
236
Revision 2.63 2005/04/26 22:29:55 nagler * Bivio::MIME::Type supports xml, xhtml, and css * Bivio::Biz::Model::RealmRole refactored to share code between...
Rob Nagler
robnagler
Offline Send Email
Apr 26, 2005
10:38 pm
237
Revision 2.64 2005/04/29 16:54:16 moeller * Bivio::SQL::ListSupport includes DISTINCT in COUNT() clause if present * Bivio::Test::HTMLParser::Tables doesn't...
Paul Moeller
moellep
Offline Send Email
Apr 29, 2005
5:44 pm
238
Revision 2.66 2005/05/10 18:28:51 nagler * Bivio::Agent::Request->is_test returns ! is_production() * Bivio::Delegate::SimplePermission->TEST_TRANSIENT added...
Rob Nagler
robnagler
Offline Send Email
May 10, 2005
6:32 pm
239
Revision 2.67 2005/05/17 21:04:30 moeller * Bivio::Test::HTMLParser tables with the same name use the name, name#1, name#2 sequence *...
Paul Moeller
moellep
Offline Send Email
May 17, 2005
9:10 pm
240
Revision 2.68 2005/05/24 16:12:07 moeller * RealmType delegation affected the following modules Bivio::Agent::Job::Request Bivio::Agent::Request ...
Paul Moeller
moellep
Offline Send Email
May 24, 2005
4:42 pm
241
My problem is that I have a script which uses Bivio. This is working fine. My task is that I have to move it to a different system. On the new machine the...
ingo_1972
Offline Send Email
May 25, 2005
9:01 pm
242
Ingo - It sounds like either you are missing the BConf.pm file or there is a typo in that file. 'maps' is part of the application configuration and is located...
david farber
david@...
Send Email
May 25, 2005
10:32 pm
243
Revision 2.69 2005/05/26 19:27:11 nagler * Bivio::Auth::PermissionSet->includes simplified * Bivio::IO::Ref->to_string calls Sortkeys if Data::Dumper...
Rob Nagler
robnagler
Offline Send Email
May 26, 2005
7:29 pm
244
Thank you David. You was right. The conf file was not there. Ingo...
ingo_1972
Offline Send Email
May 27, 2005
6:43 pm
245
Revision 2.70 2005/05/27 18:55:35 nagler * Bivio::UI::Facade allows flexible configuration: Color => [[blue => 0xff], [red => 0xff0000]], or Color => sub...
Rob Nagler
robnagler
Offline Send Email
May 27, 2005
6:58 pm
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
Messages 234 - 263 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