Index: openacs-4/packages/acs-automated-testing/tcl/http.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/Attic/http.tcl,v
diff -u -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 typeChoiceUpload File
- Upload a file with the content of the anwser
+ Upload a file with the content of the answerDelete FileChoice FileFeedback 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 -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 -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 -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 -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 -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 -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 -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:
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 -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).
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).
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 -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
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 -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 -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 -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 -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 -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 availableNot 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 -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.