moodle/mod/chat
Mikel Martín 530691b1ca MDL-78280 completion: Fix behat for new completion UI
- The following behat step definitions were modified to work correctly both for course page conditions dialog and activity page
condition badges: 'activity_completion_condition_displayed_as', 'overridden_activity_completion_condition_displayed_as'
and 'activity_should_have_the_completion_condition'.
- Because now "Mark as done" manual completion button is not displayed for teachers in course homepage,
some behat steps were also modified.
2023-07-19 16:44:54 +02:00
..
backup MDL-60793 mod_chat: Renamed 'system' into 'issystem' 2017-12-18 15:23:11 +01:00
classes MDL-74568 mod_chat: Add Webservice mod_chat_view_sessions 2023-06-01 18:16:21 -03:00
db MDL-74568 mod_chat: Add Webservice mod_chat_view_sessions 2023-06-01 18:16:21 -03:00
gui_ajax MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
gui_basic MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
gui_header_js MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
gui_sockets MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lang/en MDL-70189 lang: final removal of deprecated 311 strings. 2023-05-04 14:15:35 +01:00
pix Merge branch 'MDL-74235-master-2' of https://github.com/andrewnicols/moodle 2022-04-07 12:06:38 +06:00
tests MDL-78280 completion: Fix behat for new completion UI 2023-07-19 16:44:54 +02:00
beep.mp3 MDL-57772 chat: BEEP is back baby! 2017-11-07 11:25:02 +08:00
chat_ajax.php MDL-68964 mod_chat: fix theme param 2020-08-12 17:32:36 +02:00
chatd.php MDL-77347 mod_chat: Added missing class properties. 2023-03-27 15:58:01 +07:00
empty.php
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
locallib.php MDL-77347 mod_chat: Added missing class properties. 2023-03-27 15:58:01 +07:00
mod_form.php
README.txt
renderer.php
report.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
settings.php
styles.css MDL-62151 Theme boost: mod_chat styles 2018-05-03 09:34:40 +02:00
upgrade.txt MDL-59287 upgrade.txt: avoid misleading versions 2017-07-11 11:30:43 +01:00
version.php MDL-74568 mod_chat: Add Webservice mod_chat_view_sessions 2023-06-01 18:16:21 -03:00
view.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30

Official Chat Module for Moodle
------------------------------

The chat module now supports a backend daemon for
more efficiency.

It's still buggy and being worked on, but if you
want to test it and help out here are some quick
instructions:

1) Admin -> Config -> Modules -> Chat -> Settings

2) Set the method to "sockets" and set up the ports etc

3) Start the server like this (from the Unix command line):

   cd moodle/mod/chat
   php chatd.php --start &

4) Go to a chat room in Moodle and open it as normal.

------

KNOWN PROBLEMS

 - User list is not always working
 - Some browsers (eg Safari) cause lines to be repeated
   by 10 - 20 times
 - Occasionally "Document was empty" messages

Help solving these very welcome!


Martin, 31 July 2004