watch.lib.php File Reference

Controls the main functionality : content edition. More...


Functions

 browserWatchView ()
 customize browser title when viewing watches
 emailSubscribeLink ()
 display link to subscribe to this node
 emailUnsubscribeLink ()
 display link to unsubscribe to this node
 watchViewBox ()
 display list of nodes this user has subscribed to
 onWatch ()
 called when user click on subscribe link
 onUnwatch ()
 called when user click on unsubscribe link
 onUnwatchById ()
 called when user click on unsubscribe link in watchViewBox
 onWatchRecursively ()
 called when user click on subscribe link in watchViewBox
 onUnwatchAll ()
 called when user click on unsubscribe all link in watchViewBox

Variables

 $contentBoxHandle ['watch_view'] = 'watchViewBox'
 $userActionHandle ['watch'] = 'onWatch'
 $userActionHandle ['unwatch'] = 'onUnwatch'
 $userActionHandle ['unwatch_by_id'] = 'onUnwatchById'
 $userActionHandle ['watch_rec'] = 'onWatchRecursively'
 $userActionHandle ['unwatch_all'] = 'onUnwatchAll'
 $browserTitlePageHandle ['watch_view'] = 'browserWatchView'


Detailed Description

Controls the main functionality : content edition.

This file creates several hooks :

The display page can be called from user preferences. The page contain only a list of links. Links to stop watching a page, links to subscribe to all sub nodes of a page, and a link to unsubscribe to all.

This page contains also several helper functions for the user to create template :


Function Documentation

browserWatchView (  ) 

customize browser title when viewing watches

Returns:
browser title

onUnwatch (  ) 

called when user click on unsubscribe link

onUnwatchAll (  ) 

called when user click on unsubscribe all link in watchViewBox

onUnwatchById (  ) 

called when user click on unsubscribe link in watchViewBox

onWatch (  ) 

called when user click on subscribe link

onWatchRecursively (  ) 

called when user click on subscribe link in watchViewBox

watchViewBox (  ) 

display list of nodes this user has subscribed to

Returns:
html blob


Generated on Mon Feb 19 19:11:58 2007 for Wiclear by  doxygen 1.4.7