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...
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...
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@...
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...
... 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...
... 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...
... Yep. The abstractions have names too. :-) Bivio::Collection::Attributes Bivio::Agent::Request Request is a specialization of Attributes. Well, most ...
+ 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? +...
... 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...
* 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 ...
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...
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 - 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...
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...