Index: openacs-4/packages/assessment/tcl/as-item-type-mc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-type-mc-procs.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/assessment/tcl/as-item-type-mc-procs.tcl 7 Aug 2017 23:48:03 -0000 1.27 +++ openacs-4/packages/assessment/tcl/as-item-type-mc-procs.tcl 26 Jul 2018 14:53:25 -0000 1.28 @@ -601,7 +601,7 @@ Add form elements for multiple choice question choices @param form_id Form builder form_id of the form to add the elements to. Error if form does not exist - @param num_choices Number of choice form elements to add + @param existing_choices Choice form elements to add @param choice_array_name Name of array in callers scope to look for existing choices @param correct_choice_array_name Name of array in the caller's scope to check for correct choices Index: openacs-4/packages/assessment/tcl/as-list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-list-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/assessment/tcl/as-list-procs.tcl 10 Jul 2018 15:14:01 -0000 1.12 +++ openacs-4/packages/assessment/tcl/as-list-procs.tcl 26 Jul 2018 14:53:25 -0000 1.13 @@ -217,8 +217,7 @@ } { Generate list builder filter spec from one assessment question - @param as_item_id Revision_id of hte question - @param item_type Type of question + @param as_item_id Revision_id of the question @param item_title What we display for the filter label for the question } { @@ -364,8 +363,7 @@ } { Generate list builder groupby filter spec from one assessment question - @param as_item_id Revision_id of hte question - @param item_type Type of question + @param as_item_id Revision_id of the question @param item_title What we display for the filter label for the question } { @@ -380,8 +378,7 @@ } { Generate list builder orderby filter spec from one assessment question - @param as_item_id Revision_id of hte question - @param item_type Type of question + @param as_item_id Revision_id of the question @param item_title What we display for the filter label for the question } { set item_ref as_item_id_$cr_item_id Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.232 -r1.233 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 24 Jul 2018 19:04:34 -0000 1.232 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 26 Jul 2018 14:53:25 -0000 1.233 @@ -403,7 +403,7 @@ Get URL of specified package under give node_id (assuming package_id is mounted under one of the children of this node). - @param node_id defaults to current node when not specified + @param current_node_id defaults to current node when not specified } { if {$package_id eq ""} { return Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl,v diff -u -r1.83 -r1.84 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 28 Jun 2018 10:50:20 -0000 1.83 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 26 Jul 2018 14:53:25 -0000 1.84 @@ -409,7 +409,7 @@ @author Victor Guerra ( guerra@galileo.edu ) @creation-date 2006-03-11 - @param community_id The id of the User that will change his Site Template + @param user_id The id of the User that will change his Site Template @param site_template_id The id of the Site Template that will be used by the User } { @@ -429,7 +429,7 @@ @author Victor Guerra ( guerra@galileo.edu ) @creation-date 2006-03-11 - @param community_id The id of the User in order to obtain the master template configured for him + @param user_id The id of the User in order to obtain the master template configured for him @return The path of the master template that will be used. @@ -446,7 +446,7 @@ @author Victor Guerra ( guerra@galileo.edu ) @creation-date 2006-03-11 - @param community_id The id of the User of whom we want to abtain the Site Template + @param user_id The id of the User of whom we want to abtain the Site Template @return The id of the Site Template assigned to the User Index: openacs-4/packages/evaluation/tcl/evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.tcl,v diff -u -r1.47 -r1.48 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 11 Jul 2018 09:49:42 -0000 1.47 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 26 Jul 2018 14:53:26 -0000 1.48 @@ -415,7 +415,7 @@ @param item_id The item to create. @param from_task_id Task to clone. - @param to_grade_id Grade that will "own" the task + @param to_grade_item_id Grade that will "own" the task } { db_1row from_task_info { *SQL* } @@ -583,7 +583,7 @@ @param content_type The type to make @param content_table @param new_item_p If true make a new item using item_id - @param task_id Task which "owns" the solution + @param task_item_id Task which "owns" the solution @param title The name of the task solution @param storage_type lob, file or text, depending on what are we going to store @@ -666,7 +666,7 @@ @param content_type The type to make @param content_table @param new_item_p If true make a new item using item_id - @param task_id Task which "owns" the answer + @param task_item_id Task which "owns" the answer @param title The name of the task solution @param storage_type lob, file or text, depending on what are we going to store @param party_id Group or user_id thaw owns the anser @@ -750,7 +750,7 @@ @param content_type The type to make @param content_table @param new_item_p If true make a new item using item_id - @param task_id Task been evaluated + @param task_item_id Task been evaluated @param party_id Party been evaluated @param grade Grade of the evaluation @param show_student_p If the student(s) will be able to see the grade @@ -825,10 +825,8 @@ which uses the acs_group.new function. @param group_id The group_id that will be created. - @param group_key Key for the group. - @param pretty_name - @param task_id The task that will be done by the group. - @param context_id If not provided, it will be the package_id. + @param task_item_id The task that will be done by the group. + @param context If not provided, it will be the package_id. } { @@ -897,7 +895,7 @@ @param content_type The type to make @param content_table @param new_item_p If true make a new item using item_id - @param task_id Task which "owns" the grades sheet + @param task_item_id Task which "owns" the grades sheet @param title The name of the grades sheet @param storage_type lob or file @param mime_type Mime tipe of the grades sheet Index: openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl,v diff -u -r1.35 -r1.36 --- openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl 11 Jul 2018 14:44:19 -0000 1.35 +++ openacs-4/packages/faq-portlet/tcl/faq-portlet-procs.tcl 26 Jul 2018 14:53:26 -0000 1.36 @@ -59,7 +59,7 @@ faq_package_id to the params of the faq pe already there. @param portal_id The page to add self to - @param faq_package_id the id of the faq package for this community + @param package_id the id of the faq package for this community @return element_id The new element's id } { Index: openacs-4/packages/views/tcl/views-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/views/tcl/views-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/views/tcl/views-procs.tcl 10 Jul 2018 11:47:13 -0000 1.9 +++ openacs-4/packages/views/tcl/views-procs.tcl 26 Jul 2018 14:53:26 -0000 1.10 @@ -16,8 +16,8 @@ } { Record an object view by viewer_id - @param dimension_key @param object_id + @param viewer_id @return the total view count for the user