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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 537 - 566 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
537
Revision 4.49 2006/10/16 20:56:51 moeller * Bivio::Agent::Request added get_content() * Bivio::Biz::Action::Acknowledgement export QUERY_KEY *...
Paul Moeller
moellep
Offline Send Email
Oct 16, 2006
9:19 pm
538
Revision 4.50 2006/10/20 19:38:04 moeller * New PropertyModels Tuple, TupleDef, TupleSlotDef, TupleSlotType, and TupleUse * Bivio::Biz::FormModel show more...
Paul Moeller
moellep
Offline Send Email
Oct 20, 2006
7:49 pm
539
Revision 4.51 2006/10/25 19:02:14 moeller * Bivio::Agent::Task Added execute_task_item api * Bivio Auth::Realm added do_default() * Bivio::BConf added View...
Paul Moeller
moellep
Offline Send Email
Oct 25, 2006
7:21 pm
540
Note: 4.51 was broken. Revision 4.52 2006/10/25 21:05:57 nagler * Tuple support partially in. You need to rebuild your petshop databases. *...
Rob Nagler
robnagler
Offline Send Email
Oct 25, 2006
9:14 pm
541
Revision 4.53 2006/10/27 17:04:49 nagler * Bivio::UI::Widget::ControlBase.control will be rendered after it is resolved as a widget value. *...
Rob Nagler
robnagler
Offline Send Email
Oct 27, 2006
5:11 pm
542
* Bivio::Biz::Model::ForumUserAddForm made _up and _down private methods into internal methods to allow override by subclasses * Bivio::IO::File->do_in_dir...
Alex Viggio
aviggio
Offline Send Email
Nov 4, 2006
12:15 am
543
Revision 4.55 2006/11/05 21:59:47 nagler * Bivio::UI::XHTML::Widget::XLink added. Interesting example of a new style widget implementation *...
Rob Nagler
robnagler
Offline Send Email
Nov 5, 2006
10:05 pm
544
* Bivio::Biz::Model::SearchForm->parse_query_from_request checks form_model instead of explicit Model.SearchForm. * Bivio::Auth::Realm->new returns general...
Rob Nagler
robnagler
Offline Send Email
Nov 6, 2006
8:29 am
545
Revision 4.57 2006/11/09 00:13:13 nagler * Bivio::UI::Widget::HTML::Tag supports arbitrary HTML attribute values. See unit test. Also renders empty tags as...
Rob Nagler
robnagler
Offline Send Email
Nov 9, 2006
12:22 am
546
Revision 4.58 2006/11/13 22:48:46 nagler * Bivio::UI::XHTML::Widget::TaskMenu.selected_item replaces selected_task_name. If the widget value resolves to a...
Rob Nagler
robnagler
Offline Send Email
Nov 13, 2006
11:07 pm
547
* Bivio::Agent::Request added with_realm, replaced get_user_realms with map_user_realms, added filter to map_user_realms * Bivio::Biz::Model::Lock added...
Alex Viggio
aviggio
Offline Send Email
Nov 16, 2006
7:08 pm
548
Revision 4.60 2006/12/01 23:32:52 dobbs * Bivio::Agent::Request added with_user() to match with_realm() * Bivio::Biz::Model::Club defined equivalence for...
Eric Dobbs
eric_dobbs
Offline Send Email
Dec 1, 2006
11:51 pm
549
Revision 4.61 2006/12/06 22:59:16 moeller * Bivio::Agent::Request use map_user_realms in internal_get_realm_for_task map_user_realms defaults to return...
Paul Moeller
moellep
Offline Send Email
Dec 6, 2006
11:11 pm
550
* Bivio::Biz::Model::RealmRole allow permissions to be specified by a list of roles and/or permissions * Bivio::Type::EnumSet->get_empty added...
Alex Viggio
aviggio
Offline Send Email
Dec 8, 2006
6:43 am
551
* Bivio::Biz::Model::ContactForm put auth user email, if it exists, in local 'from' field * Bivio::Biz::Model::TupleList->execute_load_history_list updated to ...
Alex Viggio
aviggio
Offline Send Email
Dec 12, 2006
5:53 am
552
* Bivio::Delegate::SimpleRealmName added make_offline() * Bivio::ShellUtil new() and main() can now take class arguments to load mapped classes...
Paul Moeller
moellep
Offline Send Email
Dec 18, 2006
4:58 pm
553
* Bivio::Biz::Model::TupleHistoryList.pm replace hyphens and dashes in field names for display purposes * Bivio::Delegate::SimpleTaskId add tuple record and...
Alex Viggio
aviggio
Offline Send Email
Dec 22, 2006
6:38 am
554
Neither rain nor snow nor the thick of night will prevent bOP releases from be-bopping out! ... Rob...
Rob Nagler
robnagler
Offline Send Email
Dec 22, 2006
4:02 pm
555
* Bivio::Biz::Model::MailPartList->execute_from_realm_file_id added * Bivio::Biz::Model::Tuple->split_body added * Bivio::Biz::Model::TupleHistoryList re-use...
Alex Viggio
aviggio
Offline Send Email
Jan 9, 2007
7:37 am
556
* Bivio::UI::Text::Widget::CSV support field type attribute * Bivio::UI::XHTML::View::Tuple specify type for CSV record list columns * Bivio::Util::HTTPConf...
Alex Viggio
aviggio
Offline Send Email
Jan 11, 2007
4:09 am
557
* Bivio::Biz::Model::MailPartList decode MIME attachment file names if needed, e.g. may be UTF-8 encoded * Bivio::Delegate::SimpleTaskId FORUM_TUPLE_LIST_CSV...
Alex Viggio
aviggio
Offline Send Email
Jan 19, 2007
6:58 am
558
* Bivio::UI::XHTML::View::Tuple renders MIME attachments in history list view * Bivio::Util::Class added tasks_for_view, renamed task to tasks_for_label...
Alex Viggio
aviggio
Offline Send Email
Jan 23, 2007
5:56 am
559
* Bivio::Agent::SimpleTaskId is deprecated by Bivio::Agent::TaskId. The deprecated tasks now use Method views, and we will be moving to a Method view system to...
Alex Viggio
aviggio
Offline Send Email
Feb 5, 2007
6:40 am
560
* Bivio::Biz::Action::CalendarEventICS modify .ics format to support reading by Outlook 2003 * Bivio::Biz::Action::RealmFile->unauth_execute accepts a new...
Alex Viggio
aviggio
Offline Send Email
Feb 21, 2007
7:14 pm
561
* Bivio::Delegate::SimpleTaskId moved up Task.PERMANENT_REDIRECT from subclass...
Alex Viggio
aviggio
Offline Send Email
Feb 21, 2007
10:19 pm
562
* Bivio::Biz::Model::RealmUserAddForm create_or_update fix and new unauth_create_or_update * Bivio::Biz::PropertyModel create_or_update fix and new ...
Alex Viggio
aviggio
Offline Send Email
Feb 23, 2007
6:30 am
563
Revision 4.80 2007/03/07 06:00:17 aviggio * Bivio::Biz::Model::MotionList added execute_load_parent * Bivio::Biz::Model::MotionVote added creation date...
Alex Viggio
aviggio
Offline Send Email
Mar 7, 2007
6:52 am
564
* Bivio::SQL::PropertySupport add Motion models to unused_classes * Bivio::Util::SQL->internal_upgrade_db_motion added...
Alex Viggio
aviggio
Offline Send Email
Mar 8, 2007
6:39 am
565
Revision 4.82 2007/03/10 00:45:41 nagler * Bug fixes from previous release * Bivio::UI::HTML::Widget::Table.column_height added...
Rob Nagler
robnagler
Offline Send Email
Mar 10, 2007
12:50 am
566
Revision 4.86 2007/03/27 21:30:14 nagler * Bivio::UI::Widget::SimplePage replaces Bivio::UI::HTML::Widget::SimplePage IMPORTANT: If you install from a...
Rob Nagler
robnagler
Offline Send Email
Mar 27, 2007
9:51 pm
Messages 537 - 566 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