Andrew Davis
c52b4db52d
MDL-46465 mod_chat: assorted coding style fixes
2014-07-28 10:01:41 +08:00
Jerome Mouneyrac
6bdb788679
MDL-24380 Chat: autoscroll help popup incorrect and doesn't display fully
2013-10-22 12:35:23 +02:00
Dan Marsden
612fdeb24e
MDL-39628 Chat: check mod/chat:chat capability when using daemon.
...
Thanks to Francois Gauthier for report/fix.
2013-07-02 12:20:29 +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
1fa2dfbcb6
MDL-35264 mod_chat Bigger frame for text input
2012-09-12 13:52:50 +08:00
David Monllao
476a235db1
MDL-35264 mod_chat Changing the input frame of chat daemon method to a embedded page layout
2012-09-07 12:07:46 +08:00
Rossiani Wijaya
da248cbb71
MDL-34562 accessibility compliance for chat module: Add <label> for input text and select tag
2012-08-06 16:17:29 +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
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fee75c2416d71bae7583fd026b9ccabb.
2012-04-11 17:18:58 +12:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Sam Hemelryk
eb38d45b4e
MDL-29189 course Minor fixups after code review
2011-09-13 11:17:18 +12:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Charles Fulton
9250bf8172
MDL-26238 remove deprecated second parameter from groups_get_group() calls
2011-02-06 18:15:36 +01:00
Derek Woolhead
f4c73c0643
Trivial fix missing quote generating file syntax error
2010-05-26 11:38:44 +00:00
David Mudrak
1752d56ffd
MDL-21695 Chat module now uses new help strings
...
AMOS BEGIN
HLP chat/chatting.html,[usingchat_help,mod_chat]
AMOS END
2010-04-30 10:22:33 +00:00
Petr Skoda
596509e431
MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help
2010-04-13 20:34:27 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
Petr Skoda
0a0a507c95
MDL-21535 hidden activities now handled in require_login(), removing duplicate code
2010-02-15 16:12:53 +00:00
Petr Skoda
60409fe103
MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them)
2010-02-06 14:09:33 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +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
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +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
nicolasconnault
29cd201ffa
MDL-19804 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:02:38 +00:00
nicolasconnault
d8772689b2
MDL-19804 Converted all print_footer() calls
2009-08-06 14:15:30 +00:00
samhemelryk
0763ab2c65
mod-chat MDL-16706 Removed inline JS and replaced with new PAGE methods
2009-06-26 06:53:23 +00:00
tjhunt
c13a5e71cc
moodle_page: MDL-12212 start of new moodle_page class
...
* has course and status fields
* $PAGE->status updated by print_header and footer
* $PAGE->set_course now replace course_setup function
* global $PAGE created in setup.php
* unit tests for functionality so far
* Moodle still seems to work after this commit!
2009-05-06 08:29:22 +00:00
dongsheng
1f8abb893b
MDL-15370, remove old html and javascript code, merged from 1.9
2008-10-08 06:48:57 +00:00
Francois Marier
6800d78e06
Drift between CVS and git
...
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
dongsheng
5c2f6a7fb1
"MDL-14129, fix print_error"
2008-06-15 12:24:36 +00:00
skodak
d3bf6f92f6
MDL-15104 chat dml conversion
2008-06-08 15:49:36 +00:00
dongsheng
083acd24db
"MDL-14465, add a setfocus() function, see tracker, thanks, Ralf"
2008-04-30 03:42:24 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
d795bfdbf9
MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE
2007-12-14 21:22:38 +00:00
mattc-catalyst
a12e11c13a
MDL-10888: groupings - mod/chat - update to work with groupings
2007-08-27 02:28:35 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
skodak
9152fc9938
MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE
...
MDL-7962 chat seems to be completely broken in head (fixed wrong JS)
* reworked chat themes support
MDL-8338 Cron does not need cookies
MDL-8339 forum cron capabilities problems
* minor deprecated function current_encoding() cleanup
2007-01-28 21:18:08 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
skodak
810944af7f
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
2006-11-11 17:23:20 +00:00
skodak
03f5a0f87c
major whitespace cleanup - fixed \r\n line-ending
2006-09-20 19:46:52 +00:00
toyomoyo
f9a59efa64
adding some capabilities
2006-08-29 08:43:59 +00:00
stronk7
b49f9e8932
And chat is using current_charset() too.
...
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 16:31:29 +00:00
stronk7
200371e9f7
Now chat->name works under filterall.
2005-03-27 11:36:54 +00:00
gustav_delius
ec81373f50
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
...
(While I was at it I also turned the autologinguests off for most module pages, except on the index.php pages and the view.php pages for those modules that allow guests)
2005-02-16 10:40:48 +00:00
skodak
e7fbd0b3f2
Chatd cleanup finished, from now on only bug fixing.
2005-02-12 10:54:25 +00:00
skodak
a32c7772c6
fixed deleting of old users when using chatd, other minor fixes, reverting of changes in chatmsg - found some weird problems in FF
2005-02-10 19:14:53 +00:00
skodak
475bd5cb71
fixed problems with forced course language
2005-02-08 21:30:47 +00:00
skodak
342769e94d
typo in javascript code, message submit did not work :-(
2005-02-04 22:58:28 +00:00