Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-database-procs.tcl,v diff -u -r1.77 -r1.78 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 3 Jul 2008 08:40:46 -0000 1.77 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 12 Feb 2009 15:38:41 -0000 1.78 @@ -4,7 +4,7 @@ @creation-date 15 Apr 2000 @author Jon Salz (jsalz@arsdigita.com) - @cvs-id 00-database-procs.tcl,v 1.19.2.5 2003/05/23 13:11:29 lars Exp + @cvs-id $Id$ } # Database caching. Index: openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 10 Jan 2007 21:22:11 -0000 1.6 +++ openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 12 Feb 2009 15:38:41 -0000 1.7 @@ -21,7 +21,7 @@ @author Mark Dettinger (mdettinger@arsdigita.com) @creation-date March 29, 2000 @last-updated July 25, 2000 - @cvs-id ad-functional.tcl,v 3.4.2.5 2000/07/29 05:34:45 mdetting Exp + @cvs-id $Id$ This was part of ACS 3 Added to OpenACS by bdolicki on 11 Feb 2004 Index: openacs-4/packages/acs-tcl/tcl/admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/admin-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-tcl/tcl/admin-procs.tcl 23 Dec 2008 12:23:00 -0000 1.19 +++ openacs-4/packages/acs-tcl/tcl/admin-procs.tcl 12 Feb 2009 15:38:41 -0000 1.20 @@ -4,7 +4,7 @@ @author Multiple @creation-date 11/18/98 - @cvs-id admin-procs.tcl,v 1.9 2002/09/18 18:55:29 jeffd Exp + @cvs-id $Id$ } Index: openacs-4/packages/acs-tcl/tcl/aolserver-3-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/aolserver-3-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/aolserver-3-procs.tcl 10 Jan 2007 21:22:11 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/aolserver-3-procs.tcl 12 Feb 2009 15:38:41 -0000 1.5 @@ -5,7 +5,7 @@ @creation-date 27 Feb 2000 @author Jon Salz [jsalz@arsdigita.com] - @cvs-id aolserver-3-procs.tcl,v 1.2 2001/04/24 22:38:12 donb Exp + @cvs-id $Id$ } # -1 = Not there or value was "" Index: openacs-4/packages/acs-tcl/tcl/defs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/defs-procs.tcl,v diff -u -r1.58 -r1.59 --- openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 21 Dec 2008 17:34:25 -0000 1.58 +++ openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 12 Feb 2009 15:38:41 -0000 1.59 @@ -5,7 +5,7 @@ @author Many others at ArsDigita and in the OpenACS community. @creation-date 2 April 1998 - @cvs-id defs-procs.tcl,v 1.19.2.2 2003/03/28 13:43:28 lars Exp + @cvs-id $Id$ } ad_proc -public ad_acs_version_no_cache {} { Index: openacs-4/packages/acs-tcl/tcl/deprecated-utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/deprecated-utilities-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-tcl/tcl/deprecated-utilities-procs.tcl 14 Jul 2006 18:22:17 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/deprecated-utilities-procs.tcl 12 Feb 2009 15:38:41 -0000 1.8 @@ -8,7 +8,7 @@ @author yon [yon@arsdigita.com] @creation-date 9 Jul 2000 - @cvs-id deprecated-utilities-procs.tcl,v 1.4 2002/09/24 19:34:53 jeffd Exp + @cvs-id $Id$ } Index: openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 10 Jan 2007 21:22:12 -0000 1.11 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 12 Feb 2009 15:38:41 -0000 1.12 @@ -5,7 +5,7 @@ @author Various [acs@arsdigita.com] @author Rob Mayoff @creation-date 2000-10-19 - @cvs-id memoize-procs.tcl,v 1.4.2.1 2003/03/05 14:40:42 lars Exp + @cvs-id $Id$ } # Use shiny new ns_cache-based util_memoize. Index: openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 23 Dec 2008 12:23:00 -0000 1.13 +++ openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 12 Feb 2009 15:38:41 -0000 1.14 @@ -4,7 +4,7 @@ @creation-date 30 May 2000 @author Jon Salz [jsalz@arsdigita.com] - @cvs-id request-processor-init.tcl,v 1.3 2002/09/20 21:46:34 jeffd Exp + @cvs-id $Id$ } # These procedures are dynamically defined at startup to alleviate Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.97 -r1.98 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 21 Dec 2008 17:34:25 -0000 1.97 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 12 Feb 2009 15:38:41 -0000 1.98 @@ -5,7 +5,7 @@ @author Jon Salz (jsalz@arsdigita.com) @creation-date 15 May 2000 - @cvs-id request-processor-procs.tcl,v 1.25.2.7 2003/03/07 00:29:57 jeffd Exp + @cvs-id $Id$ } ##### Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.56 -r1.57 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 23 Dec 2008 19:19:36 -0000 1.56 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 12 Feb 2009 15:38:41 -0000 1.57 @@ -7,7 +7,7 @@ @author Jon Salz (jsalz@arsdigita.com) @author Richard Li (richardl@arsdigita.com) @author Archit Shah (ashah@arsdigita.com) - @cvs-id security-procs.tcl,v 1.13.2.5 2003/06/06 08:48:50 lars Exp + @cvs-id $Id$ } namespace eval security {} Index: openacs-4/packages/acs-tcl/tcl/set-operation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/set-operation-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/set-operation-procs.tcl 28 Aug 2003 09:41:43 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/set-operation-procs.tcl 12 Feb 2009 15:38:41 -0000 1.3 @@ -4,7 +4,7 @@ @creation-date 19 January 2001 @author Eric Lorenzo (elorenzo@arsdigita.com) - @cvs-id set-operation-procs.tcl,v 1.1.1.1 2001/03/13 22:59:26 ben Exp + @cvs-id $Id$ } Index: openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/table-display-procs.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 29 Jul 2008 22:04:14 -0000 1.18 +++ openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 12 Feb 2009 15:38:41 -0000 1.19 @@ -1,7 +1,7 @@ ad_library { This is the table, dimensional bar and sort tools. an example of their use can be found in /acs-examples - @cvs-id table-display-procs.tcl,v 1.9 2002/09/20 22:18:16 jeffd Exp + @cvs-id $Id$ } # Dimensional selection bars. Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 22 Sep 2008 19:47:59 -0000 1.25 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 12 Feb 2009 15:38:41 -0000 1.26 @@ -8,7 +8,7 @@ @author Bryan Quinn (bquinn@arsdigita.com) @creation-date 16 June 2000 - @cvs-id tcl-documentation-procs.tcl,v 1.6 2002/09/23 11:25:02 jeffd Exp + @cvs-id $Id$ } #################### Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.113 -r1.114 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 24 Dec 2008 00:20:46 -0000 1.113 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 12 Feb 2009 15:38:41 -0000 1.114 @@ -5,7 +5,7 @@ @author Various (acs@arsdigita.com) @creation-date 13 April 2000 - @cvs-id utilities-procs.tcl,v 1.19.2.18 2003/06/06 21:40:37 donb Exp + @cvs-id $Id$ } namespace eval util {} Index: openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 1 Jan 2009 14:06:10 -0000 1.13 +++ openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 12 Feb 2009 15:38:41 -0000 1.14 @@ -1,7 +1,7 @@ ad_library { UI widgets for use in forms, etc. - @cvs-id widgets-procs.tcl,v 1.4.2.1 2003/04/28 23:48:00 jong Exp + @cvs-id $Id$ } proc_doc state_widget { {default ""} {select_name "usps_abbrev"}} "Returns a state selection box" {