Index: openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl,v diff -u -r1.8 -r1.8.4.1 --- openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl 28 Aug 2003 09:41:37 -0000 1.8 +++ openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl 20 Apr 2005 11:29:30 -0000 1.8.4.1 @@ -57,7 +57,7 @@ set extra_package_keys [lindex $dependency_results 2] - # Check was good after adding a couple more pacakges + # Check was good after adding a couple more packages doc_body_append "[apm_header "Package Installation"]

Additional Packages Automatically Added

Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql 22 Dec 2004 16:13:15 -0000 1.1.2.1 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql 20 Apr 2005 11:29:30 -0000 1.1.2.2 @@ -7,8 +7,8 @@ -- @cvs-id $Id$ -- --- add pacakge_id. for some reason content_folder__new did not support setting --- cr_folders.pacakge_id +-- add package_id. for some reason content_folder__new did not support setting +-- cr_folders.package_id create or replace function content_folder__new (varchar,varchar,varchar,integer,integer,integer,timestamptz,integer,varchar, boolean) returns integer as ' Index: openacs-4/packages/acs-ldap-authentication/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-ldap-authentication/www/doc/design.html,v diff -u -r1.2 -r1.2.8.1 --- openacs-4/packages/acs-ldap-authentication/www/doc/design.html 13 Sep 2002 16:46:29 -0000 1.2 +++ openacs-4/packages/acs-ldap-authentication/www/doc/design.html 20 Apr 2005 11:29:30 -0000 1.2.8.1 @@ -20,7 +20,7 @@

II. Introduction

-The LDAP Authentication pacakge is intended to provide a service such that, +The LDAP Authentication package is intended to provide a service such that, after registering once, a user can log on to multiple ACS installations via the same e-mail address and password. Index: openacs-4/packages/attachments/www/admin/new-root-folder-map.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/admin/new-root-folder-map.tcl,v diff -u -r1.5 -r1.5.4.1 --- openacs-4/packages/attachments/www/admin/new-root-folder-map.tcl 7 Nov 2002 15:11:51 -0000 1.5 +++ openacs-4/packages/attachments/www/admin/new-root-folder-map.tcl 20 Apr 2005 11:29:30 -0000 1.5.4.1 @@ -48,7 +48,7 @@ ad_return_template } else { - if {[attachments::root_folder_p -pacakge_id $package_id]} { + if {[attachments::root_folder_p -package_id $package_id]} { # sanity check that the attachments_root_folder and fs_root_folder match set attachments_root_folder [attachments::get_root_folder \ -package_id $package_id ] Index: openacs-4/packages/attachments/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/doc/index.html,v diff -u -r1.1 -r1.1.4.1 --- openacs-4/packages/attachments/www/doc/index.html 12 Nov 2002 22:13:55 -0000 1.1 +++ openacs-4/packages/attachments/www/doc/index.html 20 Apr 2005 11:29:31 -0000 1.1.4.1 @@ -39,7 +39,7 @@

Before you can use the attachments package, each instance of your package must be mapped to a file-storage root folder.

The root folder is a "super folder" for all the files in that specific instance of -file-storage, and it is created automatically when the file-storage pacakge is +file-storage, and it is created automatically when the file-storage package is instanciated.

When a user wants to make an attachment to an object in your package, she is shown the contents of the file-storage root folder mapped to your package instance. The user is also given the option to upload a new @@ -58,7 +58,7 @@ file-storage root folder to your package instance

First, you must select a file-storage instance that will provide the files you can attach. If you do not already have an instance of file-storage that -you want to use for your pacakge instance, you must create one using the +you want to use for your package instance, you must create one using the site-map.

Once you have a file-storage instance you wish to use, you must map the root folder of that file-storage instance with the package_id of the instance of your package.

Two utility procs to help you do Index: openacs-4/packages/attachments/www/doc/src/attachments.apt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/doc/src/attachments.apt,v diff -u -r1.1 -r1.1.4.1 --- openacs-4/packages/attachments/www/doc/src/attachments.apt 12 Nov 2002 22:14:15 -0000 1.1 +++ openacs-4/packages/attachments/www/doc/src/attachments.apt 20 Apr 2005 11:29:31 -0000 1.1.4.1 @@ -22,7 +22,7 @@ The root folder is a "super folder" for all the files in that specific instance of file-storage, and it is created automatically when the file-storage - pacakge is instanciated. + package is instanciated. When a user wants to make an attachment to an object in your package, she is shown the contents of the file-storage root folder mapped to your @@ -52,7 +52,7 @@ First, you must select a file-storage instance that will provide the files you can attach. If you do not already have an instance of file-storage - that you want to use for your pacakge instance, you must create one using the + that you want to use for your package instance, you must create one using the site-map. Once you have a file-storage instance you wish to use, you must map the Index: openacs-4/packages/workflow/www/doc/fall-2003-extensions.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/www/doc/fall-2003-extensions.html,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/workflow/www/doc/fall-2003-extensions.html 23 Jan 2004 11:02:28 -0000 1.4 +++ openacs-4/packages/workflow/www/doc/fall-2003-extensions.html 20 Apr 2005 11:29:31 -0000 1.4.2.1 @@ -22,7 +22,7 @@