Index: openacs-4/packages/acs-admin/www/apm/package-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/package-add-2.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/acs-admin/www/apm/package-add-2.tcl 2 Feb 2018 00:04:50 -0000 1.17 +++ openacs-4/packages/acs-admin/www/apm/package-add-2.tcl 4 Apr 2018 08:11:26 -0000 1.18 @@ -93,7 +93,7 @@ version_uri {You must provide a unique URI for this version of your package.} summary {Please summarize your package so that users can determine what it is for.} description {Please provide a description of your package so that users can consider using it.} - descrption_format {Please indicate if your package is HTML or text.} + description_format {Please indicate if your package is HTML or text.} package_key_format {The package key should contain only letters, numbers, and hyphens (dashes) and it must be lowercase.} package_id {You must provide an integer key for your package.} version_id {You must provide an integer key for your package version.} Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql 7 Aug 2017 23:47:56 -0000 1.3 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql 4 Apr 2018 08:11:26 -0000 1.4 @@ -1121,7 +1121,7 @@ return 't'; end if; -- - -- group permmissions + -- group permissions select decode(count(*),0,'f','t') into exists_p from dual where exists ( select 'x' Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-database-procs.tcl,v diff -u -r1.94 -r1.95 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 27 Mar 2018 12:22:17 -0000 1.94 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 4 Apr 2018 08:11:26 -0000 1.95 @@ -2246,7 +2246,7 @@ # queries in the on_error block would then fail. # # Note that the semantics described in the proc doc - # are not possible to support on postresql. + # are not possible to support on postgresql. # DRB: I removed the db_release_unused_handles call that # this patch included because additional aborts further Index: openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl,v diff -u -r1.35 -r1.36 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 19 Jan 2018 20:56:00 -0000 1.35 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 4 Apr 2018 08:11:26 -0000 1.36 @@ -461,7 +461,7 @@ # } -# # javascipt enabled +# # javascript enabled # append return_string " # function hiLite(imgObjName) \{ 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.16 -r1.17 --- openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 29 Mar 2018 15:03:00 -0000 1.16 +++ openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 4 Apr 2018 08:11:26 -0000 1.17 @@ -559,7 +559,7 @@ {-options ""} } { This proc will generate javascript for an overlibmws popup. - This script has to go into a javscript event like onClick or onMouseover. + This script has to go into a javascript event like onClick or onMouseover. The ah::source must be executed with -source "overlibmws" For more information about the options that you can pass http://www.macridesweb.com/oltest/ @@ -593,7 +593,7 @@ } { This proc will generate javascript for to clear a popup. - This script has to go into a javscript event like onClick or onMouseover. + This script has to go into a javascript event like onClick or onMouseover. The ah::source must be executed with -source "overlibmws" @author Hamilton Chua (ham@solutiongrove.com) @@ -761,7 +761,7 @@ @param element the page element that you want to make draggable @param options specify the scriptaculous options @param uid provide a unique id that is used as a variable to associate with the draggable - @param element_is_var specify this parameter if the element you are passing is a javscript variable + @param element_is_var specify this parameter if the element you are passing is a javascript variable @return @@ -793,7 +793,7 @@ @creation-date 2006-02-24 @param element the page element that you want to be a droppable - @param element_is_var specify this parameter if the element you are passing is a javscript variable + @param element_is_var specify this parameter if the element you are passing is a javascript variable @param uid provide a unique id that is used as a variable to associate with the droppable @param options specify the scriptaculous options for droppables @@ -826,7 +826,7 @@ @creation-date 2006-02-24 @param element the page element that you want to be a droppable - @param element_is_var specify this parameter if the element you are passing is a javscript variable + @param element_is_var specify this parameter if the element you are passing is a javascript variable @return @error @@ -858,7 +858,7 @@ @param element the page element that you want to apply the effect to @param options specify the scriptaculous options - @param element_is_var specify this parameter if the element you are passing is a javscript variable + @param element_is_var specify this parameter if the element you are passing is a javascript variable @return @error Index: openacs-4/packages/ams/tcl/ams-list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/ams-list-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/ams/tcl/ams-list-procs.tcl 16 May 2006 13:53:23 -0000 1.13 +++ openacs-4/packages/ams/tcl/ams-list-procs.tcl 4 Apr 2018 08:11:26 -0000 1.14 @@ -305,7 +305,7 @@ } { if { [empty_string_p $list_id] && [empty_string_p $list_name] } { ad_return_complaint 1 "[_ ams.you_must_provide_list_id]" - ad_scritp_abort + ad_script_abort } if { ![empty_string_p $list_name] && [empty_string_p $list_id]} { Index: openacs-4/packages/anon-eval/www/index-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/anon-eval/www/index-oracle.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/anon-eval/www/index-oracle.xql 2 Jun 2005 06:28:45 -0000 1.1 +++ openacs-4/packages/anon-eval/www/index-oracle.xql 4 Apr 2018 08:11:26 -0000 1.2 @@ -2,7 +2,7 @@ oracle8.1.6 - + select cr.item_id as assessment_id, cr.title, cr.description, a.password, to_char(a.start_time, 'YYYY-MM-DD HH24:MI:SS') as start_time, Index: openacs-4/packages/anon-eval/www/index-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/anon-eval/www/index-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/anon-eval/www/index-postgresql.xql 4 Feb 2006 13:42:03 -0000 1.2 +++ openacs-4/packages/anon-eval/www/index-postgresql.xql 4 Apr 2018 08:11:26 -0000 1.3 @@ -2,7 +2,7 @@ postgresql7.3 - + select cr.item_id as assessment_id, cr.title, cr.description, a.password, to_char(a.start_time, 'YYYY-MM-DD HH24:MI:SS') as start_time, Index: openacs-4/packages/anon-eval/www/index.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/anon-eval/www/index.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/anon-eval/www/index.xql 2 Jun 2005 06:28:45 -0000 1.1 +++ openacs-4/packages/anon-eval/www/index.xql 4 Apr 2018 08:11:26 -0000 1.2 @@ -1,7 +1,7 @@ - + select cr.item_id as assessment_id, cr.title, cr.description from as_assessments a, cr_revisions cr, cr_items ci Index: openacs-4/packages/anon-eval/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/anon-eval/www/doc/index.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/anon-eval/www/doc/index.html 31 Jan 2006 01:40:35 -0000 1.1 +++ openacs-4/packages/anon-eval/www/doc/index.html 4 Apr 2018 08:11:26 -0000 1.2 @@ -168,7 +168,7 @@ is not going to be seen from the browser.

Notes:

    -
  • The Assessmet +

  • The Assessment Package allows to set an assessment as anonymous, this feature works like this: If the assessment is set as anonymous, the subject associated with the session (generated result) will be the Index: openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml,v diff -u -r1.72 -r1.73 --- openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 27 Mar 2018 14:22:30 -0000 1.72 +++ openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 4 Apr 2018 08:11:26 -0000 1.73 @@ -123,7 +123,7 @@ Application approval (default <i>Note: this is customizable on a per section basis</i>) Application approval (granted spot from waiting list) Application approval (waiver of prerequisites approved) - Application: %assessment_data.html_title;noquote% + Application: %assessment_data.html_title;noquote% Waiting list request confirmed Applications that can be approved now Applications that can be approved immediately Index: openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.adp,v diff -u -r1.20 -r1.21 --- openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.adp 15 Sep 2017 07:38:10 -0000 1.20 +++ openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.adp 4 Apr 2018 08:11:26 -0000 1.21 @@ -35,7 +35,7 @@ -#dotlrn-ecommerce.lt_Application_assessmen#
    +#dotlrn-ecommerce.lt_Application_assessment#
    #dotlrn-ecommerce.Select_1# #dotlrn-ecommerce.Edit_Application# #dotlrn-ecommerce.Preview_Application# Index: openacs-4/packages/dotlrn-ecommerce/www/manage/one-section.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/manage/one-section.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-ecommerce/www/manage/one-section.adp 15 Sep 2017 07:38:10 -0000 1.2 +++ openacs-4/packages/dotlrn-ecommerce/www/manage/one-section.adp 4 Apr 2018 08:11:26 -0000 1.3 @@ -35,7 +35,7 @@ -#dotlrn-ecommerce.lt_Application_assessmen#
    +#dotlrn-ecommerce.lt_Application_assessment#
    #dotlrn-ecommerce.Select_1# #dotlrn-ecommerce.Edit_Application# Index: openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl 29 Mar 2018 15:03:01 -0000 1.22 +++ openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl 4 Apr 2018 08:11:26 -0000 1.23 @@ -647,7 +647,7 @@ # eventually all ecommerce dates should use lc_time_fmt for i8ln set ugly_date [lc_time_fmt $ugly_date "%F %T"] - # Remove the timezone information (-TZ) that PostgresSQL can + # Remove the timezone information (-TZ) that PostgreSQL can # return or the Tcl command 'clock scan' will choke on it. regsub -- {(\+|-)[0-9]{2}$} $ugly_date "" ugly_date Index: openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.xql 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.xql 4 Apr 2018 08:11:26 -0000 1.3 @@ -1,28 +1,28 @@ - + - -- PostgrSQL 7.1.2 will fail on this query as it doesn't support dropping of constraints -- + -- PostgreSQL 7.1.2 will fail on this query as it doesn't support dropping of constraints -- alter table ec_custom_product_field_values drop constraint ${field_identifier}_constraint - - + + - -- PostgrSQL 7.1.2 will fail on this query as it can't modify columns -- + -- PostgreSQL 7.1.2 will fail on this query as it can't modify columns -- alter table ec_custom_product_field_values modify ($field_identifier $column_type) - - + + - -- PostgrSQL 7.1.2 will fail on this query as it can't modify columns -- + -- PostgreSQL 7.1.2 will fail on this query as it can't modify columns -- alter table ec_custom_p_field_values_audit modify ($field_identifier $column_type) - + Index: openacs-4/packages/glossar/www/admin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossar/www/admin/index.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/glossar/www/admin/index.tcl 17 Oct 2005 16:24:53 -0000 1.1 +++ openacs-4/packages/glossar/www/admin/index.tcl 4 Apr 2018 08:11:26 -0000 1.2 @@ -1,7 +1,7 @@ # /packages/glossar/www/admin/index.tcl ad_page_contract { - Glossar Administation Index Page + Glossar Administration Index Page @author Miguel Marin (miguelmarin@viaro.net) @author Viaro Networks www.viaro.net Index: openacs-4/packages/latest-portlet/www/latest-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/latest-portlet/www/latest-portlet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/latest-portlet/www/latest-portlet.tcl 17 Nov 2006 20:07:52 -0000 1.1 +++ openacs-4/packages/latest-portlet/www/latest-portlet.tcl 4 Apr 2018 08:11:26 -0000 1.2 @@ -47,7 +47,7 @@ latest::forums -pkgs_ids $pkgs_ids #Get latest file storage documents latest::fs -pkgs_ids $pkgs_ids - #Get latest assesments + #Get latest assessments latest::asm -pkgs_ids $pkgs_ids #Get latest lors objects # First check is lors is installed, if its not, then do nothing. Index: openacs-4/packages/lorsm/catalog/lorsm.es_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/catalog/lorsm.es_ES.ISO-8859-1.xml,v diff -u -r1.14 -r1.15 --- openacs-4/packages/lorsm/catalog/lorsm.es_ES.ISO-8859-1.xml 16 Apr 2010 19:27:00 -0000 1.14 +++ openacs-4/packages/lorsm/catalog/lorsm.es_ES.ISO-8859-1.xml 4 Apr 2018 08:11:26 -0000 1.15 @@ -572,7 +572,7 @@ Contribuci�n de Meta Metadata Lenguaje de Meta Metadata Esquema de Metadata, por ejemplo: 'Contenido IMS' - Modificando paquete para que se complatible con IMS CP + Modificando paquete para que sea compatible con IMS CP Nombre de Art�culo Requerido Naturaleza de la relaci�n entre el recurso siendo descrito y el recurso identificado por Recurso Ningun Nivel de Agregaci�n Disponible Index: openacs-4/packages/rss-support/sql/oracle/upgrade/upgrade-0.2d1-0.2d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/sql/oracle/upgrade/upgrade-0.2d1-0.2d2.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/rss-support/sql/oracle/upgrade/upgrade-0.2d1-0.2d2.sql 17 May 2003 11:19:24 -0000 1.2 +++ openacs-4/packages/rss-support/sql/oracle/upgrade/upgrade-0.2d1-0.2d2.sql 4 Apr 2018 08:11:26 -0000 1.3 @@ -1,7 +1,7 @@ -- -- Upgrade script -- --- Change service contract operation names to use lowercase like the PosgreSQL version. +-- Change service contract operation names to use lowercase like the PostgreSQL version. -- -- $Id$ -- Index: openacs-4/packages/soap-gateway/www/admin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/soap-gateway/www/admin/index.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/soap-gateway/www/admin/index.tcl 17 Oct 2004 05:51:57 -0000 1.1 +++ openacs-4/packages/soap-gateway/www/admin/index.tcl 4 Apr 2018 08:11:26 -0000 1.2 @@ -89,7 +89,7 @@ } # set context -set context "Administation" +set context "Administration" # update caption set caption "admin" Index: openacs-4/packages/soap-gateway/www/admin/libraries.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/soap-gateway/www/admin/libraries.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/soap-gateway/www/admin/libraries.tcl 17 Oct 2004 05:51:57 -0000 1.1 +++ openacs-4/packages/soap-gateway/www/admin/libraries.tcl 4 Apr 2018 08:11:26 -0000 1.2 @@ -113,7 +113,7 @@ template::element set_value library_form path "packages//lib/.tcl" # set context -set context "Administation" +set context "Administration" # update caption set caption "admin" Index: openacs-4/packages/soap-gateway/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/soap-gateway/www/doc/index.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/soap-gateway/www/doc/index.adp 17 Oct 2004 05:52:00 -0000 1.1 +++ openacs-4/packages/soap-gateway/www/doc/index.adp 4 Apr 2018 08:11:26 -0000 1.2 @@ -70,7 +70,7 @@

  • Create a sub-site under the Main site and call it 'soap'.
  • Create a new application by selecting the SOAP Gateway.
  • For now, call the new soap-gateway application SOAP Gateway.
  • -
  • Refresh this page so this admin +
  • Refresh this page so this admin hot link points to the soap-gateway admininistration pages.
  • Under the Maintenance section, you should see unpublished services: 'workspace' and 'interop'. Import both.
  • Index: openacs-4/packages/views/sql/oracle/views-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/views/sql/oracle/views-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/views/sql/oracle/views-create.sql 1 Aug 2007 08:59:09 -0000 1.2 +++ openacs-4/packages/views/sql/oracle/views-create.sql 4 Apr 2018 08:11:26 -0000 1.3 @@ -7,7 +7,7 @@ -- @creation-date 2007-07-30 -- -- @cvs-id $Id$ --- Adapted to Oracle from Jeff Davis postresql's implementation +-- Adapted to Oracle from Jeff Davis postgresql's implementation -- This is free software distributed under the terms of the GNU Public -- License. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html Index: openacs-4/packages/views/sql/oracle/views-datamodel.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/views/sql/oracle/views-datamodel.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/views/sql/oracle/views-datamodel.sql 1 Aug 2007 08:59:09 -0000 1.2 +++ openacs-4/packages/views/sql/oracle/views-datamodel.sql 4 Apr 2018 08:11:26 -0000 1.3 @@ -7,7 +7,7 @@ -- @creation-date 2007-07-30 -- -- @cvs-id $Id$ --- Adapted to Oracle from Jeff Davis postresql's implementation +-- Adapted to Oracle from Jeff Davis postgresql's implementation -- This is free software distributed under the terms of the GNU Public -- License. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html