Author: lars
Update of /cvsroot/openacs-4/packages/bug-tracker/www
In directory ny04.openforce.net:/tmp/cvs-serv32171/www
Modified Files:
Tag: oacs-4-6 index.adp
Log Message:
Fixed some IE formatting issues
Author: lars
Update of /cvsroot/openacs-4/packages/workflow
In directory ny04.openforce.net:/tmp/cvs-serv9564/workflow
Added Files:
Tag: oacs-4-6
workflow.info
Log Message:
Merged over workflow from HEAD
Author: lars
Update of /cvsroot/openacs-4/packages/workflow/sql/oracle
In directory ny04.openforce.net:/tmp/cvs-serv9564/workflow/sql/oracle
Added Files:
Tag: oacs-4-6
workflow-create.sql workflow-data-drop.sql workflow-drop.sql
workflow-procedural-create.sql workflow-procedural-drop.sql
workflow-service-contracts-create.sql
workflow-service-contracts-drop.sql workflow-tables-create.sql
workflow-tables-drop.sql
Log Message:
Merged over workflow from HEAD
Author: lars
Update of /cvsroot/openacs-4/packages/workflow/sql/postgresql
In directory ny04.openforce.net:/tmp/cvs-serv9564/workflow/sql/postgresql
Added Files:
Tag: oacs-4-6
drop-content-items.sql workflow-create.sql
workflow-data-drop.sql workflow-drop.sql
workflow-procedural-create.sql workflow-procedural-drop.sql
workflow-service-contracts-create.sql
workflow-tables-create.sql workflow-tables-drop.sql
Log Message:
Merged over workflow from HEAD
Author: lars
Update of /cvsroot/openacs-4/packages/workflow/tcl/test
In directory ny04.openforce.net:/tmp/cvs-serv9564/workflow/tcl/test
Added Files:
Tag: oacs-4-6
test-workflow.sql workflow-test-procs.tcl
Log Message:
Merged over workflow from HEAD
Author: lars
Update of /cvsroot/openacs-4/packages/workflow/www/doc
In directory ny04.openforce.net:/tmp/cvs-serv9564/workflow/www/doc
Added Files:
Tag: oacs-4-6
developer-guide.html index.html specification.html
Log Message:
Merged over workflow from HEAD
Author: lars
Update of /cvsroot/openacs-4/packages/acs-templating/tcl
In directory ny04.openforce.net:/tmp/cvs-serv9838
Modified Files:
Tag: oacs-4-6 form-procs.tcl
Log Message:
Renamed the action implementation from form:action to form:formaction to avoid clashes with normal form elements named 'action'.
Author: lars
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory ny04.openforce.net:/tmp/cvs-serv10378
Modified Files:
Tag: oacs-4-6 apm-xml-procs.xql
Log Message:
Merge problem: Query to get callback info was not merged over from HEAD
Author: lars
Update of /cvsroot/openacs-4/packages/acs-templating
In directory ny04.openforce.net:/tmp/cvs-serv11854
Modified Files:
Tag: oacs-4-6 acs-templating.info
Log Message:
Added parameter DefaultFormStyle for the default form style to use when none is specified. Used to be hard-coded to 'standard', now there's a site-wide setting for it.
Author: lars
Update of /cvsroot/openacs-4/packages/acs-templating/tcl
In directory ny04.openforce.net:/tmp/cvs-serv11854/tcl
Modified Files:
Tag: oacs-4-6 form-procs.tcl
Log Message:
Added parameter DefaultFormStyle for the default form style to use when none is specified. Used to be hard-coded to 'standard', now there's a site-wide setting for it.
Author: lars
Update of /cvsroot/openacs-4/packages/acs-templating/www/doc/tagref
In directory ny04.openforce.net:/tmp/cvs-serv11854/www/doc/tagref
Modified Files:
Tag: oacs-4-6 formtemplate.html
Log Message:
Added parameter DefaultFormStyle for the default form style to use when none is specified. Used to be hard-coded to 'standard', now there's a site-wide setting for it.
Author: lars
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory ny04.openforce.net:/tmp/cvs-serv12109
Modified Files:
Tag: oacs-4-6 navigation-procs.tcl
Log Message:
Removed Your Workspace from context bar completely. I'd accidentally committed a change earlier with a comment from collaboraid.biz!
Author: lars
Update of /cvsroot/openacs-4/packages/acs-kernel
In directory ny04.openforce.net:/tmp/cvs-serv13980/packages/acs-kernel
Modified Files:
Tag: oacs-4-6 acs-kernel.info
Log Message:
Removed Your Workspace from the context bar and put it in the default-master template instead.
Author: lars
Update of /cvsroot/openacs-4/www
In directory ny04.openforce.net:/tmp/cvs-serv13980/www
Modified Files:
Tag: oacs-4-6 default-master.adp Added Files: Tag: oacs-4-6 login-status.tcl login-status.adp
Log Message:
Removed Your Workspace from the context bar and put it in the default-master template instead.
Author: lars
Update of /cvsroot/openacs-4/packages/bug-tracker/lib
In directory ny04.openforce.net:/tmp/cvs-serv13980/packages/bug-tracker/lib
Modified Files:
Tag: oacs-4-6 version-bar.tcl version-bar.adp
Log Message:
Removed Your Workspace from the context bar and put it in the default-master template instead.
Author: lars
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory ny04.openforce.net:/tmp/cvs-serv14317
Modified Files:
Tag: oacs-4-6 community-core-procs.tcl community-core-procs.xql
Log Message:
Caching the person::name proc
Author: lars
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory ny04.openforce.net:/tmp/cvs-serv15590/acs-tcl/tcl
Modified Files:
Tag: oacs-4-6 community-core-procs.tcl
Log Message:
Forgot to flush the cache when the user's name changes
Author: lars
Update of /cvsroot/openacs-4/packages/acs-subsite/www/user
In directory ny04.openforce.net:/tmp/cvs-serv15590/acs-subsite/www/user
Modified Files:
Tag: oacs-4-6 basic-info-update-2.tcl
Log Message:
Forgot to flush the cache when the user's name changes
Author: lars
Update of /cvsroot/openacs-4/packages/acs-api-browser/www
In directory ny04.openforce.net:/tmp/cvs-serv16969
Modified Files:
Tag: oacs-4-6 index.adp
Log Message:
Merged over the fix to make AOLserver API work from HEAD
Author: lars
Update of /cvsroot/openacs-4/packages/workflow/sql/oracle
In directory ny04.openforce.net:/tmp/cvs-serv19949
Modified Files:
Tag: oacs-4-6 workflow-tables-create.sql
Log Message:
Fixed naming conflict with acs-workflow problem, which had been fixed in PG but not in Oracle. Shame on me.