Sara Arjona
522b89ce54
MDL-42434 mod_chat: add again the usingchat help icon
...
In Moodle 2.4 the help icon displayed in the chat window was
removed. It has been added to gui_ajax and gui_basic in order to help users.
2020-08-14 17:12:48 +02:00
Mathew May
5cac5fa428
MDL-64506 templates: BS2 m-x-x to BS4 mx-x
2019-04-03 19:47:11 +08:00
Damyon Wiese
f619064b9b
MDL-56719 boost: Style mod_chat for boost
...
I stayed away from big markup changes. This is a table layout so needs rewriting which is a big job.
2016-11-14 15:08:57 +08:00
Andrew Davis
c52b4db52d
MDL-46465 mod_chat: assorted coding style fixes
2014-07-28 10:01:41 +08:00
Andrew Davis
a2505cfdaa
MDL-45089 mod_chat: changed the page type on the accessible popup
2014-04-15 09:04:33 +08:00
Frederic Massart
f49d814abc
MDL-40048 mod_chat: Replacing add_to_log with new events
...
For this to be done properly, a new function to send the message
and trigger the event has been created. Following that a
data generator for chat, and some unit tests.
2013-09-23 11:41:33 +08:00
Andrew Davis
66e2b9f8c2
MDL-38856 reposition activity group control and fixed titles in chat, database and forum
2013-09-02 11:49:39 +07:00
Jerome Mouneyrac
83f47164b1
MDL-30895 switch from dl tag to table in the accessible chat
2013-08-08 17:15:03 +08:00
Andrew Davis
dc514c1a0b
MDL-35385 mod_chat: made sure no message popups display within the chat window
2013-04-30 09:01:00 +08:00
David Monllao
6536217c78
MDL-34466 mod_chat Replace all instances of get_context_instance() with respective context_XXXX class in mod/chat
2012-07-27 13:26:04 +08:00
Andrew Davis
fef7025c5e
MDL-32665 mod_chat: disabled popup notifications in the chat windows
2012-07-17 10:15:14 +08:00
Petr Skoda
7edfd54fcf
MDL-32915 fix bogus open div in basic chat ui
2012-05-13 10:24:43 +02:00
Petr Skoda
cdbea7eed1
MDL-31607 use full course object for require_login() if already available
...
This eliminates 1 db query.
2012-04-22 17:41:47 +02:00
Charles Fulton
9250bf8172
MDL-26238 remove deprecated second parameter from groups_get_group() calls
2011-02-06 18:15:36 +01:00
Dongsheng Cai
1d5bd3d2ed
MDL-24941, fixed nopermission error when student entering scheduled chat session
2010-11-17 07:56:40 +00:00
Dongsheng Cai
0cc5b5a34c
MDL-24367, fixed 'Show only new' feature in basic chat ui
2010-09-24 06:10:53 +00:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Petr Skoda
f4091f8e37
MDL-23184 chat supports html only input
2010-09-02 18:42:29 +00:00
Rossiani Wijaya
36099bd4d5
MDL-20410 - remove set_focuscontrol (bulk commit)
2010-07-01 05:24:14 +00:00
Dongsheng Cai
af140288c4
MDL-8224, minor changes to tweak ui
2010-05-20 06:26:40 +00:00
Patrick Malley
04d2e67494
Changed gui-basic index.php h1 elements to h2 elements
2010-05-02 16:37:06 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
812dbaf7d5
MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars
2009-12-27 19:47:21 +00:00
Petr Skoda
191b267bcd
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
2009-12-27 12:02:04 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Petr Skoda
e7521559ed
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 13:17:47 +00:00
samhemelryk
eb588b22ab
mod-chat MDL-19804 Added PAGE->set_url calls and removed deprecated functions
2009-09-23 07:08:43 +00:00
samhemelryk
296b589efd
mod-chat MDL-19804 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 04:08:56 +00:00
dongsheng
9d9da5e9cb
"MDL-8224, use embedded layout in gui_header_js UI, add a css to gui_basic UI"
2009-09-05 18:46:02 +00:00
dongsheng
d8e761eed2
"MDL-14651, fixed typo and set page type as form"
2009-09-04 09:50:46 +00:00
nicolasconnault
af7bad7997
MDL-19804 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:42:59 +00:00
nicolasconnault
d8772689b2
MDL-19804 Converted all print_footer() calls
2009-08-06 14:15:30 +00:00
skodak
7826abc79f
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
2009-06-03 20:25:27 +00:00
skodak
d4a1fcaf11
MDL-16613 sesskey cleanup
2009-01-02 10:36:25 +00:00
dongsheng
0d864c8d16
MDL-14650, fix incorrect use of &&
2008-07-25 03:09:47 +00:00
dongsheng
6e5f40eadc
MDL-14650, create a new table chat_messages_current
to save latest 8 hours messages, could improve performance. The expired message will be deleted in chat_cron function
2008-07-24 03:15:03 +00:00
skodak
d3bf6f92f6
MDL-15104 chat dml conversion
2008-06-08 15:49:36 +00:00
dongsheng
2f52a088bf
"MDL-14129, fix print_error"
2008-06-06 08:46:48 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
mattc-catalyst
a12e11c13a
MDL-10888: groupings - mod/chat - update to work with groupings
2007-08-27 02:28:35 +00:00
skodak
c7225fe291
MDL-8062 chat, login page and messaging - removed name attribute from some <form>s and fixed focus; changed set_focus() JS to accept element ID == the $focus parameter in print_header() + other minor Strict XHTML fixes
2007-01-03 20:35:09 +00:00
skodak
953eb6f315
MDL-8022 Chat accessibility - new gui_basic should integrated and fully working now
...
+ improved print_user_picture() to allow images with empty alt to prevent repetitive reading of usernames in jaws when username is printed next to avatar
2006-12-30 19:45:24 +00:00
skodak
6ee78ceeaf
MDL-8022 chat accessiblity
...
- new gui_basic that can be used as fallback or accessible option to gui_header_js - it is not compatible with chat daemon
- todo: CSS styling, beeping, JS fallback code in view.php and noframes fallback in gui_header_js
- minor changes in messaging language strings
- minor coding style improvements
2006-12-29 18:33:41 +00:00