Revision 7.44 2009/03/07 22:20:06 nagler
* Bivio::Biz::Model::SearchForm
revert 1.2
* Bivio::PetShop::Util::SQL
must be https to petshop
data for remote-copy.btest
* Bivio::UI::FacadeBase
fixed RemoteCopyListForm.to_update/delete/create
added RemoteCopyListForm.empty_realm
* Bivio::UI::HTML::Widget::Tag
added tag_empty_value
* Bivio::UI::View::SiteAdmin
wrap to_update in prose
messages for empty_realm
Revision 7.43 2009/03/07 14:25:07 nagler
* Bivio::Biz::Action::UnadornedPage
surround result with <html><body> if text/html is result
* Bivio::Biz::Model::SearchForm
* Bivio::Delegate::TaskId
require_secure on site_admin tasks
* Bivio::PetShop::Util::SQL
added PublicPage
* Bivio::UI::FacadeBase
renamed Realm Hits => Hits
* Bivio::UI::XHTML::Widget::SiteAdminDropDown
remote_file_copy => remote_copy
Revision 7.42 2009/03/07 02:50:38 nagler
* Bivio::Biz::Model::SearchForm
* Bivio::Delegate::TaskId
renamed RemoteFileCopy => RemoteCopy
* Bivio::PetShop::Util::SQL
renamed RemoteFileCopy => RemoteCopy
* Bivio::UI::FacadeBase
renamed RemoteFileCopy => RemoteCopy
* Bivio::UI::View::SiteAdmin
renamed RemoteFileCopy => RemoteCopy
Revision 7.41 2009/03/07 00:06:59 moeller
* Bivio::BConf
feature_task_log
* Bivio::Biz::Action::BasicAuthorization
enable with Config version 1
* Bivio::Biz::Model::RemoteFileCopyList
uri could be empty if it was /
* Bivio::Biz::Model::TaskLogList
added auth_id
split the filter on spaces
added internal_left_join_model_list()
* Bivio::Biz::PropertyModel
added test_unauth_delete_all
* Bivio::Delegate::SimplePermission
added FEATURE_TASK_LOG
* Bivio::Delegate::TaskId
added GROUP_TASK_LOG
* Bivio::PetShop::Util::SQL
task_log support
* Bivio::PetShop::View::Base
added GROUP_TASK_LOG
* Bivio::SQL::ListQuery
auth_id checked only in ListModel
* Bivio::UI::FacadeBase
removed Install Files => Remote Copy
* Bivio::UI::View::SiteAdmin
moved to TaskLog.pm
Revision 7.40 2009/03/06 18:01:15 moeller
* Bivio::Biz::Model::TaskLog
don't import UserLoginForm unless enabled, because UserLoginForm
registers with the cookie handler
* Bivio::PetShop::Util::SQL
Fixed RemoteFileCopy tests to use different folders
* Bivio::SQL::PropertySupport
added TaskLog to unused_classes
Revision 7.39 2009/03/06 00:48:28 nagler
* Bivio::Agent::Dispatcher
factored out internal_server_redirect_task
* Bivio::Agent::Embed::Dispatcher
factored out internal_server_redirect_task
* Bivio::Agent::Reply
Added set_http_status, set_output, etc. from AgentHTTP.Reply
* Bivio::Agent::Task
handle_post_execute_task gets called for redirects now
added a warning so $_COMMITED doesn't get set if not in an execute() scope
* Bivio::BConf
Added AgentEmbed
* Bivio::Biz::Action::Acknowledgement
save_label should be called in handle_pre_execute_task, not
handle_pre_auth_task
* Bivio::Biz::Action::EasyForm
RealmSettingsList renamed get_value to get_setting
RealmSettingsList renamed get_value to get_setting
* Bivio::Biz::Action::TunnelBase
use response->content_ref rather than response->content to avoid data copy
* Bivio::Biz::Model::EditDAVList
include offending value in error message when dav_put() blows up on an
invalid column value
* Bivio::Biz::Model::FileChangeForm
added require_comment config value, false by default
* Bivio::Biz::Model
allow hash_ref in field_decl
* Bivio::Delegate::SimpleTypeError
added NO_ACCESS
removed NO_ACCESS
* Bivio::Delegate::TaskId
Added UNADORNED_PAGE, REMOTE_FILE_GET, REMOTE_FILE_COPY_FORM
added SITE_ADMIN_TASK_LOG
Moved REMOTE_FILE_GET & REMOTE_FILE_COPY_FORM to sys_admin
TaskLogQueryForm
* Bivio::PetShop::BConf
set TaskLog.enable_log config
* Bivio::PetShop::Delegate::TaskId
Task2.bunit support
want_basic_authorization
* Bivio::PetShop::Test::PetShop
call basic_authorization() from do_logout
create_forum() now accepts a hash to set forum settings
added create_crm_forum()
* Bivio::PetShop::View::Base
added link to SITE_ADMIN_TASK_LOG
fixed link from FORUM_FILE to FORUM_FILE_TREE_LIST
moved TaskLog to SiteAdminDropDown
* Bivio::SQL::DDL
added task_log_t
* Bivio::Test::Language::HTTP
basic_authorization clears Authorization if given no credentials
do_logout calls basic_authorization()
* Bivio::Test::Reply
Moved set_http_status, set_output, etc. to Agent.Reply
* Bivio::Test::Request
use new_mode of Bean so can set/get headers, etc.
* Bivio::Type::EmailArray
added UNDERLYING_TYPE
* Bivio::Type::StringArray
sort_unique returns StringArray
added UNDERLYING_TYPE
sort_unique returns instance when no $value ($self)
* Bivio::UI::Constant
added unsafe_get_value
* Bivio::UI::FacadeBase
Added UNADORNED_PAGE, REMOTE_FILE_GET, REMOTE_FILE_COPY_FORM
added TaskLog related labels
_merge now reverses components so that base gets executed first
tasklog formatting
* Bivio::UI::HTML::Widget::StyleSheet
AgentEmbed call_task returns AgentEmbed.Reply so get_output needs to
be called
fpc
* Bivio::UI::HTML::Widget::Table
removed newlines around table title
* Bivio::UI::View::Base
Comment xhtml() Director usage
* Bivio::UI::View::CSS
tasklog formatting
fpc
* Bivio::UI::Widget::With
supports StringArray
* Bivio::UI::XHTML::Widget::SiteAdminDropDown
standards control on Xlink via want_* in Facade
* Bivio::UI::XHTML::Widget::StandardSubmit
call Prose() on label
* Bivio::UI::XHTML::Widget::WikiText::Embed
AgentEmbed call_task returns AgentEmbed.Reply so get_output needs to
be called
* Bivio::Util::CSV
parse_records can return the headings
* Bivio::Util::RealmAdmin
doc
* Bivio::Util::SQL
added internal_upgrade_db_task_log()