- Publicity: Public Only All
notification-procs.tcl
XoWiki - Notification procs
- Location:
- packages/xowiki/tcl/notification-procs.tcl
- Created:
- 2006-08-08
- Author:
- Gustaf Neumann
Procedures in this file
- xowiki::notification::do_notifications (public)
- xowiki::notification::get_url (private)
- xowiki::notification::process_reply (private)
- xowiki::notifications-install (private)
- xowiki::notifications-uninstall (private)
Detailed information
xowiki::notification::do_notifications (public)
xowiki::notification::do_notifications [ -revision_id revision_id ] \ [ -page page ] [ -html html ] [ -text text ] [ -new ]
generate a notification
- Switches:
- -revision_id (optional)
- -page (optional)
- -html (optional)
- -text (optional)
- -new (optional, boolean, defaults to
"true"
)- new or modified item
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
xowiki::notification::get_url (private)
xowiki::notification::get_url id
- Parameters:
- id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
xowiki::notification::process_reply (private)
xowiki::notification::process_reply reply_id
Handles a reply to an xowiki notification.
- Parameters:
- reply_id (required)
- Author:
- Deds Castillo <deds@i-manila.com.ph>
- Created:
- 2006-06-08
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
xowiki::notifications-install (private)
xowiki::notifications-install
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
xowiki::notifications-uninstall (private)
xowiki::notifications-uninstall
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.