Issue Details (XML | Word | Printable)

Key: MDL-14651
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Dongsheng Cai
Reporter: Dongsheng Cai
Votes: 0
Watchers: 3
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-8224

Ajax Chat Module

Created: 02/May/08 10:27 AM   Updated: 13/Oct/09 02:15 PM
Return to search
Component/s: Chat
Affects Version/s: 2.0
Fix Version/s: 2.0

File Attachments: 1. File chat.1.1.1.tar.bz2 (59 kB)
2. File chat.1.1.tar.bz2 (61 kB)

Image Attachments:

1. bubble-chat.png
(60 kB)

2. Screenshot.png
(53 kB)
Environment: Ubuntu, apache2, php5
Issue Links:
Duplicate
 

Participants: Dongsheng Cai and Martin Dougiamas
Security Level: None
QA Assignee: Eloy Lafuente (stronk7)
Resolved date: 13/Oct/09
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dongsheng Cai committed 8 files to 'Moodle CVS' - 18/Nov/08 02:21 PM
MDL-14651
1. identify IRC commands
2. commiting ajax chat room, I lost my half finished source code, so I have to
start again :-(
ADD mod/chat/gui_ajax/Attic/update.php   Rev. 1.1    (+0 -0 lines)
MODIFY mod/chat/view.php   Rev. 1.72    (+8 -1 lines)
MODIFY lang/en_utf8/message.php   Rev. 1.17    (+2 -1 lines)
ADD mod/chat/gui_ajax/index.php   Rev. 1.1    (+0 -0 lines)
ADD mod/chat/gui_ajax/script.js   Rev. 1.1    (+0 -0 lines)
MODIFY mod/chat/lib.php   Rev. 1.130    (+31 -4 lines)
ADD mod/chat/gui_ajax/Attic/common.php   Rev. 1.1    (+0 -0 lines)
ADD mod/chat/gui_ajax/Attic/post.php   Rev. 1.1    (+0 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 18/Nov/08 02:30 PM
"MDL-14651, disable ajax chat room by default"
MODIFY mod/chat/lib.php   Rev. 1.131    (+2 -2 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 19/Nov/08 09:23 AM
MDL-14651 Translated a new string for Messaging.
MODIFY ja_utf8/README   Rev. 1.869    (+1 -1 lines)
MODIFY ja_utf8/message.php   Rev. 1.23    (+2 -1 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 19/Nov/08 11:18 AM
"MDL-14651, more feature for new chat added"
MODIFY mod/chat/gui_ajax/Attic/update.php   Rev. 1.2    (+33 -40 lines)
MODIFY mod/chat/gui_ajax/script.js   Rev. 1.2    (+49 -23 lines)
MODIFY mod/chat/gui_ajax/index.php   Rev. 1.2    (+3 -6 lines)
MODIFY mod/chat/gui_ajax/Attic/common.php   Rev. 1.2    (+18 -1 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 19/Nov/08 01:22 PM
CHAT_MOD/MDL-14651
1. support BEEP message
2. add "console" object to debug
MODIFY mod/chat/gui_ajax/Attic/common.php   Rev. 1.3    (+2 -1 lines)
MODIFY mod/chat/gui_ajax/Attic/post.php   Rev. 1.2    (+6 -8 lines)
MODIFY mod/chat/gui_ajax/Attic/update.php   Rev. 1.3    (+10 -10 lines)
MODIFY mod/chat/gui_ajax/index.php   Rev. 1.3    (+3 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 19/Nov/08 01:56 PM
CHAT_MOD/MDL-14651, auto-scrolling support
MODIFY mod/chat/gui_ajax/script.js   Rev. 1.3    (+27 -5 lines)
Dongsheng Cai committed 5 files to 'Moodle CVS' - 19/Nov/08 03:29 PM
CHAT_MOD/MDL-14651, clean up update.php script.
MODIFY mod/chat/gui_ajax/Attic/update.php   Rev. 1.4    (+35 -44 lines)
MODIFY mod/chat/view.php   Rev. 1.73    (+8 -8 lines)
MODIFY mod/chat/gui_ajax/script.js   Rev. 1.4    (+1 -1 lines)
MODIFY mod/chat/mod_form.php   Rev. 1.17    (+0 -3 lines)
MODIFY mod/chat/lib.php   Rev. 1.132    (+12 -13 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 19/Nov/08 03:32 PM
CHAT_MOD/MDL-14651, disable ajax UI by default" view.php
MODIFY mod/chat/view.php   Rev. 1.74    (+7 -6 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 19/Nov/08 04:32 PM
CHAT_MOD/MDL-14651
1. click a button to "talk to" a specific user
2. adjust UI layout
3. add more language string
MODIFY mod/chat/lib.php   Rev. 1.133    (+11 -4 lines)
MODIFY mod/chat/gui_ajax/script.js   Rev. 1.5    (+34 -28 lines)
MODIFY mod/chat/gui_ajax/index.php   Rev. 1.4    (+18 -8 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 19/Nov/08 04:58 PM
CHAT_MOD/MDL-14651
jump to mod front page when error occors.
MODIFY mod/chat/gui_ajax/Attic/common.php   Rev. 1.4    (+10 -0 lines)
MODIFY mod/chat/gui_ajax/Attic/update.php   Rev. 1.5    (+8 -12 lines)
MODIFY mod/chat/gui_ajax/script.js   Rev. 1.6    (+7 -1 lines)
MODIFY mod/chat/gui_ajax/index.php   Rev. 1.5    (+1 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 19/Nov/08 05:05 PM
CHAT_MOD/MDL-14651
update post.php script to support error report code.
MODIFY mod/chat/gui_ajax/Attic/post.php   Rev. 1.3    (+20 -11 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 19/Nov/08 05:12 PM
CHAT_MOD/MDL-14651
$CFG->enableajax == true, ajax chat will be enabled.
MODIFY mod/chat/view.php   Rev. 1.75    (+2 -2 lines)
MODIFY mod/chat/lib.php   Rev. 1.134    (+1 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 19/Nov/08 05:27 PM
"CHAT_MOD/MDL-14651, language string for chat module"
MODIFY lang/en_utf8/chat.php   Rev. 1.14    (+4 -1 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 20/Nov/08 03:28 AM
MDL-14651 Translated new strings for chat.
MODIFY ja_utf8/chat.php   Rev. 1.27    (+7 -4 lines)
MODIFY ja_utf8/README   Rev. 1.870    (+1 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 30/Nov/08 04:01 AM
MDL-14651 string added
MODIFY fr_utf8/message.php   Rev. 1.19    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 30/Nov/08 04:11 AM
MDL-14651, language string for chat module
MODIFY fr_utf8/chat.php   Rev. 1.18    (+4 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 16/Dec/08 02:04 PM
"MDL-14651, hide input box when user doesn't have chat:talk capability"
MODIFY mod/chat/gui_ajax/index.php   Rev. 1.6    (+6 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 04/Mar/09 04:15 PM
"CHAT/MDL-14651, move down DOCTYPE declaration"
MODIFY mod/chat/gui_ajax/index.php   Rev. 1.7    (+1 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 05/May/09 05:19 PM
"MDL-14651, remove a useless capability from chat module"
MODIFY mod/chat/gui_ajax/index.php   Rev. 1.8    (+0 -6 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 02/Jun/09 01:24 PM
"MDL-14651, fixed yui javascript path (since latest yui upgrade), setup in update script in order to get format_text worked"
MODIFY mod/chat/gui_ajax/index.php   Rev. 1.9    (+3 -3 lines)
MODIFY mod/chat/gui_ajax/Attic/update.php   Rev. 1.7    (+7 -1 lines)
Dongsheng Cai committed 6 files to 'Moodle CVS' - 15/Aug/09 07:20 PM
"MDL-14651, update chat module to work in new API"
MODIFY mod/chat/view.php   Rev. 1.88    (+4 -4 lines)
MODIFY mod/chat/gui_ajax/script.js   Rev. 1.7    (+44 -42 lines)
MODIFY mod/chat/lib.php   Rev. 1.147    (+1 -1 lines)
MODIFY mod/chat/gui_ajax/Attic/update.php   Rev. 1.10    (+4 -4 lines)
MODIFY mod/chat/gui_ajax/Attic/common.php   Rev. 1.5    (+2 -3 lines)
MODIFY mod/chat/gui_ajax/index.php   Rev. 1.12    (+14 -12 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 04/Sep/09 05:50 PM
"MDL-14651, fixed typo and set page type as form"
MODIFY mod/chat/gui_basic/index.php   Rev. 1.15    (+3 -2 lines)
Dongsheng Cai committed 8 files to 'Moodle CVS' - 06/Sep/09 02:41 AM
Dongsheng Cai committed 2 files to 'Moodle CVS' - 06/Sep/09 05:24 PM
"MDL-14651, fixed duplicate users in list, add language string"
MODIFY mod/chat/gui_ajax/script.js   Rev. 1.9    (+2 -4 lines)
MODIFY lang/en_utf8/chat.php   Rev. 1.18    (+3 -2 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 06/Sep/09 05:52 PM
MDL-14651 Translated a new string for chat.
MODIFY ja_utf8/chat.php   Rev. 1.32    (+4 -3 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 07/Sep/09 10:20 AM
"MDL-14651, fixed chat_format_userlist"
MODIFY mod/chat/lib.php   Rev. 1.150    (+1 -1 lines)
MODIFY mod/chat/chat_ajax.php   Rev. 1.2    (+1 -10 lines)
martignoni committed 1 file to 'Lang CVS' - 18/Sep/09 01:32 AM
MDL-14651 New string added
MODIFY fr_utf8/chat.php   Rev. 1.25    (+2 -1 lines)