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 to share photos of your group with the world? 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 521 - 550 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
521
* Bivio::Agent::Request->unsafe_get_txn_resource added * Bivio::Biz::Model::BlogCreateForm class added * Bivio::Biz::Model::BlogEditForm class added *...
Alex Viggio
aviggio
Offline Send Email
Jul 8, 2006
7:47 pm
522
Revision 4.34 2006/07/17 04:33:12 nagler Note: the Xapian/Search unit test will fail if you don't have Xapian installed. See README. *...
Rob Nagler
robnagler
Offline Send Email
Jul 17, 2006
4:35 am
523
Revision 4.35 2006/07/17 20:53:16 moeller * Bivio::Delegate::SimpleTaskId changed optional search task to be dependent on Search::Xapian *...
Paul Moeller
moellep
Offline Send Email
Jul 17, 2006
9:06 pm
524
Revision 4.36 2006/08/03 19:38:32 moeller * Bivio::Biz::Action::MailForward undo X-Bivio-Test-Recipient hack * Bivio::Biz::FormModel...
Paul Moeller
moellep
Offline Send Email
Aug 3, 2006
7:44 pm
525
* Bivio::Biz::Model::QuerySearchBaseForm fix for auxillary forms on request * Bivio::Test::HTMLParser::Forms improve form parsing for XHTML pages *...
Alex Viggio
aviggio
Offline Send Email
Aug 8, 2006
9:52 pm
526
Revision 4.38 2006/08/14 02:09:50 nagler * Bivio::Type::Boolean->get_default added * Bivio::Type::Year->get_default/now added *...
Rob Nagler
robnagler
Offline Send Email
Aug 14, 2006
2:11 am
527
Revision 4.39 2006/08/17 17:03:21 moeller * Bivio::SQL::ListSupport added count_distinct option to list declarationto support paging on lists that use...
Paul Moeller
moellep
Offline Send Email
Aug 17, 2006
5:25 pm
528
* Bivio::Auth::Realm->clone added and called from new * Bivio::Auth::Realm->get_default_id added * Bivio::Biz::Action::TestBackdoor accepts shell_util in query...
Alex Viggio
aviggio
Offline Send Email
Aug 23, 2006
12:57 pm
529
Revision 4.41 2006/08/23 17:05:54 moeller * Bivio::Agent::HTTP::Request throws a CLIENT_ERROR if a timeout occurs while reading the request body *...
Paul Moeller
moellep
Offline Send Email
Aug 23, 2006
5:31 pm
530
* Bivio::BConf added system_user_forum_email permission category * Bivio::Biz::Model::ForumEditDAVList added email related columns *...
Alex Viggio
aviggio
Offline Send Email
Sep 1, 2006
5:33 pm
531
* Bivio::ShellUtil don't send email if running -noexecute * Bivio::Test::Unit throw_quietly if error in assert_expect/equals *...
Alex Viggio
aviggio
Offline Send Email
Sep 8, 2006
12:35 am
532
* Added time_zone type field to calendar_event_t bOP table definition * Bivio::BConf added UniversalTimeZone delegate * Bivio::Biz::Model::CalendarEvent maps...
Alex Viggio
aviggio
Offline Send Email
Sep 14, 2006
11:53 pm
533
* calendar_event_t.time_zone field converted to NUMERIC(4) * Bivio::BConf removed UniversalTimeZone delegate, now a normal enum *...
Alex Viggio
aviggio
Offline Send Email
Sep 23, 2006
12:36 am
534
* Bivio::IO::Trace allow Reloaded modules to be reprocessed * Bivio::MIME::Base64 don't try decoding something under 4 bytes * Bivio::SQL::Statement now...
Alex Viggio
aviggio
Offline Send Email
Sep 26, 2006
6:08 pm
535
* Bivio::PetShop::Util fixed db upgrade syntax error * Bivio::SQL::ListSupport fixed sorting on tables in FROM clause * Bivio::Util::SQL include time_zone...
Alex Viggio
aviggio
Offline Send Email
Sep 28, 2006
12:37 am
536
Revision 4.48 2006/09/29 20:30:48 dobbs * Bivio::SQL::ListSupport and Bivio::SQL::Statement both fixed to re-enable internal_initialize to override FROM *...
Eric Dobbs
eric_dobbs
Offline Send Email
Sep 29, 2006
10:08 pm
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
Messages 521 - 550 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