Index: openacs-4/packages/acs-content-repository/tcl/image-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/image-procs.tcl,v diff -u -r1.9.4.1 -r1.9.4.2 --- openacs-4/packages/acs-content-repository/tcl/image-procs.tcl 8 Sep 2014 07:24:35 -0000 1.9.4.1 +++ openacs-4/packages/acs-content-repository/tcl/image-procs.tcl 8 Sep 2014 07:58:50 -0000 1.9.4.2 @@ -220,7 +220,7 @@ Find imagemagick identify binary @author Dave Bauer (dave@solutiongrove.com) - @creation_date 2006-08-27 + @creation-date 2006-08-27 } { # FIXME create parameter return [parameter::get \ @@ -234,7 +234,7 @@ Find imagemagick convert binary @author Dave Bauer (dave@solutiongrove.com) - @creation_date 2006-08-27 + @creation-date 2006-08-27 } { #FIXME create parameter return [parameter::get \ @@ -254,7 +254,7 @@ @return List in array get format with names of width and height @author Dave Bauer (dave@solutiongrove.com) - @creation_date 2006-08-27 + @creation-date 2006-08-27 } { switch -- \ [image::filename_mime_type \ @@ -284,7 +284,7 @@ @param mime_type If known, the mime type of the file @author Dave Bauer (dave@thedesignexperience.org) - @creation_date 2006-08-27 + @creation-date 2006-08-27 } { if {$mime_type eq ""} { set mime_type [ns_guesstype $filename] Index: openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl,v diff -u -r1.51.8.6 -r1.51.8.7 --- openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 3 Aug 2014 19:50:11 -0000 1.51.8.6 +++ openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 8 Sep 2014 07:58:50 -0000 1.51.8.7 @@ -1022,7 +1022,7 @@ {-description:required} } { @author Simon Carstensen - @creation_date 2003-08-12 + @creation-date 2003-08-12 } { if { [string trim $description] eq "" } { db_dml update_description_insert_null {} Index: openacs-4/packages/acs-service-contract/tcl/contract-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/contract-procs.tcl,v diff -u -r1.5.10.1 -r1.5.10.2 --- openacs-4/packages/acs-service-contract/tcl/contract-procs.tcl 2 Oct 2013 22:41:59 -0000 1.5.10.1 +++ openacs-4/packages/acs-service-contract/tcl/contract-procs.tcl 8 Sep 2014 07:58:50 -0000 1.5.10.2 @@ -278,7 +278,7 @@ } { Parse the operations defined in the operations specification @param name Name of the contract - @spec spec Specification of all the operations + @param spec spec Specification of all the operations } { foreach { operation subspec } $spec { acs_sc::contract::operation::parse_spec \ Index: openacs-4/packages/forums/tcl/forums-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-callback-procs.tcl,v diff -u -r1.8.4.1 -r1.8.4.2 --- openacs-4/packages/forums/tcl/forums-callback-procs.tcl 11 Oct 2013 10:06:47 -0000 1.8.4.1 +++ openacs-4/packages/forums/tcl/forums-callback-procs.tcl 8 Sep 2014 07:58:50 -0000 1.8.4.2 @@ -104,7 +104,7 @@ ad_proc -public -callback search::datasource -impl forums_message {} { @author dave@thedesignexperience.org - @creation_date 2005-06-07 + @creation-date 2005-06-07 returns a datasource for the search package this is the content that will be indexed by the full text @@ -193,7 +193,7 @@ ad_proc -public -callback search::url -impl forums_message {} { @author dave@thedesignexperience.org - @creation_date 2005-06-08 + @creation-date 2005-06-08 returns a url for a message to the search package @@ -212,7 +212,7 @@ search engine. @author Jeff Davis davis@xarg.net - @creation_date 2004-04-01 + @creation-date 2004-04-01 } { set forum_id $object_id @@ -229,7 +229,7 @@ returns a url for a forum to the search package @author Jeff Davis davis@xarg.net - @creation_date 2004-04-01 + @creation-date 2004-04-01 } { set forum_id $object_id Index: openacs-4/packages/forums/tcl/forums-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-sc-procs.tcl,v diff -u -r1.11 -r1.11.4.1 --- openacs-4/packages/forums/tcl/forums-sc-procs.tcl 9 Nov 2008 23:29:26 -0000 1.11 +++ openacs-4/packages/forums/tcl/forums-sc-procs.tcl 8 Sep 2014 07:58:50 -0000 1.11.4.1 @@ -16,7 +16,7 @@ ad_proc -private forum::message::datasource { message_id } { @param message_id @author dave@thedesignexperience.org - @creation_date 2002-08-07 + @creation-date 2002-08-07 returns a datasource for the search package this is the content that will be indexed by the full text @@ -76,7 +76,7 @@ ad_proc -private forum::message::url { message_id } { @param message_id @author dave@thedesignexperience.org - @creation_date 2002-08-07 + @creation-date 2002-08-07 returns a url for a message to the search package @@ -100,7 +100,7 @@ @param forum_id @author Jeff Davis davis@xarg.net - @creation_date 2004-04-01 + @creation-date 2004-04-01 } { if {![db_0or1row datasource { select @@ -127,7 +127,7 @@ @param forum_id @author Jeff Davis davis@xarg.net - @creation_date 2004-04-01 + @creation-date 2004-04-01 } { return "[db_string select_forums_package_url {}]forum-view?forum_id=$forum_id"