skodak
a1b892ccec
MDL-16226 get_coursemodule_xx() improvements
2008-08-27 11:31:37 +00:00
thepurpleblob
8de7c5e4bc
Curse you CVS!!! Didn't notice strange merge error.
2008-08-27 10:27:39 +00:00
thepurpleblob
549c2dd2f6
MDL-16221
...
The height and width are now included in the user's image.
2008-08-27 10:24:48 +00:00
scyrma
ec21543a9f
MDL-15405: Add missing quote in javascript code
2008-08-27 08:36:01 +00:00
skodak
6311eb61e4
MDL-16220 allow deleting of all files attached to context
2008-08-27 08:23:07 +00:00
scyrma
4302300219
MDL-15405: A first form (partly) converted to the new filepicker element.
2008-08-27 07:57:54 +00:00
jerome
535f6e60e1
MDL-16043: manage case when administrator set enrol_remotecoursefield or enrol_remoteuserfield in UPPERCASE, merged from 19
2008-08-27 07:27:13 +00:00
dongsheng
55b4bb1d9e
MDL-13766, fix lang strings and small bugs
2008-08-27 06:23:01 +00:00
dongsheng
336bb44bf7
MDL-13766
...
1. click thumbnail to download or view target file
2. fix css issues
3. boxnet api url changed
2008-08-27 04:17:35 +00:00
piers
88673655ec
MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. gramatical error - thanks Dan.
2008-08-27 04:06:00 +00:00
piers
9797d144b5
MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. Fix cmi.comments, and mastery_score checking.
2008-08-27 02:41:13 +00:00
dongsheng
f1644b99f1
"MDL-13413, chat transcripts donot include instructor when using separate groups"
2008-08-27 02:21:11 +00:00
moodlerobot
ca173af498
Updated the HEAD build version to 20080827
2008-08-27 01:42:10 +00:00
tjhunt
05e312f947
MDL-16218 - Typo in lang file. Thanks to Mitsuhiro Yoshida for spotting it.
2008-08-27 01:03:41 +00:00
stronk7
7facd18e7d
Prevent SQL error when forcing download. MDL-15921 ; merged from 19_STABLE
2008-08-26 23:02:58 +00:00
skodak
8f3f6cc3fa
MDL-13766 rerunning latest repo upgrade block, the 2008082600 was not correct in upgrade.php, should have been 2008082601
2008-08-26 19:49:54 +00:00
skodak
c6dc4709c6
MDL-13766 optimised upgrade - no need to create & modify repository table and delete it afterwards
2008-08-26 19:44:04 +00:00
sam_marshall
86224d8b4c
MDL-16190: Completion icons don't show on IE6
2008-08-26 09:42:16 +00:00
jamiesensei
888eca6229
MDL-16132 "'Dry run' should be two separate words (OED)."
2008-08-26 09:01:41 +00:00
nicolasconnault
3e10224d1f
MDL-16176
2008-08-26 08:21:52 +00:00
dongsheng
122defc546
MDL-13766, add a cancel button on file picker, fix bugs in repository administration panel
2008-08-26 08:00:47 +00:00
dongsheng
27051e4319
MDL-13766
...
1. Chanage database, create 2 more tables for repository
2. One-step download in file picker
2008-08-26 07:20:56 +00:00
moodler
d76fa47b64
thumbnails -> icons
2008-08-26 06:58:22 +00:00
moodler
ec742f882c
Small updates
2008-08-26 06:57:04 +00:00
skodak
8b4ca8f74e
MDL-16208 fixed deleting of orphaned module tables
2008-08-26 06:54:43 +00:00
skodak
633239f619
MDL-16115 strict fixes for admin settings unmask field too
2008-08-26 06:41:37 +00:00
tjhunt
ed3afff95b
MDL-7010 - followup - delete file that is no longer required.
2008-08-26 05:58:32 +00:00
skodak
90658eefb0
MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup
2008-08-26 05:45:07 +00:00
moodler
3c184e1464
Some improvements to strings - translators should probably wait because there
...
will be more changes
2008-08-26 05:13:35 +00:00
moodlerobot
810df47433
Updated the HEAD build version to 20080826
2008-08-26 01:47:45 +00:00
tjhunt
e4686e896e
MDL-16200 question/type/datasetdependent/ missing version.php. This was a mistake made when fixing MDL-6095.
2008-08-26 01:09:23 +00:00
tjhunt
e2249afe2b
MDL-7010 Convert mod\quiz\config.html to mod/quiz/settingstree.php using the new admin tree system.
2008-08-26 01:05:01 +00:00
iarenaza
5261baf11e
MDL-16061 Revert incorrect fix for "Remove 'username' from the $moodleattributes array"
...
Merged from MOODLE_18_STABLE.
The fix is wrong, as it breaks auth_db_sync_users.php and
auth_ldap_sync_users.php at least. No new users are added to Moodle, as the
username is missing from the new user info record.
The fix needs to go into update_user_record() in lib/moodlelib.php to make it
skip the 'username' key, as we really need get_userinfo() to return the
username as part of the user info array.
2008-08-25 22:44:45 +00:00
skodak
f4caf0df5e
MDL-15669 Check db schema vs install.xml - code by Andrei Bautu, with minor changes only (more strict checking)
2008-08-25 22:02:49 +00:00
skodak
5bfa6da067
MDL-15668 XML schema for XML db image file - credit goes to Andrei Bautu
2008-08-25 21:10:11 +00:00
skodak
94898738ff
MDL-15671, MDL-15717 DB->import_record() support - code based on patch by Andrei Bautu; added new param to raw insert; unit tests included
2008-08-25 21:00:47 +00:00
skodak
b3d0062f58
removing TODO: yes we want public raw insert methods, they are already used for log inserts ;-)
2008-08-25 13:19:22 +00:00
skodak
e16e38818e
MDL-15671 support for table sequence resetting - code by Andrei Bautu (with minor modifications)
2008-08-25 12:52:49 +00:00
jamiesensei
a3668b25c0
MDL-16121 "Manual Grading Doesn't Work" grades where not getting saved. Fixed that now.
2008-08-25 07:44:20 +00:00
moodlerobot
8b9a718619
Updated the HEAD build version to 20080825
2008-08-25 01:36:29 +00:00
moodlerobot
d8ede4f11b
Automatic installer.php lang files by installer_builder (20080825)
2008-08-25 01:18:06 +00:00
piers
4eaaf0a60d
MDL-15881 - Probable bug: Not able to update SCORM.
2008-08-24 23:02:09 +00:00
piers
a0b366843b
MDL-16111 - SCORM grade not updated in Grader Report. Include grading by learning objects if status is complete.
2008-08-24 21:10:09 +00:00
iarenaza
cfcb7a17cb
MDL-15799 LDAP - user data mapping doesn't work. Merged from MOODLE_18_STABLE
...
The Right Way(tm) to write a LDAP filter is enclosing it in parentheses (see
RFC 4515/2254).
2008-08-24 20:46:49 +00:00
stronk7
0022d112ab
Remove hack not needed anymore. Now enviroment check handles this properly. MDL-16008 & MDL-16188
2008-08-24 16:39:06 +00:00
stronk7
b08a722573
Prevent some notices at install. MDL-16188 ; merged from 19_STABLE
2008-08-24 16:33:26 +00:00
moodlerobot
af324fcfc2
Updated the HEAD build version to 20080824
2008-08-24 01:34:51 +00:00
moodlerobot
c61e055279
Automatic installer.php lang files by installer_builder (20080824)
2008-08-24 01:16:53 +00:00
nicolasconnault
dbf4d660f4
MDL-16182 Loosening the api a bit, solves the issue.
2008-08-23 07:01:44 +00:00
nicolasconnault
db1d500007
MDL-16177 Moving to admin folder
2008-08-23 06:58:00 +00:00