Index: openacs-4/packages/forums/tcl/forums-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-install-procs.tcl,v diff -u -r1.10.2.3 -r1.10.2.4 --- openacs-4/packages/forums/tcl/forums-install-procs.tcl 13 May 2020 14:31:33 -0000 1.10.2.3 +++ openacs-4/packages/forums/tcl/forums-install-procs.tcl 22 Feb 2021 16:25:40 -0000 1.10.2.4 @@ -44,7 +44,9 @@ -spec { 1.1d3 1.1d4 { # just need to install the forum_forum callback - forum::sc::register_forum_fts_impl + # This proc is deprecated, so we just skip it + # See acs-api-browser.graph__bad_calls automated test + # forum::sc::register_forum_fts_impl } 1.3.1d17 1.3.1d18 { # Unregister search service contract implementation 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.17.2.3 -r1.17.2.4 --- openacs-4/packages/forums/tcl/forums-sc-procs.tcl 22 Feb 2021 16:13:07 -0000 1.17.2.3 +++ openacs-4/packages/forums/tcl/forums-sc-procs.tcl 22 Feb 2021 16:25:41 -0000 1.17.2.4 @@ -163,8 +163,10 @@ } } -ad_proc -private -deprecated forum::sc::unregister_implementations {} { - DEPRECATED: search is implemented using callbacks now. +ad_proc -private forum::sc::unregister_implementations {} { + This proc is de-facto deprecated, as search is implemented using + callbacks now, but we still need it to be there to support + upgrades from older versions. @see forums-callback-procs.tcl } {