xowiki-callback-procs.tcl

XoWiki - Callback procs

Location:
packages/xowiki/tcl/xowiki-callback-procs.tcl
Created:
2006-08-08
Author:
Gustaf Neumann
CVS Identification:
$Id: xowiki-callback-procs.tcl,v 1.81 2024/09/11 06:15:56 gustafn Exp $

Procedures in this file

Detailed information

callback::subsite::parameter_changed::impl::xowiki (private)

 callback::subsite::parameter_changed::impl::xowiki \
    -package_id package_id -parameter parameter -value value

Implementation of subsite::parameter_changed for xowiki parameters.

Switches:
-package_id (required)
the package_id of the package the parameter was changed for
-parameter (required)
the parameter name
-value (required)
the new value
See Also:

Testcases:
No testcase defined.

xowiki::after-install (private)

 xowiki::after-install

Testcases:
No testcase defined.

xowiki::before-uninstall (private)

 xowiki::before-uninstall

Testcases:
No testcase defined.

xowiki::before-uninstantiate (public)

 xowiki::before-uninstantiate -package_id package_id

Callback to be called whenever a package instance is deleted.

Switches:
-package_id (required)
Author:
Gustaf Neumann

Testcases:
xowiki_test_cases

xowiki::upgrade_callback (private)

 xowiki::upgrade_callback -from_version_name from_version_name \
    -to_version_name to_version_name

Callback for upgrading

Switches:
-from_version_name (required)
-to_version_name (required)
Author:
Gustaf Neumann <neumann@wu-wien.ac.at>

Testcases:
No testcase defined.
[ show source ]