Revision 7.54 2009/03/28 04:05:41 moeller
* Bivio::Biz::Model::UserRegisterForm
clear_errors() before redirecting to reset password task
* Bivio::UI::View::Mail
added excerpt_column()
* Bivio::Util::Release
i386 is default
use i586, and set i386 where appropriate
Revision 7.53 2009/03/27 23:46:37 dobbs
* Bivio::Biz::FormModel
assert that execute result is not set if the form has an error
* Bivio::UI::View::CSS
added font-size: 100% for footer so font renders correctly
* Bivio::UI::XHTML::Widget::WikiText::Menu
added b-menu-source and b-menu-target
Revision 7.52 2009/03/26 11:52:32 nagler
* Bivio::Util::LinuxConfig
added sh_param
don't run grpconv unless /etc/gshadow, SuSE doesn't like this
* Bivio::Util::Release
don't add copyright
added license
configure rpm_arch, don't rely on feature extraction which will vary
by distro
Clear out suse_check with a %define
Revision 7.51 2009/03/25 17:06:59 nagler
* Bivio::Agent::HTTP::Request
apache2 port
* Bivio::Agent::Request
added apache_version()
change apache_version to if_apache_version
* Bivio::IO::Config
if_version was not checking $else for 'CODE'
* Bivio::UI::XML::Widget::AtomFeed
rollback to Atom 0.3
Revision 7.50 2009/03/24 17:53:03 dobbs
* Bivio::Agent::HTTP::Form
avoid use of ?=
* Bivio::BConf
changed b-test to bivio test
* Bivio::Biz::Model::CalendarEvent
don't add admins as RealmUser
* Bivio::Biz::Model::GroupUserList
add registration date to UnapprovedApplicantList
* Bivio::Biz::Model::RealmMailBounce
removed (?=)
* Bivio::Biz::Model::RoleBaseList
group_concat requires a string in Postgres 8.3 so force ru.role to be
a string
* Bivio::PetShop::Util::SQL
removed ?=
* Bivio::SQL::Connection::Postgres
relax contraint violation regexp, because pg guys seem to change
it for random reasons
remove (?=) in certain cases
* Bivio::Test::Request
setup_http sets up get_server_port and hostname
* Bivio::Test::Util
changed b-test to bivio test
* Bivio::Type::GeomNumber
removed ?=
* Bivio::Type::Secret
protect calls with eval
* Bivio::UI::FacadeBase
add registration date to UnapprovedApplicantList
use SITE_REALM_NAME to generate other names
* Bivio::UI::HTML::Widget::Script
add javascript to enable dropdown menus in IE6
* Bivio::UI::View::SiteAdmin
add registration date to UnapprovedApplicantList
* Bivio::UI::XHTML::Widget::WikiText::Menu
add javascript to enable dropdown menus in IE6
* Bivio::UI::XML::Widget::AtomFeed
update xmlns to match Atom 1.0 spec
Revision 7.49 2009/03/13 23:01:10 moeller
* Bivio::Biz::Model
added tracing for put_on_request(), delete_from_request()
* Bivio::Delegate::RowTagKey
added TIME_ZONE
* Bivio::Type::Time
now() was broken