43357 Commits

Author SHA1 Message Date
jerome mouneyrac
b2cde2cb78 webservice MDL-23539 fix missing capabilities information 2010-07-27 07:29:02 +00:00
Sam Hemelryk
3acc9b81f5 restore MDL-23109 Added role mapping interface and implemented searchable course/category selectors 2010-07-27 06:58:39 +00:00
Dongsheng Cai
766514a095 MDL-23407, the advlink plugin of tinymce should use external repositories only 2010-07-27 04:06:09 +00:00
jerome mouneyrac
9c954e883b webservice MDL-21908 admin: use renderer into token pages + a bit of code cleaning 2010-07-27 03:53:55 +00:00
Dongsheng Cai
29ea008012 "MDL-23374, chat, fixed undefined variable" 2010-07-27 03:29:49 +00:00
Dongsheng Cai
1311e4dd00 MDL-23268, throw error message instead of deleting existing file 2010-07-27 03:10:59 +00:00
Andrew Davis
6999d9cf75 lesson MDL-23456 in lesson module glossary autolinking was happening in question answers but not the questions themselves 2010-07-27 02:10:59 +00:00
Andrew Davis
7ee9d9c881 glossary MDL-23423 converted glossary autolinker to use an overlay rather than a popup 2010-07-27 01:32:51 +00:00
Moodle Robot
0a9a33b55c Updated the HEAD build version to 20100727 2010-07-27 00:45:56 +00:00
David Mudrak
122fc5d9d5 NOMDL quiz: fixed sql params handling in recent activity report
The $params set were thrown away by array() statement, leading to DML
error.
2010-07-26 22:20:51 +00:00
David Mudrak
54fe847044 NOMDL workshop: fixed urls in recent activity report 2010-07-26 22:06:34 +00:00
David Mudrak
bf1da11afd NOMDL assignment recent activity: fixed missing properties needed for user avatar 2010-07-26 21:58:21 +00:00
David Mudrak
6f7b89e212 NOMDL Fixed extra dot generated by user_picture::fields() if both idalias and table prefix are used 2010-07-26 21:42:28 +00:00
David Mudrak
09d35ae38e NOMDL assignment: fixed recent activity report for separate groups mode
There were two typos here. The first one ($cm->userid) led to incorrect
groups list. But the second one ($interset) caused that the intersection
of the group lists was never used. I just spotted this during copy &
pasting into workshop 2.0
Also fixed the heading size to what other modules use.

