42442 Commits

Author SHA1 Message Date
Dan Marsden
c83d9e12b9 Choice MDL-23088 fix old get_record call - thanks to Brian Gray for report/patch 2010-07-05 22:44:39 +00:00
Dan Marsden
7aba17d2af Choice MDL-23087 use consistant header with other modules 2010-07-05 22:42:46 +00:00
Patrick Malley
5cdcedfb82 MDL-22913 - adding basic settings to theme 2010-07-05 22:32:05 +00:00
Eloy Lafuente
b5d45a0430 MDL-21432 backup - plan/task/step basis 2010-07-05 22:23:00 +00:00
Petr Skoda
f23a1761ec MDL-21601 allowing auth plugins to interrupt login with custom error message via the loginpage_hook() 2010-07-05 22:12:53 +00:00
Eloy Lafuente
dc5a2f8a5a MDL-21432 backup - using grouped parser in moodle_backup.xml + minor changes in common stuff 2010-07-05 22:10:51 +00:00
Petr Skoda
94beb69d55 MDL-13563 preventing login of users with suspended flag 2010-07-05 21:51:58 +00:00
Petr Skoda
7ce1f7c987 MDL-13563 necessary DB changes needed for proper suspending of users (prevention of log in), this will be handy 2010-07-05 21:30:58 +00:00
Eloy Lafuente
d12fd69be0 NOBUG backup - delete whitespace typo causing problems in section settings 2010-07-05 21:14:09 +00:00
Petr Skoda
2e23ad80c4 MDL-23097 latest htmlpurifier 4.1.1 2010-07-05 21:09:54 +00:00
Petr Skoda
616861ff34 more getting rid of \r which breaks git sync, sorry 2010-07-05 20:45:43 +00:00
Petr Skoda
a8671313d9 arrgh, getting rid of \r which breaks git sync, sorry 2010-07-05 20:45:00 +00:00
Tim Hunt
45c4a5c770 quiz MDL-21533 remove all mention of overlib from the quiz, by moving necessary code to qtype_multianswer, which is the only place it is used. 2010-07-05 16:55:39 +00:00
Tim Hunt
b97d264489 qtype base: NOBUG improve comments and private function name. 2010-07-05 16:53:50 +00:00
Eloy Lafuente
f60f4666f9 MDL-21432 backup - added operation to separate backup & restore 2010-07-05 16:37:50 +00:00
David Mudrak
37fb7c0e1d NOBUG: Fixing trivial variable name mismatch 2010-07-05 10:48:07 +00:00
jerome mouneyrac
dfbfc510ec zend MDL-22103 port back our Zend fix 2010-07-05 09:31:22 +00:00
Martin Dougiamas
20e5f3660e MDL-23071 Found some more in adminlib.php modulename -> pluginname 2010-07-05 09:30:49 +00:00
Martin Dougiamas
e90debf1a0 NOBUG Removed an extraneous {$a} that wasn't needed because it was redundant ;) 2010-07-05 09:22:49 +00:00
jerome mouneyrac
651aa5b565 zend MDL-22103 update Zend library to 1.10 2010-07-05 09:19:42 +00:00
Martin Dougiamas
49147814fc MDL-23065 Re-enable, but print big error for developers 2010-07-05 08:57:47 +00:00
Dongsheng Cai
2522800428 MDL-21676, fixed comment code 2010-07-05 08:53:42 +00:00
jerome mouneyrac
e93b82d746 webservice MDL-23083 Zend SOAP does not support struct in the phpdoc 2010-07-05 08:51:57 +00:00
Sam Hemelryk
7d2b6e8cbe course MDL-8369 Fixed bug when displaying course titles with an & in them 2010-07-05 08:34:41 +00:00
Petr Skoda
2b54e7a2b7 fixed inline phpdocs return type 2010-07-05 07:48:37 +00:00
Eloy Lafuente
21f96041dd NOBUG backup - fix two recently broken tests 2010-07-05 07:36:14 +00:00
Dongsheng Cai
e35194bec4 MDL-22982
1. rename repository.class to lib.php
2. fixed repository_callback.php
3. repository_ajax use moodle default exception handler
4. improve file_get_user_used_space performance
2010-07-05 07:27:49 +00:00
jerome mouneyrac
2d5a051e14 webservice MDL-23077 fix execute ws function when the return value is null 2010-07-05 06:04:47 +00:00
jerome mouneyrac
a19881868e webservice MDL-23080 create_users should create user with mnethostid = local 2010-07-05 06:01:08 +00:00
Andrew Davis
be8e0d8a59 message MDL-23076 fixed up broken calls to get_string looking for pluignname instead of pluginname 2010-07-05 05:43:56 +00:00
Martin Dougiamas
45a639d54c MDL-23076 Revert gradebook to get module string name from modulename, not pluginname (for now) 2010-07-05 05:29:07 +00:00
Martin Dougiamas
9a5b90053b MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
AMOS BEGIN
 CPY [modulename,assignment],[pluginname,assignment]
 CPY [modulename,chat],[pluginname,chat]
 CPY [modulename,choice],[pluginname,choice]
 CPY [modulename,data],[pluginname,data]
 CPY [modulename,feedback],[pluginname,feedback]
 CPY [modulename,folder],[pluginname,folder]
 CPY [modulename,forum],[pluginname,forum]
 CPY [modulename,glossary],[pluginname,glossary]
 CPY [modulename,hotpot],[pluginname,hotpot]
 CPY [modulename,imscp],[pluginname,imscp]
 CPY [modulename,label],[pluginname,label]
 CPY [modulename,lesson],[pluginname,lesson]
 CPY [modulename,page],[pluginname,page]
 CPY [modulename,quiz],[pluginname,quiz]
 CPY [modulename,resource],[pluginname,resource]
 CPY [modulename,survey],[pluginname,survey]
 CPY [modulename,url],[pluginname,url]
 CPY [modulename,wiki],[pluginname,wiki]
 CPY [modulename,workshop],[pluginname,workshop]
