Index: openacs-4/packages/acs-automated-testing/tcl/http.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/http.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-automated-testing/tcl/http.tcl 7 Aug 2017 23:47:46 -0000 1.3 +++ openacs-4/packages/acs-automated-testing/tcl/http.tcl 23 Mar 2018 23:53:01 -0000 1.4 @@ -701,7 +701,7 @@ # http::Connect # -# This callback is made when an asyncronous connection completes. +# This callback is made when an asynchronous connection completes. # # Arguments # token The token returned from http::geturl Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-revision.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-revision.sql,v diff -u -N -r1.49 -r1.50 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-revision.sql 7 Aug 2017 23:47:47 -0000 1.49 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-revision.sql 23 Mar 2018 23:53:01 -0000 1.50 @@ -27,7 +27,7 @@ -- -- content_revision__new/13 -- --- We can't use for the last two argments "default null", since +-- We can't use for the last two arguments "default null", since -- otherwise calls with provided package_id but no content_length -- would lead to a wrong interpretation of the package_id as -- content_length. Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d5-5.9.1d6.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d5-5.9.1d6.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d5-5.9.1d6.sql 7 Aug 2017 23:47:47 -0000 1.2 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d5-5.9.1d6.sql 23 Mar 2018 23:53:01 -0000 1.3 @@ -25,7 +25,7 @@ -- -- procedure content_revision__new/13 -- --- We can't use for the last two argments "default null", since +-- We can't use for the last two arguments "default null", since -- otherwise calls with provided package_id but no content_length -- would lead to a wrong interpretation of the package_id as -- content_length. Index: openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl,v diff -u -N -r1.34 -r1.35 --- openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl 1 Oct 2017 12:16:04 -0000 1.34 +++ openacs-4/packages/acs-content-repository/tcl/revision-procs.tcl 23 Mar 2018 23:53:01 -0000 1.35 @@ -298,7 +298,7 @@ } } - # insert the attatchment into the database + # insert the attachment into the database switch -- $storage_type { file { Index: openacs-4/packages/acs-core-docs/www/release-notes.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/release-notes.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/release-notes.adp 8 Nov 2017 09:42:11 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/release-notes.adp 23 Mar 2018 23:53:01 -0000 1.4 @@ -775,7 +775,7 @@
  • Internationalization support. A message catalog to store translated text, localization of dates, number formatting, timezone conversion, etc. Allows you to serve your users in their -language.

  • External authenticaiton. Integrate with outside user databases +language.

  • External authentication. Integrate with outside user databases through e.g. LDAP, RADIUS, Kerberos, MS Active Directory. Imports user information through IMS Enterprise 1.1 format. Easily extended to support other authentication, password management, account @@ -841,4 +841,4 @@ Part II. Administrator's Guide" homeLink="index" homeLabel="Home" upLink="general-documents" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/release-notes.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/release-notes.html,v diff -u -N -r1.57 -r1.58 --- openacs-4/packages/acs-core-docs/www/release-notes.html 8 Nov 2017 09:42:11 -0000 1.57 +++ openacs-4/packages/acs-core-docs/www/release-notes.html 23 Mar 2018 23:53:01 -0000 1.58 @@ -1352,7 +1352,7 @@

  • - External authenticaiton. + External authentication. Integrate with outside user databases through e.g. LDAP, RADIUS, Kerberos, MS Active Directory. Imports user information through IMS Enterprise 1.1 format. Easily extended to support other Index: openacs-4/packages/ajaxhelper/www/resources/yui/container/README =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/resources/yui/container/README,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ajaxhelper/www/resources/yui/container/README 8 Sep 2007 14:22:01 -0000 1.3 +++ openacs-4/packages/ajaxhelper/www/resources/yui/container/README 23 Mar 2018 23:53:01 -0000 1.4 @@ -182,7 +182,7 @@ + Dialog instances are now able to upload files should the Dialog instance's form contain elements. PLEASE NOTE: If a Dialog - instance will be handling asyncronous file uploads, its "callback" property + instance will be handling asynchronous file uploads, its "callback" property will need to be setup with an "upload" handler rather than the standard "success" and, or "failure" handlers. For more information, see the Connection Manager documenation on file uploads: Index: openacs-4/packages/ams/tcl/instant-message-widgets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/instant-message-widgets-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/ams/tcl/instant-message-widgets-procs.tcl 23 Jan 2007 14:38:46 -0000 1.1 +++ openacs-4/packages/ams/tcl/instant-message-widgets-procs.tcl 23 Mar 2018 23:53:01 -0000 1.2 @@ -115,7 +115,7 @@ #If response_type is txt, check for language and character set. if { $response_type == "txt" } { - #If language is specified, check for its availablity and add it to the URI + #If language is specified, check for its availability and add it to the URI if { ![empty_string_p $language] } { string tolower $language switch $language { Index: openacs-4/packages/ams/www/list-attributes.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/www/list-attributes.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/ams/www/list-attributes.tcl 26 Apr 2006 06:24:55 -0000 1.7 +++ openacs-4/packages/ams/www/list-attributes.tcl 23 Mar 2018 23:53:01 -0000 1.8 @@ -30,7 +30,7 @@ set default_list_id [db_string get_default_list "" -default ""] if { [string equal $default_list_id $list_id] } { # We are assigning values to the default list - # so we are going to get all the mapped atributes + # so we are going to get all the mapped attributes # for the other lists set name_first_part [lindex [split $list_name "__"] 0] set mapped_attributes_list [db_list get_attributes_list { }] Index: openacs-4/packages/ams/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/www/doc/index.html,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/ams/www/doc/index.html 18 May 2005 17:11:49 -0000 1.5 +++ openacs-4/packages/ams/www/doc/index.html 23 Mar 2018 23:53:01 -0000 1.6 @@ -49,7 +49,7 @@ -- ams_widget_datatype_map is simplifies the selection of widgets to associate -- with an attribute. This allows us to present an administrator with list of valid --- widgets she can select for assocation with a particular datatype. +-- widgets she can select for association with a particular datatype. create table ams_widget_datatype_map ( widget varchar(100) Index: openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml,v diff -u -N -r1.88 -r1.89 --- openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 25 Jan 2018 12:16:34 -0000 1.88 +++ openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 23 Mar 2018 23:53:01 -0000 1.89 @@ -165,7 +165,7 @@ Change type Choice Upload File - Upload a file with the content of the anwser + Upload a file with the content of the answer Delete File Choice File Feedback text given with this choice (in addition to the feedback given with the question itself) Index: openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql 25 Jan 2018 12:16:34 -0000 1.10 +++ openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql 23 Mar 2018 23:53:01 -0000 1.11 @@ -137,7 +137,7 @@ custom_header varchar(500), -- custom footer that will be displayed to the respondee when answering an assessment. custom_footer varchar(500), - -- style (form_template) that will be used for this assesment. + -- style (form_template) that will be used for this assessment. form_template varchar(500), -- what kind of progress bar shall be displayed to the respondee while taking the assessment progress_bar varchar(20) default 'no' Index: openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql,v diff -u -N -r1.22 -r1.23 --- openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql 25 Jan 2018 12:16:34 -0000 1.22 +++ openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql 23 Mar 2018 23:53:01 -0000 1.23 @@ -137,7 +137,7 @@ custom_header varchar(500), -- custom footer that will be displayed to the respondee when answering an assessment. custom_footer varchar(500), - -- style (form_template) that will be used for this assesment. + -- style (form_template) that will be used for this assessment. form_template varchar(500), -- what kind of progress bar shall be displayed to the respondee while taking the assessment progress_bar varchar(20) default 'no' Index: openacs-4/packages/assessment/tcl/as-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-callback-procs.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/assessment/tcl/as-callback-procs.tcl 7 Aug 2017 23:48:03 -0000 1.10 +++ openacs-4/packages/assessment/tcl/as-callback-procs.tcl 23 Mar 2018 23:53:01 -0000 1.11 @@ -65,7 +65,7 @@ will be mapped to the to_user_id. } { - set msg "Merging assesment" + set msg "Merging assessment" set result [list $msg] ns_log Notice $msg db_transaction { Index: openacs-4/packages/assessment/tcl/test/twt-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/test/twt-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/tcl/test/twt-procs.tcl 7 Aug 2017 23:48:03 -0000 1.4 +++ openacs-4/packages/assessment/tcl/test/twt-procs.tcl 23 Mar 2018 23:53:01 -0000 1.5 @@ -9,7 +9,7 @@ set assessment_name "__test [ns_mktemp XXXXXX]" set assessment_url "__test_[ns_mktemp XXXXXX]" aa_log "Assessment url = '${assessment_url}'" - aa_log "Assesment name = '${assessment_name}'" + aa_log "Assessment name = '${assessment_name}'" set assessment_package_id [site_node::instantiate_and_mount \ -node_name $assessment_url \ Index: openacs-4/packages/assessment/www/doc/as_items.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/as_items.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/www/doc/as_items.adp 25 Jan 2018 12:23:47 -0000 1.4 +++ openacs-4/packages/assessment/www/doc/as_items.adp 23 Mar 2018 23:53:01 -0000 1.5 @@ -10,7 +10,7 @@ Sections) that can be used in an assessment. You are able to add/edit/delete an as_item of a certain type to a certain scope. Furthermore it allows you to search and browse for questions for -inclusion in your assesment as well as import and export multiple +inclusion in your assessment as well as import and export multiple questions using various formats.

    In this description here we will only discuss the design implications for as_items. Green colored tables Index: openacs-4/packages/assessment/www/doc/as_items.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/as_items.html,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/assessment/www/doc/as_items.html 25 Jan 2018 12:23:47 -0000 1.12 +++ openacs-4/packages/assessment/www/doc/as_items.html 23 Mar 2018 23:53:01 -0000 1.13 @@ -17,7 +17,7 @@ able to add/edit/delete an as_item of a certain type to a certain scope. Furthermore it allows you to search and browse for questions for -inclusion in your assesment as well as import and export multiple +inclusion in your assessment as well as import and export multiple questions using various formats.

    In this description here we will only discuss the design Index: openacs-4/packages/assessment/www/doc/data_collection.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/data_collection.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/assessment/www/doc/data_collection.adp 7 Aug 2017 23:48:04 -0000 1.2 +++ openacs-4/packages/assessment/www/doc/data_collection.adp 23 Mar 2018 23:53:01 -0000 1.3 @@ -4,7 +4,7 @@

    Overview

    The schema for the entities that actually collect, store and -retrieve Assesment data parallels the hierarchical structure of the +retrieve Assessment data parallels the hierarchical structure of the Metadata Data Model. In the antecedent "complex survey" and "questionnaire" systems, this schema was simple two-level structure:

    Index: openacs-4/packages/assessment/www/doc/data_collection.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/data_collection.html,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/assessment/www/doc/data_collection.html 7 Aug 2017 23:48:04 -0000 1.8 +++ openacs-4/packages/assessment/www/doc/data_collection.html 23 Mar 2018 23:53:01 -0000 1.9 @@ -9,7 +9,7 @@

    Overview

    The schema for the entities that actually collect, store and retrieve - Assesment data parallels the hierarchical structure of the Metadata Data Model. In the antecedent "complex survey" and "questionnaire" systems, this schema was simple two-level structure: Index: openacs-4/packages/assessment/www/doc/grouping.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/assessment/www/doc/grouping.adp 25 Jan 2018 12:18:49 -0000 1.3 +++ openacs-4/packages/assessment/www/doc/grouping.adp 23 Mar 2018 23:53:01 -0000 1.4 @@ -88,7 +88,7 @@ Possibility to include system variables (e.g. first name).

  • custom_footer
  • form_template - Style (form_template) that will be used for -this assesment. You can either select an existing one or upload a +this assessment. You can either select an existing one or upload a new style as well as edit the currently chosen one (no datamodell but UI thought).
  • Index: openacs-4/packages/assessment/www/doc/grouping.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.html,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/assessment/www/doc/grouping.html 25 Jan 2018 12:16:34 -0000 1.3 +++ openacs-4/packages/assessment/www/doc/grouping.html 23 Mar 2018 23:53:01 -0000 1.4 @@ -127,7 +127,7 @@
  • custom_footer
  • form_template - Style (form_template) that will be -used for this assesment. You can either select an existing one or +used for this assessment. You can either select an existing one or upload a new style as well as edit the currently chosen one (no datamodell but UI thought).
  • Index: openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp 23 Mar 2018 22:56:43 -0000 1.5 +++ openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp 23 Mar 2018 23:53:01 -0000 1.6 @@ -53,7 +53,7 @@
  • Custom header / footer: richtext. Custom header and footer that will be displayed the the respondee when answering an assessment. Possibility to include system variables (e.g. first name).
  • Select presentation style. Style (form_template) that will be -used for this assesment
  • Upload new: file. Possibility to upload a new style
  • Edit (brings up a page with the possibility to edit the +used for this assessment
  • Upload new: file. Possibility to upload a new style
  • Edit (brings up a page with the possibility to edit the selected style)
  • Customizable Entry page: richtext. The page that will be displayed before the first response.
  • Customizable buttons for Submit, Save, continue, cancel (e.g. using the style?)
  • Customizable thank you page: richtext.
  • Return_URL: text. URL the respondee will be redirected to after Index: openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html 23 Mar 2018 22:56:43 -0000 1.5 +++ openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html 23 Mar 2018 23:53:01 -0000 1.6 @@ -71,7 +71,7 @@ Possibility to include system variables (e.g. first name).
  • Select presentation style. Style (form_template) that will be -used for this assesment +used for this assessment
  • Upload new: file. Possibility to upload a new style
  • Index: openacs-4/packages/assessment/www/doc/user_interface/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/index.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/www/doc/user_interface/index.adp 25 Jan 2018 12:23:47 -0000 1.4 +++ openacs-4/packages/assessment/www/doc/user_interface/index.adp 23 Mar 2018 23:53:01 -0000 1.5 @@ -24,7 +24,7 @@ areas:

    Question Catalogue

    The question catalogue stores all the -questions of the assesment package. It is a pool where all the +questions of the assessment package. It is a pool where all the questions from all assessments are stored in. This creates the opportunity to make the questions reusable, allowing for statistics across surveys and prevents the respondee from having to fill out a Index: openacs-4/packages/assessment/www/doc/user_interface/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/index.html,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/www/doc/user_interface/index.html 25 Jan 2018 12:23:47 -0000 1.4 +++ openacs-4/packages/assessment/www/doc/user_interface/index.html 23 Mar 2018 23:53:01 -0000 1.5 @@ -27,7 +27,7 @@ The current survey system will build the basis for a new assessment package and will consist of various areas:

    Question Catalogue

    -The question catalogue stores all the questions of the assesment +The question catalogue stores all the questions of the assessment package. It is a pool where all the questions from all assessments are stored in. This creates the opportunity to make the questions reusable, allowing for statistics across surveys and prevents the respondee from Index: openacs-4/packages/assessment/www/doc/user_interface/item_creation.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/item_creation.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/assessment/www/doc/user_interface/item_creation.adp 25 Jan 2018 12:18:49 -0000 1.3 +++ openacs-4/packages/assessment/www/doc/user_interface/item_creation.adp 23 Mar 2018 23:53:01 -0000 1.4 @@ -9,7 +9,7 @@ questions that can be used in a survey. You are able to add/edit/delete a question of a certain type to a certain scope. Furthermore it allows you to search and browse for questions for -inclusion in your assesment as well as import and export multiple +inclusion in your assessment as well as import and export multiple questions using various formats. This concept is new to survey 0.1d and changes the design of the survey module considerably. No mockups available.

    @@ -321,4 +321,4 @@ Kaufman on November 09, 2003 06:29 PM (view details)

    - \ No newline at end of file + Index: openacs-4/packages/assessment/www/doc/user_interface/item_creation.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/item_creation.html,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/assessment/www/doc/user_interface/item_creation.html 25 Jan 2018 12:16:34 -0000 1.3 +++ openacs-4/packages/assessment/www/doc/user_interface/item_creation.html 23 Mar 2018 23:53:01 -0000 1.4 @@ -12,7 +12,7 @@ It deals with the storing of the various questions that can be used in a survey. You are able to add/edit/delete a question of a certain type to a certain scope. Furthermore it allows you to search and browse for -questions for inclusion in your assesment as well as import and export +questions for inclusion in your assessment as well as import and export multiple questions using various formats. This concept is new to survey 0.1d and changes the design of the survey module considerably. No mockups available.

    Index: openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql 8 Aug 2006 21:26:16 -0000 1.7 +++ openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql 23 Mar 2018 23:53:01 -0000 1.8 @@ -40,7 +40,7 @@ -- drop attributes and acs_object_type begin; - -- drop attibutes + -- drop attributes select acs_attribute__drop_attribute ( 'cal_item', 'on_which_calendar' Index: openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml 22 Jun 2006 12:10:01 -0000 1.3 +++ openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml 23 Mar 2018 23:53:01 -0000 1.4 @@ -37,7 +37,7 @@ . Values between 0 and Lecturer's comments to student Manage tasks - Notes not availble + Notes not available Not done Not passed Note Index: openacs-4/packages/cms/www/doc/cms-intro.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/doc/cms-intro.html,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/cms/www/doc/cms-intro.html 20 Apr 2001 20:51:09 -0000 1.1 +++ openacs-4/packages/cms/www/doc/cms-intro.html 23 Mar 2018 23:53:01 -0000 1.2 @@ -406,7 +406,7 @@ >

    Personalized pages are by necessity highly dynamic. As such, they invariably need to query the content repository directly to - retrieve content appropropriate for the user who is making the + retrieve content appropriate for the user who is making the request.

    \ No newline at end of file +> Index: openacs-4/packages/cms/www/doc/setup-administration.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/doc/setup-administration.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/cms/www/doc/setup-administration.html 13 Sep 2002 16:46:33 -0000 1.2 +++ openacs-4/packages/cms/www/doc/setup-administration.html 23 Mar 2018 23:53:01 -0000 1.3 @@ -1850,7 +1850,7 @@ CLASS="computeroutput" >content_type.register_child_type - are largely analagous to those for content_type.register_relation_type \ No newline at end of file +> Index: openacs-4/packages/cms/www/doc/xml/overview.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/doc/xml/overview.xml,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/cms/www/doc/xml/overview.xml 20 Apr 2001 20:51:10 -0000 1.1 +++ openacs-4/packages/cms/www/doc/xml/overview.xml 23 Mar 2018 23:53:01 -0000 1.2 @@ -151,7 +151,7 @@ Personalized pages are by necessity highly dynamic. As such, they invariably need to query the content repository directly to - retrieve content appropropriate for the user who is making the + retrieve content appropriate for the user who is making the request. Index: openacs-4/packages/cms/www/doc/xml/setup-administration.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/doc/xml/setup-administration.xml,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/cms/www/doc/xml/setup-administration.xml 20 Apr 2001 20:51:10 -0000 1.1 +++ openacs-4/packages/cms/www/doc/xml/setup-administration.xml 23 Mar 2018 23:53:01 -0000 1.2 @@ -467,7 +467,7 @@ The parameters for content_type.register_child_type - are largely analagous to those for content_type.register_relation_type + are largely analogous to those for content_type.register_relation_type , except parent_type and child_type must both be content types ( content_revision or a sub-class of it). Index: openacs-4/packages/contacts/lib/email-search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/email-search.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/contacts/lib/email-search.tcl 30 Jun 2007 06:59:59 -0000 1.3 +++ openacs-4/packages/contacts/lib/email-search.tcl 23 Mar 2018 23:53:01 -0000 1.4 @@ -55,7 +55,7 @@ if { [contact::group::notifications_p -group_id $search_id] } { - # CC and BCC are not avalable for notifications + # CC and BCC are not available for notifications append form_elements { {cc:text(hidden),optional} {bcc:text(hidden),optional} Index: openacs-4/packages/contacts/www/import-csv-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/import-csv-4.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/contacts/www/import-csv-4.tcl 11 Jul 2007 19:49:08 -0000 1.3 +++ openacs-4/packages/contacts/www/import-csv-4.tcl 23 Mar 2018 23:53:01 -0000 1.4 @@ -160,7 +160,7 @@ append html "PERSON $person_id :: $first_names :: $last_name :: $email
    " - # Create new. This needs ammendment later + # Create new. This needs amendment later if {$person_id eq "" && ( $first_names ne "" || $last_name ne "")} { set person_id [person::new \ Index: openacs-4/packages/contacts/www/admin/widgets.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/admin/widgets.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/contacts/www/admin/widgets.tcl 4 Jun 2005 12:36:45 -0000 1.4 +++ openacs-4/packages/contacts/www/admin/widgets.tcl 23 Mar 2018 23:53:01 -0000 1.5 @@ -1,6 +1,6 @@ ad_page_contract { - list all attributes avaiable, and let the user edit edit permissions, regroup, etc. + list all attributes available, and let the user edit edit permissions, regroup, etc. @author Matthew Geddert openacs@geddert.com @creation-date 2004-07-28 Index: openacs-4/packages/diagram/tcl/diagram-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/diagram/tcl/diagram-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/diagram/tcl/diagram-procs.tcl 10 Jan 2006 07:34:17 -0000 1.1 +++ openacs-4/packages/diagram/tcl/diagram-procs.tcl 23 Mar 2018 23:53:01 -0000 1.2 @@ -112,7 +112,7 @@ See template::diagram::element::create for details. @param template The template to use for the rendering. Currently there is support only for Javascript based diagrams. They have been tested for firefox, IE, Opera, safari and camino. Other ways to generated the diagrams can be integrated by writing your own templates and for instance using GNUPlot. - The current templates availabe are: "curve", "pie" and "cockpit" + The current templates available are: "curve", "pie" and "cockpit" @see template::diagram::element::create @author Nima Mazloumi (nima.mazloumi@gmx.de) @@ -794,4 +794,4 @@ template::adp_append_string \ "\[template::diagram::element::render -diagram_name \${diagram_properties(name)} -element_name $element_name\]" -} \ No newline at end of file +} Index: openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl,v diff -u -N -r1.83 -r1.84 --- openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 7 Aug 2017 23:48:09 -0000 1.83 +++ openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 23 Mar 2018 23:53:01 -0000 1.84 @@ -414,7 +414,7 @@ args } { A helper proc to remove the underlying portlet from the given portal. - This is alot simpler than add_portlet. + This is a lot simpler than add_portlet. @param portal_id @param args An ns_set with the calendar_id. Index: openacs-4/packages/dotlrn-contacts/tcl/dotlrn-contacts-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-contacts/tcl/dotlrn-contacts-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-contacts/tcl/dotlrn-contacts-procs.tcl 9 Sep 2005 16:39:28 -0000 1.5 +++ openacs-4/packages/dotlrn-contacts/tcl/dotlrn-contacts-procs.tcl 23 Mar 2018 23:53:01 -0000 1.6 @@ -186,7 +186,7 @@ args } { A helper proc to remove the underlying portlet from the given portal. - This is alot simpler than add_portlet. + This is a lot simpler than add_portlet. @param portal_id @param args An ns_set with the project_manager_id. Index: openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml,v diff -u -N -r1.70 -r1.71 --- openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 19 Mar 2007 17:27:00 -0000 1.70 +++ openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 23 Mar 2018 23:53:01 -0000 1.71 @@ -217,7 +217,7 @@ Sorry, the offer code was not accepted. Sorry, There seems to be a problem with completing this transaction. Test email sent to %user.email%. Please check your inbox. - Thank you for your appplication. You are now registered for %section_name%. + Thank you for your application. You are now registered for %section_name%. <p>Thank you for applying, the course administrator(s) will contact you soon regarding your registration.</p><p> If you have any technical issues please contact the <a href="mailto:%administrator_email%">web site administrator</a></p> Thank You For Your Order Index: openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl,v diff -u -N -r1.36 -r1.37 --- openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl 6 Apr 2007 14:04:32 -0000 1.36 +++ openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl 23 Mar 2018 23:53:01 -0000 1.37 @@ -409,7 +409,7 @@ } ad_proc -callback dotlrn::member_email_available_vars -impl dotlrn-ecommerce {} { - List variables avaiable for this template + List variables available for this template } { #FIXME depend on email type?? # get categories mapped to section? @@ -476,4 +476,4 @@ set community_id [dotlrn_community::get_community_id -package_id $dotlrn_package_id] set section_id [db_string get_section "select section_id from dotlrn_ecommerce_section where community_id=:community_id" -default ""] util_memoize_flush [list uplevel dotlrn_ecommerce::section::fs_chunk $section_id] -} \ No newline at end of file +} Index: openacs-4/packages/dotlrn-ecommerce/www/manage/session.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/manage/session.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-ecommerce/www/manage/session.tcl 2 Sep 2008 21:54:48 -0000 1.1 +++ openacs-4/packages/dotlrn-ecommerce/www/manage/session.tcl 23 Mar 2018 23:53:01 -0000 1.2 @@ -8,7 +8,7 @@ } -# get mapping to make sure this is an applicaiton for dotlrn-ecommerce +# get mapping to make sure this is an application for dotlrn-ecommerce # section set form [ns_getform] set session_id [ns_set iget $form session_id] Index: openacs-4/packages/dotlrn-glossar/tcl/dotlrn-glossar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-glossar/tcl/dotlrn-glossar-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-glossar/tcl/dotlrn-glossar-procs.tcl 1 Feb 2018 20:43:19 -0000 1.3 +++ openacs-4/packages/dotlrn-glossar/tcl/dotlrn-glossar-procs.tcl 23 Mar 2018 23:53:01 -0000 1.4 @@ -208,7 +208,7 @@ args } { A helper proc to remove the underlying portlet from the given portal. - This is alot simpler than add_portlet. + This is a lot simpler than add_portlet. @param portal_id @param args An ns_set with the project_manager_id. @@ -278,4 +278,4 @@ } } } -} \ No newline at end of file +} Index: openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl 26 Oct 2005 22:44:37 -0000 1.5 +++ openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl 23 Mar 2018 23:53:01 -0000 1.6 @@ -235,7 +235,7 @@ args } { A helper proc to remove the underlying portlet from the given portal. - This is alot simpler than add_portlet. + This is a lot simpler than add_portlet. @param portal_id @param args An ns_set. Index: openacs-4/packages/dotlrn-jabber/tcl/dotlrn-jabber-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-jabber/tcl/dotlrn-jabber-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-jabber/tcl/dotlrn-jabber-procs.tcl 23 Mar 2018 22:56:43 -0000 1.2 +++ openacs-4/packages/dotlrn-jabber/tcl/dotlrn-jabber-procs.tcl 23 Mar 2018 23:53:01 -0000 1.3 @@ -194,7 +194,7 @@ #} jabber_portlet::add_self_to_page -portal_id $portal_id -package_id 0 - # we don't need a package_id here , this call makes the portlet availabel inside the admin space of dotlrn + # we don't need a package_id here , this call makes the portlet available inside the admin space of dotlrn # adding a available portlet to a community actually creates a new instance. } Index: openacs-4/packages/dotlrn-project-manager/tcl/dotlrn-project-manager-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-project-manager/tcl/dotlrn-project-manager-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/dotlrn-project-manager/tcl/dotlrn-project-manager-procs.tcl 19 Dec 2005 20:05:00 -0000 1.11 +++ openacs-4/packages/dotlrn-project-manager/tcl/dotlrn-project-manager-procs.tcl 23 Mar 2018 23:53:01 -0000 1.12 @@ -316,7 +316,7 @@ args } { A helper proc to remove the underlying portlet from the given portal. - This is alot simpler than add_portlet. + This is a lot simpler than add_portlet. @param portal_id @param args An ns_set with the project_manager_id. @@ -428,4 +428,4 @@ } } } -} \ No newline at end of file +} Index: openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl 14 Oct 2005 19:43:40 -0000 1.3 +++ openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl 23 Mar 2018 23:53:01 -0000 1.4 @@ -184,7 +184,7 @@ args } { A helper proc to remove the underlying portlet from the given portal. - This is alot simpler than add_portlet. + This is a lot simpler than add_portlet. @param portal_id } { @@ -228,4 +228,4 @@ tasks_portlet::add_self_to_page -portal_id $portal_id -package_id 0 } -} \ No newline at end of file +} Index: openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml,v diff -u -N -r1.29 -r1.30 --- openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml 23 Mar 2018 22:56:43 -0000 1.29 +++ openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml 23 Mar 2018 23:53:01 -0000 1.30 @@ -327,7 +327,7 @@ Group administration Groups administration Groups for task %task_name% - If you administer more than one community and you want to upload an assigment in more than one community, you must set the same name for each of the assignment types in each community so the system can identify where to store the assignment. + If you administer more than one community and you want to upload an assignment in more than one community, you must set the same name for each of the assignment types in each community so the system can identify where to store the assignment. Click on a student's name to see their detailed grade report. If you do not want to grade or edit the grade of a student/group, just leave intact the fields of that row, or you can delete the whole row. if you do not want to see the portraits of the students Index: openacs-4/packages/evaluation/sql/postgresql/evaluation-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/sql/postgresql/evaluation-create.sql,v diff -u -N -r1.26 -r1.27 --- openacs-4/packages/evaluation/sql/postgresql/evaluation-create.sql 7 Aug 2017 23:48:10 -0000 1.26 +++ openacs-4/packages/evaluation/sql/postgresql/evaluation-create.sql 23 Mar 2018 23:53:01 -0000 1.27 @@ -49,7 +49,7 @@ -- will the students be able to submit late their answers? late_submit_p boolean, requires_grade_p boolean, - -- estimated time to complete the assigment + -- estimated time to complete the assignment estimated_time decimal, points numeric, perfect_score numeric, Index: openacs-4/packages/evaluation-portlet/tcl/test/evaluation-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/test/evaluation-portlet-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/evaluation-portlet/tcl/test/evaluation-portlet-procs.tcl 7 Aug 2017 23:48:10 -0000 1.3 +++ openacs-4/packages/evaluation-portlet/tcl/test/evaluation-portlet-procs.tcl 23 Mar 2018 23:53:01 -0000 1.4 @@ -846,7 +846,7 @@ aa_register_case -cats {web smoke} -libraries tclwebtest tclwebtest_add_assignement_type { - Test Add a new Assignement Type. + Test Add a new Assignment Type. @author Mounir Lallali } { Index: openacs-4/packages/evaluation-portlet/tcl/test/tclwebtest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/test/tclwebtest-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/evaluation-portlet/tcl/test/tclwebtest-procs.tcl 7 Aug 2017 23:48:10 -0000 1.4 +++ openacs-4/packages/evaluation-portlet/tcl/test/tclwebtest-procs.tcl 23 Mar 2018 23:53:01 -0000 1.5 @@ -1058,7 +1058,7 @@ aa_error "evaluation::twt::add_assignement_type failed $errmsg : Didn't add a new assignement type" } else { - aa_log "Add a new Assignement Type" + aa_log "Add a new Assignment Type" set response 1 } Index: openacs-4/packages/fabrik/sql/postgresql/fabrik-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fabrik/sql/postgresql/fabrik-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/fabrik/sql/postgresql/fabrik-create.sql 3 Jul 2006 19:27:18 -0000 1.1 +++ openacs-4/packages/fabrik/sql/postgresql/fabrik-create.sql 23 Mar 2018 23:53:01 -0000 1.2 @@ -109,7 +109,7 @@ -- bom_internal_key -- part _number -- model_series_number (not unique, for grouping purposes) --- level (where 0 is lowest assembly level (ie. indivisible/raw material/aquired parts) value is 1 + max of the components in the bom +-- level (where 0 is lowest assembly level (ie. indivisible/raw material/acquired parts) value is 1 + max of the components in the bom -- bom_sku (upc etc.) -- sellable_p -- service_item_p Index: openacs-4/packages/facebook-api/tcl/facebook-api-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/facebook-api/tcl/facebook-api-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/facebook-api/tcl/facebook-api-procs.tcl 5 Nov 2009 14:42:28 -0000 1.4 +++ openacs-4/packages/facebook-api/tcl/facebook-api-procs.tcl 23 Mar 2018 23:53:01 -0000 1.5 @@ -484,7 +484,7 @@ @return list of lists {friend1 friend2 friend_p} } { - # do requests if they arent in the db + # do requests if they aren't in the db } Index: openacs-4/packages/file-storage/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/doc/design.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/file-storage/www/doc/design.adp 7 Aug 2017 23:48:11 -0000 1.2 +++ openacs-4/packages/file-storage/www/doc/design.adp 23 Mar 2018 23:53:01 -0000 1.3 @@ -86,7 +86,7 @@ development costs. However, it may also constrain the system somewhat.

    The Content Repository's datamodel has been extended to -include an attibute to store the filesize. Unfortunately, the +include an attribute to store the filesize. Unfortunately, the Content Repository does not automatically do this, since files may be stored on the filesystem (the Content Repository thus serving as a catalog to keep track of file location and some metadata, but not Index: openacs-4/packages/file-storage/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/doc/design.html,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/file-storage/www/doc/design.html 7 Aug 2017 23:48:11 -0000 1.5 +++ openacs-4/packages/file-storage/www/doc/design.html 23 Mar 2018 23:53:01 -0000 1.6 @@ -116,7 +116,7 @@

    The Content Repository's datamodel has been extended to include an -attibute to store the filesize. Unfortunately, the Content Repository +attribute to store the filesize. Unfortunately, the Content Repository does not automatically do this, since files may be stored on the filesystem (the Content Repository thus serving as a catalog to keep track of file location and some metadata, but not the filesize). The Index: openacs-4/packages/gatekeeper/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/gatekeeper/www/doc/requirements.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/gatekeeper/www/doc/requirements.html 14 Jan 2004 16:48:00 -0000 1.2 +++ openacs-4/packages/gatekeeper/www/doc/requirements.html 23 Mar 2018 23:53:01 -0000 1.3 @@ -76,7 +76,7 @@ users browser. Thus the authentication package has to be extended for post-login and logout procedure-calls. On request the gatekeeper checks the content type (html, xhtml, compressed or not, usage of frames or -not) and rewrites the links apropriately. As soon as the user logs out +not) and rewrites the links appropriately. As soon as the user logs out the webmail client is also logged out. User Index: openacs-4/packages/gatekeeper/www/doc/xml/requirements.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/gatekeeper/www/doc/xml/requirements.xml,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/gatekeeper/www/doc/xml/requirements.xml 26 Feb 2004 14:44:06 -0000 1.2 +++ openacs-4/packages/gatekeeper/www/doc/xml/requirements.xml 23 Mar 2018 23:53:01 -0000 1.3 @@ -119,7 +119,7 @@ users browser. Thus the authentication package has to be extended for post-login and logout procedure-calls. On request the gatekeeper checks the content type (html, xhtml, compressed or not, usage of frames or -not) and rewrites the links apropriately. As soon as the user logs out +not) and rewrites the links appropriately. As soon as the user logs out the webmail client is also logged out. User Index: openacs-4/packages/glossary/www/term.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/www/term.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/glossary/www/term.tcl 10 Sep 2002 22:23:00 -0000 1.6 +++ openacs-4/packages/glossary/www/term.tcl 23 Mar 2018 23:53:01 -0000 1.7 @@ -65,7 +65,7 @@ and ch.parent_id = item_id and live_revision is not null}] { - # this should be changed to something more approriate to a templated system + # this should be changed to something more appropriate to a templated system ad_return_complaint 1 "This glossary is no longer available" ad_script_abort } Index: openacs-4/packages/ims-ent/www/doc/ims-ent.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ims-ent/www/doc/ims-ent.txt,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/ims-ent/www/doc/ims-ent.txt 23 Mar 2018 22:56:43 -0000 1.4 +++ openacs-4/packages/ims-ent/www/doc/ims-ent.txt 23 Mar 2018 23:53:01 -0000 1.5 @@ -142,7 +142,7 @@ Configuration: 1. Create a new authority, that handle IMS Enteprise (Batch Synchronization Section). 2. As a sync method you can configure http-get, file system or xml-rpc. -3. Now you can: "Configure drivers for this authority" (fill with the appropiate data) +3. Now you can: "Configure drivers for this authority" (fill with the appropriate data) 4. Now press on: "Run new batch job now" and will import all the data and create the respective stuff (this process might take a bunch of time, depending on how much info do you have). (Then for each job, you'll get more information about each transaction processed) Index: openacs-4/packages/imsld/tcl/imsld-export-ld-method-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-export-ld-method-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/imsld/tcl/imsld-export-ld-method-procs.tcl 29 Oct 2009 11:09:59 -0000 1.2 +++ openacs-4/packages/imsld/tcl/imsld-export-ld-method-procs.tcl 23 Mar 2018 23:53:01 -0000 1.3 @@ -160,23 +160,23 @@ #Write imsld:learning-activity-ref label and content set imsld_ld_ref [$doc createElement "imsld:learning-activity-ref"] $imsld_role_part appendChild $imsld_ld_ref - #Add identifier attibute + #Add identifier attribute $imsld_ld_ref setAttribute ref $identifier } #In case there is an activity structure associated, write it if {[db_0or1row get_activity_structure {select identifier from imsld_activity_structures, cr_revisions where structure_id = revision_id and item_id = :activity_structure_id}] == 1} { #Write imsld:activity-structure-ref label and content set imsld_as_ref [$doc createElement "imsld:activity-structure-ref"] $imsld_role_part appendChild $imsld_as_ref - #Add ref attibute + #Add ref attribute $imsld_as_ref setAttribute ref $identifier } #In case there is a support activity associated, write it if {[db_0or1row get_support_activity {select identifier from imsld_support_activities, cr_revisions where activity_id = revision_id and item_id = :support_activity_id}] == 1} { #Write imsld:activity-structure-ref label and content set imsld_sa_ref [$doc createElement "imsld:support-activity-ref"] $imsld_role_part appendChild $imsld_sa_ref - #Add ref attibute + #Add ref attribute $imsld_sa_ref setAttribute ref $identifier } ################################### @@ -188,7 +188,7 @@ #Write imsld:activity-structure-ref label and content set imsld_environment_ref [$doc createElement "imsld:environment-ref"] $imsld_role_part appendChild $imsld_environment_ref - #Add identifier attibute + #Add identifier attribute $imsld_environment_ref setAttribute ref $identifier } } Index: openacs-4/packages/imsld/tcl/imsld-export-ld-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-export-ld-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/imsld/tcl/imsld-export-ld-procs.tcl 17 Jun 2009 08:00:01 -0000 1.2 +++ openacs-4/packages/imsld/tcl/imsld-export-ld-procs.tcl 23 Mar 2018 23:53:01 -0000 1.3 @@ -166,7 +166,7 @@ db_1row get_play_identifier {select identifier from imsld_plays where play_id = cr_items.latest_revision and cr_items.item_id = :object_id_two} set when_play_completed [$doc createElement "imsld:when-play-completed"] $complete_unit appendChild $when_play_completed - #Add ref attibute + #Add ref attribute $when_play_completed setAttribute ref $identifier } } Index: openacs-4/packages/imsld/www/admin/imsld-export-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/www/admin/imsld-export-2.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/imsld/www/admin/imsld-export-2.tcl 17 Jun 2009 08:00:01 -0000 1.2 +++ openacs-4/packages/imsld/www/admin/imsld-export-2.tcl 23 Mar 2018 23:53:01 -0000 1.3 @@ -10,7 +10,7 @@ manifest_id:integer } -#Check if the user who attemps to enter the page has admin priviledges +#Check if the user who attempts to enter the page has admin priviledges set package_id [ad_conn package_id] set admin_p [permission::permission_p -object_id $package_id \ -privilege admin] Index: openacs-4/packages/imsld/www/admin/imsld-export-xo.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/www/admin/imsld-export-xo.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/imsld/www/admin/imsld-export-xo.tcl 23 Mar 2018 22:56:43 -0000 1.3 +++ openacs-4/packages/imsld/www/admin/imsld-export-xo.tcl 23 Mar 2018 23:53:01 -0000 1.4 @@ -7,7 +7,7 @@ imsld_id:integer } -#Check if the user who attemps to enter the page has admin priviledges +#Check if the user who attempts to enter the page has admin priviledges set package_id [ad_conn package_id] set admin_p [permission::permission_p -object_id $package_id \ -privilege admin] Index: openacs-4/packages/imsld/www/gsi/gspread/imsld-gspread-configure.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/www/gsi/gspread/imsld-gspread-configure.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/imsld/www/gsi/gspread/imsld-gspread-configure.adp 23 Jun 2009 17:20:38 -0000 1.1 +++ openacs-4/packages/imsld/www/gsi/gspread/imsld-gspread-configure.adp 23 Mar 2018 23:53:01 -0000 1.2 @@ -10,7 +10,7 @@

    Welcome to the google spreadsheet service for Learning Design. This service offers a HTML page containing a form, where course participants can answer proposed questions. Later, you will be able to view all results in - the spreadsheet where anwsers are automatically stored.

    + the spreadsheet where answers are automatically stored.

    Before using the service, you have to take some steps to finish its configuration.

    Index: openacs-4/packages/jabber/www/doc/jabber-instalation.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/doc/jabber-instalation.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/jabber/www/doc/jabber-instalation.adp 23 Mar 2018 22:56:43 -0000 1.2 +++ openacs-4/packages/jabber/www/doc/jabber-instalation.adp 23 Mar 2018 23:53:01 -0000 1.3 @@ -134,7 +134,7 @@ <!-- The Browes section is only important if you want to let users use your transporst, this is no technical configuration of the Server or - it's Transports, it's just to information Jabber Client Aplication's + it's Transports, it's just to information Jabber Client Application's what Transports are available. --> Index: openacs-4/packages/jabber/www/doc/jabber-installation.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/doc/jabber-installation.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/jabber/www/doc/jabber-installation.adp 23 Mar 2018 22:56:43 -0000 1.2 +++ openacs-4/packages/jabber/www/doc/jabber-installation.adp 23 Mar 2018 23:53:01 -0000 1.3 @@ -137,7 +137,7 @@ <!-- The Browes section is only important if you want to let users use your transporst, this is no technical configuration of the Server or - it's Transports, it's just to information Jabber Client Aplication's + it's Transports, it's just to information Jabber Client Application's what Transports are available. --> Index: openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp 23 Mar 2018 22:56:43 -0000 1.2 +++ openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp 23 Mar 2018 23:53:01 -0000 1.3 @@ -373,7 +373,7 @@

    jb_new_subject

    Overview

    -

    Sending a old subject (Topic) to a Room at the Jabber Server Conference service to append the recordings of this subject, incase the Room is not active it will be restarted automaticly. +

    Sending a old subject (Topic) to a Room at the Jabber Server Conference service to append the recordings of this subject, incase the Room is not active it will be restarted automatically.

    Syntax

    int jb_new_subject RoomName New_Thread_name explaination_of_Thread_Name existing_thread_id

    Index: openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl 17 Nov 2008 13:35:03 -0000 1.8 +++ openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl 23 Mar 2018 23:53:01 -0000 1.9 @@ -860,7 +860,7 @@ ns_log Notice "\n\n$file ($resourcext(ISENABLED)) $resourcext(LABEL)\n" - # set content folder to be the appropiate IMS webcontent + # set content folder to be the appropriate IMS webcontent # type instead of "couse/x-bb-coursetoc" BB's propietary type $resource removeAttribute type $resource removeAttribute bb:file Index: openacs-4/packages/lors-central/tcl/test/lors-central-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/tcl/test/lors-central-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/lors-central/tcl/test/lors-central-procs.tcl 9 Feb 2009 03:57:30 -0000 1.2 +++ openacs-4/packages/lors-central/tcl/test/lors-central-procs.tcl 23 Mar 2018 23:53:02 -0000 1.3 @@ -667,7 +667,7 @@ aa_register_case lors_central_package_install { Check if the package creates the right folders and types ** Requires - 1. lors-central package alreay installed + 1. lors-central package already installed } { aa_run_with_teardown \ -rollback \ Index: openacs-4/packages/lorsm/src/java/org/adl/datamodels/cmi/CMIRequest.java =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/src/java/org/adl/datamodels/cmi/CMIRequest.java,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/lorsm/src/java/org/adl/datamodels/cmi/CMIRequest.java 13 Aug 2007 09:20:15 -0000 1.2 +++ openacs-4/packages/lorsm/src/java/org/adl/datamodels/cmi/CMIRequest.java 23 Mar 2018 23:53:02 -0000 1.3 @@ -863,7 +863,7 @@ ** Output: String - next available token ** ** Description: This method uses the pattern collection to determine - ** the next (in order from original request) availabe + ** the next (in order from original request) available ** token. ** ***************************************************************************/ Index: openacs-4/packages/lorsm/www/doc/lorsm_installation.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/doc/lorsm_installation.html,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/lorsm/www/doc/lorsm_installation.html 8 Oct 2008 13:24:32 -0000 1.6 +++ openacs-4/packages/lorsm/www/doc/lorsm_installation.html 23 Mar 2018 23:53:02 -0000 1.7 @@ -95,7 +95,7 @@
    -

    Then, you will be prompted to choose whether you want to install an aplication or a service from the OpenACS.org repository or from your file system. Since you already checkout out the four packages from CVS and put them on your yourlrndirectory/packages, you can choose to install a service from your file system:

    +

    Then, you will be prompted to choose whether you want to install an application or a service from the OpenACS.org repository or from your file system. Since you already checkout out the four packages from CVS and put them on your yourlrndirectory/packages, you can choose to install a service from your file system:

    Index: openacs-4/packages/news/sql/oracle/news-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/sql/oracle/news-drop.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/news/sql/oracle/news-drop.sql 24 Feb 2005 18:03:04 -0000 1.3 +++ openacs-4/packages/news/sql/oracle/news-drop.sql 23 Mar 2018 23:53:02 -0000 1.4 @@ -78,7 +78,7 @@ content_type => 'news', attribute_name => 'archive_date' ); --- assignement to an authorized user for approval +-- assignment to an authorized user for approval content_type.drop_attribute ( content_type => 'news', attribute_name => 'approval_user' Index: openacs-4/packages/press/sql/oracle/press-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/press/sql/oracle/press-create.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/press/sql/oracle/press-create.sql 30 Sep 2003 12:10:09 -0000 1.2 +++ openacs-4/packages/press/sql/oracle/press-create.sql 23 Mar 2018 23:53:02 -0000 1.3 @@ -272,7 +272,7 @@ column_spec => 'date' ); --- assignement to an authorized user for approval +-- assignment to an authorized user for approval attr_id := content_type.create_attribute ( content_type => 'press', Index: openacs-4/packages/press/sql/oracle/press-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/press/sql/oracle/press-drop.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/press/sql/oracle/press-drop.sql 30 Sep 2003 12:10:09 -0000 1.2 +++ openacs-4/packages/press/sql/oracle/press-drop.sql 23 Mar 2018 23:53:02 -0000 1.3 @@ -109,7 +109,7 @@ content_type => 'press', attribute_name => 'archive_date' ); --- assignement to an authorized user for approval +-- assignment to an authorized user for approval content_type.drop_attribute ( content_type => 'press', attribute_name => 'approval_user' Index: openacs-4/packages/press/sql/postgresql/press-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/press/sql/postgresql/press-create.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/press/sql/postgresql/press-create.sql 12 Mar 2004 19:19:48 -0000 1.3 +++ openacs-4/packages/press/sql/postgresql/press-create.sql 23 Mar 2018 23:53:02 -0000 1.4 @@ -287,7 +287,7 @@ 'timestamptz' -- column_spec ); --- assignement to an authorized user for approval +-- assignment to an authorized user for approval select content_type__create_attribute ( 'press', -- content_type Index: openacs-4/packages/press/sql/postgresql/press-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/press/sql/postgresql/press-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/press/sql/postgresql/press-drop.sql 31 Oct 2003 16:09:23 -0000 1.1 +++ openacs-4/packages/press/sql/postgresql/press-drop.sql 23 Mar 2018 23:53:02 -0000 1.2 @@ -121,7 +121,7 @@ 'archive_date', -- attribute_name 'f' -- drop_column ); --- assignement to an authorized user for approval +-- assignment to an authorized user for approval select content_type__drop_attribute ( 'press', -- content_type 'approval_user', -- attribute_name Index: openacs-4/packages/project-manager/templates/task-ae.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/templates/task-ae.tcl,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/project-manager/templates/task-ae.tcl 26 Jul 2007 10:35:40 -0000 1.20 +++ openacs-4/packages/project-manager/templates/task-ae.tcl 23 Mar 2018 23:53:02 -0000 1.21 @@ -563,7 +563,7 @@ foreach role [array names assignee] { foreach person_id $assignee($role) { # We do not want to update the assignment - # This allows the trick that a LEAD assignement will not be + # This allows the trick that a LEAD assignment will not be # overwritten by a player / watcher one, as the role is lower pm::task::assign \ -task_item_id $task_item_id \ Index: openacs-4/packages/simulation/tcl/sim-action-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/sim-action-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/simulation/tcl/sim-action-procs.tcl 31 Oct 2006 09:24:31 -0000 1.12 +++ openacs-4/packages/simulation/tcl/sim-action-procs.tcl 23 Mar 2018 23:53:02 -0000 1.13 @@ -123,7 +123,7 @@ unset row(recipient_roles) } - # Handle auxillary rows + # Handle auxiliary rows array set aux [list] foreach attr { recipients @@ -183,7 +183,7 @@ } } - # Auxilliary rows + # Auxiliary rows switch $operation { insert - update { if { [info exists aux(recipients)] } { Index: openacs-4/packages/simulation/tcl/template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/template-procs.tcl,v diff -u -N -r1.72 -r1.73 --- openacs-4/packages/simulation/tcl/template-procs.tcl 31 Oct 2006 09:00:05 -0000 1.72 +++ openacs-4/packages/simulation/tcl/template-procs.tcl 23 Mar 2018 23:53:02 -0000 1.73 @@ -125,7 +125,7 @@ unset row($attr) } } - # Handle auxillary rows + # Handle auxiliary rows array set aux [list] foreach attr { enrolled invited auto_enroll Index: openacs-4/packages/soap-gateway/lib/demo-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/soap-gateway/lib/demo-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/soap-gateway/lib/demo-procs.tcl 17 Oct 2004 05:51:51 -0000 1.1 +++ openacs-4/packages/soap-gateway/lib/demo-procs.tcl 23 Mar 2018 23:53:02 -0000 1.2 @@ -61,7 +61,7 @@ expr } { - Performs an evaluation of the expression argument. The method attemps to provide some + Performs an evaluation of the expression argument. The method attempts to provide some safety by scanning for procedure notation. If detected, an exception is thrown. @author William Byrne Index: openacs-4/packages/soap-gateway/www/admin/edit-namespace.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/soap-gateway/www/admin/edit-namespace.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/soap-gateway/www/admin/edit-namespace.tcl 17 Oct 2004 05:51:57 -0000 1.1 +++ openacs-4/packages/soap-gateway/www/admin/edit-namespace.tcl 23 Mar 2018 23:53:02 -0000 1.2 @@ -93,7 +93,7 @@ # create form template::form create namespace_form -# test for namespace_id assigment +# test for namespace_id assignment if {[info exists namespace_id]} { # set editing @@ -207,7 +207,7 @@ set method_form:properties(action) edit-namespace - # test for method_id assigment + # test for method_id assignment if [info exists method_id] { # set editing Index: openacs-4/packages/tsoap/tcl/SOAP-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsoap/tcl/SOAP-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/tsoap/tcl/SOAP-procs.tcl 23 Mar 2005 22:43:44 -0000 1.2 +++ openacs-4/packages/tsoap/tcl/SOAP-procs.tcl 23 Mar 2018 23:53:02 -0000 1.3 @@ -875,7 +875,7 @@ } } - # Insert the body element and atributes. + # Insert the body element and attributes. set bod [$doc createElement "SOAP-ENV:Body"] $envx appendChild $bod if {$uri == ""} { Index: openacs-4/packages/tsoap/tcl/utils-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsoap/tcl/utils-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/tsoap/tcl/utils-procs.tcl 17 Mar 2005 17:59:32 -0000 1.1 +++ openacs-4/packages/tsoap/tcl/utils-procs.tcl 23 Mar 2018 23:53:02 -0000 1.2 @@ -384,7 +384,7 @@ # ------------------------------------------------------------------------- -# Return the value of the specified atribute. First check for an exact match, +# Return the value of the specified attribute. First check for an exact match, # if that fails look for an attribute name without any namespace specification. # Result: # Returns the value of the attribute. Index: openacs-4/packages/wp-slim/sql/postgresql/wp-slim-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/sql/postgresql/wp-slim-create.sql,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/wp-slim/sql/postgresql/wp-slim-create.sql 15 Jan 2005 16:33:30 -0000 1.11 +++ openacs-4/packages/wp-slim/sql/postgresql/wp-slim-create.sql 23 Mar 2018 23:53:02 -0000 1.12 @@ -578,7 +578,7 @@ 'bottom')) ); ---jackp: p_create the content-type and content-attribute assosciated with +--jackp: p_create the content-type and content-attribute associated with --jackp: attachments create function inline_7 () returns integer as' Index: openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl 13 Dec 2017 20:42:31 -0000 1.16 +++ openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl 23 Mar 2018 23:53:02 -0000 1.17 @@ -59,7 +59,7 @@ set x [c1 ++] The Proxy forwards all commands to the - attached thread except the methods attatch, filter, + attached thread except the methods attach, filter, detachAll and destroy. The attach method can be used to reattach a proxy instance to a different thread, such as