601 Commits

Author SHA1 Message Date
Helen Foster
af842c4309 MDL-21250 capital letters removal 2010-11-29 16:03:59 +00:00
Helen Foster
5735fefc93 MDL-21250 capital letters removal 2010-11-29 15:49:58 +00:00
Petr Skoda
cbad562eee MDL-25314 improved prevention of output buffering + detection of misconfigured servers
Scripts that do not want buffered output just define NO_OUTPUT_BUFFERING before including config.php.
The fileserving code now checks if the headers are already sent which detects misconfigured servers.
2010-11-19 03:40:43 +00:00
Dongsheng Cai
1d5bd3d2ed MDL-24941, fixed nopermission error when student entering scheduled chat session 2010-11-17 07:56:40 +00:00
Petr Skoda
516c5eca68 MDL-24698 hopefully fixed all completion_info problems 2010-11-17 06:23:56 +00:00
Dongsheng Cai
b160915d6b "MDL-25175, fixed groups_get_group parameter" 2010-11-12 03:34:49 +00:00
Eloy Lafuente
0f66acede0 MDL-22135 - logs restore, course and activities + cleanup 2010-11-11 19:46:04 +00:00
Sam Marshall
2380ac57d6 Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them 2010-11-10 12:06:24 +00:00
Sam Marshall
702a206cd3 Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them 2010-11-09 17:09:13 +00:00
Dongsheng Cai
467902f2ef MDL-25097, fixed CSRF in chat_ajax.php 2010-11-08 07:59:55 +00:00
Dongsheng Cai
ae671b6c67 MDL-25069 CHAT added events definition file 2010-11-08 06:03:00 +00:00
Dongsheng Cai
a8e3b008ff MDL-25069 CHAT added event handler to handler user logout event. 2010-11-08 02:54:42 +00:00
Dongsheng Cai
2412f8b882 MDL-25069, chat, check if user loggedin 2010-11-05 02:41:16 +00:00
Helen Foster
df04f0fe3b cap rewording 2010-11-04 15:11:47 +00:00
Sam Marshall
3a7507d081 chat, workshop MDL-24736 'require view' completion missing from these modules 2010-10-18 14:20:44 +00:00
Dongsheng Cai
e80451e835 "MDL-24646, fixed portfolio export in chat module" 2010-10-14 08:16:36 +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
6bdfef5da9 MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +00:00
Petr Skoda
39790bd805 MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
Dongsheng Cai
ecdd4ca147 CHAT MDL-24269, added missing refreshurl 2010-09-20 03:33:48 +00:00
Petr Skoda
034ef76129 improved spelling 2010-09-18 12:31:20 +00:00
Petr Skoda
e9f80dffff fixed var name typo 2010-09-18 12:16:38 +00:00
Petr Skoda
26ab454870 fixed missing global 2010-09-18 12:16:02 +00:00
Petr Skoda
0b21e5885e improved PHPDocs 2010-09-18 12:15:36 +00:00
Petr Skoda
38e2712ff7 fixed invalid js init call 2010-09-18 12:14:20 +00:00
Petr Skoda
c5e5df54a6 fixed missing ; 2010-09-18 12:11:10 +00:00
Petr Skoda
b21f73c254 fixed unterminated JS statement 2010-09-18 12:10:32 +00:00
Petr Skoda
72d2982eb1 hmm, it is reset course not courses 2010-09-18 12:08:16 +00:00
Petr Skoda
91421f3ead a few spelling fixes 2010-09-18 12:07:01 +00:00
Dongsheng Cai
529817c8ab CHAT MDL-8224, use json encoded success message 2010-09-14 07:33:40 +00:00
Dongsheng Cai
11e48dd69c "MDL-14679 fixed bug introduced by recent changes" 2010-09-06 06:39:40 +00:00
Dongsheng Cai
58f3f05818 "MDL-8224, fixed javascript error in chat module" 2010-09-06 03:53:58 +00:00
Petr Skoda
dd88de0ebd MDL-14679 fixed remaining old style update_record()s 2010-09-03 18:01:25 +00:00
Petr Skoda
a9637e7df4 MDL-14679 fixed a lot more old style uses of insert_record() 2010-09-03 17:47:41 +00:00
Petr Skoda
f4091f8e37 MDL-23184 chat supports html only input 2010-09-02 18:42:29 +00:00
Petr Skoda
b8ea3041eb MDL-23184 activity names are now either PARAM_TEXT or PARAM_CLEANHTML, this should be more accurate 2010-09-02 18:29:39 +00:00
David Mudrak
370d793c98 MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block
AMOS BEGIN
 MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment]
 MOV [dataadministration,mod_data],[pluginadministration,mod_data]
 MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback]
 MOV [folderadministration,mod_folder],[pluginadministration,mod_folder]
 MOV [forumadministration,mod_forum],[pluginadministration,mod_forum]
 MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary]
 MOV [chatadministration,mod_chat],[pluginadministration,mod_chat]
 MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice]
 MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp]
 MOV [labeladministration,mod_label],[pluginadministration,mod_label]
 MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson]
 MOV [pageadministration,mod_page],[pluginadministration,mod_page]
 MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz]
 MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource]
 MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm]
 MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey]
 MOV [urladministration,mod_url],[pluginadministration,mod_url]
 MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki]
 MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop]
AMOS END
2010-08-17 17:35:12 +00:00
Sam Hemelryk
ea2bc3599b navigation MDL-23831 Always show activity icons on the navigation 2010-08-17 02:43:09 +00:00
Petr Skoda
13b6fb23b8 MDL-23784 removing obsolete chat images, pix is the only correct dir now 2010-08-12 16:45:26 +00:00
Dongsheng Cai
c67a139c66 "MDL-23375, fixed the js error on IE" 2010-08-10 05:49:52 +00:00
Dongsheng Cai
e8a4928ddd "MDL-23375, fixed chat action links and beep sound" 2010-08-09 08:31:39 +00:00
Petr Skoda
c6d75bffa5 MDL-23628 improved log action support - now similar to handling of capabilities 2010-08-03 10:07:18 +00:00
Eloy Lafuente
967a68fd64 MDL-23479 backup - chat revised & old code deleted (but restore logs) 2010-07-30 23:14:08 +00:00
Dongsheng Cai
6abbf02de7 "CHAT MDL-23374, removed require_capability" 2010-07-30 03:06:37 +00:00
Dan Marsden
ef8c73584f MDL-23479 chat restore code 2010-07-28 23:16:06 +00:00
Dongsheng Cai
708c2e041a CHAT, MDL-23374, fixed studentlogs option 2010-07-28 04:12:16 +00:00
Dongsheng Cai
29ea008012 "MDL-23374, chat, fixed undefined variable" 2010-07-27 03:29:49 +00:00
Dongsheng Cai
3c3913acc2 "MDL-23476, fixed course module id for chat" 2010-07-26 09:10:16 +00:00
Dongsheng Cai
5605789aad "MDL-23374, fixed class name" 2010-07-26 05:50:11 +00:00
Petr Skoda
0e7de62880 MDL-19698 deprecated assign new by ref in chat server - there are much worse problems left I think 2010-07-19 08:32:19 +00:00