Index: openacs-4/packages/site-wide-search/tcl/sws-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/site-wide-search/tcl/sws-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/site-wide-search/tcl/sws-procs.tcl 20 Apr 2001 20:51:25 -0000 1.1 +++ openacs-4/packages/site-wide-search/tcl/sws-procs.tcl 29 Oct 2024 16:17:48 -0000 1.2 @@ -51,7 +51,7 @@ return $package_url } else { # log an error message - ns_log "Notice" "The Site Wide Search package is not mounted." + ns_log "Notice" "The Site-Wide Search package is not mounted." return "" } } Index: openacs-4/packages/messages/www/xinha-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/messages/www/xinha-master.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/messages/www/xinha-master.tcl 31 Aug 2010 21:30:44 -0000 1.1 +++ openacs-4/packages/messages/www/xinha-master.tcl 29 Oct 2024 16:18:33 -0000 1.2 @@ -1,7 +1,7 @@ set ::xinha_dir /resources/acs-templating/xinha-nightly/ set ::xinha_lang [lang::conn::language] - # We could add site wide Xinha configurations (.js code) into xinha_params + # We could add site-wide Xinha configurations (.js code) into xinha_params set xinha_params "" # Per call configuration Index: openacs-4/packages/tasks/tcl/tasks-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/tcl/tasks-install-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/tasks/tcl/tasks-install-procs.tcl 7 Apr 2018 09:23:29 -0000 1.5 +++ openacs-4/packages/tasks/tcl/tasks-install-procs.tcl 29 Oct 2024 16:18:33 -0000 1.6 @@ -67,7 +67,7 @@ # this switch is being made because version 1.2b4 of contacts is no longer # singleton and this is the cleanest way of providing tasks to contacts - # instances site wide and tasks will be used in other packages for tasks + # instances site-wide and tasks will be used in other packages for tasks # relations. # this will fail if more than one instance exists Index: openacs-4/packages/attendance/www/admin/certificates.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attendance/www/admin/certificates.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/attendance/www/admin/certificates.tcl 14 Jun 2006 02:19:04 -0000 1.9 +++ openacs-4/packages/attendance/www/admin/certificates.tcl 29 Oct 2024 16:20:33 -0000 1.10 @@ -40,7 +40,7 @@ -privilege "admin"] if {$site_wide_admin_p} { ad_form -extend -name certificates -form { - {set_sw_submit:text(submit) {label "Make this the site wide default image"}} + {set_sw_submit:text(submit) {label "Make this the site-wide default image"}} } } ad_form -extend -name certificates -form { Index: openacs-4/packages/b-responsive-theme/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/b-responsive-theme/www/blank-master.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/b-responsive-theme/www/blank-master.tcl 9 May 2018 15:33:29 -0000 1.4 +++ openacs-4/packages/b-responsive-theme/www/blank-master.tcl 29 Oct 2024 16:20:33 -0000 1.5 @@ -131,7 +131,7 @@ # set ::xinha_lang en #} - # We could add site wide Xinha configurations (.js code) into xinha_params + # We could add site-wide Xinha configurations (.js code) into xinha_params set xinha_params "" # Per call configuration Index: openacs-4/packages/cms/www/modules/permissions/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/permissions/index.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/cms/www/modules/permissions/index.tcl 16 Nov 2004 22:32:49 -0000 1.5 +++ openacs-4/packages/cms/www/modules/permissions/index.tcl 29 Oct 2024 16:20:33 -0000 1.6 @@ -29,7 +29,7 @@ #content::check_access $id "cm_perm" -db $db -user_id $user_id \ # -parent_id $parent_id -mount_point $mount_point -# Determine if the user is the site wide admin, and if he has the rights to \ +# Determine if the user is the site-wide admin, and if he has the rights to \ # modify permissions at all content::check_access $object_id "cm_examine" \ -user_id $user_id -mount_point $mount_point -parent_id $parent_id Index: openacs-4/packages/contacts/tcl/contact-search-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contact-search-procs.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/contacts/tcl/contact-search-procs.tcl 12 Aug 2018 12:30:06 -0000 1.43 +++ openacs-4/packages/contacts/tcl/contact-search-procs.tcl 29 Oct 2024 16:20:33 -0000 1.44 @@ -62,7 +62,7 @@ set user_id [ad_conn user_id] } if { ![acs_user::site_wide_admin_p -user_id $user_id] && $owner_id ne $user_id && $owner_id ne $package_id } { - # the user is not site wide admin + # the user is not site-wide admin # the user does not own the search if { ![parameter::get -boolean -parameter "ViewOthersSearchesP" -default "0" -package_id $package_id] } { ns_log notice "contact::search::permitted: user $user_id does not have permission to search_id $search_id (package $package_id owner $owner_id)" Index: openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl,v diff -u -r1.39 -r1.40 --- openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl 29 Nov 2019 14:22:31 -0000 1.39 +++ openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl 29 Oct 2024 16:20:33 -0000 1.40 @@ -302,12 +302,12 @@ } return -code return [list $from_addr $subject "$email $body_extra" $email_from] } elseif {[db_0or1row get_email "select from_addr,subject,email, community_id as email_community_id from dotlrn_member_emails where type=:type and community_id is null"]} { - # community_id is null is a customized site wide default exists + # community_id is null is a customized site-wide default exists set email_from "" return -code return [list $from_addr $subject "$email $body_extra" $email_from] } else { - # site wide default has not been edited + # site-wide default has not been edited set subject_key_trim [lindex [split [dotlrn_ecommerce::email_type_message_key -type $type -key subject] "."] 1] set email_key_trim [lindex [split [dotlrn_ecommerce::email_type_message_key -type $type -key body] "."] 1] set subject "" Index: openacs-4/packages/dotlrn-ecommerce/www/admin/course-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/course-add-edit.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/dotlrn-ecommerce/www/admin/course-add-edit.tcl 5 Apr 2018 14:44:09 -0000 1.16 +++ openacs-4/packages/dotlrn-ecommerce/www/admin/course-add-edit.tcl 29 Oct 2024 16:20:33 -0000 1.17 @@ -181,7 +181,7 @@ } # add email template defaults - # we will fall back to the site wide defaults instead + # we will fall back to the site-wide defaults instead if { [exists_and_not_null assessment_id] } { # Make sure assessment permissions are properly set Index: openacs-4/packages/dotlrn-ecommerce/www/manage/course-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/manage/course-add-edit.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-ecommerce/www/manage/course-add-edit.tcl 5 Apr 2018 14:44:09 -0000 1.3 +++ openacs-4/packages/dotlrn-ecommerce/www/manage/course-add-edit.tcl 29 Oct 2024 16:20:33 -0000 1.4 @@ -169,7 +169,7 @@ } # add email template defaults - # we will fall back to the site wide defaults instead + # we will fall back to the site-wide defaults instead if { [exists_and_not_null assessment_id] } { # Make sure assessment permissions are properly set Index: openacs-4/packages/lars-blogger/www/admin/migrate-categories-1.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/admin/migrate-categories-1.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/lars-blogger/www/admin/migrate-categories-1.tcl 29 Sep 2013 13:35:09 -0000 1.5 +++ openacs-4/packages/lars-blogger/www/admin/migrate-categories-1.tcl 29 Oct 2024 16:20:33 -0000 1.6 @@ -25,7 +25,7 @@ ns_log Notice catmig ns_log Notice catmig ################### Starting category migration \ of $instance_name $package_id ############### - ns_log Notice catmig Creating new site wide tree + ns_log Notice catmig Creating new site-wide tree set tree_id [category_tree::add \ -name "[_ lars-blogger.lt_instance_name_Categor]" \ -description "[_ lars-blogger.lt_This_category_tree_is]"] @@ -45,7 +45,7 @@ ns_log Notice catmig Got the list: ns_log Notice catmig $category_list - ns_log Notice creating site wide category \"tree\" + ns_log Notice creating site-wide category \"tree\" foreach rec $category_list { lassign $rec category_id name Index: openacs-4/packages/site-wide-search/www/search-redirect.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/site-wide-search/www/search-redirect.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/site-wide-search/www/search-redirect.tcl 20 Apr 2001 20:51:25 -0000 1.1 +++ openacs-4/packages/site-wide-search/www/search-redirect.tcl 29 Oct 2024 16:20:34 -0000 1.2 @@ -1,7 +1,7 @@ # /packages/bboard/www/search-redirect.tcl ad_page_contract { - Page that redirects for site wide search + Page that redirects for site-wide search @author Khy Huang (khy@arsdigita.com) @creation-date 2000-01-19 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.7 -r1.8 --- openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 3 Sep 2024 15:37:35 -0000 1.7 +++ openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 29 Oct 2024 16:21:44 -0000 1.8 @@ -320,10 +320,10 @@ {-html ""} } { Add a header include to the beginning of the document body. This function - is used by site wide services to add functionality to the beginning of a + is used by site-wide services to add functionality to the beginning of a page. Examples include the developer support toolbar, acs-lang translation interface and the acs-templating WYSIWYG editor textarea place holder. If - you are not implementing a site wide service, you should not be using this + you are not implementing a site-wide service, you should not be using this function to add content to your page. You must supply either src or html. @param direction whether the header should be added as the outer most @@ -362,10 +362,10 @@ {-html ""} } { Add a footer include to the end of the document body. This function - is used by site wide services to add functionality to the end of a + is used by site-wide services to add functionality to the end of a page. Examples include the developer support toolbar, acs-lang translation interface and the acs-templating WYSIWYG editor textarea place holder. If - you are not implementing a site wide service, you should not be using this + you are not implementing a site-wide service, you should not be using this function to add content to your page. You must supply either src or html. @param direction whether the footer should be added as the outer most Index: openacs-4/packages/ajaxhelper/www/doc/site-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/site-master.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ajaxhelper/www/doc/site-master.tcl 8 Sep 2007 14:21:22 -0000 1.1 +++ openacs-4/packages/ajaxhelper/www/doc/site-master.tcl 29 Oct 2024 16:21:44 -0000 1.2 @@ -1,14 +1,14 @@ ad_page_contract { This is the highest level site specific master template. - site-master adds site wide OpenACS functionality to every page. + site-master adds site-wide OpenACS functionality to every page. You should NOT need to modify this file unless you are adding functionality - for a site wide service. + for a site-wide service. If you want to customise the look and feel of your site you probably want to modify /www/default-master. - Note: currently site wide service content is hard coded in this file. At + Note: currently site-wide service content is hard coded in this file. At some point we will want to determine this content dynamically which will change the content of this file significantly. @@ -21,7 +21,7 @@ set doc(title) [ad_conn instance_name] # There is no way to determine the language of instance_name so we guess - # that it is the same as the site wide locale setting - if not this must + # that it is the same as the site-wide locale setting - if not this must # be overridden set doc(title_lang) [lindex [split [lang::system::site_wide_locale] _] 0] } Index: openacs-4/packages/lors-central/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/index.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/lors-central/www/index.tcl 9 May 2018 15:33:32 -0000 1.5 +++ openacs-4/packages/lors-central/www/index.tcl 29 Oct 2024 16:21:44 -0000 1.6 @@ -35,7 +35,7 @@ set extra_query "" } -# If user is not site wide we just show the courses where he/she has admin privilege over +# If user is not site-wide we just show the courses where he/she has admin privilege over if { ![acs_user::site_wide_admin_p] } { append extra_query " and p.object_id = acs.object_id and p.privilege = 'admin' and p.grantee_id = :user_id" } Index: openacs-4/packages/lors-central/www/lc-admin/grant-permissions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/lc-admin/grant-permissions.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lors-central/www/lc-admin/grant-permissions.tcl 4 Apr 2018 20:29:27 -0000 1.2 +++ openacs-4/packages/lors-central/www/lc-admin/grant-permissions.tcl 29 Oct 2024 16:21:44 -0000 1.3 @@ -30,7 +30,7 @@ set extra_query "" } -# If user is not site wide we just show the courses where he/she has admin privilege over +# If user is not site-wide we just show the courses where he/she has admin privilege over if { ![acs_user::site_wide_admin_p] } { append extra_query " and p.object_id = acs.object_id and p.privilege = 'admin' and p.grantee_id = :user_id" } Index: openacs-4/packages/acs-subsite/www/register/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/register/index.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/acs-subsite/www/register/index.tcl 11 Sep 2024 06:15:48 -0000 1.17 +++ openacs-4/packages/acs-subsite/www/register/index.tcl 29 Oct 2024 16:22:37 -0000 1.18 @@ -17,7 +17,7 @@ # # Avoid page caching, across all browsers, no matter how the other -# site wide caching parameters are set. For discussion and details, +# site-wide caching parameters are set. For discussion and details, # see: # # https://stackoverflow.com/questions/49547/how-to-control-web-page-caching-across-all-browsers