Index: openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl 14 Nov 2014 18:20:17 -0000 1.1 +++ openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl 28 Mar 2018 17:00:40 -0000 1.2 @@ -2975,7 +2975,7 @@ set index_eq "" if { $p1_arr(index_equation) ne "" } { # validate equation or set empty - # only allow + - / * $, logical comparisions > < == != and numbers. $number converts to one of the available row numbers that returns a number from in p4 + # only allow + - / * $, logical comparisons > < == != and numbers. $number converts to one of the available row numbers that returns a number from in p4 regsub -nocase -all -- {[^\$\/\+\-\*\(\)\.\<\>\=\!\ 0-9]+} $p1_arr(index_equation) "" index_eq # add extra spaces to help expr avoid misinterpretations, but can't assume that for negative numbers vs. minus sign regsub -nocase -all -- {([\/\+\*\(\)])} $index_eq " \1 " index_eq @@ -3494,7 +3494,7 @@ # For strict critical path, create a list of lists, where # each list is a list of activity and dependencies from start to finish (aka path). - # The longest duration path is the strict defintion of critical path. + # The longest duration path is the strict definition of critical path. # create dependency check equations ns_log Notice "acc_fin::scenario_prettify.1797: scenario '$scenario_tid' create equations for checking if dependencies are met." Index: openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp 8 Nov 2017 09:42:10 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp 28 Mar 2018 17:00:40 -0000 1.4 @@ -49,7 +49,7 @@ effect between usability and security, because when authentication schemes have poor usability, users will think up ways to circumvent them.

  • Open and modular: The design should be on the one hand open to -add other authentification mechanisms when needed and on the other +add other authentication mechanisms when needed and on the other hand very modular to enable a start with minimal requirements (driver implementations) as soon as possible.

  • The problem can be split into several logically separate parts. @@ -803,4 +803,4 @@ Chapter 16. Releasing OpenACS" homeLink="index" homeLabel="Home" upLink="kernel-doc" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html,v diff -u -r1.42 -r1.43 --- openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html 8 Nov 2017 09:42:10 -0000 1.42 +++ openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html 28 Mar 2018 17:00:40 -0000 1.43 @@ -41,7 +41,7 @@ effect between usability and security, because when authentication schemes have poor usability, users will think up ways to circumvent them.

  • Open and modular: The design should be on the one hand - open to add other authentification mechanisms when needed and on + open to add other authentication mechanisms when needed and on the other hand very modular to enable a start with minimal requirements (driver implementations) as soon as possible.

  • Index: openacs-4/packages/acs-core-docs/www/install-ldap-radius.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-ldap-radius.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/install-ldap-radius.adp 8 Nov 2017 09:42:10 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/install-ldap-radius.adp 28 Mar 2018 17:00:40 -0000 1.4 @@ -57,7 +57,7 @@

    Configure ns_ldap for traditional use.  Traditionally OpenACS has supported -ns_ldap for authentification by storing the OpenACS password in an +ns_ldap for authentication by storing the OpenACS password in an encrypted field within the LDAP server called "userPassword". Furthermore a CN field was used for searching for the username, usually userID or something similar. @@ -77,7 +77,7 @@ but kept internally. The latest version of ns_ldap supports this method with the ns_ldap bind command. All you have to do to enable this is to configure -auth_ldap to make use of the BIND authentification instead. +auth_ldap to make use of the BIND authentication instead. Alternatively you can write a small script on how to calculate the username out of the given input (e.g. if the OpenACS username is malte.fb03.tu, the LDAP request can be translated into @@ -93,4 +93,4 @@ rightLink="aolserver" rightLabel="Next" rightTitle="Install AOLserver 3.3oacs1" homeLink="index" homeLabel="Home" upLink="install-more-software" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/install-ldap-radius.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-ldap-radius.html,v diff -u -r1.12 -r1.13 --- openacs-4/packages/acs-core-docs/www/install-ldap-radius.html 8 Nov 2017 09:42:10 -0000 1.12 +++ openacs-4/packages/acs-core-docs/www/install-ldap-radius.html 28 Mar 2018 17:00:40 -0000 1.13 @@ -47,15 +47,15 @@

  • Configure ns_ldap for traditional use.  - Traditionally OpenACS has supported ns_ldap for authentification by storing the OpenACS password in an encrypted field within the LDAP server called "userPassword". Furthermore a CN field was used for searching for the username, usually userID or something similar. This field is identical to the usernamestored in OpenACS. Therefore the login will only work if you change login method to make use of the username instead. + Traditionally OpenACS has supported ns_ldap for authentication by storing the OpenACS password in an encrypted field within the LDAP server called "userPassword". Furthermore a CN field was used for searching for the username, usually userID or something similar. This field is identical to the usernamestored in OpenACS. Therefore the login will only work if you change login method to make use of the username instead.

  • Configure ns_ldap for use with LDAP bind.  - LDAP authentication usually is done by trying to bind (aka. login) a user with the LDAP server. The password of the user is not stored in any field of the LDAP server, but kept internally. The latest version of ns_ldap supports this method with the ns_ldap bind command. All you have to do to enable this is to configure auth_ldap to make use of the BIND authentification instead. Alternatively you can write a small script on how to calculate the username out of the given input (e.g. if the OpenACS username is malte.fb03.tu, the LDAP request can be translated into "ou=malte,ou=fb03,o=tu" (this example is encoded in auth_ldap and you just have to comment it out to make use of it). + LDAP authentication usually is done by trying to bind (aka. login) a user with the LDAP server. The password of the user is not stored in any field of the LDAP server, but kept internally. The latest version of ns_ldap supports this method with the ns_ldap bind command. All you have to do to enable this is to configure auth_ldap to make use of the BIND authentication instead. Alternatively you can write a small script on how to calculate the username out of the given input (e.g. if the OpenACS username is malte.fb03.tu, the LDAP request can be translated into "ou=malte,ou=fb03,o=tu" (this example is encoded in auth_ldap and you just have to comment it out to make use of it).

  • Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml,v diff -u -r1.33 -r1.34 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 24 Dec 2017 13:15:07 -0000 1.33 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 28 Mar 2018 17:00:40 -0000 1.34 @@ -684,7 +684,7 @@ Configure ns_ldap for traditional use - Traditionally OpenACS has supported ns_ldap for authentification by storing the OpenACS password in an encrypted field within the LDAP server called "userPassword". Furthermore a CN field was used for searching for the username, usually userID or something similar. This field is identical to the usernamestored in OpenACS. Therefore the login will only work if you change login method to make use of the username instead. + Traditionally OpenACS has supported ns_ldap for authentication by storing the OpenACS password in an encrypted field within the LDAP server called "userPassword". Furthermore a CN field was used for searching for the username, usually userID or something similar. This field is identical to the usernamestored in OpenACS. Therefore the login will only work if you change login method to make use of the username instead. @@ -695,7 +695,7 @@ Configure ns_ldap for use with LDAP bind - LDAP authentication usually is done by trying to bind (aka. login) a user with the LDAP server. The password of the user is not stored in any field of the LDAP server, but kept internally. The latest version of ns_ldap supports this method with the ns_ldap bind command. All you have to do to enable this is to configure auth_ldap to make use of the BIND authentification instead. Alternatively you can write a small script on how to calculate the username out of the given input (e.g. if the OpenACS username is malte.fb03.tu, the LDAP request can be translated into "ou=malte,ou=fb03,o=tu" (this example is encoded in auth_ldap and you just have to comment it out to make use of it). + LDAP authentication usually is done by trying to bind (aka. login) a user with the LDAP server. The password of the user is not stored in any field of the LDAP server, but kept internally. The latest version of ns_ldap supports this method with the ns_ldap bind command. All you have to do to enable this is to configure auth_ldap to make use of the BIND authentication instead. Alternatively you can write a small script on how to calculate the username out of the given input (e.g. if the OpenACS username is malte.fb03.tu, the LDAP request can be translated into "ou=malte,ou=fb03,o=tu" (this example is encoded in auth_ldap and you just have to comment it out to make use of it). Index: openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml 7 Aug 2017 23:47:55 -0000 1.5 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml 28 Mar 2018 17:00:40 -0000 1.6 @@ -53,7 +53,7 @@ schemes have poor usability, users will think up ways to circumvent them. Open and modular: The design should be on the one hand - open to add other authentification mechanisms when needed and on + open to add other authentication mechanisms when needed and on the other hand very modular to enable a start with minimal requirements (driver implementations) as soon as possible. Index: openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl 7 Aug 2017 23:48:03 -0000 1.4 +++ openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl 28 Mar 2018 17:00:40 -0000 1.5 @@ -165,7 +165,7 @@ {-add_url_var "add_column"} {-return_url ""} } { - Create a dropdown menu to add a column to be dislayed + Create a dropdown menu to add a column to be displayed @param list_name template::list list name @param allowed_elements List of element names that may appear in add @@ -490,4 +490,4 @@ } } -} \ No newline at end of file +} Index: openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 27 Oct 2014 16:40:53 -0000 1.14 +++ openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 28 Mar 2018 17:00:40 -0000 1.15 @@ -683,7 +683,7 @@ {-element_is_var:boolean} } { Generates javascript for effects by scriptaculous. - Refer to the scriptaculous documentaiton for a list of effects. + Refer to the scriptaculous documentation for a list of effects. This proc by default will use the "Appear" effect The parameters are passed directly to the scriptaculous effects script. Parameters and options are case sensitive, refer to scriptaculous documentation. Index: openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 7 Aug 2017 23:48:03 -0000 1.2 +++ openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 28 Mar 2018 17:00:40 -0000 1.3 @@ -60,7 +60,7 @@ multiple times. You must supply either src or script. @param type the type attribute of the script tag, eg. 'text/javascript' - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param src the src attribute of the script tag, ie. the source url of the script @@ -171,7 +171,7 @@ to be returned to the users client. This function is a wrapper around template::head::add_script. You must supply either src or script. - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param src the src attribute of the script tag, ie. the source url of the script @@ -288,7 +288,7 @@ to the users client. You must supply either src or script. @param type the type attribute of the script tag, eg. 'text/javascript' - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param src the src attribute of the script tag, ie. the source url of the script Index: openacs-4/packages/ams/catalog/ams.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/catalog/ams.en_US.ISO-8859-1.xml,v diff -u -r1.29 -r1.30 --- openacs-4/packages/ams/catalog/ams.en_US.ISO-8859-1.xml 21 Apr 2009 21:09:47 -0000 1.29 +++ openacs-4/packages/ams/catalog/ams.en_US.ISO-8859-1.xml 28 Mar 2018 17:00:40 -0000 1.30 @@ -289,7 +289,7 @@ Denominations App Division App Divisions - Documention + Documentation Edit/Delete Section Edit/Delete Html Options Email 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.89 -r1.90 --- openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 23 Mar 2018 23:53:01 -0000 1.89 +++ openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 28 Mar 2018 17:00:40 -0000 1.90 @@ -371,7 +371,7 @@ Search Keywords Keywords which will be used to search for a section. Label Orientation - Positioning of the choice label in correspondance with the choice button. + Positioning of the choice label in correspondence with the choice button. Last Month Last Updated Last Week Index: openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql 15 May 2007 20:14:16 -0000 1.6 +++ openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql 28 Mar 2018 17:00:40 -0000 1.7 @@ -61,7 +61,7 @@ choice_label_orientation varchar(20), -- order in which the choices will appear (numerical, alphabetic, randomized or by order of entry) sort_order_type varchar(20), - -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above) + -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above) item_answer_alignment varchar(20) ); @@ -81,7 +81,7 @@ choice_label_orientation varchar(20), -- order in which the choices will appear (numerical, alphabetic, randomized or by order of entry) sort_order_type varchar(20), - -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above) + -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above) item_answer_alignment varchar(20) ); @@ -103,7 +103,7 @@ choice_label_orientation varchar(20), -- order in which the choices will appear (numerical, alphabetic, randomized or by order of entry) sort_order_type varchar(20), - -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above) + -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above) item_answer_alignment varchar(20), -- prepend an empty item to the list, useful for validation of a required sb but you don't want any option as selected by default prepend_empty_p char(1) default 'f' @@ -121,7 +121,7 @@ html_display_options varchar(50), -- an abstraction of the real size value in "small","medium","large" abs_size varchar(10), - -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above) + -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above) item_answer_alignment varchar(20) ); @@ -173,7 +173,7 @@ abs_size varchar(20), -- the type of "widget" displayed when the Item is output in html. acs_widget varchar(20), - -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above) + -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above) item_answer_alignment varchar(20) ); @@ -200,6 +200,6 @@ html_display_options varchar(50), -- an abstraction of the real size value in "small","medium","large" abs_size varchar(10), - -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above) + -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above) item_answer_alignment varchar(20) ); 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.11 -r1.12 --- openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql 23 Mar 2018 23:53:01 -0000 1.11 +++ openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql 28 Mar 2018 17:00:40 -0000 1.12 @@ -123,7 +123,7 @@ section_navigation varchar(50) default 'default path' constraint as_assessments_navigation_ck check (section_navigation in ('default path', 'randomized', 'rule-based branching')), - -- differenciate between an assessment and a survey + -- differentiate between an assessment and a survey survey_p char(1) default 'f' constraint as_assessments_survey_p_ck check (survey_p in ('t', 'f')), 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.23 -r1.24 --- openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql 23 Mar 2018 23:53:01 -0000 1.23 +++ openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql 28 Mar 2018 17:00:40 -0000 1.24 @@ -123,7 +123,7 @@ section_navigation varchar(50) default 'default path' constraint as_assessments_section_navigation_ck check (section_navigation in ('default path', 'randomized', 'rule-based branching')), - -- differenciate between an assessment and a survey + -- differentiate between an assessment and a survey survey_p char(1) default 'f' constraint as_assessments_survey_p_ck check (survey_p in ('t', 'f')), Index: openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.adp 25 Jan 2018 12:18:49 -0000 1.3 +++ openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.adp 28 Mar 2018 17:00:40 -0000 1.4 @@ -18,7 +18,7 @@ different instances of the assessment package that could exist. If the option "None" is selected, it means that the registration process will be the same as always has been, if any -other option is selected, the assessment will be diplayed when a +other option is selected, the assessment will be displayed when a user creates a new account.

    - \ No newline at end of file + Index: openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.html 25 Jan 2018 12:16:34 -0000 1.3 +++ openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.html 28 Mar 2018 17:00:40 -0000 1.4 @@ -1,3 +1,3 @@ - Chapter 3. Registration Assessment

    Chapter 3. Registration Assessment

    To be able to select an assessment that will be related to the registration process is necessary that the user has site wide admin privileges, because the interface can only be reached through the Main Site Administration Page. This link only will appear if the Assessment Package is installed and mounted.

    If the Assessment Package is installed and mounted, the link can be follow and will lead to a page that shows all the assessment that can be responded for anonymous users created in all of the different instances of the assessment package that could exist. If the option "None" is selected, it means that the registration process will be the same as always has been, if any other option is selected, the assessment will be diplayed when a user creates a new account.

    \ No newline at end of file + Chapter 3. Registration Assessment

    Chapter 3. Registration Assessment

    To be able to select an assessment that will be related to the registration process is necessary that the user has site wide admin privileges, because the interface can only be reached through the Main Site Administration Page. This link only will appear if the Assessment Package is installed and mounted.

    If the Assessment Package is installed and mounted, the link can be follow and will lead to a page that shows all the assessment that can be responded for anonymous users created in all of the different instances of the assessment package that could exist. If the option "None" is selected, it means that the registration process will be the same as always has been, if any other option is selected, the assessment will be displayed when a user creates a new account.

    Index: openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml,v diff -u -r1.1 -r1.2 --- openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml 14 Mar 2005 16:15:52 -0000 1.1 +++ openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml 28 Mar 2018 17:00:40 -0000 1.2 @@ -555,7 +555,7 @@ instances of the assessment package that could exist. If the option "None" is selected, it means that the registration process will be the same as always has been, if any other option is selected, the assessment will be - diplayed when a user creates a new account. + displayed when a user creates a new account. @@ -599,4 +599,4 @@
    - \ No newline at end of file + Index: openacs-4/packages/assessment/www/doc/user_interface/tests.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/tests.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/assessment/www/doc/user_interface/tests.adp 25 Jan 2018 12:23:47 -0000 1.4 +++ openacs-4/packages/assessment/www/doc/user_interface/tests.adp 28 Mar 2018 17:00:40 -0000 1.5 @@ -56,7 +56,7 @@ have to store the time needed for a try)
  • Status. Status of the try (not finished, finished, auto-graded, manually graded)
  • Link to evaluate single response (human grading in test-processing.html)
  • The try that is used for scoring the -respondee is diplayed with a green background. If we take the +respondee is displayed with a green background. If we take the median of all tries, mark all of them green.
  • Furthermore links to details about the @@ -72,7 +72,7 @@ displayed in the evaluation table for the admin (see test specifications)
  • The test result is stored in the scoring system.
  • Staff can manually Human Grade the test. -This is mandatory for open questions for the test to be completly +This is mandatory for open questions for the test to be completely graded.
  • The result of the human grading overwrites the auto grading in the scoring system.
  • Index: openacs-4/packages/assessment/www/doc/user_interface/tests.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/tests.html,v diff -u -r1.4 -r1.5 --- openacs-4/packages/assessment/www/doc/user_interface/tests.html 25 Jan 2018 12:23:47 -0000 1.4 +++ openacs-4/packages/assessment/www/doc/user_interface/tests.html 28 Mar 2018 17:00:40 -0000 1.5 @@ -93,7 +93,7 @@ test-processing.html)
  • The try that is used for scoring the respondee is -diplayed with a green background. If we take the median of all tries, +displayed with a green background. If we take the median of all tries, mark all of them green.
  • @@ -113,7 +113,7 @@
  • The test result is stored in the scoring system.
  • Staff can manually Human Grade the test. This is mandatory for -open questions for the test to be completly graded. +open questions for the test to be completely graded.
  • The result of the human grading overwrites the auto grading in the scoring system. Index: openacs-4/packages/attendance/tcl/certificate-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attendance/tcl/certificate-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/attendance/tcl/certificate-procs.tcl 2 Apr 2006 21:21:07 -0000 1.1 +++ openacs-4/packages/attendance/tcl/certificate-procs.tcl 28 Mar 2018 17:00:40 -0000 1.2 @@ -24,7 +24,7 @@ ad_proc -private attendance_certificate::trml2pdf_command { } { - comand to pass to exec for trml2pdf + command to pass to exec for trml2pdf } { -} \ No newline at end of file +} Index: openacs-4/packages/attendance/www/image.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attendance/www/image.vuh,v diff -u -r1.2 -r1.3 --- openacs-4/packages/attendance/www/image.vuh 7 Apr 2006 22:25:08 -0000 1.2 +++ openacs-4/packages/attendance/www/image.vuh 28 Mar 2018 17:00:40 -0000 1.3 @@ -1,7 +1,7 @@ ad_page_contract { - diplay certificate logo image + display certificate logo image } set revision_id [string trim [ad_conn path_info] /] -cr_write_content -revision_id $revision_id \ No newline at end of file +cr_write_content -revision_id $revision_id Index: openacs-4/packages/bboard-portlet/bboard-portlet.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bboard-portlet/bboard-portlet.info,v diff -u -r1.12 -r1.13 --- openacs-4/packages/bboard-portlet/bboard-portlet.info 19 Oct 2016 09:00:04 -0000 1.12 +++ openacs-4/packages/bboard-portlet/bboard-portlet.info 28 Mar 2018 17:00:40 -0000 1.13 @@ -32,7 +32,7 @@ - + Index: openacs-4/packages/bookmarks/sql/oracle/bookmarks-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bookmarks/sql/oracle/bookmarks-create.sql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/bookmarks/sql/oracle/bookmarks-create.sql 26 May 2017 17:25:36 -0000 1.7 +++ openacs-4/packages/bookmarks/sql/oracle/bookmarks-create.sql 28 Mar 2018 17:00:40 -0000 1.8 @@ -115,7 +115,7 @@ -- are not to be displayed) -- This has to be done on a per user (or per session) basis so we can not store -- this information in the bm_bookmarks table (otherwise we would have problems when --- two users view the same bookmarks concurently). +-- two users view the same bookmarks concurrently). create table bm_in_closed_p ( bookmark_id constraint bm_in_closed_p_bookmark_id_nn not null Index: openacs-4/packages/bug-tracker/tcl/bug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-procs.tcl,v diff -u -r1.37 -r1.38 --- openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 23 Nov 2017 16:41:46 -0000 1.37 +++ openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 28 Mar 2018 17:00:40 -0000 1.38 @@ -1001,7 +1001,7 @@ # Branimir: The ORDER BY clause needs to be at the very end of the # query. That also means that we need to have in the select list every - # column we want to order by. Which colums we can afford to have in + # column we want to order by. Which columns we can afford to have in # the select list depends on which tables are we joining against. BTW, # all these kludges are consequence of the initial (bad, IMHO) decision # to do the joins against cr_keywords in memory rather then in SQL. Index: openacs-4/packages/bug-tracker/www/bug-submission-instructions.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/bug-submission-instructions.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/bug-tracker/www/bug-submission-instructions.html 11 Dec 2003 21:39:58 -0000 1.3 +++ openacs-4/packages/bug-tracker/www/bug-submission-instructions.html 28 Mar 2018 17:00:40 -0000 1.4 @@ -23,7 +23,7 @@

    Each ticket should relate to a single problem or feature

    In order to easily prioritize and track tasks we need to have a state associated with each issue. The problem with "laundry list" - tickets is that some tasks get done, some get defered, and some + tickets is that some tasks get done, some get deferred, and some cancelled. It is never clear when the ticket is done and individual fixes can't be approved so even if it nominally is done things are likely to fall through the cracks. Index: openacs-4/packages/cards/catalog/cards.ca_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cards/catalog/cards.ca_ES.ISO-8859-1.xml,v diff -u -r1.3 -r1.4 --- openacs-4/packages/cards/catalog/cards.ca_ES.ISO-8859-1.xml 22 Jun 2006 12:10:01 -0000 1.3 +++ openacs-4/packages/cards/catalog/cards.ca_ES.ISO-8859-1.xml 28 Mar 2018 17:00:40 -0000 1.4 @@ -69,7 +69,7 @@ Sense validesa acad�mica Canvia Foto Comentaris privats - Comunicaci� + Comunicaci� Correu electr�nic Aquesta utilitat permet importar les notes des d'una tasca del m�dul Activitats cap a una tasca del m�dul Fitxes d'estudiants. Per tant les dues tasques han d'estar creades i la del m�dul Activitats ha de estar avaluada. Cal tindre en compte que no es guarda cap relaci� entre les tasques i si canvien les notes al m�dul Activitats hauriem de tornar a importar les notes per reflectir el canvis a les Fitxes DES DE ACTIVITATS 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.4 -r1.5 --- openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml 23 Mar 2018 23:53:01 -0000 1.4 +++ openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml 28 Mar 2018 17:00:40 -0000 1.5 @@ -69,7 +69,7 @@ Without academic validity Change Photo Private Comments - Comunication + Communication E-mail This utility allow to import the "Cards" task grades from the "Evaluation" task grades. The two tasks must be created and the one of evaluation graded. There is no relation between two tasks and to udpate any change of evaluation grades it's needed to import the grades again. FROM EVALUATION @@ -91,7 +91,7 @@ Phones Cards Printable version - Private Coments: the students will not be able to read this comments + Private Comments: the students will not be able to read this comments Restriction more or equal than Select a Card task Select an Evaluation task Index: openacs-4/packages/cards/catalog/cards.es_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cards/catalog/cards.es_ES.ISO-8859-1.xml,v diff -u -r1.3 -r1.4 --- openacs-4/packages/cards/catalog/cards.es_ES.ISO-8859-1.xml 22 Jun 2006 12:10:01 -0000 1.3 +++ openacs-4/packages/cards/catalog/cards.es_ES.ISO-8859-1.xml 28 Mar 2018 17:00:40 -0000 1.4 @@ -69,7 +69,7 @@ Sin validez acad�mica Cambiar Foto Comentarios privados - Comunicaci�n + Comunicaci�n Correo electr�nico Esta utilidad permite importar las notas de una tarea del m�dulo Fichas desde una tarea del m�dulo Actividades. Por tanto, las dos tareas deben estar creadas y la de Actividades evaluada. Hay que tener en cuenta que no se guarda ninguna relaci�n entre las tareas y que para reflejar en Fichas cualquier cambio producido en las notas de Actividades hay que volver a importar las notas. DESDE ACTIVIDADES Index: openacs-4/packages/cards/www/personal_info.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cards/www/personal_info.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/cards/www/personal_info.adp 22 Jun 2006 13:00:54 -0000 1.1 +++ openacs-4/packages/cards/www/personal_info.adp 28 Mar 2018 17:00:40 -0000 1.2 @@ -41,7 +41,7 @@ - + Index: openacs-4/packages/cards/www/student_info.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cards/www/student_info.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/cards/www/student_info.adp 22 Jun 2006 13:00:54 -0000 1.1 +++ openacs-4/packages/cards/www/student_info.adp 28 Mar 2018 17:00:40 -0000 1.2 @@ -77,7 +77,7 @@
     #cards.comunication# #cards.communication#
    #cards.student_comment#:
    @comm_student@ 
    - +
     #cards.comunication# #cards.communication#
    #cards.student_comment#:
    #cards.student_comment# #cards.card_Edit# Index: openacs-4/packages/cms/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/widget-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/cms/tcl/widget-procs.tcl 20 Aug 2001 04:35:42 -0000 1.4 +++ openacs-4/packages/cms/tcl/widget-procs.tcl 28 Mar 2018 17:00:40 -0000 1.5 @@ -150,7 +150,7 @@ @param default The default value for the form widget param value @param is_required A flag indicating whether the value of the form widget param is mandatory - @param param_source The deafult param source for the form widget param + @param param_source The default param source for the form widget param value (literal, query, eval) } { Index: openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml,v diff -u -r1.99 -r1.100 --- openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml 27 Jun 2007 23:55:36 -0000 1.99 +++ openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml 28 Mar 2018 17:00:40 -0000 1.100 @@ -371,7 +371,7 @@ has logged in within -> has not logged in within -> If in a normal search we search for "D Jane". The first Search_Word ("D") matches contacts 123 (via "Doe"), 234 (via "Doe"), and 345 (via "Alfred"). And the second Search_Word ("Jane") matches only contact 123. Thus only one contact meets both requirements and "Jane Doe" (contact 123) is returned. - If multiple words are used then all words must match the above critera. So, for example if our contacts database contains these entries: + If multiple words are used then all words must match the above criteria. So, for example if our contacts database contains these entries: Package Instance Permissions Insufficient Permissions last interaction in the last -> Index: openacs-4/packages/contacts/tcl/contacts-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-install-procs.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/contacts/tcl/contacts-install-procs.tcl 11 Jul 2007 19:48:24 -0000 1.26 +++ openacs-4/packages/contacts/tcl/contacts-install-procs.tcl 28 Mar 2018 17:00:40 -0000 1.27 @@ -493,7 +493,7 @@ # Now we need to copy all information on contact_complaint_tracking table (the one we are taking out) # into the new one called contact_complaint_track with the new fields. This is simple since - # all the collumns have the same datatype, just changed some names. + # all the columns have the same datatype, just changed some names. db_dml insert_data { insert into Index: openacs-4/packages/datamanager/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/datamanager/www/doc/index.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/datamanager/www/doc/index.html 22 Jun 2006 14:31:33 -0000 1.2 +++ openacs-4/packages/datamanager/www/doc/index.html 28 Mar 2018 17:00:40 -0000 1.3 @@ -18,7 +18,7 @@ Jose Agustin Lopez Bueno (Agustin.Lopez@uv.es) Paco Soler (paco.soler@uv.es) --This packages has been developped and fully tested in OACS 5.1. Works too in 5.2. +-This packages has been developed and fully tested in OACS 5.1. Works too in 5.2. -You must modify callbacks procs for every package to support Datamanager. datamanager::copy_faq datamanager::export_faq Index: openacs-4/packages/dotlrndoc/www/doc/permission-portals.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrndoc/www/doc/permission-portals.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrndoc/www/doc/permission-portals.adp 30 Oct 2001 19:31:18 -0000 1.3 +++ openacs-4/packages/dotlrndoc/www/doc/permission-portals.adp 28 Mar 2018 17:00:40 -0000 1.4 @@ -50,7 +50,7 @@

    DELETE

      -
    • User can destory this portal. Not granted to non-admin users. +
    • User can destroy this portal. Not granted to non-admin users.
    • Granted to: Admin users who have CREATE
    Index: openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.tcl 25 Apr 2006 12:10:41 -0000 1.9 +++ openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.tcl 28 Mar 2018 17:00:40 -0000 1.10 @@ -331,7 +331,7 @@ {-table_name:required} {-name_method ""} } { - Creates an object type defintion from table defintion. Adds all + Creates an object type definition from table definition. Adds all attributes based on reasonable defaults. The table must already exist in the database @@ -427,7 +427,7 @@ @param exclude Attributes to exclude from automatically generated form. - @param spec Declarative specification for form defintion. Optional + @param spec Declarative specification for form definition. Optional instead of calling dtype::form::generate_widget repeatedly @param evaluate T or F, whether to evalute the code or just Index: openacs-4/packages/ecommerce/ecommerce.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/ecommerce.info,v diff -u -r1.53 -r1.54 --- openacs-4/packages/ecommerce/ecommerce.info 15 Oct 2010 05:25:32 -0000 1.53 +++ openacs-4/packages/ecommerce/ecommerce.info 28 Mar 2018 17:00:40 -0000 1.54 @@ -14,7 +14,7 @@ The ACS 3.x based e-commerce solution ported to OpenACS. 2005-02-10 furfly.net, LLC - This module implements a standard business-to-consumer Web store service. A feature summary is included with the documentaion. + This module implements a standard business-to-consumer Web store service. A feature summary is included with the documentation. 0 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 -r1.30 -r1.31 --- openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml 23 Mar 2018 23:53:01 -0000 1.30 +++ openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml 28 Mar 2018 17:00:40 -0000 1.31 @@ -331,7 +331,7 @@ 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 - If you enter the net value, it must be less than %grade_weight%, which is the net value of %grade_plural_name% over the 100 points of the class. <br> After uploading the %grade_name%, the system will do the convertion and the net value will be represented as a percentage. + If you enter the net value, it must be less than %grade_weight%, which is the net value of %grade_plural_name% over the 100 points of the class. <br> After uploading the %grade_name%, the system will do the conversion and the net value will be represented as a percentage. to download all submissions in one file. if you want to see the portraits of the students In order to generate this file there must be some parties assigned to this task. Index: openacs-4/packages/file-manager/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-manager/www/doc/design.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/file-manager/www/doc/design.html 20 Apr 2001 20:51:14 -0000 1.1 +++ openacs-4/packages/file-manager/www/doc/design.html 28 Mar 2018 17:00:40 -0000 1.2 @@ -66,7 +66,7 @@ File Manager is fully integrated with CVS (the version control system used by all ArsDigita development projects). All CVS transactions are handled by the version -control application. If you want to use version control in conjuction +control application. If you want to use version control in conjunction with a remote repository, make sure you follow the instructions for setting up access to a remote repository.

    @@ -173,4 +173,4 @@ - \ No newline at end of file + Index: openacs-4/packages/forums-portlet/forums-portlet.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums-portlet/forums-portlet.info,v diff -u -r1.20 -r1.21 --- openacs-4/packages/forums-portlet/forums-portlet.info 7 Aug 2017 23:48:12 -0000 1.20 +++ openacs-4/packages/forums-portlet/forums-portlet.info 28 Mar 2018 17:00:41 -0000 1.21 @@ -23,7 +23,7 @@ - + Index: openacs-4/packages/glossary/www/glossary-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/www/glossary-add-edit.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/glossary/www/glossary-add-edit.tcl 10 Sep 2002 22:23:00 -0000 1.5 +++ openacs-4/packages/glossary/www/glossary-add-edit.tcl 28 Mar 2018 17:00:41 -0000 1.6 @@ -217,7 +217,7 @@ } # for right now we are setting things live right away # we should change this to take its value from the publish_status - # form element, which doens't exist right now + # form element, which doesn't exist right now # see template-add-edit for code to grab db_dml set_revision_live { update cr_items Index: openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl 23 Jul 2004 21:35:53 -0000 1.5 +++ openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl 28 Mar 2018 17:00:41 -0000 1.6 @@ -581,8 +581,8 @@ @param community_id - @param id ID that's is comming at IMS XML doc, which identify a - given user in our system (ins't the user_id, but we'll use it for getting it) + @param id ID that's coming at IMS XML doc, which identify a + given user in our system (isn't the user_id, but we'll use it for getting it) @param authority_id Index: openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql,v diff -u -r1.12 -r1.13 --- openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql 27 Apr 2009 09:58:19 -0000 1.12 +++ openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql 28 Mar 2018 17:00:41 -0000 1.13 @@ -239,7 +239,7 @@ ); comment on table imsld_activity_descs is ' -This table holds the descrition of a learning activity. +This table holds the description of a learning activity. Technically it is just a mapping table between items and the learning activity, but this table was created to provide simplicity and clarification in the data model'; create table imsld_learning_activities ( Index: openacs-4/packages/imsld/tcl/imsld-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-install-procs.tcl,v diff -u -r1.53 -r1.54 --- openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 14 Jan 2010 10:50:55 -0000 1.53 +++ openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 28 Mar 2018 17:00:41 -0000 1.54 @@ -1161,7 +1161,7 @@ content::type::attribute::delete -content_type imsld_item -attribute_name is_visible_p content::type::attribute::delete -content_type imsld_item -attribute_name parameters - # componets + # components content::type::attribute::delete -content_type imsld_component -attribute_name imsld_id # imsld roles Index: openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl,v diff -u -r1.83 -r1.84 --- openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl 27 Mar 2018 17:08:50 -0000 1.83 +++ openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl 28 Mar 2018 17:00:41 -0000 1.84 @@ -448,7 +448,7 @@ ad_proc -public imsld::parse::sql_boolean { -bool:required } { - Convets a boolean string to its corresponding boolean value f or t. + Converts a boolean string to its corresponding boolean value f or t. @param bool The boolean value to convert } { @@ -4533,14 +4533,14 @@ } } - # Componetns: Activities + # Components: Activities # N.B.: With the level C and notificaitons, it is possible to make a reference to an 'uncreated' # learning or support activity. Therefore we must check before if the activity has not been created set activities [$components selectNodes "*\[local-name()='activities'\]"] if { [llength $activities] } { imsld::parse::validate_multiplicity -tree $activities -multiplicity 1 -element_name components -equal - # Componets: Activities: Learning Activities + # Components: Activities: Learning Activities set learning_activities [$activities selectNodes "*\[local-name()='learning-activity'\]"] foreach learning_activity $learning_activities { @@ -4567,7 +4567,7 @@ } } - # Componets: Activities: Support Activities + # Components: Activities: Support Activities set support_activities [$activities selectNodes "*\[local-name()='support-activity'\]"] foreach support_activity $support_activities { Index: openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl 4 Nov 2009 17:09:23 -0000 1.7 +++ openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl 28 Mar 2018 17:00:41 -0000 1.8 @@ -140,7 +140,7 @@ -content:required -manifest_identifier:required } { - Gets a text and returns its convertion to XoWiki Syntax + Gets a text and returns its conversion to XoWiki Syntax @author Derick Leony (derick@inv.it.uc3m.es) @creation-date 2009-06-15 Index: openacs-4/packages/invoices/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/tcl/util-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/invoices/tcl/util-procs.tcl 15 Dec 2005 18:58:43 -0000 1.4 +++ openacs-4/packages/invoices/tcl/util-procs.tcl 28 Mar 2018 17:00:41 -0000 1.5 @@ -53,7 +53,7 @@ ad_proc -public iv::util::get_x_field { -offer_id:required } { - Creates the x-field for the email (for authentification) + Creates the x-field for the email (for authentication) } { db_1row get_offer_creator_data {} return [ns_sha1 "$offer_id $user_password $user_salt"] Index: openacs-4/packages/jabber/README =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/README,v diff -u -r1.1 -r1.2 --- openacs-4/packages/jabber/README 20 Oct 2004 19:36:44 -0000 1.1 +++ openacs-4/packages/jabber/README 28 Mar 2018 17:00:41 -0000 1.2 @@ -6,12 +6,12 @@ Instalation: The package for openacs can be pre installed. -The tarballs (in the c dir.) include README files with further instructions in their head directorys, the jabber package for openacs has a complet instalation documentation, for all parts of needed to let the jabber package work properly. +The tarballs (in the c dir.) include README files with further instructions in their head directories, the jabber package for openacs has a complet instalation documentation, for all parts of needed to let the jabber package work properly. Bjoern Kiesbye email:bkiesbye@sussdorff-roy.com jid:bjoern_open@intranet.sussdorff-roy.com copyright Sussdorff & Roy 2003 - \ No newline at end of file + Index: openacs-4/packages/jabber/tcl/jabber-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/tcl/jabber-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/jabber/tcl/jabber-procs.tcl 20 Oct 2004 19:36:47 -0000 1.1 +++ openacs-4/packages/jabber/tcl/jabber-procs.tcl 28 Mar 2018 17:00:41 -0000 1.2 @@ -325,7 +325,7 @@ -ad_proc jb_invite_user { room_name version return_url } { This funktion returns the URL (href for a link) to invite the user him self (entering a Room) to a Conference Room , the parameters are the 1. name of the room 2. wich version of the invite shuold be used (1 or2) , 3. the url of the page the user schould be redirected to after the invite has been send , 4. display will be what the browser shows to the user (diplayed name of the Link) } { +ad_proc jb_invite_user { room_name version return_url } { This funktion returns the URL (href for a link) to invite the user him self (entering a Room) to a Conference Room , the parameters are the 1. name of the room 2. wich version of the invite shuold be used (1 or2) , 3. the url of the page the user schould be redirected to after the invite has been send , 4. display will be what the browser shows to the user (displayed name of the Link) } { set user_id [ad_get_user_id] set jid_to "" Index: openacs-4/packages/jabber/www/edit-user-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/edit-user-2.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/jabber/www/edit-user-2.tcl 20 Oct 2004 19:36:49 -0000 1.1 +++ openacs-4/packages/jabber/www/edit-user-2.tcl 28 Mar 2018 17:00:41 -0000 1.2 @@ -35,9 +35,9 @@ AND service = :service"]} { ns_log debug "edit-user-2 2.1" - #we have a screen for this user_id and no new , so we have to 1. completly remove the screen from jb_screens if no one else - #is interestet in this screen refcount = 1 and remove it from the jabber roster. - #2. just delete the user_id from the screen_id + #we have a screen for this user_id and no new , so we have to 1. completely remove the screen from jb_screens if no one else + #is interestet in this screen refcount = 1 and remove it from the jabber roster. + #2. just delete the user_id from the screen_id set old_screen_name $im_screen_name @@ -107,7 +107,7 @@ } else { ns_log debug "edit-user-2 3.1.1.2" - #the new screen doesen't exists jet create a new one and delete the user_id from the old + #the new screen doesn't exists jet create a new one and delete the user_id from the old if { $refcount == 1 } { ns_log debug "edit-user-2 3.1.1.2.1" Index: openacs-4/packages/jabber/www/conference/index2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/conference/index2.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/jabber/www/conference/index2.adp 20 Oct 2004 19:36:50 -0000 1.1 +++ openacs-4/packages/jabber/www/conference/index2.adp 28 Mar 2018 17:00:41 -0000 1.2 @@ -3,7 +3,7 @@ @context@

    Bold entrys indicate Rooms, Rooms are indexed by Upper Letters . If there is some one in the Room you can enter the Room. If there is no one in the Room you can Restart it

    -

    Plain Entrys are indexed by numbers, they describe topics that where discussed in the above Room , you can Read the discussions.
    Every Topic may have one ore more Room Entrys diplayed just beneath them , those Rooms where created to to discuss a sub Topic of the above displayed major Topic

    +

    Plain Entrys are indexed by numbers, they describe topics that where discussed in the above Room , you can Read the discussions.
    Every Topic may have one ore more Room Entrys displayed just beneath them , those Rooms where created to to discuss a sub Topic of the above displayed major Topic

      @@ -23,4 +23,4 @@ You don't have access to any rooms Yet - \ No newline at end of file + Index: openacs-4/packages/jabber/www/conference/main.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/conference/main.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/jabber/www/conference/main.adp 20 Oct 2004 19:36:50 -0000 1.1 +++ openacs-4/packages/jabber/www/conference/main.adp 28 Mar 2018 17:00:41 -0000 1.2 @@ -3,7 +3,7 @@ Rooms

      Bold entrys indicate Rooms, Rooms are indexed by Upper Letters . If there is some one in the Room you can enter the Room. If there is no one in the Room you can Restart it

      -

      Plain Entrys are indexed by numbers, they describe topics that where discussed in the above Room , you can Read the discussions.
      Every Topic may have one ore more Room Entrys diplayed just beneath them , those Rooms where created to to discuss a sub Topic of the above displayed major Topic

      +

      Plain Entrys are indexed by numbers, they describe topics that where discussed in the above Room , you can Read the discussions.
      Every Topic may have one ore more Room Entrys displayed just beneath them , those Rooms where created to to discuss a sub Topic of the above displayed major Topic

      Create a new top level Room

      Invite other Users to a Room

      Index: openacs-4/packages/jabber/www/doc/installation.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/doc/installation.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/jabber/www/doc/installation.adp 20 Oct 2004 19:36:50 -0000 1.1 +++ openacs-4/packages/jabber/www/doc/installation.adp 28 Mar 2018 17:00:41 -0000 1.2 @@ -191,7 +191,7 @@ Now type
      ?- tar -xvf mod_acs.tar to utar the file.
      -The extracted files should be copyed to the directorys where they belong atomaticly. +The extracted files should be copyed to the directories where they belong atomaticly.

      @@ -387,7 +387,7 @@ ?- cd spool

      -there you find towe files plain.xml.1 and plain.xml.2 , the number at the end stands for the server you are using i.e. jabber-1.4.1/1.4.2. If you have not installed the jabber server with make install , all you need to do is to move the file in the server directoy, type : +there you find towe files plain.xml.1 and plain.xml.2 , the number at the end stands for the server you are using i.e. jabber-1.4.1/1.4.2. If you have not installed the jabber server with make install , all you need to do is to move the file in the server directory, type :

      ?- mv plain.xml.x yourserver.com/plain.xml @@ -512,4 +512,4 @@ \ No newline at end of file + Index: openacs-4/packages/jabber/www/doc/introduction.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/doc/introduction.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/jabber/www/doc/introduction.adp 20 Oct 2004 19:36:50 -0000 1.1 +++ openacs-4/packages/jabber/www/doc/introduction.adp 28 Mar 2018 17:00:41 -0000 1.2 @@ -27,7 +27,7 @@ information among themselves. There can exist any number of Jabber servers which accept connections from clients as well as communicate to other Jabber servers. Each server functions independently of the others, and maintains its own user -list. Any Jabber server can talk to any other Jabber server that is accessable +list. Any Jabber server can talk to any other Jabber server that is accessible via the Internet. A particular user is associated with a specific server by a unique identefier (jid) that is like an emailadress.

      @@ -60,9 +60,9 @@ or comunicat with other deamons that register them selfs at the Jabber core Server (not like then the modules, they are not a part of it) , and translate the Jabber native protocol to a protocol of any other IM Service. This protocol -translation deamons are called Transports, the comunication between a Transport +translation deamons are called Transports, the communication between a Transport and the core Server is based on Networkprotokols such as TCP/IP and can be -hosted on diferent Servers.The Jabber core Server can be configured in one +hosted on different Servers.The Jabber core Server can be configured in one config file that is loaded into the Jabber core Server, it determines what modules of the JSM and what Transports should be loaded (on start up) along with detailed configuration information for each.

      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 -r1.3 -r1.4 --- openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp 23 Mar 2018 23:53:01 -0000 1.3 +++ openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp 28 Mar 2018 17:00:41 -0000 1.4 @@ -507,7 +507,7 @@

      Description

      jb_new_subject This function is called with -a RoomName to send the subject change to, the TopicName to change to and a Discription of the new topic. This function worcks only on Rooms that get recorded at the moment. +a RoomName to send the subject change to, the TopicName to change to and a Description of the new topic. This function worcks only on Rooms that get recorded at the moment.



      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 -r1.9 -r1.10 --- openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl 23 Mar 2018 23:53:01 -0000 1.9 +++ openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl 28 Mar 2018 17:00:41 -0000 1.10 @@ -433,7 +433,7 @@ # If it has a # "Package" then - # we have to unzip the ziped file + # we have to unzip the zipped file # (contained in the # file name), then collect all the # unzipped file and Index: openacs-4/packages/lorsm/tcl/lorsm-delivery-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/tcl/lorsm-delivery-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/tcl/lorsm-delivery-procs.tcl 17 Nov 2008 13:36:43 -0000 1.2 +++ openacs-4/packages/lorsm/tcl/lorsm-delivery-procs.tcl 28 Mar 2018 17:00:41 -0000 1.3 @@ -114,7 +114,7 @@ } { Returns the file associated to @item_id@ and @ims_item_id@, returns empty string if nothing found - @ims_item_id@ The ims_item_id that is associated to this file (This is the one comming from the + @ims_item_id@ The ims_item_id that is associated to this file (This is the one coming from the menu on delivery pages ) @item_id@ The item_id that has all revisions of one file ( This is fetch from the url and content root variables ) Index: openacs-4/packages/monitoring/www/cassandracle/objects/describe-table.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/monitoring/www/cassandracle/objects/describe-table.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/monitoring/www/cassandracle/objects/describe-table.tcl 10 Sep 2002 22:23:05 -0000 1.2 +++ openacs-4/packages/monitoring/www/cassandracle/objects/describe-table.tcl 28 Mar 2018 17:00:41 -0000 1.3 @@ -89,7 +89,7 @@ -- Our test case runs in 0.10 second with BOTH criteria. we -- gave up after 20 seconds without prnt_tbl criterion, and -- it took about six seconds without chld_tbl criterion. - -- Our use of these critera limits our display to foreign keys + -- Our use of these criteria limits our display to foreign keys -- and parents that have the same owner as the child table. and prnt_tbl.owner = :owner and chld_col.owner = :owner Index: openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css,v diff -u -r1.15 -r1.16 --- openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css 7 Aug 2017 23:48:13 -0000 1.15 +++ openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css 28 Mar 2018 17:00:41 -0000 1.16 @@ -57,8 +57,8 @@ width:100%; background: url("/resources/openacs-default-theme/images/bg.gif") repeat-x bottom; clear: both; - padding-top: 5px; /* remove this padding to make the subnavigation links to appear completly enclosed */ - padding-bottom: 5px /* remove this padding to make the subnavigation links to appear completly enclosed */ + padding-top: 5px; /* remove this padding to make the subnavigation links to appear completely enclosed */ + padding-bottom: 5px /* remove this padding to make the subnavigation links to appear completely enclosed */ } #sub-navigation ul { Index: openacs-4/packages/project-manager/lib/customer-group-list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/lib/customer-group-list.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/project-manager/lib/customer-group-list.tcl 2 Aug 2007 11:35:19 -0000 1.2 +++ openacs-4/packages/project-manager/lib/customer-group-list.tcl 28 Mar 2018 17:00:41 -0000 1.3 @@ -30,7 +30,7 @@ # In orther to the pagination work entirelly you need to provide # this variable. # page_size (optional) Number that specified how many rows will be shown on the list. -# Defautl to 5. +# Default to 5. set required_param_list [list group_name customer_id] set optional_param_list [list show_filter_p elements page page_size] @@ -141,4 +141,4 @@ db_multirow -extend { project_name project_url } members get_members { } { set project_name [pm::project::name -project_item_id $project_id] set project_url "[lindex [site_node::get_url_from_object_id -object_id $object_package_id] 0]one?project_item_id=$project_id" -} \ No newline at end of file +} Index: openacs-4/packages/q-forms/README.md =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/q-forms/README.md,v diff -u -r1.2 -r1.3 --- openacs-4/packages/q-forms/README.md 2 Jan 2017 10:30:48 -0000 1.2 +++ openacs-4/packages/q-forms/README.md 28 Mar 2018 17:00:41 -0000 1.3 @@ -46,7 +46,7 @@ Built-in API defaults. Takes less keystrokes to build a form than typing manually. -Can build multiple forms concurently using Tcl file terminology. +Can build multiple forms concurrently using Tcl file terminology. No limitations to building dynamic forms with specialized inputs. Index: openacs-4/packages/q-forms/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/q-forms/www/doc/index.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/q-forms/www/doc/index.adp 2 Jan 2017 10:30:48 -0000 1.2 +++ openacs-4/packages/q-forms/www/doc/index.adp 28 Mar 2018 17:00:41 -0000 1.3 @@ -54,7 +54,7 @@
    1. Built-in API defaults: Takes less keystrokes to build a form than typing html manually.
    2. -Can build multiple forms concurently using Tcl file terminology. +Can build multiple forms concurrently using Tcl file terminology.
    3. No limitations to building dynamic forms with specialized inputs.
    4. Index: openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml 27 Mar 2018 17:08:50 -0000 1.2 +++ openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml 28 Mar 2018 17:00:41 -0000 1.3 @@ -2415,7 +2415,7 @@ Glass insertion pick up PU application Articulating lazy arms Automatic chassis decking -Flexible componets +Flexible components Miscellaneous assembly machines Paint systems Paint application system Index: openacs-4/packages/schema-browser/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/schema-browser/www/index.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/schema-browser/www/index.tcl 28 Jun 2004 05:30:03 -0000 1.5 +++ openacs-4/packages/schema-browser/www/index.tcl 28 Mar 2018 17:00:41 -0000 1.6 @@ -1,7 +1,7 @@ ad_page_contract { data structures used - column_info: a type of ns_set expected to containt the following values + column_info: a type of ns_set expected to contain the following values column_name data_type data_length @@ -11,7 +11,7 @@ nullable - constraint_info: a type of ns_set expected to containt the following values: + constraint_info: a type of ns_set expected to contain the following values: constraint_name constraint_type constraint_columns -- list of column names Index: openacs-4/packages/scorm-player/www/resources/styles/player.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/scorm-player/www/resources/styles/player.css,v diff -u -r1.1 -r1.2 --- openacs-4/packages/scorm-player/www/resources/styles/player.css 13 May 2010 01:20:54 -0000 1.1 +++ openacs-4/packages/scorm-player/www/resources/styles/player.css 28 Mar 2018 17:00:41 -0000 1.2 @@ -94,14 +94,14 @@ background: url(/resources/scorm-player/images/tn.gif) 0 0 no-repeat; } -/* first or middle sibling, collapsable */ +/* first or middle sibling, collapsible */ .ygtvtm { width:16px; height:22px; cursor:pointer ; background: url(/resources/scorm-player/images/tm.gif) 0 0 no-repeat; } -/* first or middle sibling, collapsable, hover */ +/* first or middle sibling, collapsible, hover */ .ygtvtmh { width:16px; height:22px; cursor:pointer ; @@ -128,14 +128,14 @@ background: url(/resources/scorm-player/images/ln.gif) 0 0 no-repeat; } -/* Last sibling, collapsable */ +/* Last sibling, collapsible */ .ygtvlm { width:16px; height:22px; cursor:pointer ; background: url(/resources/scorm-player/images/lm.gif) 0 0 no-repeat; } -/* Last sibling, collapsable, hover */ +/* Last sibling, collapsible, hover */ .ygtvlmh { width:16px; height:22px; cursor:pointer ; Index: openacs-4/packages/site-wide-search/www/doc/how-to.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/site-wide-search/www/doc/how-to.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/site-wide-search/www/doc/how-to.html 20 Apr 2001 20:51:25 -0000 1.1 +++ openacs-4/packages/site-wide-search/www/doc/how-to.html 28 Mar 2018 17:00:41 -0000 1.2 @@ -172,7 +172,7 @@ packages may not have a package id in its context tree. In cases where the package id is not used as the context id, rewriting these three methods are required. In the sws_url package, the display page provided -by the SWS pot package should still be used for determing the display page +by the SWS pot package should still be used for determining the display page within the application. For default implementation, developers can can just paste the following Index: openacs-4/packages/sloan-bboard/tcl/bboard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/sloan-bboard/tcl/bboard-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/sloan-bboard/tcl/bboard-procs.tcl 3 Mar 2018 20:42:33 -0000 1.7 +++ openacs-4/packages/sloan-bboard/tcl/bboard-procs.tcl 28 Mar 2018 17:00:41 -0000 1.8 @@ -703,7 +703,7 @@ ad_proc -public bboard_n_spaces { {n} } { - Returns a string containg n HTML spaces i.e &nbsp; + Returns a string containing n HTML spaces i.e &nbsp; } { set spaces "" for {set i 0} {$i < $n} {incr i} { Index: openacs-4/packages/spreadsheet/tcl/tips-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/spreadsheet/tcl/tips-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/spreadsheet/tcl/tips-procs.tcl 27 Mar 2018 17:08:50 -0000 1.2 +++ openacs-4/packages/spreadsheet/tcl/tips-procs.tcl 28 Mar 2018 17:00:41 -0000 1.3 @@ -1022,7 +1022,7 @@ } { Reads definitions about fields in a table.
      - Returns an ordered list of lists, where colums are: + Returns an ordered list of lists, where columns are:
      field_id,label,name,default_val,tdt_data_type,field_type
      Index: openacs-4/packages/theme-zen/www/resources/css/navigation.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/www/resources/css/navigation.css,v diff -u -r1.4 -r1.5 --- openacs-4/packages/theme-zen/www/resources/css/navigation.css 7 Aug 2017 23:48:29 -0000 1.4 +++ openacs-4/packages/theme-zen/www/resources/css/navigation.css 28 Mar 2018 17:00:41 -0000 1.5 @@ -58,8 +58,8 @@ width:100%; background: url("/resources/theme-zen/images/navigation/bg.gif") repeat-x bottom; clear: both; - padding-top: 5px; /* remove this padding to make the subnavigation links to appear completly enclosed */ - padding-bottom: 5px /* remove this padding to make the subnavigation links to appear completly enclosed */ + padding-top: 5px; /* remove this padding to make the subnavigation links to appear completely enclosed */ + padding-bottom: 5px /* remove this padding to make the subnavigation links to appear completely enclosed */ } #sub-navigation ul { Index: openacs-4/packages/user-tracking/tcl/user-tracking-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-tracking/tcl/user-tracking-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/user-tracking/tcl/user-tracking-procs.tcl 14 Apr 2005 15:44:27 -0000 1.2 +++ openacs-4/packages/user-tracking/tcl/user-tracking-procs.tcl 28 Mar 2018 17:00:41 -0000 1.3 @@ -20,7 +20,7 @@ ad_proc -public get_user_tracking_dir { } { - Return directoy of user-tracking package + Return directory of user-tracking package } { return "[acs_root_dir][pkg_home "user-tracking"]" } Index: openacs-4/packages/value-based-shipping/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/value-based-shipping/www/doc/index.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/value-based-shipping/www/doc/index.adp 22 May 2003 15:18:23 -0000 1.4 +++ openacs-4/packages/value-based-shipping/www/doc/index.adp 28 Mar 2018 17:00:41 -0000 1.5 @@ -27,7 +27,7 @@ ecommerce code or an ACS Service Contract API based solution. Opting for flexibility and re-usability Bart - Teeuwisse developped the developed the Shipping Service Contract.

      Index: openacs-4/packages/wiki/tcl/wiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wiki/tcl/wiki-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/wiki/tcl/wiki-procs.tcl 27 Sep 2005 12:46:10 -0000 1.5 +++ openacs-4/packages/wiki/tcl/wiki-procs.tcl 28 Mar 2018 17:00:41 -0000 1.6 @@ -33,7 +33,7 @@ # second element I have no idea # 3rd element is the last modified date. leave empty if the # ref doesn't exist yet - # this sucks we have to hammer the databse for every link + # this sucks we have to hammer the database for every link set package_id [ad_conn package_id] set d [db_string get_lm "select o.last_modified from acs_objects o, cr_items ci, cr_folders cf where cf.package_id=:package_id and ci.parent_id=cf.folder_id and ci.name=:ref and o.object_id=ci.item_id" -default ""] set ret [list "${ref}" "${ref}" "$d"] Index: openacs-4/packages/wp-slim/www/dev-doc.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/dev-doc.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/wp-slim/www/dev-doc.html 18 Oct 2017 07:26:27 -0000 1.2 +++ openacs-4/packages/wp-slim/www/dev-doc.html 28 Mar 2018 17:00:41 -0000 1.3 @@ -8110,7 +8110,7 @@

      7.      Data -Model files need to go into the /package_name/sql/postgresql/ directoy.

      +Model files need to go into the /package_name/sql/postgresql/ directory.

      8.7.      Data -Model files need to go into the /package_name/sql/postgresql/ directoy.

      +Model files need to go into the /package_name/sql/postgresql/ directory.

      8.