Index: openacs-4/packages/dotlrn-admin/www/admin/cockpit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/cockpit.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/cockpit.adp 15 Sep 2017 07:38:10 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/cockpit.adp 27 Mar 2018 14:22:30 -0000 1.3 @@ -48,7 +48,7 @@
  • CVS Head
  • Packages -
  • User Managment

    +
  • User Management

    - \ No newline at end of file + Index: openacs-4/packages/dotlrn-admin/www/admin/users-add-to-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-add-to-community.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/users-add-to-community.tcl 28 Jun 2015 12:09:34 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/users-add-to-community.tcl 27 Mar 2018 14:22:30 -0000 1.3 @@ -93,7 +93,7 @@ " spam::send \ - -recepients $users \ + -recipients $users \ -from $sender_email \ -real_from $sender_email \ -subject $subject \ Index: openacs-4/packages/dotlrn-admin/www/admin/users-spam.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-spam.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/users-spam.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/users-spam.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -87,7 +87,7 @@ lappend message_values [list {} $from] spam::send \ - -recepients $users \ + -recipients $users \ -from $from \ -real_from $sender_email \ -subject $subject \ Index: openacs-4/packages/dotlrn-ae/tcl/dotlrn-ae-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ae/tcl/dotlrn-ae-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-ae/tcl/dotlrn-ae-procs.tcl 9 Jun 2005 05:54:38 -0000 1.1 +++ openacs-4/packages/dotlrn-ae/tcl/dotlrn-ae-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -49,7 +49,7 @@ ad_proc -public dotlrn_ae::add_applet_to_community { community_id } { - Add the ae applet to a specifc dotlrn community + Add the ae applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -77,7 +77,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_ae::add_user { @@ -92,14 +92,14 @@ user_id } { } { - ad_return_complaint 1 "[applet_key] remove_user not implimented!" + ad_return_complaint 1 "[applet_key] remove_user not implemented!" } ad_proc -public dotlrn_ae::add_user_to_community { community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-application-track/tcl/dotlrn-application-track-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-application-track/tcl/dotlrn-application-track-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-application-track/tcl/dotlrn-application-track-procs.tcl 8 Nov 2005 15:45:39 -0000 1.1 +++ openacs-4/packages/dotlrn-application-track/tcl/dotlrn-application-track-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -68,7 +68,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the application_track applet to a specifc dotlrn community + Add the application_track applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -120,7 +120,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl 7 Aug 2017 23:48:09 -0000 1.7 +++ openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl 27 Mar 2018 14:22:30 -0000 1.8 @@ -49,7 +49,7 @@ ad_proc -public dotlrn_assessment::add_applet_to_community { community_id } { - Add the assessment applet to a specifc dotlrn community + Add the assessment applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -99,7 +99,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-attendance/tcl/dotlrn-attendance-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-attendance/tcl/dotlrn-attendance-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-attendance/tcl/dotlrn-attendance-procs.tcl 24 Jun 2005 09:15:34 -0000 1.3 +++ openacs-4/packages/dotlrn-attendance/tcl/dotlrn-attendance-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 @@ -47,13 +47,13 @@ } { remove the applet } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the attendance applet to a specifc community + Add the attendance applet to a specific community } { set portal_id [dotlrn_community::get_portal_id \ -community_id $community_id ] @@ -88,13 +88,13 @@ } { Drops the attendance applet from the given community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { user_id } { - For one time user-specfic init + For one time user-specific init } { # noop } Index: openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl,v diff -u -N -r1.42 -r1.43 --- openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl 13 Jul 2002 00:16:37 -0000 1.42 +++ openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl 27 Mar 2018 14:22:30 -0000 1.43 @@ -75,7 +75,7 @@ } { remove the applet from dotlrn } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { @@ -158,7 +158,7 @@ } { remove the applet from the given community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { Index: openacs-4/packages/dotlrn-beehive/tcl/dotlrn-beehive-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-beehive/tcl/dotlrn-beehive-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-beehive/tcl/dotlrn-beehive-procs.tcl 10 May 2006 05:55:06 -0000 1.1 +++ openacs-4/packages/dotlrn-beehive/tcl/dotlrn-beehive-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -70,7 +70,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the beehive applet to a specifc dotlrn community + Add the beehive applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -122,7 +122,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-cards/tcl/dotlrn-cards-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-cards/tcl/dotlrn-cards-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-cards/tcl/dotlrn-cards-procs.tcl 22 Jun 2006 10:51:25 -0000 1.2 +++ openacs-4/packages/dotlrn-cards/tcl/dotlrn-cards-procs.tcl 27 Mar 2018 14:22:30 -0000 1.3 @@ -71,7 +71,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the cards applet to a specifc dotlrn community + Add the cards applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -99,7 +99,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { @@ -121,7 +121,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-catalog/tcl/dotlrn-catalog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/tcl/dotlrn-catalog-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-catalog/tcl/dotlrn-catalog-procs.tcl 2 Nov 2005 20:30:21 -0000 1.5 +++ openacs-4/packages/dotlrn-catalog/tcl/dotlrn-catalog-procs.tcl 27 Mar 2018 14:22:30 -0000 1.6 @@ -190,7 +190,7 @@ Revokes admin permission to @party_id@ over @object_id@ and over all assessment_id created by @creation_user@ @party_id@ The user_id to revoke permissions - @object_id@ The course_id over wich @party_id@ has permissions on + @object_id@ The course_id over which @party_id@ has permissions on @creation_user@ The user_id of the user that creates the course_id } { permission::revoke -party_id $party_id -object_id $object_id -privilege "admin" Index: openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl 7 Aug 2017 23:48:09 -0000 1.2 +++ openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl 27 Mar 2018 14:22:30 -0000 1.3 @@ -71,7 +71,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the chat applet to a specifc dotlrn community + Add the chat applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -121,7 +121,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-contacts/tcl/dotlrn-contacts-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-contacts/tcl/dotlrn-contacts-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-contacts/tcl/dotlrn-contacts-procs.tcl 23 Mar 2018 23:53:01 -0000 1.6 +++ openacs-4/packages/dotlrn-contacts/tcl/dotlrn-contacts-procs.tcl 27 Mar 2018 14:22:30 -0000 1.7 @@ -85,7 +85,7 @@ } { One-time destroy for when the entire applet is removed from dotlrn. } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } @@ -122,7 +122,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_contacts::add_user { Index: openacs-4/packages/dotlrn-content/tcl/content-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-content/tcl/content-applet-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-content/tcl/content-applet-procs.tcl 24 Oct 2007 23:03:28 -0000 1.1 +++ openacs-4/packages/dotlrn-content/tcl/content-applet-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -52,13 +52,13 @@ } { One time destroy. } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the content applet to a specifc dotlrn community + Add the content applet to a specific dotlrn community } { # get the community portal id set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -229,7 +229,7 @@ remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { @@ -244,14 +244,14 @@ user_id } { } { - ad_return_complaint 1 "[applet_key] remove_user not implimented!" + ad_return_complaint 1 "[applet_key] remove_user not implemented!" } ad_proc -public add_user_to_community { community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { # set portal_id [dotlrn::get_portal_id -user_id $user_id] # set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] Index: openacs-4/packages/dotlrn-curriculum/tcl/dotlrn-curriculum-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-curriculum/tcl/dotlrn-curriculum-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-curriculum/tcl/dotlrn-curriculum-procs.tcl 26 Feb 2007 19:52:15 -0000 1.3 +++ openacs-4/packages/dotlrn-curriculum/tcl/dotlrn-curriculum-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 @@ -48,13 +48,13 @@ } { remove the applet } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the curriculum applet to a specifc community + Add the curriculum applet to a specific community } { set portal_id [dotlrn_community::get_portal_id \ -community_id $community_id @@ -102,13 +102,13 @@ } { Drops the curriculum applet from the given community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { user_id } { - For one time user-specfic init + For one time user-specific init } { # noop } Index: openacs-4/packages/dotlrn-datamanager/tcl/dotlrn-datamanager-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-datamanager/tcl/dotlrn-datamanager-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-datamanager/tcl/dotlrn-datamanager-procs.tcl 22 Jun 2006 14:51:38 -0000 1.2 +++ openacs-4/packages/dotlrn-datamanager/tcl/dotlrn-datamanager-procs.tcl 27 Mar 2018 14:22:30 -0000 1.3 @@ -71,7 +71,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the datamanager applet to a specifc dotlrn community + Add the datamanager applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -99,7 +99,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { @@ -121,7 +121,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl 7 Aug 2017 23:48:10 -0000 1.16 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl 27 Mar 2018 14:22:30 -0000 1.17 @@ -133,7 +133,7 @@ @param args a list-ified array of args defined in add_applet_to_community } { ns_log notice "** Error in [get_pretty_name]: 'add_portlet' not implemented!" - ad_return_complaint 1 "Please notifiy the administrator of this error: + ad_return_complaint 1 "Please notify the administrator of this error: ** Error in [get_pretty_name]: 'add_portlet' not implemented!" } @@ -145,7 +145,7 @@ @param args a list-ified array of args defined in remove_applet_from_community } { ns_log notice "** Error in [get_pretty_name]: 'remove_portlet' not implemented!" - ad_return_complaint 1 "Please notifiy the administrator of this error: + ad_return_complaint 1 "Please notify the administrator of this error: ** Error in [get_pretty_name]: 'remove_portlet' not implemented!" } Index: openacs-4/packages/dotlrn-ecommerce/dotlrn-ecommerce.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/dotlrn-ecommerce.info,v diff -u -N -r1.54 -r1.55 --- openacs-4/packages/dotlrn-ecommerce/dotlrn-ecommerce.info 4 Dec 2007 15:53:32 -0000 1.54 +++ openacs-4/packages/dotlrn-ecommerce/dotlrn-ecommerce.info 27 Mar 2018 14:22:30 -0000 1.55 @@ -62,7 +62,7 @@ - + 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 -N -r1.71 -r1.72 --- openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 23 Mar 2018 23:53:01 -0000 1.71 +++ openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 27 Mar 2018 14:22:30 -0000 1.72 @@ -227,7 +227,7 @@ The following applications are already approved: The following applications need to be handled separately because a section specific rejection email needs to be sent: The following has been sent to the purchaser - The following users' payment info could not be entered because they are already regsitered for the course. + The following users' payment info could not be entered because they are already registered for the course. The offer code was accepted. You save $savings! There is no fee for this course There was a problem registering this user @@ -248,7 +248,7 @@ Waiting List and Prerequisite Applications %full_name%, welcome to %course_name%. We look forward to a great course. -This course willl be held on: +This course will be held on: %sessions% @@ -330,7 +330,7 @@ Register for this Course Registered By Admin Registration - Regsitered By Admin + Registered By Admin Regular Price Reject Waiver of prerequitsites rejected @@ -354,7 +354,7 @@ Section Name Section Quick Jump Section Starts After - Secion Starts Before + Section Starts Before a payment method Select Different Application Send test email to yourself Index: openacs-4/packages/dotlrn-ecommerce/lib/section.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/section.tcl,v diff -u -N -r1.42 -r1.43 --- openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 20 Jan 2018 22:44:04 -0000 1.42 +++ openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 27 Mar 2018 14:22:30 -0000 1.43 @@ -104,8 +104,8 @@ # HAM : # Flush the section info from cache - # we use to do it after edit, but - # i think we need to do this everytime we visit this page + # we use to do it after edit, but + # i think we need to do this every time we visit this page dotlrn_ecommerce::section::flush_cache $section_id } Index: openacs-4/packages/dotlrn-ecommerce/www/admin/ecommerce/items-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/ecommerce/items-add-2.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-ecommerce/www/admin/ecommerce/items-add-2.tcl 3 Aug 2005 22:45:46 -0000 1.1 +++ openacs-4/packages/dotlrn-ecommerce/www/admin/ecommerce/items-add-2.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -38,8 +38,8 @@ doc_body_append "

    Here are the product(s) that match your search.

    Note: the customer's credit card is not going to be reauthorized when you add this item to the order - (their card was already found to be valid when they placed the intial order). - They will, as usual, be automatically billed for this item when it ships. + (their card was already found to be valid when they placed the initial order). + They will, as usual, be automatically billed for this item when it ships. If the customer's credit limit is in question, just make a test authorization offline.

      " } Index: openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request.tcl,v diff -u -N -r1.32 -r1.33 --- openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request.tcl 13 Jun 2006 17:03:12 -0000 1.32 +++ openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request.tcl 27 Mar 2018 14:22:30 -0000 1.33 @@ -134,7 +134,7 @@ as::assessment::data -assessment_id $assessment_id # This shouldn't fail and the assessment must exist, if for some - # reason it doesn't, the redirects bellow shall not include the + # reason it doesn't, the redirects below shall not include the # session_id and not error out, a new session will be created by # the assessment code if { [info exists assessment_data(assessment_id)] } { Index: openacs-4/packages/dotlrn-ecommerce/www/ecommerce/finalize-order.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/ecommerce/finalize-order.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/dotlrn-ecommerce/www/ecommerce/finalize-order.tcl 21 Jan 2018 00:37:17 -0000 1.13 +++ openacs-4/packages/dotlrn-ecommerce/www/ecommerce/finalize-order.tcl 27 Mar 2018 14:22:30 -0000 1.14 @@ -239,7 +239,7 @@ set order_shipping_tax [db_string get_order_shipping_tax " select ec_tax(0, :order_shipping, :order_id)"] -# Charge soft goods seperately from hard goods as the hard goods +# Charge soft goods separately from hard goods as the hard goods # transaction will not settled until the goods are shipped while soft # goods can be settled right away. Index: openacs-4/packages/dotlrn-ecommerce/www/manage/add-course-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/manage/add-course-admin.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-ecommerce/www/manage/add-course-admin.tcl 2 Sep 2008 21:54:47 -0000 1.1 +++ openacs-4/packages/dotlrn-ecommerce/www/manage/add-course-admin.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -1,5 +1,5 @@ ad_page_contract { - Add a user to the admin relational segement + Add a user to the admin relational segment } { object_id userkey:multiple @@ -63,4 +63,4 @@ } } -ad_returnredirect -message "Administrator Added" $return_url \ No newline at end of file +ad_returnredirect -message "Administrator Added" $return_url Index: openacs-4/packages/dotlrn-ecommerce/www/manage/ecommerce/items-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/manage/ecommerce/items-add-2.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-ecommerce/www/manage/ecommerce/items-add-2.tcl 2 Sep 2008 21:54:48 -0000 1.1 +++ openacs-4/packages/dotlrn-ecommerce/www/manage/ecommerce/items-add-2.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -38,7 +38,7 @@ doc_body_append "

      Here are the product(s) that match your search.

      Note: the customer's credit card is not going to be reauthorized when you add this item to the order - (their card was already found to be valid when they placed the intial order). + (their card was already found to be valid when they placed the initial order). They will, as usual, be automatically billed for this item when it ships. If the customer's credit limit is in question, just make a test authorization offline.

        " Index: openacs-4/packages/dotlrn-edit-this-page/tcl/dotlrn-edit-this-page-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-edit-this-page/tcl/dotlrn-edit-this-page-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-edit-this-page/tcl/dotlrn-edit-this-page-procs.tcl 26 Feb 2007 19:52:15 -0000 1.3 +++ openacs-4/packages/dotlrn-edit-this-page/tcl/dotlrn-edit-this-page-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 @@ -63,13 +63,13 @@ } { remove the applet } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the edit-this-page applet to a specifc community + Add the edit-this-page applet to a specific community } { set portal_id [dotlrn_community::get_portal_id \ -community_id $community_id @@ -117,13 +117,13 @@ } { Drops the edit-this-page applet from the given community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { user_id } { - For one time user-specfic init + For one time user-specific init } { # noop } @@ -133,7 +133,7 @@ } { Remove the user from dotlrn. } { - ad_return_complaint 1 "[applet_key] remove_user not implimented!" + ad_return_complaint 1 "[applet_key] remove_user not implemented!" } ad_proc -public add_user_to_community { Index: openacs-4/packages/dotlrn-eduwiki/tcl/eduwiki-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-eduwiki/tcl/eduwiki-applet-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-eduwiki/tcl/eduwiki-applet-procs.tcl 7 Oct 2009 19:23:16 -0000 1.1 +++ openacs-4/packages/dotlrn-eduwiki/tcl/eduwiki-applet-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -43,13 +43,13 @@ } { One time destroy } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the learn content applet to a specifc dotlrn community + Add the learn content applet to a specific dotlrn community } { # get the community portal id set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -81,7 +81,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { @@ -96,14 +96,14 @@ user_id } { } { - ad_return_complaint 1 "[applet_key] remove_user not implimented!" + ad_return_complaint 1 "[applet_key] remove_user not implemented!" } ad_proc -public add_user_to_community { community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { # noop } Index: openacs-4/packages/dotlrn-evaluation/tcl/dotlrn-evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-evaluation/tcl/dotlrn-evaluation-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn-evaluation/tcl/dotlrn-evaluation-procs.tcl 7 Aug 2017 23:48:10 -0000 1.9 +++ openacs-4/packages/dotlrn-evaluation/tcl/dotlrn-evaluation-procs.tcl 27 Mar 2018 14:22:30 -0000 1.10 @@ -50,7 +50,7 @@ ad_proc -public dotlrn_evaluation::add_applet_to_community { community_id } { - Add the evaluation applet to a specifc dotlrn community + Add the evaluation applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -100,7 +100,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { # set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] # set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-expense-tracking/tcl/dotlrn-expense-tracking-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-expense-tracking/tcl/dotlrn-expense-tracking-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-expense-tracking/tcl/dotlrn-expense-tracking-procs.tcl 24 Jun 2005 09:16:07 -0000 1.3 +++ openacs-4/packages/dotlrn-expense-tracking/tcl/dotlrn-expense-tracking-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 @@ -47,13 +47,13 @@ } { remove the applet } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the expense tracking applet to a specifc community + Add the expense tracking applet to a specific community } { set portal_id [dotlrn_community::get_portal_id \ -community_id $community_id @@ -88,13 +88,13 @@ } { Drops the expense tracking applet from the given community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { user_id } { - For one time user-specfic init + For one time user-specific init } { # noop } Index: openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl,v diff -u -N -r1.43 -r1.44 --- openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 7 Aug 2017 23:48:10 -0000 1.43 +++ openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 27 Mar 2018 14:22:30 -0000 1.44 @@ -69,7 +69,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the faq applet to a specifc community + Add the faq applet to a specific community } { set portal_id [dotlrn_community::get_portal_id \ -community_id $community_id Index: openacs-4/packages/dotlrn-fs/dotlrn-fs.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/dotlrn-fs.info,v diff -u -N -r1.37 -r1.38 --- openacs-4/packages/dotlrn-fs/dotlrn-fs.info 7 Aug 2017 23:48:10 -0000 1.37 +++ openacs-4/packages/dotlrn-fs/dotlrn-fs.info 27 Mar 2018 14:22:30 -0000 1.38 @@ -24,7 +24,7 @@ - + Index: openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl,v diff -u -N -r1.97 -r1.98 --- openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 7 Aug 2017 23:48:10 -0000 1.97 +++ openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 27 Mar 2018 14:22:30 -0000 1.98 @@ -99,7 +99,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the fs applet to a specifc dotlrn community + Add the fs applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] set package_id [dotlrn::instantiate_and_mount $community_id [package_key]] @@ -270,7 +270,7 @@ ad_proc -public remove_applet_from_community { community_id } { - remove the fs applet from a specifc dotlrn community + remove the fs applet from a specific dotlrn community } { ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } @@ -428,7 +428,7 @@ community_id user_id } { - Add a user to a to a specifc dotlrn community + Add a user to a to a specific dotlrn community } { # Get the package_id by callback set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl 7 Aug 2017 23:48:10 -0000 1.5 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl 27 Mar 2018 14:22:30 -0000 1.6 @@ -144,7 +144,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the homework applet to a specifc dotlrn community + Add the homework applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] set package_id [dotlrn::instantiate_and_mount $community_id [package_key]] @@ -167,7 +167,7 @@ ad_proc -public remove_applet_from_community { community_id } { - remove the fs applet from a specifc dotlrn community + remove the fs applet from a specific dotlrn community } { ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } @@ -191,7 +191,7 @@ community_id user_id } { - Add a user to a to a specifc dotlrn community + Add a user to a to a specific dotlrn community } { # no-op } Index: openacs-4/packages/dotlrn-imsld/tcl/dotlrn-imsld-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-imsld/tcl/dotlrn-imsld-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-imsld/tcl/dotlrn-imsld-procs.tcl 20 Sep 2006 08:26:28 -0000 1.6 +++ openacs-4/packages/dotlrn-imsld/tcl/dotlrn-imsld-procs.tcl 27 Mar 2018 14:22:30 -0000 1.7 @@ -49,7 +49,7 @@ ad_proc -public dotlrn_imsld::add_applet_to_community { community_id } { - Add the imsld applet to a specifc dotlrn community + Add the imsld applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -85,7 +85,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_imsld::add_user { @@ -107,7 +107,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl 23 Mar 2018 23:53:01 -0000 1.6 +++ openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl 27 Mar 2018 14:22:30 -0000 1.7 @@ -66,7 +66,7 @@ } { One-time destroy for when the entire applet is removed from dotlrn. } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public dotlrn_invoices::project_manager_create_helper { @@ -140,7 +140,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_invoices::add_user { Index: openacs-4/packages/dotlrn-jabber/sql/dotlrn-jabber-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-jabber/sql/dotlrn-jabber-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-jabber/sql/dotlrn-jabber-create.sql 20 Oct 2004 19:42:12 -0000 1.1 +++ openacs-4/packages/dotlrn-jabber/sql/dotlrn-jabber-create.sql 27 Mar 2018 14:22:30 -0000 1.2 @@ -1,4 +1,4 @@ --- Copyrigth (C) 2003 Bjoern Kiesbye +-- Copyright (C) 2003 Bjoern Kiesbye -- Author Bjoern Kiesbye -- email: Kiesbye@theservice.de Bjoern_kiesbye@web.de -- This is free software distributed under the terms of the GNU Public Index: openacs-4/packages/dotlrn-jabber/sql/postgresql/dotlrn-jabber-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-jabber/sql/postgresql/dotlrn-jabber-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-jabber/sql/postgresql/dotlrn-jabber-create.sql 20 Oct 2004 19:42:12 -0000 1.1 +++ openacs-4/packages/dotlrn-jabber/sql/postgresql/dotlrn-jabber-create.sql 27 Mar 2018 14:22:30 -0000 1.2 @@ -1,4 +1,4 @@ --- Copyrigth (C) 2003 Bjoern Kiesbye +-- Copyright (C) 2003 Bjoern Kiesbye -- Author Bjoern Kiesbye -- email: Kiesbye@theservice.de Bjoern_kiesbye@web.de -- This is free software distributed under the terms of the GNU Public Index: openacs-4/packages/dotlrn-jabber/tcl/dotlrn-jabber-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-jabber/tcl/dotlrn-jabber-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-jabber/tcl/dotlrn-jabber-procs.tcl 23 Mar 2018 23:53:01 -0000 1.3 +++ openacs-4/packages/dotlrn-jabber/tcl/dotlrn-jabber-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 @@ -89,7 +89,7 @@ #set room_name [jb_get_default_room_for_group $community_id ] set room_name "abvcfdr" - #Just a hack for some reason the dotlrn routins leave the dbatabase (postgres only) in an insecure + #Just a hack for some reason the dotlrn routines leave the dbatabase (postgres only) in an insecure #state we are not able to create new acs_objects (we can but the call won't return) if {[db_0or1row get_room_id "SELECT room_id FROM jb_conference_rooms WHERE name = :room_name"]} { Index: openacs-4/packages/dotlrn-lamsint/tcl/dotlrn-lamsint-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-lamsint/tcl/dotlrn-lamsint-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-lamsint/tcl/dotlrn-lamsint-procs.tcl 8 Dec 2005 09:40:41 -0000 1.1 +++ openacs-4/packages/dotlrn-lamsint/tcl/dotlrn-lamsint-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -70,7 +70,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the lamsint applet to a specifc dotlrn community + Add the lamsint applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -122,7 +122,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-latest/tcl/dotlrn-latest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-latest/tcl/dotlrn-latest-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-latest/tcl/dotlrn-latest-procs.tcl 17 Nov 2006 19:35:59 -0000 1.1 +++ openacs-4/packages/dotlrn-latest/tcl/dotlrn-latest-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -51,7 +51,7 @@ ad_proc -public dotlrn_latest::add_applet_to_community { community_id } { - Add the latest applet to a specifc dotlrn community + Add the latest applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -69,7 +69,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_latest::add_user { @@ -91,14 +91,14 @@ user_id } { } { - ad_return_complaint 1 "[applet_key] remove_user not implimented!" + ad_return_complaint 1 "[applet_key] remove_user not implemented!" } ad_proc -public dotlrn_latest::add_user_to_community { community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-learning-content/tcl/learning-content-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-learning-content/tcl/learning-content-applet-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-learning-content/tcl/learning-content-applet-procs.tcl 5 Mar 2009 21:31:38 -0000 1.1 +++ openacs-4/packages/dotlrn-learning-content/tcl/learning-content-applet-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -43,13 +43,13 @@ } { One time destroy } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the learn content applet to a specifc dotlrn community + Add the learn content applet to a specific dotlrn community } { # get the community portal id set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -81,7 +81,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { @@ -96,14 +96,14 @@ user_id } { } { - ad_return_complaint 1 "[applet_key] remove_user not implimented!" + ad_return_complaint 1 "[applet_key] remove_user not implemented!" } ad_proc -public add_user_to_community { community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { # set portal_id [dotlrn::get_portal_id -user_id $user_id] # set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] Index: openacs-4/packages/dotlrn-lorsm/tcl/dotlrn-lorsm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-lorsm/tcl/dotlrn-lorsm-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn-lorsm/tcl/dotlrn-lorsm-procs.tcl 28 Nov 2008 12:35:48 -0000 1.7 +++ openacs-4/packages/dotlrn-lorsm/tcl/dotlrn-lorsm-procs.tcl 27 Mar 2018 14:22:30 -0000 1.8 @@ -78,7 +78,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the lorsm applet to a specifc dotlrn community + Add the lorsm applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id \ -community_id $community_id] @@ -134,7 +134,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id \ -community_id $community_id \ Index: openacs-4/packages/dotlrn-messages/tcl/dotlrn-messages-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-messages/tcl/dotlrn-messages-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-messages/tcl/dotlrn-messages-procs.tcl 31 Aug 2010 21:32:23 -0000 1.1 +++ openacs-4/packages/dotlrn-messages/tcl/dotlrn-messages-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -49,7 +49,7 @@ ad_proc -public dotlrn_messages::add_applet_to_community { community_id } { - Add the messages applet to a specifc dotlrn community + Add the messages applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -78,7 +78,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_messages::add_user { @@ -100,7 +100,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-mmplayer/tcl/dotlrn-mmplayer-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-mmplayer/tcl/dotlrn-mmplayer-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-mmplayer/tcl/dotlrn-mmplayer-procs.tcl 22 Jun 2006 08:36:11 -0000 1.1 +++ openacs-4/packages/dotlrn-mmplayer/tcl/dotlrn-mmplayer-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -52,7 +52,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the mmplayer applet to a specifc dotlrn community + Add the mmplayer applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -102,7 +102,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl,v diff -u -N -r1.34 -r1.35 --- openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 7 Aug 2017 23:48:10 -0000 1.34 +++ openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 27 Mar 2018 14:22:30 -0000 1.35 @@ -70,7 +70,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the news applet to a specifc dotlrn community + Add the news applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -120,7 +120,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-news-aggregator/tcl/dotlrn-news-aggregator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-news-aggregator/tcl/dotlrn-news-aggregator-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-news-aggregator/tcl/dotlrn-news-aggregator-procs.tcl 26 Feb 2007 19:52:15 -0000 1.4 +++ openacs-4/packages/dotlrn-news-aggregator/tcl/dotlrn-news-aggregator-procs.tcl 27 Mar 2018 14:22:30 -0000 1.5 @@ -46,7 +46,7 @@ ad_proc -public dotlrn_news_aggregator::add_applet_to_community { community_id } { - Add the news-aggregator applet to a specifc dotlrn community + Add the news-aggregator applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -93,7 +93,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_news_aggregator::add_user { @@ -115,7 +115,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-photo-album/tcl/dotlrn-photo-album-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-photo-album/tcl/dotlrn-photo-album-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-photo-album/tcl/dotlrn-photo-album-procs.tcl 15 Oct 2003 08:26:28 -0000 1.1 +++ openacs-4/packages/dotlrn-photo-album/tcl/dotlrn-photo-album-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -47,7 +47,7 @@ ad_proc -public dotlrn_photo_album::add_applet_to_community { community_id } { - Add the photo_album applet to a specifc dotlrn community + Add the photo_album applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -78,7 +78,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_photo_album::add_user { @@ -93,14 +93,14 @@ user_id } { } { - ad_return_complaint 1 "[applet_key] remove_user not implimented!" + ad_return_complaint 1 "[applet_key] remove_user not implemented!" } ad_proc -public dotlrn_photo_album::add_user_to_community { community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-project-manager/tcl/dotlrn-project-manager-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-project-manager/tcl/dotlrn-project-manager-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/dotlrn-project-manager/tcl/dotlrn-project-manager-procs.tcl 23 Mar 2018 23:53:01 -0000 1.12 +++ openacs-4/packages/dotlrn-project-manager/tcl/dotlrn-project-manager-procs.tcl 27 Mar 2018 14:22:30 -0000 1.13 @@ -73,7 +73,7 @@ } { One-time destroy for when the entire applet is removed from dotlrn. } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public dotlrn_project_manager::project_manager_create_helper { @@ -182,7 +182,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_project_manager::add_user { Index: openacs-4/packages/dotlrn-quota/tcl/dotlrn-quota-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-quota/tcl/dotlrn-quota-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-quota/tcl/dotlrn-quota-procs.tcl 21 Jun 2006 17:07:30 -0000 1.1 +++ openacs-4/packages/dotlrn-quota/tcl/dotlrn-quota-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -72,7 +72,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the quota applet to a specifc dotlrn community + Add the quota applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -100,7 +100,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { @@ -122,7 +122,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-random-photo/tcl/dotlrn-random-photo-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-random-photo/tcl/dotlrn-random-photo-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-random-photo/tcl/dotlrn-random-photo-procs.tcl 27 Apr 2005 01:10:59 -0000 1.3 +++ openacs-4/packages/dotlrn-random-photo/tcl/dotlrn-random-photo-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 @@ -47,7 +47,7 @@ ad_proc -public dotlrn_random_photo::add_applet_to_community { community_id } { - Add the random photo applet to a specifc dotlrn community + Add the random photo applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -66,7 +66,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_random_photo::add_user { @@ -81,14 +81,14 @@ user_id } { } { - ad_return_complaint 1 "[applet_key] remove_user not implimented!" + ad_return_complaint 1 "[applet_key] remove_user not implemented!" } ad_proc -public dotlrn_random_photo::add_user_to_community { community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-research/tcl/dotlrn-research-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/tcl/dotlrn-research-procs.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/dotlrn-research/tcl/dotlrn-research-procs.tcl 9 Aug 2002 18:39:30 -0000 1.16 +++ openacs-4/packages/dotlrn-research/tcl/dotlrn-research-procs.tcl 27 Mar 2018 14:22:30 -0000 1.17 @@ -60,13 +60,13 @@ } { Used for one-time destroy - must be repeatable! } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the research paper applet to a specifc dotlrn community + Add the research paper applet to a specific dotlrn community } { set type [dotlrn_community::get_toplevel_community_type_from_community_id $community_id] @@ -84,7 +84,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { Index: openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl,v diff -u -N -r1.36 -r1.37 --- openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 7 Aug 2017 23:48:10 -0000 1.36 +++ openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 27 Mar 2018 14:22:30 -0000 1.37 @@ -134,7 +134,7 @@ add_portlet_helper $n_p_id $args # replace the existing content with the community's description - # dosen't matter if we use the comm's portal_id or the + # doesn't matter if we use the comm's portal_id or the # non member portal_id here since they point to the same content_id static_portal_content::update \ -content_id $new_content_id \ Index: openacs-4/packages/dotlrn-syllabus/tcl/dotlrn-syllabus-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-syllabus/tcl/dotlrn-syllabus-admin-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-syllabus/tcl/dotlrn-syllabus-admin-procs.tcl 9 Aug 2002 18:39:30 -0000 1.6 +++ openacs-4/packages/dotlrn-syllabus/tcl/dotlrn-syllabus-admin-procs.tcl 27 Mar 2018 14:22:30 -0000 1.7 @@ -71,7 +71,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the syllabus applet to a specifc dotlrn community + Add the syllabus applet to a specific dotlrn community } { set pt_id \ [dotlrn_community::get_community_admin_portal_id $community_id] @@ -96,7 +96,7 @@ ad_proc -public add_user { user_id } { - No user specifc actions + No user specific actions } { # noop } @@ -105,23 +105,23 @@ community_id user_id } { - No user specifc actions + No user specific actions } { # noop } ad_proc -public remove_user { user_id } { - No user specifc actions + No user specific actions } { } ad_proc -public remove_user_from_community { community_id user_id } { - No user specifc actions + No user specific actions } { } Index: openacs-4/packages/dotlrn-syllabus/tcl/dotlrn-syllabus-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-syllabus/tcl/dotlrn-syllabus-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/dotlrn-syllabus/tcl/dotlrn-syllabus-procs.tcl 15 May 2007 20:14:33 -0000 1.11 +++ openacs-4/packages/dotlrn-syllabus/tcl/dotlrn-syllabus-procs.tcl 27 Mar 2018 14:22:30 -0000 1.12 @@ -59,13 +59,13 @@ } { Used for one-time destroy - must be repeatable! } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the syllabus paper applet to a specifc dotlrn community + Add the syllabus paper applet to a specific dotlrn community } { # set up the admin portlet set admin_portal_id [dotlrn_community::get_admin_portal_id \ @@ -89,21 +89,21 @@ community_id } { } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { user_id } { - No user-specifc actions + No user-specific actions } { # noop } ad_proc -public remove_user { user_id } { - No user-specifc actions + No user-specific actions } { # noop } @@ -112,7 +112,7 @@ community_id user_id } { - No user-specifc actions + No user-specific actions } { # noop } @@ -121,7 +121,7 @@ community_id user_id } { - No user-specifc actions + No user-specific actions } { # noop } @@ -164,7 +164,7 @@ @param portal_id @param args an ns_set } { - ad_return_complaint 1 "[applet_key] remove_portlet not implimented!" + ad_return_complaint 1 "[applet_key] remove_portlet not implemented!" } ad_proc -public clone { Index: openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl 23 Mar 2018 23:53:01 -0000 1.4 +++ openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl 27 Mar 2018 14:22:30 -0000 1.5 @@ -66,7 +66,7 @@ } { One-time destroy for when the entire applet is removed from dotlrn. } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public dotlrn_tasks::tasks_create_helper { @@ -117,7 +117,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_tasks::add_user { Index: openacs-4/packages/dotlrn-user-tracking/tcl/dotlrn-user-tracking-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-user-tracking/tcl/dotlrn-user-tracking-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-user-tracking/tcl/dotlrn-user-tracking-procs.tcl 18 Apr 2005 15:18:49 -0000 1.4 +++ openacs-4/packages/dotlrn-user-tracking/tcl/dotlrn-user-tracking-procs.tcl 27 Mar 2018 14:22:30 -0000 1.5 @@ -68,7 +68,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the user_tracking applet to a specifc dotlrn community + Add the user_tracking applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -120,7 +120,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-weblogger/tcl/dotlrn-weblogger-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-weblogger/tcl/dotlrn-weblogger-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-weblogger/tcl/dotlrn-weblogger-procs.tcl 8 Aug 2006 21:26:40 -0000 1.3 +++ openacs-4/packages/dotlrn-weblogger/tcl/dotlrn-weblogger-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 @@ -46,7 +46,7 @@ ad_proc -public dotlrn_weblogger::add_applet_to_community { community_id } { - Add the weblogger applet to a specifc dotlrn community + Add the weblogger applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -74,7 +74,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_weblogger::add_user { @@ -96,7 +96,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-wps/tcl/dotlrn-wps-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-wps/tcl/dotlrn-wps-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-wps/tcl/dotlrn-wps-procs.tcl 13 Jan 2005 13:57:49 -0000 1.2 +++ openacs-4/packages/dotlrn-wps/tcl/dotlrn-wps-procs.tcl 27 Mar 2018 14:22:30 -0000 1.3 @@ -70,7 +70,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the wps applet to a specifc dotlrn community + Add the wps applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -98,7 +98,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { @@ -120,7 +120,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id] Index: openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl 7 Aug 2017 23:48:10 -0000 1.7 +++ openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl 27 Mar 2018 14:22:30 -0000 1.8 @@ -67,7 +67,7 @@ xowiki_applet ad_proc add_applet_to_community { community_id } { - Add the xowiki applet to a specifc dotlrn community + Add the xowiki applet to a specific dotlrn community } { # get the community portal id set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -132,7 +132,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { # nothing happens here } Index: openacs-4/packages/dotlrn/install.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/install.xml,v diff -u -N -r1.24 -r1.25 --- openacs-4/packages/dotlrn/install.xml 7 Aug 2017 23:48:08 -0000 1.24 +++ openacs-4/packages/dotlrn/install.xml 27 Mar 2018 14:32:16 -0000 1.25 @@ -44,7 +44,7 @@