31636 Commits

Author SHA1 Message Date
dongsheng
550f965438 "MDL-14129, fix print_error" 2008-06-10 06:27:38 +00:00
dongsheng
282fd2b21a "MDL-12304, fix double text, merged from MOODLE_18_STABLE" 2008-06-10 05:17:49 +00:00
moodlerobot
c8c77ed84e Updated the HEAD build version to 20080610 2008-06-10 01:55:18 +00:00
moodlerobot
c9771866b3 Automatic installer.php lang files by installer_builder (20080610) 2008-06-10 01:21:13 +00:00
skodak
e4c033a9dd MDL-15194 adodb separation, dml database creation support 2008-06-09 20:22:11 +00:00
skodak
245ac55791 MDL-14679 last forgotten bits of dml conversion 2008-06-09 19:48:24 +00:00
skodak
96d1387809 MDL-14679 towards adodb separation 2008-06-09 18:48:28 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
stronk7
c45ea1dadb Minor recordset cleanup 2008-06-09 15:32:25 +00:00
jamiesensei
8673a56615 MDL-15113 "quiz dml conversion" - fixing some sql broken during the conversion and removing unnecessary comma seperated list of ids where there are arrays of ids that can be used instead. 2008-06-09 13:27:31 +00:00
skodak
318e374544 MDL-15112 converted some skipped dml stuff 2008-06-09 12:29:40 +00:00
skodak
dfee5a9a8a MDL-15113 converted some skipped dml stuff 2008-06-09 12:18:13 +00:00
skodak
eb84a826d5 MDL-15102 dml converted questionlib 2008-06-09 12:16:54 +00:00
skodak
d9cde0edeb MDL-15094 towards full dml conversion 2008-06-09 12:02:20 +00:00
jmg324
73ee9fd8f9 MDL-15183 reverting previous change 2008-06-09 10:09:29 +00:00
nicolasconnault
9cf4a18b41 MDL-15113 Upgrade to DMLLIB 2.0. Needs further testing and bug-fixing.
MDL-15100 Fixed a bug in gradelib.php
Plus edited tablelib.php for table_sql upgrade to dmllib 2.0
2008-06-09 10:00:35 +00:00
scyrma
1d295d6c97 MDL-14741 - adding lang strings 2008-06-09 08:44:02 +00:00
scyrma
723acb5693 MDL-14741 - Prevent a notice occuring before configuration is done, and cleanup a bit of code 2008-06-09 08:22:20 +00:00
fmarier
4b270c4c3e filelib: Add .ics files to the mimetypes array (MDL-15188)
Required so that .ics files can be attached to e-mails using the email_to_user
function. The facetoface module is doing this.

(from Nigel McNie <nigel@catalyst.net.nz>)
2008-06-09 05:34:43 +00:00
jerome
e57bc529da MDL-15112 lesson dml conversion 2008-06-09 02:08:59 +00:00
moodlerobot
abcbc61296 Updated the HEAD build version to 20080609 2008-06-09 01:54:05 +00:00
skodak
621fea38b8 MDL-15110 towards hotpot dml conversion 2008-06-08 19:37:17 +00:00
dongsheng
cb224386f7 "MDL-15138, fix breadcrumb nav, merged from MOODLE_19_STABLE" 2008-06-08 18:31:45 +00:00
skodak
b7cf551827 MDL-15110 towards hotpot dml conversion 2008-06-08 16:07:11 +00:00
skodak
d3bf6f92f6 MDL-15104 chat dml conversion 2008-06-08 15:49:36 +00:00
iarenaza
50bf1c325d MDL-12783 IMS idon't unenroll students who were enrolled by other plug-ins
Credit goes to Scott Krajewski for the bug report and patch!

Merged from MOODLE_18_STABLE
2008-06-08 15:31:27 +00:00
skodak
6093e39612 MDL-15094 fixed typo 2008-06-08 15:25:04 +00:00
skodak
deb3a60dc3 MDL-15116 survery dml conversion 2008-06-08 14:43:39 +00:00
skodak
ae8c356614 MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
dongsheng
ea05eebf92 "MDL-14120, fix print_error" 2008-06-08 09:11:10 +00:00
dongsheng
b10ccbc925 "MDL-14129, add new lang string" 2008-06-08 09:09:00 +00:00
dongsheng
334f186d61 "MDL-14129, fix print_error" 2008-06-08 09:08:25 +00:00
moodlerobot
200a3c35e7 Updated the HEAD build version to 20080608 2008-06-08 01:55:09 +00:00
skodak
0085fff8b2 MDL-15107 feedback dml conversion 2008-06-07 22:22:06 +00:00
iarenaza
2230061c5b MDL-15182 Fix LDAP enrolment course auto-creation at user login 2008-06-07 21:21:37 +00:00
skodak
f3c55e42eb MDL-15108 some forgotten conversions 2008-06-07 15:44:19 +00:00
skodak
df884cd852 MDL-15098 dml auth conversion 2008-06-07 15:41:25 +00:00
skodak
21a7e260fc MDL-15181 temp table support in ddl/dml 2008-06-07 14:57:47 +00:00
skodak
b922e86b7a MDL-15181 temp table support in ddl/dml 2008-06-07 14:41:01 +00:00
jamiesensei
9575899294 MDL-15180 "moved form to the top of the page" 2008-06-07 13:56:42 +00:00
jamiesensei
134cf8ae00 MDL-14821 "Quiz: report overview page is not XHTML compliant" gave the fieldsets in the form different names to avoid html id attribute conflict. 2008-06-07 12:56:58 +00:00
pichetp
fbcd080be9 MDL-15102 $questionid is the id so array($questionid) line 337 2008-06-07 12:28:32 +00:00
mits
d2364673a9 Fixed a typo MDL-15179. 2008-06-07 07:14:30 +00:00
moodlerobot
52b05ce620 Updated the HEAD build version to 20080607 2008-06-07 01:51:58 +00:00
gbateson
19e8492299 fix conversion of relative URLs in Hot Potatoes "<=" and "=>" buttons on sites where slasharguments as disabled (Site Admin -> Server -> HTTP -> Use slash arguments) 2008-06-07 01:43:47 +00:00
jmg324
f9c4681520 MDL-7968 reports section of admin tree controled by reports capability not site config 2008-06-06 15:35:18 +00:00
jamiesensei
aa17ea53c4 MDL-15150 "Quiz Report broken in course without students" also now displaying a message when there are no attempts. 2008-06-06 14:59:24 +00:00
nicolasconnault
f34488b2e6 MDL-15102 Upgrade to DMLLIB 2.0. Needs further testing and bug-fixing. 2008-06-06 14:43:15 +00:00
skodak
80e3b05ab3 MDL-15094 fixed stats 2008-06-06 14:11:20 +00:00
jamiesensei
a4ee9a602d MDL-15150 "Quiz Report broken in course without students" added warning message if there are no students in course yet. 2008-06-06 14:03:55 +00:00