Index: openacs-4/packages/acs-admin/www/auth/login-attempts-reset.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/login-attempts-reset.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-admin/www/auth/login-attempts-reset.tcl 1 Mar 2018 15:28:39 -0000 1.1 +++ openacs-4/packages/acs-admin/www/auth/login-attempts-reset.tcl 29 Jun 2018 17:27:18 -0000 1.2 @@ -3,7 +3,7 @@ @author Günter Ernst (guenter.ernst@wu.ac.at) @creation-date 2018-02-19 - @cvs-id: $Id: + @cvs-id $Id$ } { {attempt_key:notnull,token,multiple} } Index: openacs-4/packages/acs-admin/www/auth/login-attempts.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/login-attempts.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-admin/www/auth/login-attempts.tcl 1 Mar 2018 15:28:39 -0000 1.1 +++ openacs-4/packages/acs-admin/www/auth/login-attempts.tcl 29 Jun 2018 17:27:18 -0000 1.2 @@ -3,7 +3,7 @@ @author Günter Ernst (guenter.ernst@wu.ac.at) @creation-date 2018-02-19 - @cvs-id $Id: + @cvs-id $Id$ } set page_title "Login Attempts" Index: openacs-4/packages/acs-admin/www/users/password-update.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/password-update.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-admin/www/users/password-update.tcl 27 Jun 2018 16:43:34 -0000 1.6 +++ openacs-4/packages/acs-admin/www/users/password-update.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -1,7 +1,7 @@ ad_page_contract { - Let's the admin change a user's password. + Lets the admin change a user's password. - @version $Id$ + @cvs-id $Id$ } { {user_id:naturalnum,notnull} {return_url:localurl ""} Index: openacs-4/packages/acs-authentication/tcl/authentication-procs-aolserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs-aolserver.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-authentication/tcl/authentication-procs-aolserver.tcl 9 May 2018 15:33:28 -0000 1.3 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs-aolserver.tcl 29 Jun 2018 17:27:18 -0000 1.4 @@ -5,7 +5,7 @@ @author Guenter Ernst (guenter.ernst@wu.ac.at) @creation-date 28 Feb 2018 - @cvs-id $Id: + @cvs-id $Id$ } if {[ns_info name] eq "NaviServer"} { Index: openacs-4/packages/acs-authentication/tcl/authentication-procs-naviserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs-naviserver.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-authentication/tcl/authentication-procs-naviserver.tcl 9 May 2018 15:33:28 -0000 1.3 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs-naviserver.tcl 29 Jun 2018 17:27:18 -0000 1.4 @@ -5,7 +5,7 @@ @author Guenter Ernst (guenter.ernst@wu.ac.at) @creation-date 28 Feb 2018 - @cvs-id $Id: + @cvs-id $Id$ } Index: openacs-4/packages/acs-subsite/www/admin/site-map/allow-for-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/allow-for-view.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-subsite/www/admin/site-map/allow-for-view.tcl 29 Mar 2018 23:21:15 -0000 1.7 +++ openacs-4/packages/acs-subsite/www/admin/site-map/allow-for-view.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -1,7 +1,7 @@ ad_page_contract { Ask for confirmation for view on public site_map @author Viaro Networks (vivian@viaro.net) - @cvs-id $id: + @cvs-id $Id$ } { checkbox:integer,multiple,optional Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.57 -r1.58 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 9 May 2018 15:33:29 -0000 1.57 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 29 Jun 2018 17:27:18 -0000 1.58 @@ -811,7 +811,7 @@ Trim the leading zeroes from the value, but preserve the value as "0" if it is "00" - @see: util::trim_leading_zeros + @see util::trim_leading_zeros } { return [util::trim_leading_zeros $value] } Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.63 -r1.64 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 21 May 2018 16:40:47 -0000 1.63 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 29 Jun 2018 17:27:18 -0000 1.64 @@ -431,7 +431,7 @@ Here is an %example% variable. -> Here is an Erik variable. Here is an %array.variable% for you -> Here is an Oluf for you - author Christian Hvid + @author Christian Hvid } { set remaining_message $message Index: openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl 9 May 2018 15:33:29 -0000 1.7 +++ openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -169,9 +169,8 @@ @param list_name template::list list name @param allowed_elements List of element names that may appear in add - column dropdown - @parma add_url_var Name of URL variable to use to add the chosen column - @param -hidden_elements List of hidden elements that should be passed in the + column dropdown + @param add_url_var Name of URL variable to use to add the chosen column } { if {$return_url eq ""} { set return_url [ad_return_url] Index: openacs-4/packages/assessment/lib/finish.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/finish.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/assessment/lib/finish.tcl 20 Jan 2018 22:38:28 -0000 1.5 +++ openacs-4/packages/assessment/lib/finish.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -3,7 +3,7 @@ Thank user for completing assessment and provide link to results @author Timo Hentschel (timo@timohentschel.de) - @date 2005-01-20 + @creation-date 2005-01-20 } { session_id:naturalnum,notnull assessment_id:naturalnum,notnull Index: openacs-4/packages/assessment/lib/session.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/session.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/assessment/lib/session.tcl 22 May 2018 22:50:24 -0000 1.12 +++ openacs-4/packages/assessment/lib/session.tcl 29 Jun 2018 17:27:18 -0000 1.13 @@ -3,8 +3,8 @@ Show the result of a session. @author timo@timohentschel.de - @date 2004-12-24 - @cvs-id $Id: + @creation-date 2004-12-24 + @cvs-id $Id$ @param session_id } { Index: openacs-4/packages/assessment/lib/show-check-info.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/show-check-info.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/assessment/lib/show-check-info.tcl 7 Aug 2017 23:48:03 -0000 1.4 +++ openacs-4/packages/assessment/lib/show-check-info.tcl 29 Jun 2018 17:27:18 -0000 1.5 @@ -2,7 +2,7 @@ This page shows the check information to be deleted @author Anny Flores (annyflores@viaro.net) Viaro Networks - @date 2005-01-17 + @creation-date 2005-01-17 } { inter_item_check_id:naturalnum,multiple Index: openacs-4/packages/assessment/tcl/as-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-procs.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/assessment/tcl/as-item-procs.tcl 15 Jun 2018 23:11:09 -0000 1.25 +++ openacs-4/packages/assessment/tcl/as-item-procs.tcl 29 Jun 2018 17:27:18 -0000 1.26 @@ -298,7 +298,7 @@ Update the item_type of an as_item object. This could happen if you change the type of a question (as_item), and the associated as_item_type object that was related changed. @param item_type_id revision_id of as_item_type_* object - @parma as_item_id revision_id of as_item_object + @param as_item_id revision_id of as_item_object @return does not return anything interesting Index: openacs-4/packages/assessment/www/assessment-consent.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/assessment-consent.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/assessment-consent.tcl 7 Aug 2017 23:48:03 -0000 1.8 +++ openacs-4/packages/assessment/www/assessment-consent.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -3,7 +3,7 @@ Let user confirm consent string before starting assessment @author Timo Hentschel (timo@timohentschel.de) - @date 2005-01-24 + @creation-date 2005-01-24 } { session_id:naturalnum,notnull assessment_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/finish.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/finish.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/assessment/www/finish.tcl 20 Jan 2018 22:38:28 -0000 1.13 +++ openacs-4/packages/assessment/www/finish.tcl 29 Jun 2018 17:27:18 -0000 1.14 @@ -3,7 +3,7 @@ Thank user for completing assessment and provide link to results @author Timo Hentschel (timo@timohentschel.de) - @date 2005-01-20 + @creation-date 2005-01-20 } { session_id:naturalnum,notnull assessment_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/session.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/session.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/assessment/www/session.tcl 20 Jan 2018 22:38:28 -0000 1.43 +++ openacs-4/packages/assessment/www/session.tcl 29 Jun 2018 17:27:18 -0000 1.44 @@ -3,8 +3,8 @@ Show the result of a session. @author timo@timohentschel.de - @date 2004-12-24 - @cvs-id $Id: + @creation-date 2004-12-24 + @cvs-id $Id$ } { {session_id:naturalnum,notnull 0} {assessment_id:naturalnum,notnull 0} Index: openacs-4/packages/assessment/www/admin/asm-action-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/asm-action-admin.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/admin/asm-action-admin.tcl 3 Apr 2018 21:16:34 -0000 1.8 +++ openacs-4/packages/assessment/www/admin/asm-action-admin.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -1,8 +1,8 @@ ad_page_contract { This page admin the new actions to be used on the checks @author vivian@viaro.net Viaro Networks (www.viaro.net) - @date 07-01-2005 - @cvs-id $Id: + @creation-date 07-01-2005 + @cvs-id $Id$ } { } Index: openacs-4/packages/assessment/www/admin/asm-action-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/asm-action-delete.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/admin/asm-action-delete.tcl 3 Apr 2018 21:16:34 -0000 1.9 +++ openacs-4/packages/assessment/www/admin/asm-action-delete.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -1,8 +1,8 @@ ad_page_contract { This page delete the action @author vivian@viaro.net Viaro Networks (www.viaro.net) - @date 07-01-2005 - @cvs-id $Id: + @creation-date 07-01-2005 + @cvs-id $Id$ } { action_id:naturalnum,notnull } Index: openacs-4/packages/assessment/www/admin/asm-action-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/asm-action-new.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/assessment/www/admin/asm-action-new.tcl 3 Apr 2018 21:16:34 -0000 1.12 +++ openacs-4/packages/assessment/www/admin/asm-action-new.tcl 29 Jun 2018 17:27:18 -0000 1.13 @@ -1,8 +1,8 @@ ad_page_contract { This page admin the new actions to be used on the checks @author vivian@viaro.net Viaro Networks (www.viaro.net) - @date 07-01-2005 - @cvs-id $Id: + @creation-date 07-01-2005 + @cvs-id $Id$ } { action_id:naturalnum,optional } Index: openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl 20 Jan 2018 22:38:28 -0000 1.10 +++ openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -1,8 +1,8 @@ ad_page_contract { This page admin the parameters that receive the Tcl code defined in the action @author vivian@viaro.net Viaro Networks (www.viaro.net) - @date 07-01-2005 - @cvs-id $Id: + @creation-date 07-01-2005 + @cvs-id $Id$ } { action_id:naturalnum,notnull parameter_id:naturalnum,optional Index: openacs-4/packages/assessment/www/admin/asm-action-param-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/asm-action-param-delete.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/assessment/www/admin/asm-action-param-delete.tcl 3 Apr 2018 21:16:34 -0000 1.10 +++ openacs-4/packages/assessment/www/admin/asm-action-param-delete.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -1,8 +1,8 @@ ad_page_contract { This page display the parameters that receive the actions @author vivian@viaro.net Viaro Networks (www.viaro.net) - @date 07-01-2005 - @cvs-id $Id: + @creation-date 07-01-2005 + @cvs-id $Id$ } { parameter_id:naturalnum,notnull action_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/admin/asm-action-param-list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/asm-action-param-list.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/admin/asm-action-param-list.tcl 3 Apr 2018 21:16:34 -0000 1.7 +++ openacs-4/packages/assessment/www/admin/asm-action-param-list.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -1,8 +1,8 @@ ad_page_contract { This page display the parameters that receive the actions @author vivian@viaro.net Viaro Networks (www.viaro.net) - @date 07-01-2005 - @cvs-id $Id: + @creation-date 07-01-2005 + @cvs-id $Id$ } { } Index: openacs-4/packages/assessment/www/admin/set-reg-assessment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/set-reg-assessment.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/assessment/www/admin/set-reg-assessment.tcl 20 Jan 2018 22:38:28 -0000 1.5 +++ openacs-4/packages/assessment/www/admin/set-reg-assessment.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -3,7 +3,7 @@ @author Vivian Hernandez (vivian@viaro.net) Viaro Networks (www.viaro.net) @creation-date 2005-01-20 - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,optional } Index: openacs-4/packages/assessment/www/asm-admin/action-params.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/action-params.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/assessment/www/asm-admin/action-params.tcl 9 May 2018 15:33:29 -0000 1.13 +++ openacs-4/packages/assessment/www/asm-admin/action-params.tcl 29 Jun 2018 17:27:18 -0000 1.14 @@ -1,7 +1,7 @@ ad_page_contract { @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @date 2005-01-07 + @creation-date 2005-01-07 This page allows to add branches or actions to the question and its choices. } { Index: openacs-4/packages/assessment/www/asm-admin/action-select.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/action-select.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/assessment/www/asm-admin/action-select.tcl 20 Jan 2018 22:38:28 -0000 1.11 +++ openacs-4/packages/assessment/www/asm-admin/action-select.tcl 29 Jun 2018 17:27:18 -0000 1.12 @@ -1,7 +1,7 @@ ad_page_contract { @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @date 2005-01-07 + @creation-date 2005-01-07 This page allows to relate an action to the check. } { Index: openacs-4/packages/assessment/www/asm-admin/add-edit-check.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/add-edit-check.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/assessment/www/asm-admin/add-edit-check.tcl 20 Jan 2018 22:38:28 -0000 1.11 +++ openacs-4/packages/assessment/www/asm-admin/add-edit-check.tcl 29 Jun 2018 17:27:18 -0000 1.12 @@ -1,7 +1,7 @@ ad_page_contract { @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @date 2005-01-07 + @creation-date 2005-01-07 This page allows to add branches or actions to the question and its choices. } { Index: openacs-4/packages/assessment/www/asm-admin/admin-request.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/admin-request.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/asm-admin/admin-request.tcl 28 Jun 2018 12:07:49 -0000 1.8 +++ openacs-4/packages/assessment/www/asm-admin/admin-request.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -1,13 +1,12 @@ ad_page_contract { @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @creation_date 2005-01-17 - + @creation-date 2005-01-17 + } { {assessment:optional ""} {interval:optional ""} {date:optional ""} {state:optional ""} - } -properties { context } Index: openacs-4/packages/assessment/www/asm-admin/approve-check.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/approve-check.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/assessment/www/asm-admin/approve-check.tcl 20 Jan 2018 22:38:28 -0000 1.5 +++ openacs-4/packages/assessment/www/asm-admin/approve-check.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -1,7 +1,7 @@ ad_page_contract { This page deletes checks @author Anny Flores (annyflores@viaro.net) Viaro Networks - @date 2005-01-17 + @creation-date 2005-01-17 } { action_log_id:naturalnum,multiple d_assessment Index: openacs-4/packages/assessment/www/asm-admin/assessment-copy.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/assessment-copy.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/asm-admin/assessment-copy.tcl 7 Aug 2017 23:48:04 -0000 1.8 +++ openacs-4/packages/assessment/www/asm-admin/assessment-copy.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -2,7 +2,7 @@ Confirmation form to copy an assessment. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull } -properties { Index: openacs-4/packages/assessment/www/asm-admin/assessment-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/assessment-delete.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/asm-admin/assessment-delete.tcl 7 Aug 2017 23:48:04 -0000 1.7 +++ openacs-4/packages/assessment/www/asm-admin/assessment-delete.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -2,7 +2,7 @@ Confirmation form to remove an assessment. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull } -properties { Index: openacs-4/packages/assessment/www/asm-admin/assessment-form.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/assessment-form.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/assessment/www/asm-admin/assessment-form.tcl 7 Aug 2017 23:48:04 -0000 1.18 +++ openacs-4/packages/assessment/www/asm-admin/assessment-form.tcl 29 Jun 2018 17:27:18 -0000 1.19 @@ -2,7 +2,7 @@ Form to add/edit an assessment. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,optional {__new_p:boolean 0} Index: openacs-4/packages/assessment/www/asm-admin/catalog-browse.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/catalog-browse.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/assessment/www/asm-admin/catalog-browse.tcl 7 Aug 2017 23:48:04 -0000 1.11 +++ openacs-4/packages/assessment/www/asm-admin/catalog-browse.tcl 29 Jun 2018 17:27:18 -0000 1.12 @@ -6,8 +6,8 @@ @param section_id integer specifying section @author timo@timohentschel.de - @date 2004-12-08 - @cvs-id $Id: + @creation-date 2004-12-08 + @cvs-id $Id$ } { assessment_id:naturalnum,notnull {section_id:naturalnum,optional} Index: openacs-4/packages/assessment/www/asm-admin/catalog-item-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/catalog-item-add.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/asm-admin/catalog-item-add.tcl 7 Aug 2017 23:48:04 -0000 1.8 +++ openacs-4/packages/assessment/www/asm-admin/catalog-item-add.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -7,8 +7,8 @@ @param as_item_id list of integers specifying items @author timo@timohentschel.de - @date 2004-12-08 - @cvs-id $Id: + @creation-date 2004-12-08 + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/catalog-search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/catalog-search.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/asm-admin/catalog-search.tcl 7 Aug 2017 23:48:04 -0000 1.6 +++ openacs-4/packages/assessment/www/asm-admin/catalog-search.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -6,8 +6,8 @@ @param section_id integer specifying section @author timo@timohentschel.de - @date 2004-12-08 - @cvs-id $Id: + @creation-date 2004-12-08 + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,optional Index: openacs-4/packages/assessment/www/asm-admin/catalog-section-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/catalog-section-add.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/asm-admin/catalog-section-add.tcl 7 Aug 2017 23:48:04 -0000 1.6 +++ openacs-4/packages/assessment/www/asm-admin/catalog-section-add.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -6,8 +6,8 @@ @param section_id list of integers specifying sections @author timo@timohentschel.de - @date 2004-12-08 - @cvs-id $Id: + @creation-date 2004-12-08 + @cvs-id $Id$ } { assessment_id:naturalnum,notnull after:integer Index: openacs-4/packages/assessment/www/asm-admin/checks-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/checks-admin.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/assessment/www/asm-admin/checks-admin.tcl 7 Aug 2017 23:48:04 -0000 1.11 +++ openacs-4/packages/assessment/www/asm-admin/checks-admin.tcl 29 Jun 2018 17:27:18 -0000 1.12 @@ -3,7 +3,7 @@ This page allows to add branches or actions to the question and its choices. @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @date 2005-01-07 + @creation-date 2005-01-07 } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/checks-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/checks-delete.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/checks-delete.tcl 20 Jan 2018 22:38:28 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/checks-delete.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -1,7 +1,7 @@ ad_page_contract { This page deletes checks @author Anny Flores (annyflores@viaro.net) Viaro Networks - @date 2005-01-17 + @creation-date 2005-01-17 } { inter_item_check_id:naturalnum,multiple section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/confirm-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/confirm-delete.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/assessment/www/asm-admin/confirm-delete.tcl 20 Jan 2018 22:38:28 -0000 1.10 +++ openacs-4/packages/assessment/www/asm-admin/confirm-delete.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -1,7 +1,7 @@ ad_page_contract { This page deletes checks @author Anny Flores (annyflores@viaro.net) Viaro Networks - @date 2005-01-17 + @creation-date 2005-01-17 } { inter_item_check_id:naturalnum,multiple section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-display-cb.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-display-cb.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/item-add-display-cb.tcl 7 Aug 2017 23:48:04 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-add-display-cb.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Form to add an item with checkbox display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-display-rb.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-display-rb.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/item-add-display-rb.tcl 7 Aug 2017 23:48:04 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-add-display-rb.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Form to add an item with radiobutton display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-display-sa.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-display-sa.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/asm-admin/item-add-display-sa.tcl 7 Aug 2017 23:48:04 -0000 1.7 +++ openacs-4/packages/assessment/www/asm-admin/item-add-display-sa.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -2,7 +2,7 @@ Form to add an item with shortanswer display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-display-sb.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-display-sb.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/assessment/www/asm-admin/item-add-display-sb.tcl 7 Aug 2017 23:48:04 -0000 1.10 +++ openacs-4/packages/assessment/www/asm-admin/item-add-display-sb.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -2,7 +2,7 @@ Form to add an item with selectbox display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-display-ta.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-display-ta.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/item-add-display-ta.tcl 7 Aug 2017 23:48:04 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-add-display-ta.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Form to add an item with textarea display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-display-tb.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-display-tb.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/item-add-display-tb.tcl 7 Aug 2017 23:48:04 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-add-display-tb.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Form to add an item with textbox display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-fu.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-fu.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/assessment/www/asm-admin/item-add-fu.tcl 7 Aug 2017 23:48:04 -0000 1.4 +++ openacs-4/packages/assessment/www/asm-admin/item-add-fu.tcl 29 Jun 2018 17:27:18 -0000 1.5 @@ -2,7 +2,7 @@ Form to add a short answer item. @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @creation date 2005-06-23 + @creation-date 2005-06-23 } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-mc-choices.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-mc-choices.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/assessment/www/asm-admin/item-add-mc-choices.tcl 25 Apr 2018 09:26:33 -0000 1.14 +++ openacs-4/packages/assessment/www/asm-admin/item-add-mc-choices.tcl 29 Jun 2018 17:27:18 -0000 1.15 @@ -2,7 +2,7 @@ Form to add the choice data of a multiple choice item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-mc-existing.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-mc-existing.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/asm-admin/item-add-mc-existing.tcl 7 Aug 2017 23:48:04 -0000 1.6 +++ openacs-4/packages/assessment/www/asm-admin/item-add-mc-existing.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -2,7 +2,7 @@ Form to add a multiple choice item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-mc.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-mc.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/assessment/www/asm-admin/item-add-mc.tcl 3 May 2018 19:55:27 -0000 1.13 +++ openacs-4/packages/assessment/www/asm-admin/item-add-mc.tcl 29 Jun 2018 17:27:18 -0000 1.14 @@ -2,7 +2,7 @@ Form to add a multiple choice item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-oq.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-oq.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/item-add-oq.tcl 25 Jan 2018 12:16:34 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-add-oq.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Form to add an open question item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add-sa.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add-sa.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/asm-admin/item-add-sa.tcl 7 Aug 2017 23:48:04 -0000 1.7 +++ openacs-4/packages/assessment/www/asm-admin/item-add-sa.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -2,7 +2,7 @@ Form to add a short answer item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-add.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/assessment/www/asm-admin/item-add.tcl 25 Apr 2018 09:26:33 -0000 1.26 +++ openacs-4/packages/assessment/www/asm-admin/item-add.tcl 29 Jun 2018 17:27:18 -0000 1.27 @@ -2,7 +2,7 @@ Form to add an item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-copy.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-copy.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/asm-admin/item-copy.tcl 7 Aug 2017 23:48:04 -0000 1.7 +++ openacs-4/packages/assessment/www/asm-admin/item-copy.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -2,7 +2,7 @@ Confirmation form to copy an item of a section. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-create-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-create-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/assessment/www/asm-admin/item-create-2.tcl 20 Jan 2018 22:38:28 -0000 1.5 +++ openacs-4/packages/assessment/www/asm-admin/item-create-2.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -3,7 +3,7 @@ Form for creating a specific type of item @author nperper@it.uc3m.es - @date July 20, 2004 + @creation-date July 20, 2004 } { {as_item_id1:integer ""} {item_type:html} Index: openacs-4/packages/assessment/www/asm-admin/item-create.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-create.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/assessment/www/asm-admin/item-create.tcl 20 Jan 2018 22:38:28 -0000 1.4 +++ openacs-4/packages/assessment/www/asm-admin/item-create.tcl 29 Jun 2018 17:27:18 -0000 1.5 @@ -3,7 +3,7 @@ Form for creating an item. @author nperper@it.uc3m.es - @date September 14, 2004 + @creation-date September 14, 2004 } -properties { context:onevalue as_items__title:onevalue Index: openacs-4/packages/assessment/www/asm-admin/item-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-delete.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/item-delete.tcl 7 Aug 2017 23:48:04 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-delete.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Confirmation form to remove an item from a section. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-display-cb.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-display-cb.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/item-edit-display-cb.tcl 7 Aug 2017 23:48:04 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-display-cb.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Form to edit an item with checkbox display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-display-f.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-display-f.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/assessment/www/asm-admin/item-edit-display-f.tcl 7 Aug 2017 23:48:04 -0000 1.5 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-display-f.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -2,7 +2,7 @@ Form to edit an item with shortanswer display. @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-display-rb.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-display-rb.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/item-edit-display-rb.tcl 7 Aug 2017 23:48:04 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-display-rb.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Form to edit an item with radiobutton display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-display-sa.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-display-sa.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/asm-admin/item-edit-display-sa.tcl 7 Aug 2017 23:48:04 -0000 1.7 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-display-sa.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -2,7 +2,7 @@ Form to edit an item with shortanswer display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-display-sb.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-display-sb.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/assessment/www/asm-admin/item-edit-display-sb.tcl 7 Aug 2017 23:48:04 -0000 1.12 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-display-sb.tcl 29 Jun 2018 17:27:18 -0000 1.13 @@ -2,7 +2,7 @@ Form to edit an item with selectbox display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-display-ta.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-display-ta.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/asm-admin/item-edit-display-ta.tcl 7 Aug 2017 23:48:04 -0000 1.8 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-display-ta.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -2,7 +2,7 @@ Form to edit an item with textarea display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-display-tb.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-display-tb.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/asm-admin/item-edit-display-tb.tcl 7 Aug 2017 23:48:04 -0000 1.8 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-display-tb.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -2,7 +2,7 @@ Form to edit an item with textbox display. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-general.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-general.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/assessment/www/asm-admin/item-edit-general.tcl 25 Apr 2018 09:26:33 -0000 1.25 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-general.tcl 29 Jun 2018 17:27:18 -0000 1.26 @@ -2,7 +2,7 @@ Form to edit an item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-delete.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-delete.tcl 20 Jan 2018 22:38:28 -0000 1.8 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-delete.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -6,7 +6,7 @@ @author timo@timohentschel.de - @cvs-id $Id: item-swap.tcl + @cvs-id $Id$ } { assessment_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-swap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-swap.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-swap.tcl 20 Jan 2018 22:38:28 -0000 1.7 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-swap.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -7,7 +7,7 @@ @author timo@timohentschel.de - @cvs-id $Id: item-swap.tcl + @cvs-id $Id$ } { assessment_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices.tcl 25 Apr 2018 09:26:33 -0000 1.12 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices.tcl 29 Jun 2018 17:27:18 -0000 1.13 @@ -2,7 +2,7 @@ Form to edit the choice data of a multiple choice item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-mc-existing.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-mc-existing.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/asm-admin/item-edit-mc-existing.tcl 7 Aug 2017 23:48:04 -0000 1.6 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-mc-existing.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -2,7 +2,7 @@ Form to edit a multiple choice item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-mc.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-mc.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/assessment/www/asm-admin/item-edit-mc.tcl 3 May 2018 19:55:27 -0000 1.15 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-mc.tcl 29 Jun 2018 17:27:18 -0000 1.16 @@ -2,7 +2,7 @@ Form to edit a multiple choice item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-oq.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-oq.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/assessment/www/asm-admin/item-edit-oq.tcl 25 Jan 2018 12:16:34 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-oq.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Form to edit an open question item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit-sa.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-sa.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/asm-admin/item-edit-sa.tcl 7 Aug 2017 23:48:04 -0000 1.8 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-sa.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -2,7 +2,7 @@ Form to edit a short answer item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/assessment/www/asm-admin/item-edit.tcl 7 Aug 2017 23:48:04 -0000 1.15 +++ openacs-4/packages/assessment/www/asm-admin/item-edit.tcl 29 Jun 2018 17:27:18 -0000 1.16 @@ -2,7 +2,7 @@ Form to edit an item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/item-swap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-swap.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/asm-admin/item-swap.tcl 7 Aug 2017 23:48:04 -0000 1.7 +++ openacs-4/packages/assessment/www/asm-admin/item-swap.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -7,7 +7,7 @@ @author timo@timohentschel.de - @cvs-id $Id: item-swap.tcl + @cvs-id $Id$ } { assessment_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/one-a.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/one-a.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/assessment/www/asm-admin/one-a.tcl 7 Aug 2017 23:48:04 -0000 1.16 +++ openacs-4/packages/assessment/www/asm-admin/one-a.tcl 29 Jun 2018 17:27:18 -0000 1.17 @@ -5,8 +5,8 @@ @param assessment_id integer specifying assessment @author timo@timohentschel.de - @date September 28, 2004 - @cvs-id $Id: + @creation-date September 28, 2004 + @cvs-id $Id$ } { assessment_id:naturalnum,notnull {context ""} Index: openacs-4/packages/assessment/www/asm-admin/one-section.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/one-section.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/assessment/www/asm-admin/one-section.tcl 7 Aug 2017 23:48:04 -0000 1.4 +++ openacs-4/packages/assessment/www/asm-admin/one-section.tcl 29 Jun 2018 17:27:18 -0000 1.5 @@ -6,7 +6,7 @@ @param section_id integer specifying section @author vinod@solutiongrove.com - @date October 28, 2006 + @creation-date October 28, 2006 } { assessment_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/questions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/questions.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/asm-admin/questions.tcl 7 Aug 2017 23:48:04 -0000 1.6 +++ openacs-4/packages/assessment/www/asm-admin/questions.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -5,7 +5,7 @@ @param assessment_id integer specifying assessment @author vinod@solutiongrove.com - @date January 15, 2007 + @creation-date January 15, 2007 } { assessment_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/results-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/results-edit.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/asm-admin/results-edit.tcl 7 Aug 2017 23:48:04 -0000 1.6 +++ openacs-4/packages/assessment/www/asm-admin/results-edit.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -2,7 +2,7 @@ Form to edit the points awarded to an item response. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { session_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/results-export.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/results-export.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/assessment/www/asm-admin/results-export.tcl 22 Sep 2017 13:47:14 -0000 1.16 +++ openacs-4/packages/assessment/www/asm-admin/results-export.tcl 29 Jun 2018 17:27:18 -0000 1.17 @@ -2,7 +2,7 @@ Export assessment responses as csv file. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull } -properties { Index: openacs-4/packages/assessment/www/asm-admin/results-session.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/results-session.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/assessment/www/asm-admin/results-session.tcl 7 Aug 2017 23:48:04 -0000 1.10 +++ openacs-4/packages/assessment/www/asm-admin/results-session.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -3,8 +3,8 @@ Show the result of a session and provide links to edit the points. @author timo@timohentschel.de - @date 2005-02-16 - @cvs-id $Id: + @creation-date 2005-02-16 + @cvs-id $Id$ } { session_id:naturalnum,notnull } -properties { Index: openacs-4/packages/assessment/www/asm-admin/save-answer-set.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/save-answer-set.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/assessment/www/asm-admin/save-answer-set.tcl 7 Aug 2017 23:48:04 -0000 1.4 +++ openacs-4/packages/assessment/www/asm-admin/save-answer-set.tcl 29 Jun 2018 17:27:18 -0000 1.5 @@ -2,7 +2,7 @@ Form to add the choice data of a multiple choice item. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull as_item_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/section-copy.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/section-copy.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/asm-admin/section-copy.tcl 7 Aug 2017 23:48:04 -0000 1.6 +++ openacs-4/packages/assessment/www/asm-admin/section-copy.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -2,7 +2,7 @@ Confirmation form to copy a section of an assessment. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/section-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/section-delete.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/asm-admin/section-delete.tcl 7 Aug 2017 23:48:04 -0000 1.8 +++ openacs-4/packages/assessment/www/asm-admin/section-delete.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -2,7 +2,7 @@ Confirmation form to remove a section from an assessment. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/section-display-form.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/section-display-form.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/asm-admin/section-display-form.tcl 7 Aug 2017 23:48:04 -0000 1.7 +++ openacs-4/packages/assessment/www/asm-admin/section-display-form.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -2,7 +2,7 @@ Form to add/edit a section display type. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,optional Index: openacs-4/packages/assessment/www/asm-admin/section-form.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/section-form.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/assessment/www/asm-admin/section-form.tcl 7 Aug 2017 23:48:04 -0000 1.12 +++ openacs-4/packages/assessment/www/asm-admin/section-form.tcl 29 Jun 2018 17:27:18 -0000 1.13 @@ -2,7 +2,7 @@ Form to add/edit a section. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { assessment_id:naturalnum,notnull section_id:naturalnum,optional Index: openacs-4/packages/assessment/www/asm-admin/section-select.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/section-select.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/asm-admin/section-select.tcl 20 Jan 2018 22:38:28 -0000 1.8 +++ openacs-4/packages/assessment/www/asm-admin/section-select.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -1,7 +1,7 @@ ad_page_contract { @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @date 2005-01-07 + @creation-date 2005-01-07 This page allows to add branches or actions to the question and its choices. } { Index: openacs-4/packages/assessment/www/asm-admin/section-swap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/section-swap.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/asm-admin/section-swap.tcl 20 Jan 2018 22:38:28 -0000 1.6 +++ openacs-4/packages/assessment/www/asm-admin/section-swap.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -7,7 +7,7 @@ @author timo@timohentschel.de - @cvs-id $Id: section-swap.tcl + @cvs-id $Id$ } { assessment_id:naturalnum,notnull Index: openacs-4/packages/assessment/www/asm-admin/swap-actions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/swap-actions.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/assessment/www/asm-admin/swap-actions.tcl 20 Jan 2018 22:38:28 -0000 1.5 +++ openacs-4/packages/assessment/www/asm-admin/swap-actions.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -1,8 +1,8 @@ ad_page_contract { - + @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) - @date-created 2005-01-13 - + @creation-date 2005-01-13 + This page allows to swap action up and down } { section_id:naturalnum,notnull Index: openacs-4/packages/assessment-portlet/www/assessment-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment-portlet/www/assessment-admin-portlet.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/assessment-portlet/www/assessment-admin-portlet.tcl 7 Aug 2017 23:48:04 -0000 1.3 +++ openacs-4/packages/assessment-portlet/www/assessment-admin-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.4 @@ -5,7 +5,7 @@ @author jopez@galileo.edu @creation-date 2004-10-06 - @cvs_id $Id$ + @cvs-id $Id$ } -properties { } Index: openacs-4/packages/assessment-portlet/www/assessment-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment-portlet/www/assessment-portlet.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/assessment-portlet/www/assessment-portlet.tcl 9 May 2018 15:33:29 -0000 1.21 +++ openacs-4/packages/assessment-portlet/www/assessment-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.22 @@ -5,7 +5,7 @@ @author jopez@galileo.edu @creation-date Oct 2004 - @cvs_id $Id$ + @cvs-id $Id$ } { {page_num:naturalnum,notnull 0} } -properties { Index: openacs-4/packages/bm-portlet/www/bm-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bm-portlet/www/bm-portlet.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/bm-portlet/www/bm-portlet.tcl 7 Aug 2017 23:48:04 -0000 1.7 +++ openacs-4/packages/bm-portlet/www/bm-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -20,7 +20,7 @@ @author yon (yon@openforce.net) @creation-date 2002-05-13 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { Index: openacs-4/packages/bug-tracker/www/map-patch-to-bugs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/map-patch-to-bugs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/bug-tracker/www/map-patch-to-bugs.tcl 7 Apr 2018 11:27:06 -0000 1.14 +++ openacs-4/packages/bug-tracker/www/map-patch-to-bugs.tcl 29 Jun 2018 17:27:18 -0000 1.15 @@ -2,7 +2,7 @@ Page for viewing and editing one patch. @author Peter Marklund (peter@collaboraid.biz) - @date 2002-09-04 + @creation-date 2002-09-04 @cvs-id $Id$ } { patch_number:integer,notnull Index: openacs-4/packages/bug-tracker/www/patch-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch-add.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/bug-tracker/www/patch-add.tcl 29 May 2016 10:50:02 -0000 1.19 +++ openacs-4/packages/bug-tracker/www/patch-add.tcl 29 Jun 2018 17:27:18 -0000 1.20 @@ -5,7 +5,7 @@ that the patch covers can be chosen. @author Peter Marklund (peter@collaboraid.biz) - @date 2002-09-10 + @creation-date 2002-09-10 @cvs-id $Id$ } { bug_number:integer,optional Index: openacs-4/packages/bug-tracker/www/patch-list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch-list.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/bug-tracker/www/patch-list.tcl 10 Nov 2015 10:35:48 -0000 1.10 +++ openacs-4/packages/bug-tracker/www/patch-list.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -3,7 +3,7 @@ project. @author Peter Marklund (peter@collaboraid.biz) - @date 2002-09-10 + @creation-date 2002-09-10 @cvs-id $Id$ } { {component_id:naturalnum,optional} Index: openacs-4/packages/bug-tracker/www/patch.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch.tcl,v diff -u -r1.32 -r1.33 --- openacs-4/packages/bug-tracker/www/patch.tcl 7 Apr 2018 11:27:06 -0000 1.32 +++ openacs-4/packages/bug-tracker/www/patch.tcl 29 Jun 2018 17:27:18 -0000 1.33 @@ -2,7 +2,7 @@ Page for viewing and editing one patch. @author Peter Marklund (peter@collaboraid.biz) - @date 2002-09-04 + @creation-date 2002-09-04 @cvs-id $Id$ } { patch_number:naturalnum,notnull Index: openacs-4/packages/bug-tracker/www/unmap-patch-from-bug.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/unmap-patch-from-bug.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/bug-tracker/www/unmap-patch-from-bug.tcl 7 Apr 2018 11:27:06 -0000 1.6 +++ openacs-4/packages/bug-tracker/www/unmap-patch-from-bug.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -2,7 +2,7 @@ Unmapping a patch from a bug. @author Peter Marklund (peter@collaboraid.biz) - @date 2002-09-06 + @creation-date 2002-09-06 @cvs-id $Id$ } { patch_number:integer,notnull Index: openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl 7 Aug 2017 23:48:05 -0000 1.4 +++ openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl 29 Jun 2018 17:27:18 -0000 1.5 @@ -7,7 +7,7 @@ @author Dirk Gomez (openacs@dirkgomez.de) @creation-date Feb 19, 2004 - @cvs-id $Id: + @cvs-id $Id$ } ad_proc -deprecated calendar_have_private_p { Index: openacs-4/packages/calendar-includelet/lib/calendar-admin-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-includelet/lib/calendar-admin-includelet.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/calendar-includelet/lib/calendar-admin-includelet.tcl 8 Sep 2008 20:13:37 -0000 1.5 +++ openacs-4/packages/calendar-includelet/lib/calendar-admin-includelet.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -3,7 +3,7 @@ @author Arjun Sanyal (arjun@openforce.net) @author Ben Adida (ben@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } { {period_days:optional} } -properties { Index: openacs-4/packages/calendar-includelet/lib/calendar-full-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-includelet/lib/calendar-full-includelet.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/calendar-includelet/lib/calendar-full-includelet.tcl 23 Apr 2018 15:35:00 -0000 1.6 +++ openacs-4/packages/calendar-includelet/lib/calendar-full-includelet.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -2,7 +2,7 @@ The display logic for the calendar portlet @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } { {view ""} {page_num ""} Index: openacs-4/packages/calendar-includelet/lib/calendar-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-includelet/lib/calendar-includelet.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/calendar-includelet/lib/calendar-includelet.tcl 23 Apr 2018 15:35:00 -0000 1.6 +++ openacs-4/packages/calendar-includelet/lib/calendar-includelet.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -2,7 +2,7 @@ The display logic for the calendar includelet @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } { {view ""} {page_num ""} Index: openacs-4/packages/calendar-includelet/lib/calendar-list-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-includelet/lib/calendar-list-includelet.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/calendar-includelet/lib/calendar-list-includelet.tcl 8 Sep 2008 20:13:37 -0000 1.4 +++ openacs-4/packages/calendar-includelet/lib/calendar-list-includelet.tcl 29 Jun 2018 17:27:18 -0000 1.5 @@ -2,7 +2,7 @@ The display logic for the calendar includelet @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } { {view ""} {page_num ""} Index: openacs-4/packages/calendar-includelet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-includelet/tcl/apm-callback-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/calendar-includelet/tcl/apm-callback-procs.tcl 30 Jul 2008 11:50:21 -0000 1.1 +++ openacs-4/packages/calendar-includelet/tcl/apm-callback-procs.tcl 29 Jun 2018 17:27:18 -0000 1.2 @@ -6,7 +6,7 @@ @creation-date 2003-12-31 @author Don Baccus - @cvs-id + @cvs-id $Id$ } namespace eval calendar_includelet::install {} Index: openacs-4/packages/calendar-portlet/www/calendar-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-admin-portlet.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/calendar-portlet/www/calendar-admin-portlet.tcl 7 Aug 2017 23:48:05 -0000 1.5 +++ openacs-4/packages/calendar-portlet/www/calendar-admin-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -20,7 +20,7 @@ @author Arjun Sanyal (arjun@openforce.net) @author Ben Adida (ben@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } { {period_days:optional} } -properties { Index: openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl 23 Apr 2018 14:19:14 -0000 1.43 +++ openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.44 @@ -19,7 +19,7 @@ The display logic for the calendar portlet @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } { {view ""} {page_num:naturalnum 0} Index: openacs-4/packages/calendar-portlet/www/calendar-list-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-list-portlet.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/calendar-portlet/www/calendar-list-portlet.tcl 23 Apr 2018 14:19:14 -0000 1.18 +++ openacs-4/packages/calendar-portlet/www/calendar-list-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.19 @@ -17,7 +17,7 @@ The display logic for the calendar portlet @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } { {view ""} {page_num:naturalnum 0} Index: openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl 15 Jun 2018 12:31:39 -0000 1.38 +++ openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.39 @@ -19,7 +19,7 @@ The display logic for the calendar portlet @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } { {view ""} {page_num:naturalnum 0} Index: openacs-4/packages/categories/tcl/tagcloud-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/tagcloud-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/categories/tcl/tagcloud-procs.tcl 7 Aug 2017 23:48:05 -0000 1.6 +++ openacs-4/packages/categories/tcl/tagcloud-procs.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -1,11 +1,11 @@ # /Users/matthewburke/development/web/bitdojo/packages/categories/tcl/tagcloud-procs.tcl ad_library { - + Procs to generate a tag cloud for a given category tree. @author Matthew Burke (matt-oacs@bluedino.net) @creation-date Sun Oct 2 16:58:34 2005 - @cvs-id + @cvs-id $Id$ } Index: openacs-4/packages/categories/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/widget-procs.tcl,v diff -u -r1.29 -r1.30 --- openacs-4/packages/categories/tcl/widget-procs.tcl 28 Jun 2018 13:57:36 -0000 1.29 +++ openacs-4/packages/categories/tcl/widget-procs.tcl 29 Jun 2018 17:27:18 -0000 1.30 @@ -30,7 +30,7 @@
  • category_assign_single_p
  • category_require_category_p
  • - @author: Timo Hentschel (timo@timohentschel.de) + @author Timo Hentschel (timo@timohentschel.de) } { upvar $element_reference element Index: openacs-4/packages/categories/www/categories-browse.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/categories-browse.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/categories/www/categories-browse.tcl 7 Aug 2017 23:48:05 -0000 1.13 +++ openacs-4/packages/categories/www/categories-browse.tcl 29 Jun 2018 17:27:18 -0000 1.14 @@ -5,7 +5,7 @@ using list template, ad_dimensional and paginator. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_ids:integer,multiple {category_ids:integer,multiple,optional ""} Index: openacs-4/packages/categories/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/index.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/categories/www/index.tcl 7 Aug 2017 23:48:05 -0000 1.10 +++ openacs-4/packages/categories/www/index.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -3,7 +3,7 @@ The index page to browse category trees. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { {search_text:optional ""} } -properties { Index: openacs-4/packages/categories/www/search-result.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/search-result.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/categories/www/search-result.tcl 19 Jan 2018 14:50:04 -0000 1.5 +++ openacs-4/packages/categories/www/search-result.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -3,7 +3,7 @@ Displays matched synonyms for search string @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { query_id:naturalnum,notnull } -properties { Index: openacs-4/packages/categories/www/cadmin/category-delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-delete-2.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/categories/www/cadmin/category-delete-2.tcl 19 Jan 2018 14:50:04 -0000 1.12 +++ openacs-4/packages/categories/www/cadmin/category-delete-2.tcl 29 Jun 2018 17:27:18 -0000 1.13 @@ -3,7 +3,7 @@ Deletes a category from a category tree @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull category_id:naturalnum,multiple Index: openacs-4/packages/categories/www/cadmin/category-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-delete.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/categories/www/cadmin/category-delete.tcl 19 Jan 2018 14:50:04 -0000 1.13 +++ openacs-4/packages/categories/www/cadmin/category-delete.tcl 29 Jun 2018 17:27:18 -0000 1.14 @@ -3,7 +3,7 @@ Deletes a category @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull category_id:naturalnum,multiple Index: openacs-4/packages/categories/www/cadmin/category-form.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-form.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/categories/www/cadmin/category-form.tcl 31 Jan 2018 08:23:12 -0000 1.13 +++ openacs-4/packages/categories/www/cadmin/category-form.tcl 29 Jun 2018 17:27:18 -0000 1.14 @@ -2,7 +2,7 @@ Form to add/edit a category. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull category_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/category-link-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-add-2.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/categories/www/cadmin/category-link-add-2.tcl 19 Jan 2018 14:50:04 -0000 1.10 +++ openacs-4/packages/categories/www/cadmin/category-link-add-2.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -3,7 +3,7 @@ Let user decide about the target category to add a category link. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { link_tree_id:naturalnum,notnull category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/category-link-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-add-3.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/categories/www/cadmin/category-link-add-3.tcl 19 Jan 2018 14:50:04 -0000 1.7 +++ openacs-4/packages/categories/www/cadmin/category-link-add-3.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -3,7 +3,7 @@ Adds category links @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { link_category_id:naturalnum,multiple category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/category-link-add-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-add-4.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/categories/www/cadmin/category-link-add-4.tcl 19 Jan 2018 14:50:04 -0000 1.7 +++ openacs-4/packages/categories/www/cadmin/category-link-add-4.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -3,7 +3,7 @@ Adds bidirectional category links @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { link_category_id:naturalnum,multiple category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/category-link-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-add.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/categories/www/cadmin/category-link-add.tcl 7 Aug 2017 23:48:05 -0000 1.6 +++ openacs-4/packages/categories/www/cadmin/category-link-add.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -3,7 +3,7 @@ Let user decide from which category tree to add a category link. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { category_id:naturalnum,notnull tree_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/category-link-delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-delete-2.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/categories/www/cadmin/category-link-delete-2.tcl 19 Jan 2018 14:50:04 -0000 1.8 +++ openacs-4/packages/categories/www/cadmin/category-link-delete-2.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -3,7 +3,7 @@ Deletes category links @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { link_id:naturalnum,multiple category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/category-link-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-delete.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/categories/www/cadmin/category-link-delete.tcl 7 Aug 2017 23:48:05 -0000 1.8 +++ openacs-4/packages/categories/www/cadmin/category-link-delete.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -3,7 +3,7 @@ Ask for confirmation to delete category links @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { link_id:naturalnum,multiple category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/category-links-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-links-view.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/categories/www/cadmin/category-links-view.tcl 19 Jan 2018 14:50:04 -0000 1.10 +++ openacs-4/packages/categories/www/cadmin/category-links-view.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -3,7 +3,7 @@ Display all linked categories for a category @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { category_id:naturalnum,notnull tree_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/category-parent-change-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-parent-change-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/categories/www/cadmin/category-parent-change-2.tcl 19 Jan 2018 14:50:04 -0000 1.5 +++ openacs-4/packages/categories/www/cadmin/category-parent-change-2.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -3,7 +3,7 @@ Changes the parent category of a category. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/category-parent-change.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-parent-change.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/categories/www/cadmin/category-parent-change.tcl 7 Aug 2017 23:48:05 -0000 1.7 +++ openacs-4/packages/categories/www/cadmin/category-parent-change.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -3,7 +3,7 @@ Changes the parent category of a category. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/category-phase-in.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-phase-in.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/categories/www/cadmin/category-phase-in.tcl 19 Jan 2018 14:50:04 -0000 1.8 +++ openacs-4/packages/categories/www/cadmin/category-phase-in.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -2,7 +2,7 @@ Reactivates deprecated categories. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull category_id:naturalnum,multiple Index: openacs-4/packages/categories/www/cadmin/category-phase-out.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-phase-out.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/categories/www/cadmin/category-phase-out.tcl 19 Jan 2018 14:50:04 -0000 1.9 +++ openacs-4/packages/categories/www/cadmin/category-phase-out.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -2,7 +2,7 @@ Deprecates categories. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull category_id:naturalnum,multiple Index: openacs-4/packages/categories/www/cadmin/category-usage.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-usage.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/categories/www/cadmin/category-usage.tcl 7 Aug 2017 23:48:05 -0000 1.9 +++ openacs-4/packages/categories/www/cadmin/category-usage.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -3,7 +3,7 @@ Show all objects mapped to a category. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { category_id:naturalnum,notnull tree_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/index.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/categories/www/cadmin/index.tcl 28 Mar 2018 21:55:34 -0000 1.13 +++ openacs-4/packages/categories/www/cadmin/index.tcl 29 Jun 2018 17:27:18 -0000 1.14 @@ -4,7 +4,7 @@ presenting a list of trees the person has a permission to see/modify @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { {locale ""} } -properties { Index: openacs-4/packages/categories/www/cadmin/object-map.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/object-map.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/categories/www/cadmin/object-map.tcl 25 Feb 2018 15:05:17 -0000 1.10 +++ openacs-4/packages/categories/www/cadmin/object-map.tcl 29 Jun 2018 17:27:18 -0000 1.11 @@ -5,7 +5,7 @@ to contained objects. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { object_id:naturalnum,notnull ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/one-object.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/one-object.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/categories/www/cadmin/one-object.tcl 19 Jan 2018 14:50:04 -0000 1.11 +++ openacs-4/packages/categories/www/cadmin/one-object.tcl 29 Jun 2018 17:27:18 -0000 1.12 @@ -3,7 +3,7 @@ Deprecated page to map objects to category trees. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { object_id:naturalnum,notnull {locale ""} Index: openacs-4/packages/categories/www/cadmin/permission-manage.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/permission-manage.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/categories/www/cadmin/permission-manage.tcl 7 Aug 2017 23:48:05 -0000 1.8 +++ openacs-4/packages/categories/www/cadmin/permission-manage.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -2,7 +2,7 @@ Let the user toggle the site-wide status of a category tree. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull object_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/site-wide-status-change.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/site-wide-status-change.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/categories/www/cadmin/site-wide-status-change.tcl 19 Jan 2018 14:50:04 -0000 1.8 +++ openacs-4/packages/categories/www/cadmin/site-wide-status-change.tcl 29 Jun 2018 17:27:18 -0000 1.9 @@ -2,7 +2,7 @@ Toggle the site-wide status of a category tree. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull action:integer Index: openacs-4/packages/categories/www/cadmin/synonym-delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/synonym-delete-2.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/categories/www/cadmin/synonym-delete-2.tcl 19 Jan 2018 14:50:04 -0000 1.6 +++ openacs-4/packages/categories/www/cadmin/synonym-delete-2.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -3,7 +3,7 @@ Deletes a category synonym. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { synonym_id:naturalnum,multiple category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/synonym-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/synonym-delete.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/categories/www/cadmin/synonym-delete.tcl 7 Aug 2017 23:48:05 -0000 1.5 +++ openacs-4/packages/categories/www/cadmin/synonym-delete.tcl 29 Jun 2018 17:27:18 -0000 1.6 @@ -3,7 +3,7 @@ Deletes a synonym @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { synonym_id:naturalnum,multiple category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/synonym-form.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/synonym-form.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/categories/www/cadmin/synonym-form.tcl 7 Aug 2017 23:48:05 -0000 1.7 +++ openacs-4/packages/categories/www/cadmin/synonym-form.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -3,7 +3,7 @@ Form to add/edit a synonym. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { synonym_id:naturalnum,optional category_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/synonyms-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/synonyms-view.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/categories/www/cadmin/synonyms-view.tcl 7 Aug 2017 23:48:05 -0000 1.7 +++ openacs-4/packages/categories/www/cadmin/synonyms-view.tcl 29 Jun 2018 17:27:18 -0000 1.8 @@ -3,7 +3,7 @@ Displays list of synonyms of a category. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { category_id:naturalnum,notnull tree_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/tree-copy-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-copy-2.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/categories/www/cadmin/tree-copy-2.tcl 19 Jan 2018 14:50:04 -0000 1.9 +++ openacs-4/packages/categories/www/cadmin/tree-copy-2.tcl 29 Jun 2018 17:27:18 -0000 1.10 @@ -3,7 +3,7 @@ This page copies a category tree into another category tree @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { target_tree_id:naturalnum,notnull source_tree_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/tree-copy-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-copy-view.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/categories/www/cadmin/tree-copy-view.tcl 7 Aug 2017 23:48:05 -0000 1.6 +++ openacs-4/packages/categories/www/cadmin/tree-copy-view.tcl 29 Jun 2018 17:27:18 -0000 1.7 @@ -3,7 +3,7 @@ Displays a simple view of the source category tree for copy. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { source_tree_id:naturalnum,notnull target_tree_id:naturalnum,notnull Index: openacs-4/packages/categories/www/cadmin/tree-copy.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-copy.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/categories/www/cadmin/tree-copy.tcl 19 Jan 2018 14:50:04 -0000 1.14 +++ openacs-4/packages/categories/www/cadmin/tree-copy.tcl 29 Jun 2018 17:27:18 -0000 1.15 @@ -3,7 +3,7 @@ Let the user select a category tree which will be copied into the current category tree @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull {locale ""} Index: openacs-4/packages/categories/www/cadmin/tree-delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-delete-2.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/categories/www/cadmin/tree-delete-2.tcl 19 Jan 2018 14:50:04 -0000 1.11 +++ openacs-4/packages/categories/www/cadmin/tree-delete-2.tcl 29 Jun 2018 17:27:18 -0000 1.12 @@ -3,7 +3,7 @@ This page checks whether the category tree can be deleted and deletes it. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull {locale ""} Index: openacs-4/packages/categories/www/cadmin/tree-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-delete.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/categories/www/cadmin/tree-delete.tcl 7 Aug 2017 23:48:05 -0000 1.13 +++ openacs-4/packages/categories/www/cadmin/tree-delete.tcl 29 Jun 2018 17:27:18 -0000 1.14 @@ -3,7 +3,7 @@ This page checks whether the category tree can be deleted and asks for confirmation. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull {locale ""} Index: openacs-4/packages/categories/www/cadmin/tree-form.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-form.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/categories/www/cadmin/tree-form.tcl 7 Aug 2017 23:48:05 -0000 1.11 +++ openacs-4/packages/categories/www/cadmin/tree-form.tcl 29 Jun 2018 17:27:18 -0000 1.12 @@ -2,7 +2,7 @@ Form to add/edit a category tree. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,optional {locale ""} Index: openacs-4/packages/categories/www/cadmin/tree-map-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-map-2.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/categories/www/cadmin/tree-map-2.tcl 15 May 2018 22:17:50 -0000 1.11 +++ openacs-4/packages/categories/www/cadmin/tree-map-2.tcl 29 Jun 2018 17:27:18 -0000 1.12 @@ -7,7 +7,7 @@ Then assigns this subtree to the passed object (usually a package_id). @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull {category_id:naturalnum,optional ""} Index: openacs-4/packages/categories/www/cadmin/tree-map.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-map.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/categories/www/cadmin/tree-map.tcl 7 Aug 2017 23:48:05 -0000 1.11 +++ openacs-4/packages/categories/www/cadmin/tree-map.tcl 29 Jun 2018 17:27:18 -0000 1.12 @@ -3,7 +3,7 @@ Lets user select a category to map a subtree. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull {locale ""} Index: openacs-4/packages/categories/www/cadmin/tree-order-update.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-order-update.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/categories/www/cadmin/tree-order-update.tcl 9 May 2018 15:33:30 -0000 1.12 +++ openacs-4/packages/categories/www/cadmin/tree-order-update.tcl 29 Jun 2018 17:27:18 -0000 1.13 @@ -3,7 +3,7 @@ @author Timo Hentschel (timo@timohentschel.de) @author Lars Pind (lars@collaboraid.biz) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull sort_key:array Index: openacs-4/packages/categories/www/cadmin/tree-unmap-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-unmap-2.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/categories/www/cadmin/tree-unmap-2.tcl 19 Jan 2018 14:50:04 -0000 1.9 +++ openacs-4/packages/categories/www/cadmin/tree-unmap-2.tcl 29 Jun 2018 17:27:19 -0000 1.10 @@ -3,7 +3,7 @@ Unmapping a category tree from an object. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull {locale ""} Index: openacs-4/packages/categories/www/cadmin/tree-unmap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-unmap.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/categories/www/cadmin/tree-unmap.tcl 7 Aug 2017 23:48:05 -0000 1.9 +++ openacs-4/packages/categories/www/cadmin/tree-unmap.tcl 29 Jun 2018 17:27:19 -0000 1.10 @@ -3,7 +3,7 @@ Unmapping a category tree from an object. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull {locale ""} Index: openacs-4/packages/categories/www/cadmin/tree-usage.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-usage.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/categories/www/cadmin/tree-usage.tcl 15 May 2018 22:17:50 -0000 1.12 +++ openacs-4/packages/categories/www/cadmin/tree-usage.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -3,7 +3,7 @@ This page shows all the package instances mapped to a particular category tree. @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull {locale ""} Index: openacs-4/packages/categories/www/cadmin/tree-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-view.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/categories/www/cadmin/tree-view.tcl 9 May 2018 15:33:30 -0000 1.22 +++ openacs-4/packages/categories/www/cadmin/tree-view.tcl 29 Jun 2018 17:27:19 -0000 1.23 @@ -3,7 +3,7 @@ Display a category tree @author Timo Hentschel (timo@timohentschel.de) - @cvs-id $Id: + @cvs-id $Id$ } { tree_id:naturalnum,notnull {locale ""} Index: openacs-4/packages/chat-includelet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat-includelet/tcl/apm-callback-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/chat-includelet/tcl/apm-callback-procs.tcl 13 Aug 2008 23:48:28 -0000 1.1 +++ openacs-4/packages/chat-includelet/tcl/apm-callback-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -1,12 +1,12 @@ ad_library { Chat Includelet Install library - + Procedures that deal with installing, instantiating, mounting. @creation-date 2008-08-13 @author Don Baccus - @cvs-id + @cvs-id $Id$ } namespace eval chat_includelet::install {} Index: openacs-4/packages/chat-portlet/tcl/chat-admin-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat-portlet/tcl/chat-admin-portlet-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/chat-portlet/tcl/chat-admin-portlet-procs.tcl 14 Mar 2006 12:23:38 -0000 1.1 +++ openacs-4/packages/chat-portlet/tcl/chat-admin-portlet-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -20,7 +20,7 @@ @author agustin (Agustin.Lopez@uv.es) @creation-date 2004-10-10 - @version $Id: chat-admin-portlet-procs.tcl,v 0.1 2004/10/10 + @cvs-id $Id: chat-admin-portlet-procs.tcl,v 0.1 2004/10/10 } Index: openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl 14 Mar 2006 12:23:38 -0000 1.1 +++ openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -20,7 +20,7 @@ @author agustin (Agustin.Lopez@uv.es) @creation-date 2004-10-10 - @version $Id: chat-portlet-procs.tcl,v 0.1 2004/10/10 + @cvs-id $Id: chat-portlet-procs.tcl,v 0.1 2004/10/10 } Index: openacs-4/packages/chat-portlet/www/chat-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat-portlet/www/chat-admin-portlet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/chat-portlet/www/chat-admin-portlet.tcl 14 Mar 2006 12:23:38 -0000 1.1 +++ openacs-4/packages/chat-portlet/www/chat-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -19,7 +19,7 @@ @author agustin (Agustin.Lopez@uv.es) @creation-date 2004-10-10 - @version $Id: chat-admin-portlet.tcl,v 0.1 2004/10/10 + @cvs-id $Id: chat-admin-portlet.tcl,v 0.1 2004/10/10 } -properties { } Index: openacs-4/packages/chat-portlet/www/chat-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat-portlet/www/chat-portlet.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/chat-portlet/www/chat-portlet.tcl 7 Aug 2017 23:48:07 -0000 1.8 +++ openacs-4/packages/chat-portlet/www/chat-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -19,7 +19,7 @@ @author agustin (Agustin.Lopez@uv.es) @creation-date 2004-10-10 - @version $Id: chat-portlet.tcl,v 0.1 2004/10/10 + @cvs-id $Id: chat-portlet.tcl,v 0.1 2004/10/10 } -properties { context:onevalue Index: openacs-4/packages/dotlrn/www/applet-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applet-add.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/applet-add.tcl 19 Jan 2018 14:38:45 -0000 1.12 +++ openacs-4/packages/dotlrn/www/applet-add.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-10-08 - @version $Id$ + @cvs-id $Id$ } -query { applet_key {referer "applets"} Index: openacs-4/packages/dotlrn/www/applets-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applets-chunk.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/dotlrn/www/applets-chunk.tcl 7 Aug 2017 23:48:09 -0000 1.13 +++ openacs-4/packages/dotlrn/www/applets-chunk.tcl 29 Jun 2018 17:27:19 -0000 1.14 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-10-05 - @version $Id$ + @cvs-id $Id$ } -query { } Index: openacs-4/packages/dotlrn/www/applets.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applets.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/packages/dotlrn/www/applets.tcl 7 Aug 2017 23:48:09 -0000 1.20 +++ openacs-4/packages/dotlrn/www/applets.tcl 29 Jun 2018 17:27:19 -0000 1.21 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-19 - @version $Id$ + @cvs-id $Id$ } -query { } Index: openacs-4/packages/dotlrn/www/approve.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/approve.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/approve.tcl 19 Jan 2018 14:38:45 -0000 1.11 +++ openacs-4/packages/dotlrn/www/approve.tcl 29 Jun 2018 17:27:19 -0000 1.12 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-03-15 - @version $Id$ + @cvs-id $Id$ } -query { {user_id:integer,multiple ""} {community_id:integer ""} Index: openacs-4/packages/dotlrn/www/class-term-change.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/class-term-change.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/class-term-change.tcl 19 Jan 2018 14:38:45 -0000 1.4 +++ openacs-4/packages/dotlrn/www/class-term-change.tcl 29 Jun 2018 17:27:19 -0000 1.5 @@ -19,7 +19,7 @@ @author Ben Adida (ben@openforce.net) @creation-date 2001-10-05 - @version $Id$ + @cvs-id $Id$ } -query { {referer "one-community-admin"} {pretty_name ""} Index: openacs-4/packages/dotlrn/www/clone.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/clone.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/clone.tcl 7 Aug 2017 23:48:09 -0000 1.12 +++ openacs-4/packages/dotlrn/www/clone.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -18,7 +18,7 @@ clone a community @author arjun (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { {referer "one-community-admin"} } -properties { Index: openacs-4/packages/dotlrn/www/communities-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/communities-chunk.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/dotlrn/www/communities-chunk.tcl 13 Jun 2018 16:27:20 -0000 1.16 +++ openacs-4/packages/dotlrn/www/communities-chunk.tcl 29 Jun 2018 17:27:19 -0000 1.17 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Dec 07, 2001 - @version $Id$ + @cvs-id $Id$ } -query { {filter "select_all_memberships"} } -properties { Index: openacs-4/packages/dotlrn/www/communities.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/communities.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/dotlrn/www/communities.tcl 7 Aug 2017 23:48:09 -0000 1.13 +++ openacs-4/packages/dotlrn/www/communities.tcl 29 Jun 2018 17:27:19 -0000 1.14 @@ -21,7 +21,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-10 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { Index: openacs-4/packages/dotlrn/www/community-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit-2.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/dotlrn/www/community-edit-2.tcl 7 Aug 2017 23:48:09 -0000 1.22 +++ openacs-4/packages/dotlrn/www/community-edit-2.tcl 29 Jun 2018 17:27:19 -0000 1.23 @@ -18,7 +18,7 @@ A preview page for editing the community's header @author Arjun Sanyal (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { {header_font ""} {header_font_color ""} Index: openacs-4/packages/dotlrn/www/community-edit-revert.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit-revert.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/community-edit-revert.tcl 19 Jan 2018 14:38:45 -0000 1.11 +++ openacs-4/packages/dotlrn/www/community-edit-revert.tcl 29 Jun 2018 17:27:19 -0000 1.12 @@ -19,7 +19,7 @@ Revert the properties for a community @author arjun@openforce.net - @version $Id$ + @cvs-id $Id$ } -query { {referer "community-edit"} Index: openacs-4/packages/dotlrn/www/community-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/dotlrn/www/community-edit.tcl 7 Aug 2017 23:48:09 -0000 1.18 +++ openacs-4/packages/dotlrn/www/community-edit.tcl 29 Jun 2018 17:27:19 -0000 1.19 @@ -20,7 +20,7 @@ @author yon@openforce.net @creation-date 2002-05-20 - @version $Id$ + @cvs-id $Id$ } -query { {referer "one-community-admin"} Index: openacs-4/packages/dotlrn/www/community-member.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-member.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/dotlrn/www/community-member.tcl 27 Jan 2018 17:58:19 -0000 1.23 +++ openacs-4/packages/dotlrn/www/community-member.tcl 29 Jun 2018 17:27:19 -0000 1.24 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-22 - @version $Id$ + @cvs-id $Id$ } { user_id:naturalnum,notnull {community_id:naturalnum ""} Index: openacs-4/packages/dotlrn/www/community-types-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-types-chunk.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/community-types-chunk.tcl 7 Aug 2017 23:48:09 -0000 1.8 +++ openacs-4/packages/dotlrn/www/community-types-chunk.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Dec 07, 2001 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { community_types:multirow Index: openacs-4/packages/dotlrn/www/configure.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/packages/dotlrn/www/configure.tcl 19 Jan 2018 14:38:45 -0000 1.24 +++ openacs-4/packages/dotlrn/www/configure.tcl 29 Jun 2018 17:27:19 -0000 1.25 @@ -25,7 +25,7 @@ @author Arjun Sanyal (arjun@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-10-24 - @version $Id$ + @cvs-id $Id$ } Index: openacs-4/packages/dotlrn/www/control-panel.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/control-panel.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn/www/control-panel.tcl 7 Aug 2017 23:48:09 -0000 1.17 +++ openacs-4/packages/dotlrn/www/control-panel.tcl 29 Jun 2018 17:27:19 -0000 1.18 @@ -21,7 +21,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-10 - @version $Id$ + @cvs-id $Id$ } Index: openacs-4/packages/dotlrn/www/courses.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/courses.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/courses.tcl 7 Aug 2017 23:48:09 -0000 1.7 +++ openacs-4/packages/dotlrn/www/courses.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -21,7 +21,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-10 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { Index: openacs-4/packages/dotlrn/www/deregister-confirm.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/deregister-confirm.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/deregister-confirm.tcl 7 Aug 2017 23:48:09 -0000 1.7 +++ openacs-4/packages/dotlrn/www/deregister-confirm.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -19,7 +19,7 @@ @author Tracy Adams (teadams@alum.mit.edu) @creation-date 2002-29-08 - @version $Id$ + @cvs-id $Id$ } -query { {user_id:naturalnum,multiple,notnull} {community_id:integer ""} Index: openacs-4/packages/dotlrn/www/deregister.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/deregister.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/dotlrn/www/deregister.tcl 27 Mar 2018 14:32:16 -0000 1.13 +++ openacs-4/packages/dotlrn/www/deregister.tcl 29 Jun 2018 17:27:19 -0000 1.14 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-10-06 - @version $Id$ + @cvs-id $Id$ } -query { {user_id:multiple,integer ""} {community_id:integer ""} Index: openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl 25 Jun 2018 19:02:31 -0000 1.25 +++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.26 @@ -20,7 +20,7 @@ The display logic for the dotlrn main (Groups) portlet @author Arjun Sanyal (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } { } Index: openacs-4/packages/dotlrn/www/index-not-a-user.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/index-not-a-user.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/dotlrn/www/index-not-a-user.tcl 7 Aug 2017 23:48:09 -0000 1.19 +++ openacs-4/packages/dotlrn/www/index-not-a-user.tcl 29 Jun 2018 17:27:19 -0000 1.20 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Dec 11, 2001 - @version $Id$ + @cvs-id $Id$ } if { [dotlrn::user_p -user_id [ad_conn user_id]] } { Index: openacs-4/packages/dotlrn/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/index.tcl,v diff -u -r1.49 -r1.50 --- openacs-4/packages/dotlrn/www/index.tcl 7 Aug 2017 23:48:09 -0000 1.49 +++ openacs-4/packages/dotlrn/www/index.tcl 29 Jun 2018 17:27:19 -0000 1.50 @@ -19,7 +19,7 @@ @author Ben Adida (ben@openforce.net) @creation-date 2001-08-20 - @version $Id$ + @cvs-id $Id$ } -query { {filter ""} {page_num:naturalnum,notnull 0} Index: openacs-4/packages/dotlrn/www/join-policy-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/join-policy-toggle.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/join-policy-toggle.tcl 19 Jan 2018 14:38:45 -0000 1.12 +++ openacs-4/packages/dotlrn/www/join-policy-toggle.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-18 - @version $Id$ + @cvs-id $Id$ } -query { {community_id:integer ""} policy:notnull Index: openacs-4/packages/dotlrn/www/member-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add-2.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn/www/member-add-2.tcl 7 Aug 2017 23:48:09 -0000 1.17 +++ openacs-4/packages/dotlrn/www/member-add-2.tcl 29 Jun 2018 17:27:19 -0000 1.18 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-04 - @version $Id$ + @cvs-id $Id$ } -query { user_id:naturalnum,notnull {referer "one-community-admin"} Index: openacs-4/packages/dotlrn/www/member-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add-3.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/dotlrn/www/member-add-3.tcl 19 Jan 2018 14:38:45 -0000 1.16 +++ openacs-4/packages/dotlrn/www/member-add-3.tcl 29 Jun 2018 17:27:19 -0000 1.17 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-04 - @version $Id$ + @cvs-id $Id$ } -query { user_id:naturalnum,multiple,notnull rel_type Index: openacs-4/packages/dotlrn/www/member-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/dotlrn/www/member-add.tcl 7 Aug 2017 23:48:09 -0000 1.14 +++ openacs-4/packages/dotlrn/www/member-add.tcl 29 Jun 2018 17:27:19 -0000 1.15 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-04 - @version $Id$ + @cvs-id $Id$ } -query { search_text {referer "one-community-admin"} Index: openacs-4/packages/dotlrn/www/members-chunk-table.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members-chunk-table.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/dotlrn/www/members-chunk-table.tcl 19 Jan 2018 14:38:45 -0000 1.31 +++ openacs-4/packages/dotlrn/www/members-chunk-table.tcl 29 Jun 2018 17:27:19 -0000 1.32 @@ -20,7 +20,7 @@ @author arjun (arjun@openforce.net) @author yon (yon@openforce.net) @creation-date 2002-01-08 - @version $Id$ + @cvs-id $Id$ } -query { {parent_user_role:multiple,array,optional} {order "last_name"} Index: openacs-4/packages/dotlrn/www/members-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members-chunk.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/packages/dotlrn/www/members-chunk.tcl 19 Jan 2018 14:38:45 -0000 1.24 +++ openacs-4/packages/dotlrn/www/members-chunk.tcl 29 Jun 2018 17:27:19 -0000 1.25 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 08, 2002 - @version $Id$ + @cvs-id $Id$ } -query { parent_user_role:multiple,array,optional } -properties { Index: openacs-4/packages/dotlrn/www/members.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/packages/dotlrn/www/members.tcl 7 Apr 2018 18:00:33 -0000 1.38 +++ openacs-4/packages/dotlrn/www/members.tcl 29 Jun 2018 17:27:19 -0000 1.39 @@ -18,7 +18,7 @@ @author nimam (mazloumi@uni-mannheim.de) @creation-date Oct 05, 2004 - @version $Id$ + @cvs-id $Id$ } { {orderby:token,optional "last_name,asc"} Index: openacs-4/packages/dotlrn/www/my-communities.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/my-communities.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/my-communities.tcl 7 Aug 2017 23:48:09 -0000 1.12 +++ openacs-4/packages/dotlrn/www/my-communities.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Dec 07, 2001 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { communities:multirow Index: openacs-4/packages/dotlrn/www/one-community-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-admin.tcl,v diff -u -r1.32 -r1.33 --- openacs-4/packages/dotlrn/www/one-community-admin.tcl 7 Aug 2017 23:48:09 -0000 1.32 +++ openacs-4/packages/dotlrn/www/one-community-admin.tcl 29 Jun 2018 17:27:19 -0000 1.33 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-27 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { community_id:onevalue Index: openacs-4/packages/dotlrn/www/one-community-portal-configure-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-portal-configure-2.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/dotlrn/www/one-community-portal-configure-2.tcl 19 Jan 2018 14:38:45 -0000 1.14 +++ openacs-4/packages/dotlrn/www/one-community-portal-configure-2.tcl 29 Jun 2018 17:27:19 -0000 1.15 @@ -18,7 +18,7 @@ Form target for the Configuration page for an instance's portal template @author Arjun Sanyal (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } { portal_id:naturalnum,notnull return_url:localurl Index: openacs-4/packages/dotlrn/www/one-community-portal-configure.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-portal-configure.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/one-community-portal-configure.tcl 7 Aug 2017 23:48:09 -0000 1.11 +++ openacs-4/packages/dotlrn/www/one-community-portal-configure.tcl 29 Jun 2018 17:27:19 -0000 1.12 @@ -22,7 +22,7 @@ User portals are configured by the configure.tcl page. @author Arjun Sanyal (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { {referer "one-community-admin"} } Index: openacs-4/packages/dotlrn/www/one-community-type.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-type.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/dotlrn/www/one-community-type.tcl 7 Aug 2017 23:48:09 -0000 1.26 +++ openacs-4/packages/dotlrn/www/one-community-type.tcl 29 Jun 2018 17:27:19 -0000 1.27 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-10-04 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { context_bar:onevalue Index: openacs-4/packages/dotlrn/www/one-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community.tcl,v diff -u -r1.37 -r1.38 --- openacs-4/packages/dotlrn/www/one-community.tcl 7 Aug 2017 23:48:09 -0000 1.37 +++ openacs-4/packages/dotlrn/www/one-community.tcl 29 Jun 2018 17:27:19 -0000 1.38 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @author arjun (arjun@openforce.net) @creation-date 2001-10-04 - @version $Id$ + @cvs-id $Id$ } -query { {page_num:naturalnum,notnull 0} } Index: openacs-4/packages/dotlrn/www/privacy-policy-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/privacy-policy-toggle.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/privacy-policy-toggle.tcl 19 Jan 2018 14:38:45 -0000 1.6 +++ openacs-4/packages/dotlrn/www/privacy-policy-toggle.tcl 29 Jun 2018 17:27:19 -0000 1.7 @@ -19,7 +19,7 @@ @author yon (aegrumet@alum.mit.edu) @creation-date 2004-02-17 - @version $Id$ + @cvs-id $Id$ } -query { {community_id:integer ""} policy:notnull Index: openacs-4/packages/dotlrn/www/register.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/register.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/dotlrn/www/register.tcl 28 Jun 2018 12:07:49 -0000 1.21 +++ openacs-4/packages/dotlrn/www/register.tcl 29 Jun 2018 17:27:19 -0000 1.22 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-10-06 - @version $Id$ + @cvs-id $Id$ } -query { {user_id:integer ""} {community_id:integer ""} Index: openacs-4/packages/dotlrn/www/reject.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/reject.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/reject.tcl 19 Jan 2018 14:38:45 -0000 1.11 +++ openacs-4/packages/dotlrn/www/reject.tcl 29 Jun 2018 17:27:19 -0000 1.12 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-03-15 - @version $Id$ + @cvs-id $Id$ } -query { {user_id:integer,multiple ""} {community_id:integer ""} Index: openacs-4/packages/dotlrn/www/site-map.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/site-map.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/site-map.tcl 7 Aug 2017 23:48:09 -0000 1.5 +++ openacs-4/packages/dotlrn/www/site-map.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -4,7 +4,7 @@ @author Emmanuelle Raffenne (eraffenne@gmail.com) @creation-date 2008-10-16 - @version $Id$ + @cvs-id $Id$ } # Make sure user is logged in Index: openacs-4/packages/dotlrn/www/spam-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam-2.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/spam-2.tcl 30 Sep 2017 18:12:52 -0000 1.12 +++ openacs-4/packages/dotlrn/www/spam-2.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-05-13 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { subject:onevalue Index: openacs-4/packages/dotlrn/www/spam-policy-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam-policy-toggle.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/spam-policy-toggle.tcl 19 Jan 2018 14:38:45 -0000 1.6 +++ openacs-4/packages/dotlrn/www/spam-policy-toggle.tcl 29 Jun 2018 17:27:19 -0000 1.7 @@ -16,7 +16,7 @@ @author Don Baccus (dhogaza@pacifier.com) @creation-date 2002-01-18 - @version $Id$ + @cvs-id $Id$ } -query { {community_id:integer ""} policy:notnull Index: openacs-4/packages/dotlrn/www/spam.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/packages/dotlrn/www/spam.tcl 29 May 2018 08:56:41 -0000 1.38 +++ openacs-4/packages/dotlrn/www/spam.tcl 29 Jun 2018 17:27:19 -0000 1.39 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 19, 2002 - @version $Id$ + @cvs-id $Id$ } -query { {recipients:integer,multiple ""} {recipients_str ""} Index: openacs-4/packages/dotlrn/www/subcommunity-archive.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/subcommunity-archive.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/subcommunity-archive.tcl 7 Aug 2017 23:48:09 -0000 1.12 +++ openacs-4/packages/dotlrn/www/subcommunity-archive.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -18,7 +18,7 @@ Archive a group (need to rename file) @author arjun (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { {community_id:integer ""} {referer "one-community-admin"} Index: openacs-4/packages/dotlrn/www/subcommunity-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/subcommunity-new.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/dotlrn/www/subcommunity-new.tcl 7 Aug 2017 23:48:09 -0000 1.27 +++ openacs-4/packages/dotlrn/www/subcommunity-new.tcl 29 Jun 2018 17:27:19 -0000 1.28 @@ -19,7 +19,7 @@ @author arjun (arjun@openforce.net) @creation-date 2001-02-12 - @version $Id$ + @cvs-id $Id$ } -query { {referer "one-community-admin"} } -properties { Index: openacs-4/packages/dotlrn/www/subscribe-members.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/subscribe-members.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/subscribe-members.tcl 19 Jan 2018 14:38:45 -0000 1.7 +++ openacs-4/packages/dotlrn/www/subscribe-members.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -13,11 +13,11 @@ # ad_page_contract { - + Subscribe group members to a forum and set autosubscription mode - + @author Don Baccus (dhogaza@pacifier.com) - @cvs_id $Id$ + @cvs-id $Id$ } { forum_id:naturalnum,notnull community_id:naturalnum,notnull Index: openacs-4/packages/dotlrn/www/unsubscribe-members.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/unsubscribe-members.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/unsubscribe-members.tcl 19 Jan 2018 14:38:45 -0000 1.6 +++ openacs-4/packages/dotlrn/www/unsubscribe-members.tcl 29 Jun 2018 17:27:19 -0000 1.7 @@ -13,11 +13,11 @@ # ad_page_contract { - + Subscribe group members to a forum and set autosubscription mode - + @author Don Baccus (dhogaza@pacifier.com) - @cvs_id $Id$ + @cvs-id $Id$ } { forum_id:naturalnum,notnull community_id:naturalnum,notnull Index: openacs-4/packages/dotlrn/www/user-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/user-add-2.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn/www/user-add-2.tcl 7 Aug 2017 23:48:09 -0000 1.17 +++ openacs-4/packages/dotlrn/www/user-add-2.tcl 29 Jun 2018 17:27:19 -0000 1.18 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-20 - @version $Id$ + @cvs-id $Id$ } -query { user_id:naturalnum,notnull password Index: openacs-4/packages/dotlrn/www/user-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/user-add-3.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn/www/user-add-3.tcl 19 Jan 2018 14:38:45 -0000 1.15 +++ openacs-4/packages/dotlrn/www/user-add-3.tcl 29 Jun 2018 17:27:19 -0000 1.16 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-20 - @version $Id$ + @cvs-id $Id$ } -query { email message Index: openacs-4/packages/dotlrn/www/user-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/user-add.tcl,v diff -u -r1.36 -r1.37 --- openacs-4/packages/dotlrn/www/user-add.tcl 7 Aug 2017 23:48:09 -0000 1.36 +++ openacs-4/packages/dotlrn/www/user-add.tcl 29 Jun 2018 17:27:19 -0000 1.37 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-19 - @version $Id$ + @cvs-id $Id$ } -query { {type student} {can_browse_p:boolean 0} Index: openacs-4/packages/dotlrn/www/weblog-control-panel.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/weblog-control-panel.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/weblog-control-panel.tcl 7 Aug 2017 23:48:09 -0000 1.6 +++ openacs-4/packages/dotlrn/www/weblog-control-panel.tcl 29 Jun 2018 17:27:19 -0000 1.7 @@ -19,7 +19,7 @@ @author Caroline Meeks (cmeeks@mit.edu) @creation-date 2002-09-13 - @version $Id$ + @cvs-id $Id$ } set user_id [auth::require_login] Index: openacs-4/packages/dotlrn/www/weblog-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/weblog-new.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/weblog-new.tcl 28 Jun 2018 12:07:49 -0000 1.10 +++ openacs-4/packages/dotlrn/www/weblog-new.tcl 29 Jun 2018 17:27:19 -0000 1.11 @@ -19,7 +19,7 @@ @author Caroline Meeks (cmeeks@mit.edu) @creation-date 2002-09-12 - @version $Id$ + @cvs-id $Id$ } -query { {referer "control-panel"} } -validate { Index: openacs-4/packages/dotlrn/www/admin/add-instructor-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor-2.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/admin/add-instructor-2.tcl 7 Aug 2017 23:48:09 -0000 1.12 +++ openacs-4/packages/dotlrn/www/admin/add-instructor-2.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 10, 2002 - @version $Id$ + @cvs-id $Id$ } -query { community_id:naturalnum,notnull {search_text ""} Index: openacs-4/packages/dotlrn/www/admin/add-instructor-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor-3.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn/www/admin/add-instructor-3.tcl 19 Jan 2018 14:38:45 -0000 1.17 +++ openacs-4/packages/dotlrn/www/admin/add-instructor-3.tcl 29 Jun 2018 17:27:19 -0000 1.18 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 10, 2002 - @version $Id$ + @cvs-id $Id$ } -query { user_id:naturalnum,notnull community_id:naturalnum,notnull Index: openacs-4/packages/dotlrn/www/admin/add-instructor.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/admin/add-instructor.tcl 7 Aug 2017 23:48:09 -0000 1.12 +++ openacs-4/packages/dotlrn/www/admin/add-instructor.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 10, 2002 - @version $Id$ + @cvs-id $Id$ } -query { community_id:naturalnum,notnull {referer "./"} Index: openacs-4/packages/dotlrn/www/admin/archived-communities.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/archived-communities.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/dotlrn/www/admin/archived-communities.tcl 22 May 2018 12:00:25 -0000 1.9 +++ openacs-4/packages/dotlrn/www/admin/archived-communities.tcl 29 Jun 2018 17:27:19 -0000 1.10 @@ -18,7 +18,7 @@ displays archived communities @author arjun (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { } -properties { title:onevalue Index: openacs-4/packages/dotlrn/www/admin/browse-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/browse-toggle.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/browse-toggle.tcl 23 Jun 2018 16:30:58 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/browse-toggle.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -19,7 +19,7 @@ ad_page_contract { @author Caroline Meeks (caroline@meekshome.com) @creation-date November 19, 2002 - @version $Id$ + @cvs-id $Id$ } -query { user_id:naturalnum,notnull can_browse_p:boolean Index: openacs-4/packages/dotlrn/www/admin/class-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-edit.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn/www/admin/class-edit.tcl 7 Aug 2017 23:48:09 -0000 1.15 +++ openacs-4/packages/dotlrn/www/admin/class-edit.tcl 29 Jun 2018 17:27:19 -0000 1.16 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-03-14 - @version $Id$ + @cvs-id $Id$ } -query { class_key:notnull {referer classes} Index: openacs-4/packages/dotlrn/www/admin/class-instance-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-instance-new.tcl,v diff -u -r1.35 -r1.36 --- openacs-4/packages/dotlrn/www/admin/class-instance-new.tcl 7 Aug 2017 23:48:09 -0000 1.35 +++ openacs-4/packages/dotlrn/www/admin/class-instance-new.tcl 29 Jun 2018 17:27:19 -0000 1.36 @@ -19,7 +19,7 @@ @author Ben Adida (ben@openforce.net) @creation-date 2001-10-05 - @version $Id$ + @cvs-id $Id$ } -query { class_key:notnull {referer ""} Index: openacs-4/packages/dotlrn/www/admin/class-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-new.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/dotlrn/www/admin/class-new.tcl 7 Aug 2017 23:48:09 -0000 1.21 +++ openacs-4/packages/dotlrn/www/admin/class-new.tcl 29 Jun 2018 17:27:19 -0000 1.22 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-08-20 - @version $Id$ + @cvs-id $Id$ } -query { {department_key ""} {referer classes} Index: openacs-4/packages/dotlrn/www/admin/class.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/dotlrn/www/admin/class.tcl 7 Aug 2017 23:48:09 -0000 1.22 +++ openacs-4/packages/dotlrn/www/admin/class.tcl 29 Jun 2018 17:27:19 -0000 1.23 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-07 - @version $Id$ + @cvs-id $Id$ } -query { class_key:notnull {term_id:integer -1} Index: openacs-4/packages/dotlrn/www/admin/classes-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/classes-chunk.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn/www/admin/classes-chunk.tcl 8 Apr 2018 05:13:01 -0000 1.15 +++ openacs-4/packages/dotlrn/www/admin/classes-chunk.tcl 29 Jun 2018 17:27:19 -0000 1.16 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-04 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { classes:multirow Index: openacs-4/packages/dotlrn/www/admin/classes.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/classes.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/dotlrn/www/admin/classes.tcl 2 Feb 2018 00:23:53 -0000 1.18 +++ openacs-4/packages/dotlrn/www/admin/classes.tcl 29 Jun 2018 17:27:19 -0000 1.19 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-04 - @version $Id$ + @cvs-id $Id$ } -query { {department_key ""} {orderby:token "department_name,asc"} Index: openacs-4/packages/dotlrn/www/admin/club-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/club-new.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/dotlrn/www/admin/club-new.tcl 7 Aug 2017 23:48:09 -0000 1.23 +++ openacs-4/packages/dotlrn/www/admin/club-new.tcl 29 Jun 2018 17:27:19 -0000 1.24 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-12-03 - @version $Id$ + @cvs-id $Id$ } -query { {referer "clubs"} } -properties { Index: openacs-4/packages/dotlrn/www/admin/club.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/club.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn/www/admin/club.tcl 7 Aug 2017 23:48:09 -0000 1.17 +++ openacs-4/packages/dotlrn/www/admin/club.tcl 29 Jun 2018 17:27:19 -0000 1.18 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2001-12-03 - @version $Id$ + @cvs-id $Id$ } -query { club_id:naturalnum,notnull } -errors { Index: openacs-4/packages/dotlrn/www/admin/clubs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/clubs.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/packages/dotlrn/www/admin/clubs.tcl 7 Aug 2017 23:48:09 -0000 1.20 +++ openacs-4/packages/dotlrn/www/admin/clubs.tcl 29 Jun 2018 17:27:19 -0000 1.21 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2001-12-03 - @version $Id$ + @cvs-id $Id$ } -query { {orderby:token "pretty_name,asc"} page:naturalnum,optional Index: openacs-4/packages/dotlrn/www/admin/cockpit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/cockpit.tcl,v diff -u -r1.6 -r1.7 Binary files differ Index: openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl 21 Jan 2018 00:38:38 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -20,7 +20,7 @@ @creation-date 2002-02-10 @param source_community_id The community_id for the source community. The members of the source community will be added to the target community the user selects. @param referer The url for the administration page of the source community. - @version $Id$ + @cvs-id $Id$ } -query { source_community_id:integer referer Index: openacs-4/packages/dotlrn/www/admin/department-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department-delete.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/department-delete.tcl 7 Aug 2017 23:48:09 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/department-delete.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -21,7 +21,7 @@ delete an empty department @author arjun (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { {referer "departments"} {department_key:notnull} Index: openacs-4/packages/dotlrn/www/admin/department-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department-edit.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/dotlrn/www/admin/department-edit.tcl 7 Aug 2017 23:48:09 -0000 1.14 +++ openacs-4/packages/dotlrn/www/admin/department-edit.tcl 29 Jun 2018 17:27:19 -0000 1.15 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-03-14 - @version $Id$ + @cvs-id $Id$ } -query { department_key:notnull {referer "departments"} Index: openacs-4/packages/dotlrn/www/admin/department-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department-new.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/dotlrn/www/admin/department-new.tcl 7 Aug 2017 23:48:09 -0000 1.13 +++ openacs-4/packages/dotlrn/www/admin/department-new.tcl 29 Jun 2018 17:27:19 -0000 1.14 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-01-20 - @version $Id$ + @cvs-id $Id$ } -query { {referer "departments"} } -properties { Index: openacs-4/packages/dotlrn/www/admin/department.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/dotlrn/www/admin/department.tcl 2 Feb 2018 00:23:53 -0000 1.18 +++ openacs-4/packages/dotlrn/www/admin/department.tcl 29 Jun 2018 17:27:19 -0000 1.19 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-07 - @version $Id$ + @cvs-id $Id$ } -query { {department_key ""} {page:naturalnum ""} Index: openacs-4/packages/dotlrn/www/admin/departments.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/departments.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/dotlrn/www/admin/departments.tcl 7 Aug 2017 23:48:09 -0000 1.14 +++ openacs-4/packages/dotlrn/www/admin/departments.tcl 29 Jun 2018 17:27:19 -0000 1.15 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-20 - @version $Id$ + @cvs-id $Id$ } -query { {keyword ""} {orderby:token "department_name,asc"} Index: openacs-4/packages/dotlrn/www/admin/edit-preapproved-emails.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/edit-preapproved-emails.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/admin/edit-preapproved-emails.tcl 7 Aug 2017 23:48:09 -0000 1.11 +++ openacs-4/packages/dotlrn/www/admin/edit-preapproved-emails.tcl 29 Jun 2018 17:27:19 -0000 1.12 @@ -15,7 +15,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-03-05 - @version $Id$ + @cvs-id $Id$ } -query { {referer [dotlrn::get_admin_url]} } -properties { Index: openacs-4/packages/dotlrn/www/admin/guest-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/guest-toggle.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/guest-toggle.tcl 23 Jun 2018 16:30:58 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/guest-toggle.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -19,7 +19,7 @@ ad_page_contract { @author Caroline Meeks (caroline@meekshome.com) @creation-date November 19, 2002 - @version $Id$ + @cvs-id $Id$ } -query { user_id:naturalnum,notnull guest_p:boolean Index: openacs-4/packages/dotlrn/www/admin/password-update.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/password-update.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/password-update.tcl 7 Aug 2017 23:48:09 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/password-update.tcl 29 Jun 2018 17:27:19 -0000 1.7 @@ -2,7 +2,7 @@ Let's the admin change a user's password. - @version $Id$ + @cvs-id $Id$ } { {user_id:naturalnum,notnull} {return_url:localurl ""} Index: openacs-4/packages/dotlrn/www/admin/portal-templates.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/portal-templates.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/portal-templates.tcl 7 Aug 2017 23:48:09 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/portal-templates.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -18,7 +18,7 @@ Displays dotLRN portal templates admin page @author arjun (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { } -properties { title:onevalue Index: openacs-4/packages/dotlrn/www/admin/site-wide-admin-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/site-wide-admin-toggle.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/dotlrn/www/admin/site-wide-admin-toggle.tcl 23 Jun 2018 16:30:58 -0000 1.18 +++ openacs-4/packages/dotlrn/www/admin/site-wide-admin-toggle.tcl 29 Jun 2018 17:27:19 -0000 1.19 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 12, 2002 - @version $Id$ + @cvs-id $Id$ } -query { user_id:naturalnum,notnull value Index: openacs-4/packages/dotlrn/www/admin/term-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/term-edit.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn/www/admin/term-edit.tcl 7 Aug 2017 23:48:09 -0000 1.15 +++ openacs-4/packages/dotlrn/www/admin/term-edit.tcl 29 Jun 2018 17:27:19 -0000 1.16 @@ -22,7 +22,7 @@ @author Don Baccus (dhogaza@pacifier.com) @creation-date 2002-03-14 - @version $Id$ + @cvs-id $Id$ } -query { term_id:naturalnum,notnull Index: openacs-4/packages/dotlrn/www/admin/term-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/term-new.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn/www/admin/term-new.tcl 27 Mar 2018 14:32:17 -0000 1.15 +++ openacs-4/packages/dotlrn/www/admin/term-new.tcl 29 Jun 2018 17:27:19 -0000 1.16 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-12-13 - @version $Id$ + @cvs-id $Id$ } -query { {referer "terms"} } -properties { Index: openacs-4/packages/dotlrn/www/admin/term.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/term.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/packages/dotlrn/www/admin/term.tcl 7 Aug 2017 23:48:09 -0000 1.20 +++ openacs-4/packages/dotlrn/www/admin/term.tcl 29 Jun 2018 17:27:19 -0000 1.21 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-03-07 - @version $Id$ + @cvs-id $Id$ } -query { term_id:integer,notnull {department_key ""} Index: openacs-4/packages/dotlrn/www/admin/terms.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/terms.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/admin/terms.tcl 7 Aug 2017 23:48:09 -0000 1.10 +++ openacs-4/packages/dotlrn/www/admin/terms.tcl 29 Jun 2018 17:27:19 -0000 1.11 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Dec 13, 2001 - @version $Id$ + @cvs-id $Id$ } -query { page:naturalnum,optional {orderby:token "start_date_pretty,desc"} Index: openacs-4/packages/dotlrn/www/admin/unarchive.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/unarchive.tcl,v diff -u -r1.7 -r1.8 Binary files differ Index: openacs-4/packages/dotlrn/www/admin/user-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-edit.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/packages/dotlrn/www/admin/user-edit.tcl 7 Aug 2017 23:48:09 -0000 1.24 +++ openacs-4/packages/dotlrn/www/admin/user-edit.tcl 29 Jun 2018 17:27:19 -0000 1.25 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-12-10 - @version $Id$ + @cvs-id $Id$ } -query { {return_url:localurl "[dotlrn::get_admin_url]/users"} user_id:naturalnum,notnull Index: openacs-4/packages/dotlrn/www/admin/user-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-new-2.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/packages/dotlrn/www/admin/user-new-2.tcl 21 Jan 2018 00:38:38 -0000 1.38 +++ openacs-4/packages/dotlrn/www/admin/user-new-2.tcl 29 Jun 2018 17:27:19 -0000 1.39 @@ -19,7 +19,7 @@ @author Ben Adida (ben@openforce.net) @creation-date 2001-11-04 - @version $Id$ + @cvs-id $Id$ } -query { user_id:naturalnum {referer "[dotlrn::get_admin_url]/users" } Index: openacs-4/packages/dotlrn/www/admin/user-nuke.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-nuke.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/user-nuke.tcl 7 Aug 2017 23:48:09 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/user-nuke.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -4,7 +4,7 @@ @author Andrew Grumet (aegrumet@alum.mit.edu) @creation-date 2002-08-08 - @version $Id$ + @cvs-id $Id$ } { user_id:naturalnum,notnull {referer "[dotlrn::get_admin_url]/users"} Index: openacs-4/packages/dotlrn/www/admin/user.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user.tcl,v diff -u -r1.30 -r1.31 --- openacs-4/packages/dotlrn/www/admin/user.tcl 7 Aug 2017 23:48:09 -0000 1.30 +++ openacs-4/packages/dotlrn/www/admin/user.tcl 29 Jun 2018 17:27:19 -0000 1.31 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-03-13 - @version $Id$ + @cvs-id $Id$ } { user_id:naturalnum,notnull } -properties { Index: openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl 7 Aug 2017 23:48:09 -0000 1.18 +++ openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl 29 Jun 2018 17:27:19 -0000 1.19 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-10 - @version $Id$ + @cvs-id $Id$ } -query { users {referer "users-search"} Index: openacs-4/packages/dotlrn/www/admin/users-bulk-approve.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-bulk-approve.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/users-bulk-approve.tcl 7 Aug 2017 23:48:09 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/users-bulk-approve.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -19,7 +19,7 @@ @author Timo Hentschel (timo@timohentschel.de) @creation-date 2004-09-30 - @version $Id: + @cvs-id $Id$ } #Pages in this directory are only runnable by dotlrn-wide admins. Index: openacs-4/packages/dotlrn/www/admin/users-bulk-upload-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-bulk-upload-2.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/dotlrn/www/admin/users-bulk-upload-2.tcl 7 Aug 2017 23:48:09 -0000 1.26 +++ openacs-4/packages/dotlrn/www/admin/users-bulk-upload-2.tcl 29 Jun 2018 17:27:19 -0000 1.27 @@ -19,7 +19,7 @@ @author ben (ben@openforce.net) @creation-date 2002-03-05 - @version $Id$ + @cvs-id $Id$ } set context [list [list users [_ dotlrn.Users]] [_ dotlrn.Bulk_Upload]] Index: openacs-4/packages/dotlrn/www/admin/users-bulk-upload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-bulk-upload.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/users-bulk-upload.tcl 7 Aug 2017 23:48:09 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/users-bulk-upload.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -19,7 +19,7 @@ @author ben (ben@openforce.net) @creation-date 2002-03-05 - @version $Id$ + @cvs-id $Id$ } #Pages in this directory are only runnable by dotlrn-wide admins. Index: openacs-4/packages/dotlrn/www/admin/users-chunk-large.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-large.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn/www/admin/users-chunk-large.tcl 7 Aug 2017 23:48:09 -0000 1.15 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-large.tcl 29 Jun 2018 17:27:19 -0000 1.16 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { {search_text ""} } -properties { Index: openacs-4/packages/dotlrn/www/admin/users-chunk-medium.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-medium.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn/www/admin/users-chunk-medium.tcl 7 Aug 2017 23:48:09 -0000 1.17 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-medium.tcl 29 Jun 2018 17:27:19 -0000 1.18 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { {section A} } -properties { Index: openacs-4/packages/dotlrn/www/admin/users-chunk-small.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-small.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/dotlrn/www/admin/users-chunk-small.tcl 7 Aug 2017 23:48:09 -0000 1.14 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-small.tcl 29 Jun 2018 17:27:19 -0000 1.15 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { user_id:onevalue Index: openacs-4/packages/dotlrn/www/admin/users-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/dotlrn/www/admin/users-chunk.tcl 7 Aug 2017 23:48:09 -0000 1.13 +++ openacs-4/packages/dotlrn/www/admin/users-chunk.tcl 29 Jun 2018 17:27:19 -0000 1.14 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { {section ""} } -properties { Index: openacs-4/packages/dotlrn/www/admin/users-deactivate.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-deactivate.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/users-deactivate.tcl 7 Aug 2017 23:48:09 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/users-deactivate.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-14 - @version $Id$ + @cvs-id $Id$ } -query { users {referer "users-search"} Index: openacs-4/packages/dotlrn/www/admin/users-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-delete.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/dotlrn/www/admin/users-delete.tcl 7 Aug 2017 23:48:09 -0000 1.9 +++ openacs-4/packages/dotlrn/www/admin/users-delete.tcl 29 Jun 2018 17:27:19 -0000 1.10 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-14 - @version $Id$ + @cvs-id $Id$ } -query { users {referer "users-search"} Index: openacs-4/packages/dotlrn/www/admin/users-search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-search.tcl,v diff -u -r1.35 -r1.36 --- openacs-4/packages/dotlrn/www/admin/users-search.tcl 9 May 2018 15:33:30 -0000 1.35 +++ openacs-4/packages/dotlrn/www/admin/users-search.tcl 29 Jun 2018 17:27:19 -0000 1.36 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-10 - @version $Id$ + @cvs-id $Id$ } -query { {type:word "any"} {can_browse_p:word "any"} Index: openacs-4/packages/dotlrn/www/admin/users-spam.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-spam.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/users-spam.tcl 7 Aug 2017 23:48:09 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/users-spam.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-14 - @version $Id$ + @cvs-id $Id$ } -query { users {referer "users-search"} Index: openacs-4/packages/dotlrn/www/admin/users.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/dotlrn/www/admin/users.tcl 29 May 2018 09:05:07 -0000 1.25 +++ openacs-4/packages/dotlrn/www/admin/users.tcl 29 Jun 2018 17:27:19 -0000 1.26 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { {type "pending"} } -properties { Index: openacs-4/packages/dotlrn-admin/www/admin/add-instructor-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/add-instructor-2.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/add-instructor-2.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/add-instructor-2.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 10, 2002 - @version $Id$ + @cvs-id $Id$ } -query { community_id:integer,notnull {search_text ""} Index: openacs-4/packages/dotlrn-admin/www/admin/add-instructor-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/add-instructor-3.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/add-instructor-3.tcl 21 Jan 2018 00:48:30 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/add-instructor-3.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 10, 2002 - @version $Id$ + @cvs-id $Id$ } -query { user_id:integer,notnull community_id:integer,notnull Index: openacs-4/packages/dotlrn-admin/www/admin/add-instructor.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/add-instructor.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/add-instructor.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/add-instructor.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 10, 2002 - @version $Id$ + @cvs-id $Id$ } -query { community_id:integer,notnull {referer "./"} Index: openacs-4/packages/dotlrn-admin/www/admin/archived-communities.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/archived-communities.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/archived-communities.tcl 7 Apr 2018 11:00:26 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/archived-communities.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -18,7 +18,7 @@ displays archived communities @author arjun (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { } -properties { title:onevalue Index: openacs-4/packages/dotlrn-admin/www/admin/browse-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/browse-toggle.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/browse-toggle.tcl 23 Jun 2018 16:30:58 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/browse-toggle.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -19,7 +19,7 @@ ad_page_contract { @author Caroline Meeks (caroline@meekshome.com) @creation-date November 19, 2002 - @version $Id$ + @cvs-id $Id$ } -query { user_id can_browse_p Index: openacs-4/packages/dotlrn-admin/www/admin/class-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/class-edit.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/class-edit.tcl 8 Aug 2006 21:26:31 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/class-edit.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-03-14 - @version $Id$ + @cvs-id $Id$ } -query { class_key:notnull {referer classes} Index: openacs-4/packages/dotlrn-admin/www/admin/class-instance-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/class-instance-new.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/class-instance-new.tcl 28 Jun 2015 12:09:34 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/class-instance-new.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -19,7 +19,7 @@ @author Ben Adida (ben@openforce.net) @creation-date 2001-10-05 - @version $Id$ + @cvs-id $Id$ } -query { class_key:notnull {referer ""} Index: openacs-4/packages/dotlrn-admin/www/admin/class-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/class-new.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/class-new.tcl 8 Aug 2006 21:26:31 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/class-new.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-08-20 - @version $Id$ + @cvs-id $Id$ } -query { {department_key ""} {referer classes} Index: openacs-4/packages/dotlrn-admin/www/admin/class.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/class.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/class.tcl 7 Apr 2018 11:00:26 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/class.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-07 - @version $Id$ + @cvs-id $Id$ } -query { class_key:notnull {term_id -1} Index: openacs-4/packages/dotlrn-admin/www/admin/classes-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/classes-chunk.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/classes-chunk.tcl 28 Jun 2015 12:09:34 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/classes-chunk.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-04 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { classes:multirow Index: openacs-4/packages/dotlrn-admin/www/admin/classes.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/classes.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/classes.tcl 8 Aug 2006 21:26:31 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/classes.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-04 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { title:onevalue Index: openacs-4/packages/dotlrn-admin/www/admin/club-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/club-new.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/club-new.tcl 8 Aug 2006 21:26:31 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/club-new.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-12-03 - @version $Id$ + @cvs-id $Id$ } -query { {referer "clubs"} } -properties { Index: openacs-4/packages/dotlrn-admin/www/admin/club.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/club.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/club.tcl 7 Apr 2018 11:00:26 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/club.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2001-12-03 - @version $Id$ + @cvs-id $Id$ } -query { club_id:naturalnum,notnull } -errors { Index: openacs-4/packages/dotlrn-admin/www/admin/clubs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/clubs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/clubs.tcl 7 Apr 2018 11:00:26 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/clubs.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2001-12-03 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { title:onevalue Index: openacs-4/packages/dotlrn-admin/www/admin/cockpit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/cockpit.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn-admin/www/admin/cockpit.tcl 9 May 2018 15:33:30 -0000 1.5 +++ openacs-4/packages/dotlrn-admin/www/admin/cockpit.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -19,7 +19,7 @@ @author Nima Mazloumi (mazloumi@uni-mannheim.d) @creation-date 2004-08-09 - @version $Id$ + @cvs-id $Id$ } set admin_pretty_name [parameter::get -package_id [dotlrn::get_package_id] -localize -parameter dotlrn_admin_pretty_name] Index: openacs-4/packages/dotlrn-admin/www/admin/community-members-add-to-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/community-members-add-to-community.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-admin/www/admin/community-members-add-to-community.tcl 23 Jun 2018 16:30:58 -0000 1.4 +++ openacs-4/packages/dotlrn-admin/www/admin/community-members-add-to-community.tcl 29 Jun 2018 17:27:19 -0000 1.5 @@ -20,7 +20,7 @@ @creation-date 2002-02-10 @param source_community_id The community_id for the source community. The members of the source community will be added to the target community the user selects. @param referer The url for the administration page of the source community. - @version $Id$ + @cvs-id $Id$ } -query { source_community_id:integer referer Index: openacs-4/packages/dotlrn-admin/www/admin/department-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/department-delete.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/department-delete.tcl 28 Jun 2015 12:09:34 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/department-delete.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -18,7 +18,7 @@ delete an empty department @author arjun (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { {referer "departments"} {department_key:notnull} Index: openacs-4/packages/dotlrn-admin/www/admin/department-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/department-edit.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/department-edit.tcl 8 Aug 2006 21:26:31 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/department-edit.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-03-14 - @version $Id$ + @cvs-id $Id$ } -query { department_key:notnull {referer "departments"} Index: openacs-4/packages/dotlrn-admin/www/admin/department-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/department-new.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/department-new.tcl 8 Aug 2006 21:26:31 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/department-new.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-01-20 - @version $Id$ + @cvs-id $Id$ } -query { {referer "departments"} } -properties { Index: openacs-4/packages/dotlrn-admin/www/admin/department.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/department.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-admin/www/admin/department.tcl 7 Apr 2018 11:00:26 -0000 1.4 +++ openacs-4/packages/dotlrn-admin/www/admin/department.tcl 29 Jun 2018 17:27:19 -0000 1.5 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-07 - @version $Id$ + @cvs-id $Id$ } -query { {department_key ""} } -properties { Index: openacs-4/packages/dotlrn-admin/www/admin/departments.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/departments.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/departments.tcl 8 Aug 2006 21:26:31 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/departments.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-20 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { title:onevalue Index: openacs-4/packages/dotlrn-admin/www/admin/edit-preapproved-emails.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/edit-preapproved-emails.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/edit-preapproved-emails.tcl 8 Aug 2006 21:26:31 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/edit-preapproved-emails.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -15,7 +15,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-03-05 - @version $Id$ + @cvs-id $Id$ } -query { {referer [dotlrn_admin::get_admin_url]} } -properties { Index: openacs-4/packages/dotlrn-admin/www/admin/guest-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/guest-toggle.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/guest-toggle.tcl 23 Jun 2018 16:30:58 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/guest-toggle.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -19,7 +19,7 @@ ad_page_contract { @author Caroline Meeks (caroline@meekshome.com) @creation-date November 19, 2002 - @version $Id$ + @cvs-id $Id$ } -query { user_id guest_p Index: openacs-4/packages/dotlrn-admin/www/admin/password-update.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/password-update.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/password-update.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/password-update.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -2,7 +2,7 @@ Let's the admin change a user's password. - @version $Id$ + @cvs-id $Id$ } { {user_id:integer} {return_url ""} Index: openacs-4/packages/dotlrn-admin/www/admin/portal-templates.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/portal-templates.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/portal-templates.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/portal-templates.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -18,7 +18,7 @@ Displays dotLRN portal templates admin page @author arjun (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { } -properties { title:onevalue Index: openacs-4/packages/dotlrn-admin/www/admin/site-wide-admin-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/site-wide-admin-toggle.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn-admin/www/admin/site-wide-admin-toggle.tcl 23 Jun 2018 16:30:58 -0000 1.5 +++ openacs-4/packages/dotlrn-admin/www/admin/site-wide-admin-toggle.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Jan 12, 2002 - @version $Id$ + @cvs-id $Id$ } -query { user_id value Index: openacs-4/packages/dotlrn-admin/www/admin/term-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/term-edit.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/term-edit.tcl 28 Jun 2015 12:09:34 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/term-edit.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -22,7 +22,7 @@ @author Don Baccus (dhogaza@pacifier.com) @creation-date 2002-03-14 - @version $Id$ + @cvs-id $Id$ } -query { term_id:integer,notnull Index: openacs-4/packages/dotlrn-admin/www/admin/term-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/term-new.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/term-new.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/term-new.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2001-12-13 - @version $Id$ + @cvs-id $Id$ } -query { {referer "terms"} } -properties { Index: openacs-4/packages/dotlrn-admin/www/admin/term.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/term.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-admin/www/admin/term.tcl 21 Jan 2018 00:48:30 -0000 1.4 +++ openacs-4/packages/dotlrn-admin/www/admin/term.tcl 29 Jun 2018 17:27:19 -0000 1.5 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-03-07 - @version $Id$ + @cvs-id $Id$ } -query { term_id:integer,notnull {department_key ""} Index: openacs-4/packages/dotlrn-admin/www/admin/terms.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/terms.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/terms.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/terms.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date Dec 13, 2001 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { context_bar:onevalue Index: openacs-4/packages/dotlrn-admin/www/admin/unarchive.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/unarchive.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/unarchive.tcl 21 Jan 2018 00:48:30 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/unarchive.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -19,7 +19,7 @@ @author Nima Mazloumi @creation-date 2004-04-25 - @version $Id: unarchive.tcl + @cvs-id $Id$ } -query { {community_id ""} {referer "."} Index: openacs-4/packages/dotlrn-admin/www/admin/user-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/user-edit.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/user-edit.tcl 8 Aug 2006 21:26:31 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/user-edit.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-12-10 - @version $Id$ + @cvs-id $Id$ } -query { {return_url "[dotlrn_admin::get_admin_url]/users"} user_id Index: openacs-4/packages/dotlrn-admin/www/admin/user-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/user-new-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn-admin/www/admin/user-new-2.tcl 21 Jan 2018 00:38:38 -0000 1.5 +++ openacs-4/packages/dotlrn-admin/www/admin/user-new-2.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -19,7 +19,7 @@ @author Ben Adida (ben@openforce.net) @creation-date 2001-11-04 - @version $Id$ + @cvs-id $Id$ } -query { user_id {referer "[dotlrn_admin::get_admin_url]/users"} Index: openacs-4/packages/dotlrn-admin/www/admin/user-nuke.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/user-nuke.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/user-nuke.tcl 28 Jun 2015 12:09:34 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/user-nuke.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -4,7 +4,7 @@ @author Andrew Grumet (aegrumet@alum.mit.edu) @creation-date 2002-08-08 - @version $Id$ + @cvs-id $Id$ } { user_id:integer,notnull {referer "[dotlrn_admin::get_admin_url]/users"} Index: openacs-4/packages/dotlrn-admin/www/admin/user.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/user.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/user.tcl 28 Jun 2015 12:09:34 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/user.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-03-13 - @version $Id$ + @cvs-id $Id$ } { user_id:integer,notnull } -properties { 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 -r1.4 -r1.5 --- openacs-4/packages/dotlrn-admin/www/admin/users-add-to-community.tcl 7 Apr 2018 11:00:26 -0000 1.4 +++ openacs-4/packages/dotlrn-admin/www/admin/users-add-to-community.tcl 29 Jun 2018 17:27:19 -0000 1.5 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-10 - @version $Id$ + @cvs-id $Id$ } -query { users {referer "users-search"} Index: openacs-4/packages/dotlrn-admin/www/admin/users-bulk-upload-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-bulk-upload-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn-admin/www/admin/users-bulk-upload-2.tcl 7 Apr 2018 11:00:26 -0000 1.5 +++ openacs-4/packages/dotlrn-admin/www/admin/users-bulk-upload-2.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -19,7 +19,7 @@ @author ben (ben@openforce.net) @creation-date 2002-03-05 - @version $Id$ + @cvs-id $Id$ } # get location of the file Index: openacs-4/packages/dotlrn-admin/www/admin/users-bulk-upload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-bulk-upload.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/users-bulk-upload.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/users-bulk-upload.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -19,7 +19,7 @@ @author ben (ben@openforce.net) @creation-date 2002-03-05 - @version $Id$ + @cvs-id $Id$ } set context_bar [list [list users [_ dotlrn.Users]] [_ dotlrn.Bulk_Upload]] Index: openacs-4/packages/dotlrn-admin/www/admin/users-chunk-large.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-chunk-large.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/users-chunk-large.tcl 28 Jun 2015 12:09:34 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/users-chunk-large.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { {search_text ""} } -properties { Index: openacs-4/packages/dotlrn-admin/www/admin/users-chunk-medium.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-chunk-medium.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/users-chunk-medium.tcl 28 Jun 2015 12:09:34 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/users-chunk-medium.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { {section A} } -properties { Index: openacs-4/packages/dotlrn-admin/www/admin/users-chunk-small.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-chunk-small.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/users-chunk-small.tcl 28 Jun 2015 12:09:34 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/users-chunk-small.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { user_id:onevalue Index: openacs-4/packages/dotlrn-admin/www/admin/users-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-chunk.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-admin/www/admin/users-chunk.tcl 28 Jun 2015 12:09:34 -0000 1.3 +++ openacs-4/packages/dotlrn-admin/www/admin/users-chunk.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -17,7 +17,7 @@ ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { {section ""} } -properties { Index: openacs-4/packages/dotlrn-admin/www/admin/users-deactivate.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-deactivate.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/users-deactivate.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/users-deactivate.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-14 - @version $Id$ + @cvs-id $Id$ } -query { users {referer "users-search"} Index: openacs-4/packages/dotlrn-admin/www/admin/users-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-delete.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-admin/www/admin/users-delete.tcl 20 Aug 2004 14:44:22 -0000 1.1 +++ openacs-4/packages/dotlrn-admin/www/admin/users-delete.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-14 - @version $Id$ + @cvs-id $Id$ } -query { users {referer "users-search"} Index: openacs-4/packages/dotlrn-admin/www/admin/users-search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users-search.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn-admin/www/admin/users-search.tcl 9 May 2018 15:33:30 -0000 1.5 +++ openacs-4/packages/dotlrn-admin/www/admin/users-search.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-10 - @version $Id$ + @cvs-id $Id$ } -query { {type "any"} {can_browse_p "any"} 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 -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/users-spam.tcl 27 Mar 2018 14:22:30 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/users-spam.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @creation-date 2002-02-14 - @version $Id$ + @cvs-id $Id$ } -query { users {referer "users-search"} Index: openacs-4/packages/dotlrn-admin/www/admin/users.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/users.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/users.tcl 28 Jun 2015 12:09:34 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/users.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -19,7 +19,7 @@ @author yon (yon@openforce.net) @creation-date 2002-01-30 - @version $Id$ + @cvs-id $Id$ } -query { {type "pending"} } -properties { Index: openacs-4/packages/dotlrn-bm/www/admin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bm/www/admin/index.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn-bm/www/admin/index.tcl 7 Aug 2017 23:48:09 -0000 1.6 +++ openacs-4/packages/dotlrn-bm/www/admin/index.tcl 29 Jun 2018 17:27:19 -0000 1.7 @@ -2,7 +2,7 @@ @author yon (yon@openforce.net) @creation-date 2002-05-13 - @version $Id$ + @cvs-id $Id$ } -query { {orderby:token "send_date"} } -properties { Index: openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-1column.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-1column.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-1column.tcl 20 Feb 2017 09:49:14 -0000 1.1 +++ openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-1column.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -16,7 +16,7 @@ ad_page_contract { - @cvs_id $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue Index: openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-2column.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-2column.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-2column.tcl 20 Feb 2017 09:49:14 -0000 1.1 +++ openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-2column.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -21,7 +21,7 @@ It laysout the elements with portal::layout_elements and hands off rendering of the individual portlets to the template in the "element_src" var - @version $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue element_src:onevalue Index: openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-3column.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-3column.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-3column.tcl 20 Feb 2017 09:49:14 -0000 1.1 +++ openacs-4/packages/dotlrn-bootstrap3-theme/lib/layouts/bootstrap-3column.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -22,7 +22,7 @@ @author arjun@openforce.net @author yon@openforce.net - @version $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue element_src:onevalue 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 -r1.3 -r1.4 --- openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl 27 Mar 2018 14:22:30 -0000 1.3 +++ openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -20,7 +20,7 @@ @author agustin (Agustin.Lopez@uv.es) @creation-date 2004-10-10 - @version $Id: dotlrn-chat-procs.tcl,v 0.1 2004/10/10 + @cvs-id $Id: dotlrn-chat-procs.tcl,v 0.1 2004/10/10 } Index: openacs-4/packages/dotlrn-forums/www/dotlrn-forums-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-forums/www/dotlrn-forums-admin-portlet.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-forums/www/dotlrn-forums-admin-portlet.tcl 7 Aug 2017 23:48:10 -0000 1.4 +++ openacs-4/packages/dotlrn-forums/www/dotlrn-forums-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.5 @@ -16,11 +16,11 @@ ad_page_contract { The display logic for the forums admin portlet - + @author Ben Adida (ben@openforce) - @cvs_id $Id$ + @cvs-id $Id$ } -properties { - + } array set config $cf Index: openacs-4/packages/dotlrn-forums/www/user.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-forums/www/user.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn-forums/www/user.tcl 7 Aug 2017 23:48:10 -0000 1.6 +++ openacs-4/packages/dotlrn-forums/www/user.tcl 29 Jun 2018 17:27:19 -0000 1.7 @@ -4,7 +4,7 @@ @author Ben Adida (ben@openforce) @creation-date 2002-05-29 - @version $Id$ + @cvs-id $Id$ } { user_id:naturalnum,notnull Index: openacs-4/packages/dotlrn-fs/www/all-objects.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/www/all-objects.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn-fs/www/all-objects.tcl 7 Aug 2017 23:48:10 -0000 1.17 +++ openacs-4/packages/dotlrn-fs/www/all-objects.tcl 29 Jun 2018 17:27:19 -0000 1.18 @@ -23,7 +23,7 @@ @author yon@openforce.net @creation-date 2002-04-25 - @version $Id$ + @cvs-id $Id$ } -query { {n_past_days:integer 999999} Index: openacs-4/packages/dotlrn-fs/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/www/index.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn-fs/www/index.tcl 7 Aug 2017 23:48:10 -0000 1.7 +++ openacs-4/packages/dotlrn-fs/www/index.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -22,7 +22,7 @@ @author yon@openforce.net @creation-date 2002-05-17 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl 7 Aug 2017 23:48:10 -0000 1.20 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.21 @@ -22,7 +22,7 @@ @author Arjun Sanyal (arjun@openforce.net) @author Ben Adida (ben@openforce) - @cvs_id $Id$ + @cvs-id $Id$ } -properties { } Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.tcl 7 Aug 2017 23:48:10 -0000 1.17 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.18 @@ -18,7 +18,7 @@ ad_page_contract { @author yon (yon@milliped.com) @creation-date Jan 08, 2002 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { users:multirow Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl 7 Aug 2017 23:48:10 -0000 1.14 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.15 @@ -19,7 +19,7 @@ ad_page_contract { @author yon (yon@milliped.com) @creation-date Jan 08, 2002 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { users:multirow Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.tcl 7 Aug 2017 23:48:10 -0000 1.14 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.15 @@ -20,7 +20,7 @@ The display logic for the dotrn (Group Info) portlet @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } array set config $cf Index: openacs-4/packages/faq-portlet/www/faq-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq-portlet/www/faq-admin-portlet.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/faq-portlet/www/faq-admin-portlet.tcl 7 Aug 2017 23:48:11 -0000 1.9 +++ openacs-4/packages/faq-portlet/www/faq-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.10 @@ -16,9 +16,9 @@ ad_page_contract { The display logic for the FAQ admin portlet - + @author Ben Adida (ben@openforce) - @cvs_id $Id$ + @cvs-id $Id$ } -properties { } 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 -r1.20 -r1.21 --- openacs-4/packages/faq-portlet/www/faq-portlet.tcl 18 Jun 2018 15:36:50 -0000 1.20 +++ openacs-4/packages/faq-portlet/www/faq-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.21 @@ -20,7 +20,7 @@ The logic for the faq portlet. @creation-user Arjun Sanyal (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { } Index: openacs-4/packages/file-storage-includelet/lib/file-storage-admin-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage-includelet/lib/file-storage-admin-includelet.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/file-storage-includelet/lib/file-storage-admin-includelet.tcl 25 Aug 2008 20:25:17 -0000 1.2 +++ openacs-4/packages/file-storage-includelet/lib/file-storage-admin-includelet.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -4,7 +4,7 @@ @author yon (yon@openforce.net) @creation-date 2002-05-13 - @version $Id$ + @cvs-id $Id$ } Index: openacs-4/packages/file-storage-includelet/lib/file-storage-contents-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage-includelet/lib/file-storage-contents-includelet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/file-storage-includelet/lib/file-storage-contents-includelet.tcl 30 Jul 2008 11:51:15 -0000 1.1 +++ openacs-4/packages/file-storage-includelet/lib/file-storage-contents-includelet.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -6,7 +6,7 @@ re-using a lot of code from file-storage-includelet @author Arjun Sanyal (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } Index: openacs-4/packages/file-storage-includelet/lib/file-storage-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage-includelet/lib/file-storage-includelet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/file-storage-includelet/lib/file-storage-includelet.tcl 30 Jul 2008 11:51:15 -0000 1.1 +++ openacs-4/packages/file-storage-includelet/lib/file-storage-includelet.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -3,7 +3,7 @@ @author yon (yon@openforce.net) @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } -query { {n_past_days "99999"} {page_num ""} Index: openacs-4/packages/file-storage-includelet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage-includelet/tcl/apm-callback-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/file-storage-includelet/tcl/apm-callback-procs.tcl 30 Jul 2008 11:51:15 -0000 1.1 +++ openacs-4/packages/file-storage-includelet/tcl/apm-callback-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -6,7 +6,7 @@ @creation-date 2003-12-31 @author Don Baccus - @cvs-id + @cvs-id $Id$ } namespace eval file_storage_includelet::install {} Index: openacs-4/packages/forums-includelet/lib/forums-admin-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums-includelet/lib/forums-admin-includelet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/forums-includelet/lib/forums-admin-includelet.tcl 30 Jul 2008 11:50:50 -0000 1.1 +++ openacs-4/packages/forums-includelet/lib/forums-admin-includelet.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -1,8 +1,8 @@ ad_page_contract { The display logic for the forums admin includelet - + @author Ben Adida (ben@openforce) - @cvs_id $Id$ + @cvs-id $Id$ } db_multirow forums select_forums { Index: openacs-4/packages/forums-portlet/www/forums-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums-portlet/www/forums-admin-portlet.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/forums-portlet/www/forums-admin-portlet.tcl 7 Aug 2017 23:48:12 -0000 1.7 +++ openacs-4/packages/forums-portlet/www/forums-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -16,11 +16,11 @@ ad_page_contract { The display logic for the forums admin portlet - + @author Ben Adida (ben@openforce) - @cvs_id $Id$ + @cvs-id $Id$ } -properties { - + } array set config $cf Index: openacs-4/packages/fs-portlet/www/fs-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/www/fs-admin-portlet.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/fs-portlet/www/fs-admin-portlet.tcl 7 Aug 2017 23:48:12 -0000 1.7 +++ openacs-4/packages/fs-portlet/www/fs-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -20,7 +20,7 @@ @author yon (yon@openforce.net) @creation-date 2002-05-13 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { Index: openacs-4/packages/fs-portlet/www/fs-contents-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/www/fs-contents-portlet.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/fs-portlet/www/fs-contents-portlet.tcl 8 Apr 2018 05:01:03 -0000 1.12 +++ openacs-4/packages/fs-portlet/www/fs-contents-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.13 @@ -15,14 +15,14 @@ # ad_page_contract { - The display logic for the fs contents portlet. + The display logic for the fs contents portlet. - These portlets show the contents of the given folder in a table + These portlets show the contents of the given folder in a table re-using a lot of code from fs-portlet @author Arjun Sanyal (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } -query { } -properties { Index: openacs-4/packages/fs-portlet/www/fs-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/www/fs-portlet.tcl,v diff -u -r1.33 -r1.34 --- openacs-4/packages/fs-portlet/www/fs-portlet.tcl 13 Jun 2018 11:14:19 -0000 1.33 +++ openacs-4/packages/fs-portlet/www/fs-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.34 @@ -21,7 +21,7 @@ @author yon (yon@openforce.net) @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } -query { {n_past_days "99999"} {page_num:naturalnum 0} Index: openacs-4/packages/new-portal/www/place-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/place-element.tcl,v diff -u -r1.39 -r1.40 --- openacs-4/packages/new-portal/www/place-element.tcl 7 Aug 2017 23:48:12 -0000 1.39 +++ openacs-4/packages/new-portal/www/place-element.tcl 29 Jun 2018 17:27:19 -0000 1.40 @@ -21,7 +21,7 @@ @author Arjun Sanyal (arjun@openforce.net) @creation-date 9/28/2001 - @cvs_id $Id$ + @cvs-id $Id$ } -properties { region:onevalue action_string:onevalue Index: openacs-4/packages/new-portal/www/render-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/render-element.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/new-portal/www/render-element.tcl 25 Jan 2018 12:03:21 -0000 1.17 +++ openacs-4/packages/new-portal/www/render-element.tcl 29 Jun 2018 17:27:19 -0000 1.18 @@ -20,7 +20,7 @@ @author @creation-date - @cvs_id $Id$ + @cvs-id $Id$ } -properties { element_id:onevalue region:onevalue Index: openacs-4/packages/new-portal/www/show-here.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/show-here.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/new-portal/www/show-here.tcl 29 Mar 2018 00:19:04 -0000 1.8 +++ openacs-4/packages/new-portal/www/show-here.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -19,7 +19,7 @@ @author Caroline@meekshome.com @creation-date 9/28/2001 - @cvs_id $Id$ + @cvs-id $Id$ } -properties { region:onevalue action_string:onevalue Index: openacs-4/packages/new-portal/www/template-place-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/template-place-element.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/new-portal/www/template-place-element.tcl 7 Aug 2017 23:48:12 -0000 1.13 +++ openacs-4/packages/new-portal/www/template-place-element.tcl 29 Jun 2018 17:27:19 -0000 1.14 @@ -19,7 +19,7 @@ Place elements in a portal template. @author Arjun Sanyal (arjun@openforce.net) - @cvs_id $Id$ + @cvs-id $Id$ } -properties { region:onevalue action_string:onevalue Index: openacs-4/packages/new-portal/www/admin/portal-config-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/admin/portal-config-2.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/new-portal/www/admin/portal-config-2.tcl 15 Feb 2018 14:40:29 -0000 1.8 +++ openacs-4/packages/new-portal/www/admin/portal-config-2.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -20,7 +20,7 @@ @author Arjun Sanyal @creation-date 9/28/2001 - @cvs_id $Id$ + @cvs-id $Id$ } { } set form [ns_getform] Index: openacs-4/packages/new-portal/www/layouts/header3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/header3.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/new-portal/www/layouts/header3.tcl 7 Aug 2017 23:48:12 -0000 1.4 +++ openacs-4/packages/new-portal/www/layouts/header3.tcl 29 Jun 2018 17:27:19 -0000 1.5 @@ -16,7 +16,7 @@ # www/templates/header3.tcl ad_page_contract { - @cvs_id $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue element_src:onevalue Index: openacs-4/packages/new-portal/www/layouts/simple1.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/simple1.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/new-portal/www/layouts/simple1.tcl 7 Aug 2017 23:48:12 -0000 1.4 +++ openacs-4/packages/new-portal/www/layouts/simple1.tcl 29 Jun 2018 17:27:19 -0000 1.5 @@ -16,7 +16,7 @@ # www/templates/simple2.tcl ad_page_contract { - @cvs_id $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue element_src:onevalue Index: openacs-4/packages/new-portal/www/layouts/simple2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/simple2.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/new-portal/www/layouts/simple2.tcl 7 Aug 2017 23:48:12 -0000 1.15 +++ openacs-4/packages/new-portal/www/layouts/simple2.tcl 29 Jun 2018 17:27:19 -0000 1.16 @@ -21,7 +21,7 @@ It laysout the elements with portal::layout_elements and hands off rendering of the individual portlets to the template in the "element_src" var - @version $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue element_src:onevalue Index: openacs-4/packages/new-portal/www/layouts/simple3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/simple3.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/new-portal/www/layouts/simple3.tcl 7 Aug 2017 23:48:12 -0000 1.6 +++ openacs-4/packages/new-portal/www/layouts/simple3.tcl 29 Jun 2018 17:27:19 -0000 1.7 @@ -22,7 +22,7 @@ @author arjun@openforce.net @author yon@openforce.net - @version $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue element_src:onevalue Index: openacs-4/packages/new-portal/www/layouts/title-buttons.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/title-buttons.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/new-portal/www/layouts/title-buttons.tcl 7 Aug 2017 23:48:12 -0000 1.5 +++ openacs-4/packages/new-portal/www/layouts/title-buttons.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -21,7 +21,7 @@ @author Ian Baker (ibaker@arsdigita.com) @creation-date 2/14/2001 - @cvs_id $Id$ + @cvs-id $Id$ } # should this come from the template or something? how does it work? Index: openacs-4/packages/new-portal/www/render_styles/all_in_one/render-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/render_styles/all_in_one/render-element.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/new-portal/www/render_styles/all_in_one/render-element.tcl 25 Jan 2018 12:03:21 -0000 1.9 +++ openacs-4/packages/new-portal/www/render_styles/all_in_one/render-element.tcl 29 Jun 2018 17:27:19 -0000 1.10 @@ -20,7 +20,7 @@ @author Ben Adida @creation-date - @cvs_id $Id$ + @cvs-id $Id$ } -properties { element_id:onevalue region:onevalue Index: openacs-4/packages/new-portal/www/render_styles/individual/render-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/render_styles/individual/render-element.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/new-portal/www/render_styles/individual/render-element.tcl 25 Jan 2018 12:10:43 -0000 1.15 +++ openacs-4/packages/new-portal/www/render_styles/individual/render-element.tcl 29 Jun 2018 17:27:19 -0000 1.16 @@ -20,7 +20,7 @@ @author @creation-date - @cvs_id $Id$ + @cvs-id $Id$ } -properties { element_id:onevalue region:onevalue Index: openacs-4/packages/news-aggregator/tcl/subscription-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/subscription-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/news-aggregator/tcl/subscription-procs.tcl 20 Mar 2004 11:04:39 -0000 1.1 +++ openacs-4/packages/news-aggregator/tcl/subscription-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -1,6 +1,6 @@ ad_library { Procs to manage subscriptions. - + @author Simon Carstensen (simon@bcuni.net) @author Guan Yang (guan@unicast.org) @creation-date 2003-06-28 @@ -33,7 +33,7 @@ Move subscription to another aggregator @author Simon Carstensen - @creation_date 2003-08-23 + @creation-date 2003-08-23 } { db_dml move_subscription {} } @@ -45,7 +45,7 @@ Copy subscription to another aggregator @author Simon Carstensen - @creation_date 2003-08-23 + @creation-date 2003-08-23 } { db_dml copy_subscription {} } Index: openacs-4/packages/news-includelet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-includelet/tcl/apm-callback-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/news-includelet/tcl/apm-callback-procs.tcl 13 Aug 2008 23:15:12 -0000 1.1 +++ openacs-4/packages/news-includelet/tcl/apm-callback-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -1,12 +1,12 @@ ad_library { Forums Portlet Install library - + Procedures that deal with installing, instantiating, mounting. @creation-date 2003-12-31 @author Don Baccus - @cvs-id + @cvs-id $Id$ } namespace eval news_includelet::install {} Index: openacs-4/packages/news-portlet/www/news-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-portlet/www/news-admin-portlet.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/news-portlet/www/news-admin-portlet.tcl 7 Aug 2017 23:48:12 -0000 1.8 +++ openacs-4/packages/news-portlet/www/news-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -20,9 +20,9 @@ @author Arjun Sanyal (arjun@openforce.net) @author Ben Adida (ben@openforce) - @cvs_id $Id$ + @cvs-id $Id$ } -properties { - + } array set config $cf Index: openacs-4/packages/notifications/www/unsubscribe.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/unsubscribe.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/notifications/www/unsubscribe.tcl 7 Aug 2017 23:48:13 -0000 1.3 +++ openacs-4/packages/notifications/www/unsubscribe.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -1,14 +1,14 @@ ad_page_contract { - @author Natalia Pérez (nperper@it.uc3m.es) - @creation_date 2005-03-28 - + @author Natalia Pérez (nperper@it.uc3m.es) + @creation-date 2005-03-28 + } { object_id:naturalnum,notnull request_id:naturalnum,multiple type_id:naturalnum,notnull - return_url:localurl -} + return_url:localurl +} set request_count [llength $request_id] for { set i 0} { $i < $request_count } { incr i } { Index: openacs-4/packages/static-portlet/www/element-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/element-delete.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/static-portlet/www/element-delete.tcl 7 Aug 2017 23:48:29 -0000 1.9 +++ openacs-4/packages/static-portlet/www/element-delete.tcl 29 Jun 2018 17:27:19 -0000 1.10 @@ -16,9 +16,9 @@ ad_page_contract { delete a static element - + @author arjun (arjun@openforce) - @cvs_id $Id$ + @cvs-id $Id$ } -query { {content_id:naturalnum,notnull} {referer:notnull} Index: openacs-4/packages/static-portlet/www/element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/element.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/static-portlet/www/element.tcl 23 Apr 2018 13:45:44 -0000 1.23 +++ openacs-4/packages/static-portlet/www/element.tcl 29 Jun 2018 17:27:19 -0000 1.24 @@ -18,7 +18,7 @@ edit a static element @author arjun (arjun@openforce) - @cvs_id $Id$ + @cvs-id $Id$ } -query { {content_id:naturalnum,optional ""} referer:notnull Index: openacs-4/packages/static-portlet/www/static-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/static-admin-portlet.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/static-portlet/www/static-admin-portlet.tcl 7 Aug 2017 23:48:29 -0000 1.22 +++ openacs-4/packages/static-portlet/www/static-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.23 @@ -16,10 +16,10 @@ ad_page_contract { The display logic for the static admin portlet - + @author arjun (arjun@openforce) @author Ben Adida (ben@openforce) - @cvs_id $Id$ + @cvs-id $Id$ } { {package_id:naturalnum,optional ""} {template_portal_id:naturalnum,optional ""} Index: openacs-4/packages/static-portlet/www/static-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/static-portlet.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/static-portlet/www/static-portlet.tcl 7 Aug 2017 23:48:29 -0000 1.11 +++ openacs-4/packages/static-portlet/www/static-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.12 @@ -16,11 +16,11 @@ ad_page_contract { The display logic for the STATIC portlet - + @author arjun (arjun@openforce) - @author Ben Adida (ben@openforce) - @cvs_id $Id$ -} + @author Ben Adida (ben@openforce) + @cvs-id $Id$ +} array set config $cf Index: openacs-4/packages/theme-selva/tcl/selva-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/tcl/selva-procs.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/theme-selva/tcl/selva-procs.tcl 27 Jun 2018 16:11:45 -0000 1.18 +++ openacs-4/packages/theme-selva/tcl/selva-procs.tcl 29 Jun 2018 17:27:19 -0000 1.19 @@ -22,7 +22,7 @@ @author Jeremy Monnet (jmonnet@gmail.com) @creation-date June 2005 - @version $Id$ + @cvs-id $Id$ } Index: openacs-4/packages/theme-selva/www/communities.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/www/communities.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/theme-selva/www/communities.tcl 28 Jun 2015 13:01:05 -0000 1.3 +++ openacs-4/packages/theme-selva/www/communities.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -21,7 +21,7 @@ @author Ben Adida (ben@openforce.net) @author yon (yon@openforce.net) @creation-date 2001-11-10 - @version $Id$ + @cvs-id $Id$ } -query { } -properties { Index: openacs-4/packages/theme-zen/lib/layouts/zen1.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/lib/layouts/zen1.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/theme-zen/lib/layouts/zen1.tcl 7 Aug 2017 23:48:29 -0000 1.5 +++ openacs-4/packages/theme-zen/lib/layouts/zen1.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -16,7 +16,7 @@ ad_page_contract { - @cvs_id $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue Index: openacs-4/packages/theme-zen/lib/layouts/zen2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/lib/layouts/zen2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/theme-zen/lib/layouts/zen2.tcl 7 Aug 2017 23:48:29 -0000 1.5 +++ openacs-4/packages/theme-zen/lib/layouts/zen2.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -21,7 +21,7 @@ It laysout the elements with portal::layout_elements and hands off rendering of the individual portlets to the template in the "element_src" var - @version $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue element_src:onevalue Index: openacs-4/packages/theme-zen/lib/layouts/zen3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/lib/layouts/zen3.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/theme-zen/lib/layouts/zen3.tcl 7 Aug 2017 23:48:29 -0000 1.5 +++ openacs-4/packages/theme-zen/lib/layouts/zen3.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -22,7 +22,7 @@ @author arjun@openforce.net @author yon@openforce.net - @version $Id$ + @cvs-id $Id$ } -properties { element_list:onevalue element_src:onevalue Index: openacs-4/packages/xolp/tcl/xolp-activity-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-activity-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/xolp/tcl/xolp-activity-procs.tcl 31 Jan 2018 21:01:11 -0000 1.2 +++ openacs-4/packages/xolp/tcl/xolp-activity-procs.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -3,7 +3,7 @@ (activity dimension, activity verb dimension). @author Michael Aram - @date 2017 + @creation-date 2017 } ::xo::library require xolp-iri-procs Index: openacs-4/packages/xolp/tcl/xolp-apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-apm-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xolp/tcl/xolp-apm-procs.tcl 26 Jan 2017 10:00:51 -0000 1.1 +++ openacs-4/packages/xolp/tcl/xolp-apm-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -2,7 +2,7 @@ OpenACS package manager (APM) callback implementation. @author Michael Aram - @date 2017 + @creation-date 2017 } namespace eval ::xolp {} Index: openacs-4/packages/xolp/tcl/xolp-competency-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-competency-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/xolp/tcl/xolp-competency-procs.tcl 27 Jan 2017 16:25:57 -0000 1.2 +++ openacs-4/packages/xolp/tcl/xolp-competency-procs.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -2,7 +2,7 @@ Data model prototype for competency (set) dimension. @author Michael Aram - @date 2017 + @creation-date 2017 } ::xo::library require xolp-indicator-procs Index: openacs-4/packages/xolp/tcl/xolp-date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-date-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xolp/tcl/xolp-date-procs.tcl 26 Jan 2017 10:00:51 -0000 1.1 +++ openacs-4/packages/xolp/tcl/xolp-date-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -2,7 +2,7 @@ Data model and populator for the date dimension (and its views) @author Michael Aram - @date 2017 + @creation-date 2017 @see http://www.kimballgroup.com/data-warehouse-business-intelligence-resources/kimball-techniques/dimensional-modeling-techniques/calendar-date-dimension/ } Index: openacs-4/packages/xolp/tcl/xolp-evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-evaluation-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/xolp/tcl/xolp-evaluation-procs.tcl 7 Apr 2018 11:23:09 -0000 1.2 +++ openacs-4/packages/xolp/tcl/xolp-evaluation-procs.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -2,7 +2,7 @@ Data model and implementation for evaluation scale and evaluation schema. @author Michael Aram - @date 2017 + @creation-date 2017 } package require math::fuzzy Index: openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl 9 May 2018 15:33:33 -0000 1.5 +++ openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl 29 Jun 2018 17:27:19 -0000 1.6 @@ -3,7 +3,7 @@ in particular the central fact table of the data mart. @author Michael Aram - @date 2017 + @creation-date 2017 } ::xo::library require xolp-activity-procs Index: openacs-4/packages/xolp/tcl/xolp-iri-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-iri-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xolp/tcl/xolp-iri-procs.tcl 26 Jan 2017 10:00:51 -0000 1.1 +++ openacs-4/packages/xolp/tcl/xolp-iri-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -2,7 +2,7 @@ IRI (URI/URN) oriented database layer @author Michael Aram - @date 2017 + @creation-date 2017 } namespace eval ::xolp {} Index: openacs-4/packages/xolp/tcl/xolp-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/xolp/tcl/xolp-procs.tcl 26 Jan 2017 10:46:54 -0000 1.2 +++ openacs-4/packages/xolp/tcl/xolp-procs.tcl 29 Jun 2018 17:27:19 -0000 1.3 @@ -2,7 +2,7 @@ XOLP – Learning Performance Service @author Michael Aram - @date 2017 + @creation-date 2017 } ::xo::library require xolp-indicator-procs Index: openacs-4/packages/xolp/tcl/xolp-time-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-time-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xolp/tcl/xolp-time-procs.tcl 26 Jan 2017 10:00:51 -0000 1.1 +++ openacs-4/packages/xolp/tcl/xolp-time-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -2,7 +2,7 @@ Data model and populator for the time dimension (and its views) @author Michael Aram - @date 2017 + @creation-date 2017 @see http://www.kimballgroup.com/1997/07/its-time-for-time/ } Index: openacs-4/packages/xolp/tcl/xolp-user-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-user-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xolp/tcl/xolp-user-procs.tcl 26 Jan 2017 10:00:51 -0000 1.1 +++ openacs-4/packages/xolp/tcl/xolp-user-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -6,7 +6,7 @@ the user as "anchor", such as "get all results for this user". @author Michael Aram - @date 2017 + @creation-date 2017 } namespace eval ::xolp { Index: openacs-4/packages/xolp/tcl/xolp-util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-util-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xolp/tcl/xolp-util-procs.tcl 26 Jan 2017 10:00:51 -0000 1.1 +++ openacs-4/packages/xolp/tcl/xolp-util-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -2,7 +2,7 @@ Utility procs. @author Michael Aram - @date 2017 + @creation-date 2017 } package require uuid Index: openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl 7 Apr 2018 11:13:15 -0000 1.3 +++ openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -2,7 +2,7 @@ Regression test suite @author Michael Aram - @date 2017 + @creation-date 2017 } Index: openacs-4/packages/xotcl-request-monitor/www/active-communities.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/active-communities.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xotcl-request-monitor/www/active-communities.tcl 7 Aug 2017 23:48:30 -0000 1.3 +++ openacs-4/packages/xotcl-request-monitor/www/active-communities.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -1,9 +1,9 @@ ad_page_contract { Displays active commnities - @author Gustaf Neumann + @author Gustaf Neumann - @cvs-id $id$ + @cvs-id $Id$ } -query { {orderby:token,optional "count,desc"} } -properties { Index: openacs-4/packages/xotcl-request-monitor/www/ip-info.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/ip-info.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xotcl-request-monitor/www/ip-info.tcl 7 Aug 2017 23:48:30 -0000 1.3 +++ openacs-4/packages/xotcl-request-monitor/www/ip-info.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -1,9 +1,9 @@ ad_page_contract { Displays information about an ip address - @author Gustaf Neumann + @author Gustaf Neumann - @cvs-id $id$ + @cvs-id $Id$ } -query { {ip} } -properties { Index: openacs-4/packages/xotcl-request-monitor/www/last101.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/last101.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/xotcl-request-monitor/www/last101.tcl 27 Jun 2018 16:29:27 -0000 1.8 +++ openacs-4/packages/xotcl-request-monitor/www/last101.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -1,9 +1,9 @@ ad_page_contract { Displays last 100 requests in the system - @author Gustaf Neumann + @author Gustaf Neumann - @cvs-id $id + @cvs-id $Id$ } -query { {orderby:token,optional "time,desc"} } -properties { Index: openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl 7 Aug 2017 23:48:30 -0000 1.3 +++ openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl 29 Jun 2018 17:27:19 -0000 1.4 @@ -1,9 +1,9 @@ ad_page_contract { Displays last n lines of long-calls log - @author Gustaf Neumann + @author Gustaf Neumann - @cvs-id $id$ + @cvs-id $Id$ } -query { {lines:naturalnum 20} {readsize:naturalnum 100000} Index: openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 9 May 2018 15:33:34 -0000 1.11 +++ openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 29 Jun 2018 17:27:19 -0000 1.12 @@ -1,9 +1,9 @@ ad_page_contract { Displays call statistics - @author Gustaf Neumann + @author Gustaf Neumann - @cvs-id $id: whos-online.tcl,v 1.1.1.1 2004/03/16 16:11:51 nsadmin exp $ + @cvs-id $Id$ } -query { {all:optional 0} {with_param:optional 1} Index: openacs-4/packages/xotcl-request-monitor/www/users-in-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/users-in-community.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/xotcl-request-monitor/www/users-in-community.tcl 27 Jun 2018 16:27:50 -0000 1.7 +++ openacs-4/packages/xotcl-request-monitor/www/users-in-community.tcl 29 Jun 2018 17:27:19 -0000 1.8 @@ -1,9 +1,9 @@ ad_page_contract { Displays active users in a community - @author Gustaf Neumann + @author Gustaf Neumann - @cvs-id $id$ + @cvs-id $Id$ } -query { community_id:naturalnum {community_name:nohtml ""} Index: openacs-4/packages/xotcl-request-monitor/www/whos-online-today.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/whos-online-today.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/xotcl-request-monitor/www/whos-online-today.tcl 27 Jun 2018 16:17:58 -0000 1.8 +++ openacs-4/packages/xotcl-request-monitor/www/whos-online-today.tcl 29 Jun 2018 17:27:19 -0000 1.9 @@ -1,9 +1,9 @@ ad_page_contract { Displays who was online today - + @author Gustaf Neumann - - @cvs-id $id: whos-online.tcl,v 1.1.1.1 2004/03/16 16:11:51 nsadmin exp $ + + @cvs-id $Id$ } -query { {orderby:token,optional "date,desc"} {all:optional 0} Index: openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl 27 Jun 2018 16:16:48 -0000 1.15 +++ openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl 29 Jun 2018 17:27:19 -0000 1.16 @@ -1,9 +1,9 @@ ad_page_contract { Displays who's currently online - + @author Gustaf Neumann (adapted for interaction with controlling thread) - - @cvs-id $id: whos-online.tcl,v 1.1.1.1 2004/03/16 16:11:51 nsadmin exp $ + + @cvs-id $Id$ } -query { {orderby:token,optional "activity,desc"} {all:boolean 0} Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.324 -r1.325 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 27 Jun 2018 12:07:09 -0000 1.324 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 29 Jun 2018 17:27:19 -0000 1.325 @@ -1634,7 +1634,7 @@ # Obtain item info (item_id parent_id lang stripped_name) from the # specified url. Search starts always at the root. # - # @parm with_package_prefix flag, if provided url contains package-url + # @param with_package_prefix flag, if provided url contains package-url # @return item ref data (parent_id lang stripped_name method) # if {$with_package_prefix && [string match "/*" $url]} { Index: openacs-4/packages/xowiki-includelet/lib/xowiki-admin-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki-includelet/lib/xowiki-admin-includelet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xowiki-includelet/lib/xowiki-admin-includelet.tcl 2 Aug 2008 12:48:57 -0000 1.1 +++ openacs-4/packages/xowiki-includelet/lib/xowiki-admin-includelet.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -1,8 +1,8 @@ ad_page_contract { The display logic for the xowiki admin portlet - + @author Michael Totschnig @author Gustaf Neumann - @cvs_id $Id$ + @cvs-id $Id$ } set base_url [site_node::get_url_from_object_id -object_id $package_id] Index: openacs-4/packages/xowiki-includelet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki-includelet/tcl/apm-callback-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xowiki-includelet/tcl/apm-callback-procs.tcl 2 Aug 2008 12:48:57 -0000 1.1 +++ openacs-4/packages/xowiki-includelet/tcl/apm-callback-procs.tcl 29 Jun 2018 17:27:19 -0000 1.2 @@ -4,7 +4,7 @@ @creation-date 2008-07-16 @author Don Baccus - @version $Id$ + @cvs-id $Id$ } namespace eval xowiki_includelet::install {} Index: openacs-4/packages/xowiki-portlet/www/xowiki-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki-portlet/www/xowiki-admin-portlet.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/xowiki-portlet/www/xowiki-admin-portlet.tcl 7 Apr 2018 18:05:33 -0000 1.9 +++ openacs-4/packages/xowiki-portlet/www/xowiki-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.10 @@ -1,9 +1,9 @@ ad_page_contract { The display logic for the xowiki admin portlet - + @author Michael Totschnig @author Gustaf Neumann - @cvs_id $Id$ + @cvs-id $Id$ } { package_id:naturalnum,optional template_portal_id:naturalnum,optional