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.9 --- 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:48:56 -0000 1.9 @@ -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"]
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.2 -r1.3 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql 13 Jan 2005 13:55:13 -0000 1.2 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql 20 Apr 2005 11:48:56 -0000 1.3 @@ -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-events/sql/oracle/acs-events-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/sql/oracle/acs-events-create.sql,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-events/sql/oracle/acs-events-create.sql 26 Mar 2005 21:58:15 -0000 1.9 +++ openacs-4/packages/acs-events/sql/oracle/acs-events-create.sql 20 Apr 2005 11:48:56 -0000 1.10 @@ -594,7 +594,7 @@ creation_user => creation_user, creation_ip => creation_ip, context_id => context_id, - package_id => pacakge_id + package_id => package_id ); insert into acs_events Index: openacs-4/packages/acs-events/sql/oracle/upgrade/upgrade-0.5d2-0.5d3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/sql/oracle/upgrade/upgrade-0.5d2-0.5d3.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-events/sql/oracle/upgrade/upgrade-0.5d2-0.5d3.sql 26 Mar 2005 21:58:16 -0000 1.1 +++ openacs-4/packages/acs-events/sql/oracle/upgrade/upgrade-0.5d2-0.5d3.sql 20 Apr 2005 11:48:56 -0000 1.2 @@ -261,7 +261,7 @@ creation_user => creation_user, creation_ip => creation_ip, context_id => context_id, - package_id => pacakge_id + package_id => package_id ); insert into acs_events 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.3 --- 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:48:56 -0000 1.3 @@ -20,7 +20,7 @@
The The 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.2
--- 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:48:57 -0000 1.2
@@ -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.5
--- 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:48:57 -0000 1.5
@@ -22,7 +22,7 @@
/pacakges/acs-tcl/lib/actions.adp
file is an include which
+
/packages/acs-tcl/lib/actions.adp
file is an include which
will render admin actions returned by this callback.