Index: openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl,v diff -u -N -r1.60 -r1.61 --- openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 9 May 2018 15:33:28 -0000 1.60 +++ openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 12 Jul 2018 09:02:29 -0000 1.61 @@ -431,11 +431,9 @@ the message text itself. To update or add message catalog text, use the lang::message::register proc. -

- Implementation note: some of the dynamic sql edit - code of this proc was copied from the auth::authority::edit proc - and should probably be broken out into a general API. -

+ Implementation note: some of the dynamic sql edit + code of this proc was copied from the auth::authority::edit proc + and should probably be broken out into a general API. @param package_key The package_key of the message to update @@ -444,7 +442,7 @@ @param locale The locale of the message to update @param edit_array_list An array list holding names of columns and - and the values to set them to. Valid keys + the values to set them to. Valid keys in this array list are any column names in the lang_messages table. Index: openacs-4/packages/assessment-portlet/www/assessment-portlet-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment-portlet/www/assessment-portlet-oracle.xql,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/assessment-portlet/www/assessment-portlet-oracle.xql 26 Feb 2008 15:57:16 -0000 1.8 +++ openacs-4/packages/assessment-portlet/www/assessment-portlet-oracle.xql 12 Jul 2018 09:02:29 -0000 1.9 @@ -3,7 +3,7 @@ oracle8.1.6 - + select * from (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/assessment-portlet/www/assessment-portlet-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment-portlet/www/assessment-portlet-postgresql.xql,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/assessment-portlet/www/assessment-portlet-postgresql.xql 7 Aug 2017 23:48:04 -0000 1.16 +++ openacs-4/packages/assessment-portlet/www/assessment-portlet-postgresql.xql 12 Jul 2018 09:02:29 -0000 1.17 @@ -3,7 +3,7 @@ postgresql7.1 - + select * from (select cr.item_id as assessment_id, cr.title, cr.description, a.password, a.type, Index: openacs-4/packages/assessment-portlet/www/assessment-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment-portlet/www/assessment-portlet.tcl,v diff -u -N -r1.22 -r1.23 --- openacs-4/packages/assessment-portlet/www/assessment-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.22 +++ openacs-4/packages/assessment-portlet/www/assessment-portlet.tcl 12 Jul 2018 09:02:29 -0000 1.23 @@ -80,7 +80,7 @@ # get the information of all open assessments template::multirow create assessments assessment_id title description assessment_url community_url community_name anonymous_p in_progress_p completed_p status number_tries admin_p set old_comm_node_id 0 -db_foreach open_asssessments {} { +db_foreach open_assessments {} { if {$comm_node_id == $old_comm_node_id} { set community_name "" } Index: openacs-4/packages/calendar-portlet/www/calendar-list-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-list-portlet.tcl,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/calendar-portlet/www/calendar-list-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.19 +++ openacs-4/packages/calendar-portlet/www/calendar-list-portlet.tcl 12 Jul 2018 09:02:29 -0000 1.20 @@ -52,7 +52,7 @@ set calendar_id [lindex $list_of_calendar_ids 0] # -# Get the package_id of the calender_id +# Get the package_id of the calendar_id # db_0or1row select_calendar_package_id {select package_id from calendars where calendar_id = :calendar_id} if {![info exists package_id]} { Index: openacs-4/packages/dotlrn/tcl/test/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/test/community-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/tcl/test/community-procs.tcl 7 Aug 2017 23:48:09 -0000 1.3 +++ openacs-4/packages/dotlrn/tcl/test/community-procs.tcl 12 Jul 2018 09:02:29 -0000 1.4 @@ -21,7 +21,7 @@ -pretty_name $community_name \ -community_type "dotlrn_club"] aa_log "created community: $community_name, $community_id" - aa_false "comunity_inherits_permissions" [permission::inherit_p \ + aa_false "community_inherits_permissions" [permission::inherit_p \ -object_id $community_id] set clone_id [dotlrn_community::clone \ Index: openacs-4/packages/glossar-portlet/lib/glossar-portlet-list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossar-portlet/lib/glossar-portlet-list.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/glossar-portlet/lib/glossar-portlet-list.tcl 21 Oct 2005 18:33:12 -0000 1.3 +++ openacs-4/packages/glossar-portlet/lib/glossar-portlet-list.tcl 12 Jul 2018 09:02:29 -0000 1.4 @@ -62,7 +62,7 @@ # 3. owner_id is a relation_id (all glossars, owned by the etat_id # which is stored in the relations object_id_one column, with all # terms having a customer_id, equal to the relations object_id_two. -# Question: Should it be possible to to display all glossars +# Question: Should it be possible to display all glossars # owned by the relations object_id_two (custommer_id) including all # terms as well? Index: openacs-4/packages/new-portal/tcl/portal-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-callback-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/new-portal/tcl/portal-callback-procs.tcl 7 Aug 2017 23:48:12 -0000 1.3 +++ openacs-4/packages/new-portal/tcl/portal-callback-procs.tcl 12 Jul 2018 09:03:47 -0000 1.4 @@ -52,7 +52,7 @@ @author openacs@dirkgomez.de @creation-date 2005-06-13 - returns a url for a portal to the search package + returns a URL for a portal to the search package } { # TODO implement me Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -N -r1.209 -r1.210 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 9 Jul 2018 11:48:01 -0000 1.209 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 12 Jul 2018 09:03:47 -0000 1.210 @@ -1294,7 +1294,7 @@ set ds_id [get_datasource_id $ds_name] # First, check if this portal 1) has a portal template and - # 2) that that template has an element of this DS in it. If + # 2) that template has an element of this DS in it. If # so, copy stuff. If not, just insert normally. if {[db_0or1row get_template_info_select {}] == 1} { Index: openacs-4/packages/news-aggregator/tcl/weblog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/weblog-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/news-aggregator/tcl/weblog-procs.tcl 7 Apr 2018 16:58:52 -0000 1.2 +++ openacs-4/packages/news-aggregator/tcl/weblog-procs.tcl 12 Jul 2018 09:05:41 -0000 1.3 @@ -140,7 +140,7 @@ -link:required -text:required } { - Attempt to return an URL which will bring the user to a page + Attempt to return a URL which will bring the user to a page where he can post a weblog entry. If we don't succeed, throw an error. Index: openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-url.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-url.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-url.tcl 18 Apr 2009 13:49:27 -0000 1.4 +++ openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-url.tcl 12 Jul 2018 09:06:39 -0000 1.5 @@ -17,9 +17,9 @@ # ad_require_permission $folder_id write if { ![permission::permission_p -object_id $folder_id -privilege "write"] } { - # ns_return 500 "text/html" "You don't have permission to create a url on this folder." + # ns_return 500 "text/html" "You don't have permission to create a URL on this folder." # ad_script_abort - set result "{\"success\":false,\"error\":\"You don't have permission to create a url on this folder.\"}" + set result "{\"success\":false,\"error\":\"You don't have permission to create a URL on this folder.\"}" } else { Index: openacs-4/packages/forums/tcl/messages-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/messages-procs.tcl,v diff -u -N -r1.57 -r1.58 --- openacs-4/packages/forums/tcl/messages-procs.tcl 10 Jul 2018 09:54:41 -0000 1.57 +++ openacs-4/packages/forums/tcl/messages-procs.tcl 12 Jul 2018 09:11:48 -0000 1.58 @@ -383,7 +383,7 @@ {-parent {}} {-message:required} } { - Create an array with values initialised for a new message. + Create an array with values initialized for a new message. } { upvar $message init_msg