Index: openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl,v diff -u -r1.45 -r1.46 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 17 Jul 2018 13:32:18 -0000 1.45 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 25 Jul 2018 21:57:06 -0000 1.46 @@ -97,12 +97,11 @@ context } { Returns a Yahoo-style hierarchical navbar. Includes "Administration" - if applicable, and the subsite if not global. 'args' can be either - one or more lists, or a simple string. + if applicable, and the subsite if not global. @param node_id If provided work up from this node, otherwise the current node @param from_node If provided do not generate links to the given node and above. - @param separator The text placed between each link (passed to ad_context_bar_html if provided) + @return an html fragment generated by ad_context_bar_html @see ad_context_bar_html 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.140 -r1.141 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 22 May 2018 08:48:37 -0000 1.140 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 25 Jul 2018 21:57:06 -0000 1.141 @@ -340,9 +340,6 @@ @param debug If debug is set to "t", all invocations of the filter will be ns_logged. - @param sitewide specifies that the filter should be applied on a - sitewide (not subsite-by-subsite basis). - } { if {$method eq "*"} { # Shortcut to allow registering filter for all methods.