Lines Matching +full:- +full:- +full:no +full:- +full:scripts
1 ====== DokuWiki Chat AJAX-driven plugin ======
14 In the info-bar you can see the AJAX engine progress.
29 …under own DokuWiki installation, feel free to {{:dokuwiki:plugin:dokuwiki-chat-1.1.2.zip?nocache|d…
30 [[http://pv.no-ip.org/bin/dokuwiki-chat-1.1.2.zip|Mirror 1 here]] (version 1.1.2), or \\
45 …**SACK**. It is only one file ''tw-sack.js''. You will have to copy this file over the original fi…
46 Original ''tw-sack.js'' 1.6 version comes from [[http://www.twilightuniverse.com/resources/code/sac…
54 You will have to setup user-rights (ACL) for ''chat'' namespace.
75 …s not include {{:dokuwiki:plugin:events.js}}, download it and put it into ''lib/scripts'' directory
76 …* Edit ''ajax.php'' and change all occurrencies of <code>$auth->getUserData(...)</code> into <code…
95 - First, new messages are polled each 5 seconds.
96 - After 30 seconds, checking interval is prolonged to 10 seconds.
97 - After another 30 seconds, checking interval is changed to 30 seconds.
98 …- Now, mouse-movement over document window is monitored. If no mouse movement occures on document …
107 and still if there are no people chatting for some time, the polling cools down so
108 the web-server is not overloaded with AJAX requests.
126 * Added ''audio-notify'' setting into configuration.
128 …ed updated Ajax toolkit library ''tw-sack.js'' (SACK 1.6 modified), you have to copy this over fil…
136 * Added ''$conf['chat']['show-progress']'' for enabling info bar
137 …* ''[Clear messages]'' button is now visible for logged-in user that has edit rights for current p…
138 …* Improved user-rights handling, now user must have write-rights for chat page to be able to see '…