For posterity: Thoughts on the development of utilities. In this particular case, I needed a utility to upgrade the permissions in the database. I wanted to...
david farber
david@...
May 18, 2004 11:26 pm
68
Revision 2.23 2004/06/10 23:07:12 moeller * Bivio::IO::Trace fixed undefined _trace() if package filter is off Revision 2.22 2004/06/10 22:32:40 moeller *...
Revision 2.24 2004/06/17 21:10:48 david * Bivio::UI::ViewLanguage Bivio::UI::ViewShortcutsBase Allows functions defined in ViewShortcuts files to call other...
Dear Professionals, We Career Soft Solutions, a Leading Consultancy Group, have some of the Top IT Companies across India as our Client base. We are taking ...
Hi, We are currently looking for Perl professionals for one of our clients. Details are as under : Skills : Perl, Shell Scripting, Sybase Experience : 2-6...
Revision 2.31 2004/09/15 20:50:01 dobbs * Bivio::Mail::Common->send() can now accept a string * Bivio::Test::Language::HTTP->verify_form() now correctly...
Revision 2.41 2004/11/04 15:14:56 moeller * Bivio::UI::HTML::Widget::FirstFocus new widget which sets focus to the first form field on the page * Added...
Revision 2.45 2004/12/07 19:44:06 moeller * PetShop warning color now different from error color so the acceptance tests don't think the page is in error *...
Revision 2.47 2004/12/29 20:33:38 moeller * Bivio::Biz::PropertyModel dies if update() is called on an unloaded model * Bivio::Type::Secret allows for...
Revision 2.48 2005/01/05 23:35:30 nagler * IMPORTANT: Bivio::Type::Number now uses GMP available from: http://www.gnu.org/software/gmp/ You need to install...
... Sort of. If you make a Bivio::ShellUtil (see Bivio::PetShop::Util.pm as an example), you can call bOP as a program. At the same time, we don't recommend...
Today I started to try to learn Bivio-BOP in earnest. After grousing around, I came across the unit testing framework. This is a neat way to catalog all of my...
I brought up this point back in the p5ee days and now I return to it. + Why is a display class at the root of the type hierarchy? + Ultimately, how does the...
... Fixed, thanks. ... On the extremeperl group, you can find our b-perl.el extensions: http://groups.yahoo.com/group/extremeperl/files/ I don't know if it...
... We use single inheritance. The root of all classes is Bivio::UNIVERSAL. This gives us a nice hook for doing object level things in bOP. Most objects in...