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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 220 - 249 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
220
Thanks, Eric....
Tom Vilot
tvilot
Offline Send Email
Mar 3, 2005
3:04 am
221
Trying to find an example of how to use ClientRedirect but not using ->execute_next. I'd like, rather, to provide a full site URL for the redirect. Something...
Tom Vilot
tvilot
Offline Send Email
Mar 3, 2005
5:55 pm
222
I had an interesting problem with bOP a while back. Probably should have posted about it then --- but other things took over priority. The problem was: how to...
Tom Vilot
tvilot
Offline Send Email
Mar 8, 2005
12:46 am
223
Use a list form. MyListForm.pm sub internal_initialize { my($self) = @_; return $self->merge_initialize_info($self->SUPER::internal_initialize, { version => 1,...
david farber
david@...
Send Email
Mar 8, 2005
4:32 am
224
+ http://www.bivio.biz/hm/realm-role-task/task-example "The authenticated user has a user_id, which coupled with the realm_id, identifes a role, and then the...
Terrence Brannon
princepawn
Offline Send Email
Mar 8, 2005
12:05 pm
225
Revision 2.57 2005/03/08 20:34:15 moeller * Bivio::Delegate::SimpleTaskId added default ROBOTS_TXT task, allow robot browsing only for production sites *...
Paul Moeller
moellep
Offline Send Email
Mar 8, 2005
8:39 pm
226
... In that particular case 'u11700001' is the realm. Each user owns their own realm. Realms are used for other parts of the system too, but the one you...
Eric Dobbs
eric_dobbs
Offline Send Email
Mar 10, 2005
6:20 pm
227
... Ah, and the advantage of this technique is that you can (and do) have different request agents: HTTP, Email currently. So I presume the agents have an...
Terrence Brannon
princepawn
Offline Send Email
Mar 11, 2005
4:05 pm
228
... Yep. The abstractions have names too. :-) Bivio::Collection::Attributes Bivio::Agent::Request Request is a specialization of Attributes. Well, most ...
Eric Dobbs
eric_dobbs
Offline Send Email
Mar 11, 2005
5:40 pm
229
+ http://www.bivio.biz/f/bOP/html/Bivio/Auth/RealmType.html why is the SUPER_USER realm added dynamically via AuthSupport instead of being a type here? +...
Terrence Brannon
princepawn
Offline Send Email
Mar 14, 2005
11:37 am
230
... Aren't there peculiarities of HTTP and Email that make blind execution of task for either of these agents impossible? For example, what if a user likes his...
Terrence Brannon
princepawn
Offline Send Email
Mar 14, 2005
11:52 am
231
* Bivio::Agent::Task allow modules with AUTOLOAD to have any 'execute_' method called * Bivio::UI::HTML::Format::Amount returns blank if zero_as_blank and ...
Paul Moeller
moellep
Offline Send Email
Mar 14, 2005
8:29 pm
232
Sometimes I think my brain goes for a long, painful hike back into infancy ......
Tom Vilot
tvilot
Offline Send Email
Mar 14, 2005
11:34 pm
233
Revision 2.60 2005/03/24 23:19:20 moeller * Bivio::Biz::Model::QuerySearchBaseForm added OMIT_DEFAULT_VALUES_FROM_QUERY to control rendering query values *...
Paul Moeller
moellep
Offline Send Email
Mar 24, 2005
11:23 pm
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
Messages 220 - 249 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