Merged from 1.9
2010-07-26 21:29:20 +00:00
David Mudrak
6d16a670e8 NOMDL course recent activity form: fixed group field value if there are no groups in the course 2010-07-26 21:29:02 +00:00
David Mudrak
7a5f4be030 NOMDL workshop: support for activity reporting
Also contains several small fixes and improvements done during the
development.
2010-07-26 21:28:42 +00:00
David Mudrak
34860fc181 NOMDL workshop_get_participants() though it does not seem to be used by core any more 2010-07-26 21:28:19 +00:00
Petr Skoda
26f073ff98 MDL-23528 fixed recent cli installer regression, sorry 2010-07-26 20:22:49 +00:00
Petr Skoda
460ebd6c31 MDL-21249 fixed recent installer regression, sorry 2010-07-26 20:17:36 +00:00
Petr Skoda
3b61c7e6ea MDL-22991 improved copy_to_area api 2010-07-26 19:17:51 +00:00
Petr Skoda
4277133ee3 fixed comment typos 2010-07-26 18:58:11 +00:00
Martin Dougiamas
d9ba6db247 NOBUG: Fixed CSS for search icon 2010-07-26 17:40:19 +00:00
Inaki
1298e78b24 auth/cas MDL-23371 Still some bits missing from setting name convertion. 2010-07-26 15:24:50 +00:00
Helen Foster
a67f829eee help string rewording thanks to Joseph R and Sam H 2010-07-26 15:01:35 +00:00
Helen Foster
e22238ee47 MDL-22449 help string update 2010-07-26 12:01:31 +00:00
David Mudrak
b50d110eb6 NOMDL Fixed module icon location in user complete activity report 2010-07-26 10:36:23 +00:00
Jordi Piguillem
532d319d50 MDL-23136
I moved the require to the function that needed it.
2010-07-26 10:09:22 +00:00
aparup
16d8bacbd7 assignment MDL-22893 very temporary fix for 'revert to draft' button 2010-07-26 09:19:12 +00:00
aparup
cd0fe5a458 assignment MDL-22893 just changed a locally used class name. 2010-07-26 09:12:31 +00:00
Dongsheng Cai
3c3913acc2 "MDL-23476, fixed course module id for chat" 2010-07-26 09:10:16 +00:00
Rossiani Wijaya
fac9c4eff8 MDL-20447 - add page heading 2010-07-26 08:45:16 +00:00
Dongsheng Cai
64654e78b6 "MDL-23268, remove file_browser, urldecode, clean filename, fixed fie overriding issue" 2010-07-26 08:37:48 +00:00
Rossiani Wijaya
6c5b99d9f7 MDL-23291 - fixed deprecated errors in wiki. 2010-07-26 08:26:29 +00:00
Sam Hemelryk
39bc4c6fa6 restore MDL-23109 Fixed several minor issues with restore UI
* Category + course selectors now perform required capability checks
* Show/Hide settings from UI tested and implemented for overwrite_conf setting
* Final continue button is GET rather than post
* Temp zip file is deleted after successfull extraction
* Removed previous button from settings stage MDL-23480
2010-07-26 07:10:54 +00:00
jerome mouneyrac
b48c4478ce community block MDL-23481 integrate restore operation 2010-07-26 06:58:55 +00:00
Petr Skoda
ab0c6f1291 MDL-23371 reverting last commit in this file, this was most probably unintentional copy/paste from cas plugin - we need to act quickly because this was breaking installs 2010-07-26 06:51:25 +00:00
Dongsheng Cai
5605789aad "MDL-23374, fixed class name" 2010-07-26 05:50:11 +00:00
Rossiani Wijaya
ea831ceb6d MDL-20459 - convert $OUTPUT->spacer to use CSS. eliminate echo '<div>' to use html_writer::tag 2010-07-26 05:43:10 +00:00
Dongsheng Cai
93ad2d4d8c "MDL-14589 added set_context to files/index.php script" 2010-07-26 03:49:44 +00:00
aparup
2a576f94f7 assignment MDL-22893 revert and fixed displaying files with 'revert to draft' button.. 2010-07-26 03:23:37 +00:00
Rossiani Wijaya
aad6246860 MDL-20508 - fixed options styles and layout. 2010-07-26 03:00:39 +00:00
aparup
87f702a048 assignment MDL-22609 more changes for file's itemid = submission->id rather than user->id , thanks Davo! 2010-07-26 02:27:24 +00:00
aparup
b001cbbf1c assignment MDL-22893 changed $submission->userid to $USER->id : bug when no submission. 2010-07-26 02:07:31 +00:00
Moodle Robot
8622f63be0 Updated the HEAD build version to 20100726 2010-07-26 00:45:39 +00:00
Dan Marsden
31845fcdd1 SCORM MDL-22951 - remove old string - uses new JS to provide errors on pop-ups 2010-07-25 23:47:33 +00:00
Inaki
840fcf0c30 auth/cas MDL-23371 Add missing detection of PHP LDAP module like we do in auth/ldap 2010-07-25 22:55:45 +00:00
Piers Harding
fe3b9da3fa MDL-22951 - do popup blocking detection, and fix double open on popup 2010-07-25 22:54:29 +00:00
Inaki
fcf46da1c5 auth/ldap cas/ldap MDL-23371 auth/ldap and auth/cas refactor
They now share most of the code again, this time via subclassing, and they
share some code with enrol/ldap. They have also gained some features and a few
fixes.
2010-07-25 22:36:15 +00:00
Petr Skoda
a07dedff4f MDL-23464 fixed list of jumps in collapsed view 2010-07-25 21:59:53 +00:00
Piers Harding
6d67f3498c MDL-22951 - fudge for IE7 iframe draw problem - needs a better fix 2010-07-25 21:55:05 +00:00