forums-install-procs.tcl

Forums install callbacks

Location:
packages/forums/tcl/forums-install-procs.tcl
Created:
2004-04-01
Author:
Jeff Davis davis@xarg.net
CVS Identification:
$Id: forums-install-procs.tcl,v 1.10.2.5 2023/03/23 12:47:27 antoniop Exp $

Procedures in this file

Detailed information

forum::install::before-uninstantiate (private)

 forum::install::before-uninstantiate [ -package_id package_id ]

Make sure all threads are deleted before the forum is uninstantiated.

Switches:
-package_id (optional)
Author:
realfsen@km.co.at
Created:
2009.03.24

Testcases:
No testcase defined.

forum::install::create_moderator_notification_types (private)

 forum::install::create_moderator_notification_types

Create the Forum Notification types used to notify usersmoderators of forum changes.

Testcases:
No testcase defined.

forum::install::create_notification_types (private)

 forum::install::create_notification_types

Create the Forum Notification types used to notify users of forum changes.

Testcases:
No testcase defined.

forum::install::create_user_notification_types (private)

 forum::install::create_user_notification_types

Create the Forum Notification types used to notify users of forum changes.

Testcases:
No testcase defined.

forum::install::delete_notification_types (private)

 forum::install::delete_notification_types

Delete notification types on uninstall

Testcases:
No testcase defined.

forum::install::package_install (private)

 forum::install::package_install

package install callback

Testcases:
No testcase defined.

forum::install::package_uninstall (private)

 forum::install::package_uninstall

package uninstall callback

Testcases:
No testcase defined.

forum::install::package_upgrade (private)

 forum::install::package_upgrade -from_version_name from_version_name \
    -to_version_name to_version_name

Package before-upgrade callback

Switches:
-from_version_name (required)
-to_version_name (required)

Testcases:
No testcase defined.

install::xml::action::forum-create (private)

 install::xml::action::forum-create node

Create a forum instance from an install.xml file

Parameters:
node (required)

Testcases:
No testcase defined.
[ show source ]