Index: openacs-4/packages/acs-subsite/lib/user-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/lib/user-new.tcl,v diff -u -N -r1.22 -r1.23 --- openacs-4/packages/acs-subsite/lib/user-new.tcl 23 Apr 2018 15:19:32 -0000 1.22 +++ openacs-4/packages/acs-subsite/lib/user-new.tcl 30 Jun 2018 21:08:42 -0000 1.23 @@ -11,13 +11,13 @@ password, and account_messages will be added to the URL. Optional. - @email Prepopulate the register form with given email. + @param email Prepopulate the register form with given email. Optional. - @return_url URL to redirect to after creation, will not get any + @param return_url URL to redirect to after creation, will not get any query vars added - @rel_group_id The name of a group which you want to relate this + @param rel_group_id The name of a group which you want to relate this user to after creating the user. Will add an element to the form where the user can pick a relation among the permissible Index: openacs-4/packages/acs-subsite/tcl/subsite-navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/subsite-navigation-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-subsite/tcl/subsite-navigation-procs.tcl 7 Aug 2017 23:47:58 -0000 1.4 +++ openacs-4/packages/acs-subsite/tcl/subsite-navigation-procs.tcl 30 Jun 2018 21:08:42 -0000 1.5 @@ -41,9 +41,9 @@ @param navigation_multirow The name of the multirow used to build the nav bars @param group Group name for the primary section @param subgroup Group name for the subsection (opened under a selected tab) - @include_all Per default, only the subgroup of the currently selected top menu is return. - When -include_all is specified, the resulting multirow contains all subgroups - (useful for pull-down menus) + @param include_all Per default, only the subgroup of the currently selected top menu is return. + When -include_all is specified, the resulting multirow contains all subgroups + (useful for pull-down menus) } { if { $subsite_id eq "" } { Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 22 Jun 2018 13:09:10 -0000 1.18 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 30 Jun 2018 21:08:42 -0000 1.19 @@ -123,7 +123,7 @@ authentication data. If not specified, this will refer to every cookie received into set-cookie response headers. - @auth_form Form to put our data into. If not specified, there must be only one form + @param auth_form Form to put our data into. If not specified, there must be only one form on the login page, otherwise proc will throw an error. @return ns_set of headers containing authentication data Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -N -r1.113 -r1.114 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 30 Jun 2018 18:11:24 -0000 1.113 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 30 Jun 2018 21:08:42 -0000 1.114 @@ -1664,8 +1664,8 @@ } { return the url of this node_id - @notrailing If true then strip any - trailing slash ('/'). This means the empty string is returned for the root. + @param notrailing If true then strip any trailing slash ('/'). + This means the empty string is returned for the root. } { set url [::xo::site_node get_url -node_id $node_id] if { $notrailing_p } { Index: openacs-4/packages/assessment/tcl/as-assessment-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-assessment-procs.tcl,v diff -u -N -r1.40 -r1.41 --- openacs-4/packages/assessment/tcl/as-assessment-procs.tcl 15 Jun 2018 23:11:09 -0000 1.40 +++ openacs-4/packages/assessment/tcl/as-assessment-procs.tcl 30 Jun 2018 21:08:42 -0000 1.41 @@ -606,8 +606,9 @@ ad_proc -private as::assessment::title { -title } { - @annyflores@viaro.net Remove html tags from assessment title + + @author Anny Flores (annyflores@viaro.net) } { regsub -all {\<[a-zA-Z]*\>} $title "" title Index: openacs-4/packages/assessment/www/asm-admin/unsubscribe.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/unsubscribe.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/assessment/www/asm-admin/unsubscribe.tcl 20 Jan 2018 22:38:28 -0000 1.5 +++ openacs-4/packages/assessment/www/asm-admin/unsubscribe.tcl 30 Jun 2018 21:08:42 -0000 1.6 @@ -1,12 +1,12 @@ ad_page_contract { @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @creation_date 2005-01-19 - + @creation-date 2005-01-19 + } { inter_item_check_id:naturalnum,notnull request_id:naturalnum,multiple - type_id:naturalnum,notnull + type_id:naturalnum,notnull assessment_id:naturalnum,notnull section_id:naturalnum,notnull } Index: openacs-4/packages/calendar/www/cal-options.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/cal-options.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/calendar/www/cal-options.tcl 7 Aug 2017 23:48:05 -0000 1.12 +++ openacs-4/packages/calendar/www/cal-options.tcl 30 Jun 2018 21:08:42 -0000 1.13 @@ -1,9 +1,9 @@ ad_page_contract { - + List all the calendars for which the user has the read privilege. - + @author Dirk Gomez (openacs@dirkgomez.de) - @authorr Gary Jin (gjin@arsdigita.com) + @author Gary Jin (gjin@arsdigita.com) @author Ben Adida (ben@openforce.net) @creation-date Dec 14, 2000, May 29th, 2002 @cvs-id $Id$ Index: openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl,v diff -u -N -r1.84 -r1.85 --- openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 23 Mar 2018 23:53:01 -0000 1.84 +++ openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 30 Jun 2018 21:08:42 -0000 1.85 @@ -117,7 +117,7 @@ } { Add the calendar applet to a specific dotlrn community - @params community_id + @param community_id } { # # ** setup stuff ** Index: openacs-4/packages/faq-portlet/www/faq-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq-portlet/www/faq-portlet.tcl,v diff -u -N -r1.21 -r1.22 --- openacs-4/packages/faq-portlet/www/faq-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.21 +++ openacs-4/packages/faq-portlet/www/faq-portlet.tcl 30 Jun 2018 21:08:42 -0000 1.22 @@ -19,7 +19,7 @@ ad_page_contract { The logic for the faq portlet. - @creation-user Arjun Sanyal (arjun@openforce.net) + @author Arjun Sanyal (arjun@openforce.net) @cvs-id $Id$ } -query { } @@ -55,7 +55,7 @@ set url [dict get $node url] set parent_node [site_node::get -node_id [dict get $node parent_id]] set parent_name [acs_object_name [dict get $parent_node object_id]] - + set faq_url [export_vars -base "${url}one-faq" {faq_id}] }