AMOS END
2010-07-05 05:12:39 +00:00
Andrew Davis
3f781a221c gradebook MDL-23042 missing help topic being reported due to incorrect component name 2010-07-05 03:29:35 +00:00
Dan Marsden
dab61f9af9 Portfolio MDL-22950 regression - fix usage of archive_to_storage using new component var 2010-07-05 03:10:10 +00:00
jerome mouneyrac
277c7a4033 file MDL-23075 fix format_postdata_for_curlcall when the params is an array of array of array 2010-07-05 02:56:04 +00:00
Dan Marsden
4cec22dce6 SCORM MDL-23074 - fix regression - missing slash 2010-07-05 02:00:02 +00:00
Eloy Lafuente
4c7f6ac693 MDL-22699 restore parser - new grouped parser, useful for multilevel tags 2010-07-05 00:50:06 +00:00
Moodle Robot
f8ac6fdfaf Updated the HEAD build version to 20100705 2010-07-05 00:45:16 +00:00
Dan Marsden
b3611e0dda SCORM MDL-23053 add support for conditional activities - completion on view 2010-07-05 00:40:13 +00:00
Dan Marsden
624bcb1606 SCORM MDL-21989 improved english string to state that some browsers may prevent these settings. 2010-07-05 00:35:46 +00:00
Petr Skoda
6fc67fce72 MDL-11113 completely reimplemented editor plugin settings - we should never use custom forms instead of admin settings if possible 2010-07-04 20:53:01 +00:00
Petr Skoda
09ae4cad1a MDL-11113 ooops, fixing messed up commit 2010-07-04 20:52:09 +00:00
Petr Skoda
34a30b5c8f MDL-14739 upgrade to latest tinymce, full integration with amos is not yet there, other improvements necessary before the release too 2010-07-04 20:27:25 +00:00
Petr Skoda
1d797cace9 fixed recent regression 2010-07-04 20:05:53 +00:00
Petr Skoda
a2901dd8bc MDL-14739 oops, wrong version used in previous tinymce commit, sorrryyyy 2010-07-04 19:21:44 +00:00
Petr Skoda
3a11c09f5b MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support 2010-07-04 18:36:34 +00:00
Petr Skoda
9092c96eda MDL-19524 updating version info too 2010-07-04 14:06:42 +00:00
Petr Skoda
7a2656a95e MDL-19524 updating to latest GPL3 DragMath library - thanks a lot to upstream for updating the license! 2010-07-04 14:03:47 +00:00
Petr Skoda
a4ba0a96f1 fixed recent regression when fixing pluginname in editors 2010-07-04 14:00:19 +00:00
Petr Skoda
ee00613bd3 MDL-14739 uploading fresh new unmodified tinymce - it is in separate directory because we need to work around browser caching issues after upgrade; this also simplifies tracking of our additions and tweaks 2010-07-04 13:53:17 +00:00