Index: openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql,v diff -u -N -r1.29 -r1.30 --- openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql 7 Aug 2017 23:47:46 -0000 1.29 +++ openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql 24 Dec 2017 13:03:22 -0000 1.30 @@ -302,7 +302,7 @@ --/** --Content items store the overview of the content published on a --website. The actual content is stored in content revisions. It is ---implemented this way so that there can be mulitple versions of the +--implemented this way so that there can be multiple versions of the --actual content while the main idea remains constant. For example: If --there is a review for the movie "Terminator," there will exist a --content item by the name "terminator" with all the right parameters @@ -388,7 +388,7 @@ function is_published ( - --/** Determins whether an item is published or not. + --/** Determines whether an item is published or not. -- @author Michael Pih -- @param item_id The item ID -- @return 't' if the item is published, 'f' otherwise @@ -1063,7 +1063,7 @@ -- @param symlink_id The id of the symlink to copy -- @param target_folder_id The id of the folder where the symlink is to be copied -- @param creation_user The id of the creation user - -- @param creation_ip The IP address of the creation user (defualt null) + -- @param creation_ip The IP address of the creation user (default null) -- @see {content_symlink.new}, {content_item.copy} --*/ symlink_id in cr_symlinks.symlink_id%TYPE, Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql 7 Aug 2017 23:47:46 -0000 1.2 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql 24 Dec 2017 13:03:22 -0000 1.3 @@ -4281,7 +4281,7 @@ --/** --Content items store the overview of the content published on a --website. The actual content is stored in content revisions. It is ---implemented this way so that there can be mulitple versions of the +--implemented this way so that there can be multiple versions of the --actual content while the main idea remains constant. For example: If --there is a review for the movie "Terminator," there will exist a --content item by the name "terminator" with all the right parameters @@ -4365,7 +4365,7 @@ function is_published ( - --/** Determins whether an item is published or not. + --/** Determines whether an item is published or not. -- @author Michael Pih -- @param item_id The item ID -- @return 't' if the item is published, 'f' otherwise @@ -5033,7 +5033,7 @@ -- @param symlink_id The id of the symlink to copy -- @param target_folder_id The id of the folder where the symlink is to be copied -- @param creation_user The id of the creation user - -- @param creation_ip The IP address of the creation user (defualt null) + -- @param creation_ip The IP address of the creation user (default null) -- @see {content_symlink.new}, {content_item.copy} --*/ symlink_id in cr_symlinks.symlink_id%TYPE, Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql 7 Aug 2017 23:47:46 -0000 1.3 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql 24 Dec 2017 13:03:22 -0000 1.4 @@ -5,7 +5,7 @@ --/** --Content items store the overview of the content published on a --website. The actual content is stored in content revisions. It is ---implemented this way so that there can be mulitple versions of the +--implemented this way so that there can be multiple versions of the --actual content while the main idea remains constant. For example: If --there is a review for the movie "Terminator," there will exist a --content item by the name "terminator" with all the right parameters @@ -89,7 +89,7 @@ function is_published ( - --/** Determins whether an item is published or not. + --/** Determines whether an item is published or not. -- @author Michael Pih -- @param item_id The item ID -- @return 't' if the item is published, 'f' otherwise Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql 7 Aug 2017 23:47:46 -0000 1.4 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql 24 Dec 2017 13:03:22 -0000 1.5 @@ -4,7 +4,7 @@ --/** --Content items store the overview of the content published on a --website. The actual content is stored in content revisions. It is ---implemented this way so that there can be mulitple versions of the +--implemented this way so that there can be multiple versions of the --actual content while the main idea remains constant. For example: If --there is a review for the movie "Terminator," there will exist a --content item by the name "terminator" with all the right parameters @@ -89,7 +89,7 @@ function is_published ( - --/** Determins whether an item is published or not. + --/** Determines whether an item is published or not. -- @author Michael Pih -- @param item_id The item ID -- @return 't' if the item is published, 'f' otherwise Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql 7 Aug 2017 23:47:46 -0000 1.3 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql 24 Dec 2017 13:03:22 -0000 1.4 @@ -13,7 +13,7 @@ --/** --Content items store the overview of the content published on a --website. The actual content is stored in content revisions. It is ---implemented this way so that there can be mulitple versions of the +--implemented this way so that there can be multiple versions of the --actual content while the main idea remains constant. For example: If --there is a review for the movie "Terminator," there will exist a --content item by the name "terminator" with all the right parameters @@ -99,7 +99,7 @@ function is_published ( - --/** Determins whether an item is published or not. + --/** Determines whether an item is published or not. -- @author Michael Pih -- @param item_id The item ID -- @return 't' if the item is published, 'f' otherwise Index: openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl 7 Aug 2017 23:47:47 -0000 1.9 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl 24 Dec 2017 13:03:22 -0000 1.10 @@ -77,7 +77,7 @@ } ## -## Check for orphans in the content respository directory, and delete +## Check for orphans in the content repository directory, and delete ## such files if required. ## ## gustaf.neumann@wu-wien.ac.at @@ -86,7 +86,7 @@ ad_proc cr_check_orphaned_files {-delete:boolean {-mtime ""}} { - Check for orphaned files in the content respository directory, and + Check for orphaned files in the content repository directory, and delete such files if required. Orphaned files might be created, when files are added to the content repository, but the transaction is being aborted. This function is intended to be used for one-time @@ -109,7 +109,7 @@ set name [string range $f $root_length end] if {![regexp {^[0-9/]+$} $name]} continue - # For every file in the content respository directory, check if this + # For every file in the content repository directory, check if this # file is still referenced from the content-revisions. set x [cr_count_file_entries $name] Index: openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 7 Aug 2017 23:47:47 -0000 1.25 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 24 Dec 2017 13:03:22 -0000 1.26 @@ -115,7 +115,7 @@ # pass in the cr_item subtype here and content_type as part of # var_list db_transaction { - # An explict lock was necessary for PostgreSQL between 8.0 and + # An explicit lock was necessary for PostgreSQL between 8.0 and # 8.2; left the following statement here for documentary # purposes # Index: openacs-4/packages/acs-content-repository/tcl/content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 7 Aug 2017 23:47:47 -0000 1.14 +++ openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 24 Dec 2017 13:03:22 -0000 1.15 @@ -128,7 +128,7 @@ Helper proc to cleanup orphaned files in the content repository. Orphaned files can be created during aborted transactions involving the files being added to the content - respository. + repository. } { cr_delete_orphans [cr_get_file_creation_log] Index: openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl,v diff -u -N -r1.28 -r1.29 --- openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 1 Oct 2017 12:16:04 -0000 1.28 +++ openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 24 Dec 2017 13:03:22 -0000 1.29 @@ -144,7 +144,7 @@ (revision_id, object_type, creation_user, creation_date, creation_ip, title, description, item_id, object_package_id, mime_type $attribute_names) values (:revision_id, :content_type, :creation_user, :creation_date, :creation_ip, :title, :description, :item_id, :package_id, :mime_type $attribute_values)" db_transaction { - # An explict lock was necessary for PostgreSQL between 8.0 and + # An explicit lock was necessary for PostgreSQL between 8.0 and # 8.2; left the following statement here for documentary purposes # # db_dml lock_objects "LOCK TABLE acs_objects IN SHARE ROW EXCLUSIVE MODE" Index: openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl 7 Aug 2017 23:47:47 -0000 1.9 +++ openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl 24 Dec 2017 13:03:22 -0000 1.10 @@ -2,7 +2,7 @@ ad_library { - Procudures for content template + Procedures for content template @author Dave Bauer (dave@thedesignexperience.org) @creation-date 2004-06-09 Index: openacs-4/packages/acs-content-repository/www/doc/tutorial.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/tutorial.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/www/doc/tutorial.adp 7 Aug 2017 23:47:47 -0000 1.3 +++ openacs-4/packages/acs-content-repository/www/doc/tutorial.adp 24 Dec 2017 13:03:22 -0000 1.4 @@ -659,7 +659,7 @@ because for the application I'm writing, projects are what tasks are stored inside of. A project has many component tasks. If you were writing another application, or if I wasn't doing -anythign with projects, then this would be creating a folder for +anything with projects, then this would be creating a folder for just tasks.

Typically, this definition would go in your sql/postgresql/project-manager-create.sql file. If Index: openacs-4/packages/acs-content-repository/www/doc/tutorial.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/tutorial.html,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/www/doc/tutorial.html 7 Aug 2017 23:47:47 -0000 1.3 +++ openacs-4/packages/acs-content-repository/www/doc/tutorial.html 24 Dec 2017 13:03:22 -0000 1.4 @@ -645,7 +645,7 @@ -Note that this example is for projects rather than tasks. This is because for the application I'm writing, projects are what tasks are stored inside of. A project has many component tasks. If you were writing another application, or if I wasn't doing anythign with projects, then this would be creating a folder for just tasks. +Note that this example is for projects rather than tasks. This is because for the application I'm writing, projects are what tasks are stored inside of. A project has many component tasks. If you were writing another application, or if I wasn't doing anything with projects, then this would be creating a folder for just tasks.

Typically, this definition would go in your sql/postgresql/project-manager-create.sql file. If this file is broken in several parts, this would go in the project-manager-create-functions.sql portion. Index: openacs-4/packages/acs-content-repository/www/doc/api/item.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/api/item.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/www/doc/api/item.adp 7 Aug 2017 23:47:47 -0000 1.3 +++ openacs-4/packages/acs-content-repository/www/doc/api/item.adp 24 Dec 2017 13:03:22 -0000 1.4 @@ -14,7 +14,7 @@

Overview

Content items store the overview of the content published on a website. The actual content is stored in content revisions. It is -implemented this way so that there can be mulitple versions of the +implemented this way so that there can be multiple versions of the actual content while the main idea remains constant. For example: If there is a review for the movie "Terminator," there will exist a content item by the name "terminator" with Index: openacs-4/packages/acs-content-repository/www/doc/api/item.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/api/item.html,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/www/doc/api/item.html 7 Aug 2017 23:47:47 -0000 1.4 +++ openacs-4/packages/acs-content-repository/www/doc/api/item.html 24 Dec 2017 13:03:22 -0000 1.5 @@ -25,7 +25,7 @@

Content items store the overview of the content published on a website. The actual content is stored in content revisions. It is -implemented this way so that there can be mulitple versions of the +implemented this way so that there can be multiple versions of the actual content while the main idea remains constant. For example: If there is a review for the movie "Terminator," there will exist a content item by the name "terminator" with all the right parameters Index: openacs-4/packages/acs-developer-support/tcl/acs-developer-support-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/tcl/acs-developer-support-procs.tcl,v diff -u -N -r1.56 -r1.57 --- openacs-4/packages/acs-developer-support/tcl/acs-developer-support-procs.tcl 7 Aug 2017 23:47:55 -0000 1.56 +++ openacs-4/packages/acs-developer-support/tcl/acs-developer-support-procs.tcl 24 Dec 2017 13:05:18 -0000 1.57 @@ -268,7 +268,7 @@ } ad_proc -public ds_get_page_serve_time_ms {} { - Returns the number of miliseconds passed since this request thread was started. + Returns the number of milliseconds passed since this request thread was started. Returns the empty string if this information is not available. } {