moodlerobot
|
fbc1f0e5ba
|
Updated the 18 build version to 20080429
|
2008-04-29 01:59:57 +00:00 |
|
moodlerobot
|
ab84aff0ec
|
Automatic installer.php lang files by installer_builder (20080429)
|
2008-04-29 01:44:35 +00:00 |
|
stronk7
|
85b22635ac
|
Fixed old-glorious typo in wiki backup. MDL-10811
|
2008-04-28 23:08:02 +00:00 |
|
diml
|
f1678f0ed1
|
Contributes to MDL12324 - fixes search failure when using extended chars (non ascii) in query strings
|
2008-04-28 16:28:35 +00:00 |
|
moodlerobot
|
857570c420
|
Updated the 18 build version to 20080428
|
2008-04-28 01:57:01 +00:00 |
|
skodak
|
f07e806dd8
|
MDL-14564 fixed whitespace
|
2008-04-27 22:41:36 +00:00 |
|
skodak
|
556e66c964
|
MDL-14564 pg null trouble fixed by David Mudrak
|
2008-04-27 22:35:39 +00:00 |
|
dongsheng
|
0cc7163e28
|
MDL-14262, fix incorrect link, see tracker, merged from MOODLE_19_STABLE
|
2008-04-27 17:09:22 +00:00 |
|
stronk7
|
3b384c750f
|
glossary->id for block is now properly recoded by restore. MDL-4934
|
2008-04-27 01:53:25 +00:00 |
|
moodlerobot
|
28580a7575
|
Updated the 18 build version to 20080427
|
2008-04-27 01:52:41 +00:00 |
|
stronk7
|
02671df098
|
Backporting from HEAD some recent improvements in order to be able
to restore block instances properly. MDL-4934
|
2008-04-27 01:49:44 +00:00 |
|
moodlerobot
|
141dd0001f
|
Updated the 18 build version to 20080426
|
2008-04-26 01:58:10 +00:00 |
|
skodak
|
011bdd6a6c
|
MDL-14557 PostgreSQL+empty integer problem: user/editadvanced_form.php - credit goes to David Mudrak
|
2008-04-25 14:41:28 +00:00 |
|
skodak
|
71b860de73
|
MDL-14499 backporting fix for missing data:uploadentries
|
2008-04-25 14:19:36 +00:00 |
|
moodlerobot
|
0e4d297634
|
Updated the 18 build version to 20080425
|
2008-04-25 02:02:05 +00:00 |
|
moodlerobot
|
45a8715ca3
|
Automatic installer.php lang files by installer_builder (20080425)
|
2008-04-25 01:44:31 +00:00 |
|
scyrma
|
9fe384b2f4
|
Typo in code: 'a/' is wrong, '/a' is good.
|
2008-04-24 08:01:12 +00:00 |
|
dongsheng
|
00611f4a3e
|
MDL-14292, fix html, see tracker, thanks Chris
|
2008-04-24 04:15:02 +00:00 |
|
moodlerobot
|
1aae2de951
|
Updated the 18 build version to 20080424
|
2008-04-24 02:02:21 +00:00 |
|
tjhunt
|
97578db412
|
MDL-13982 - Performance problem when deleting questions from large question banks. Thanks to Michael Spall for this fix.
|
2008-04-23 13:44:31 +00:00 |
|
tjhunt
|
80f7917245
|
MDL-14063 - Backport notice fix and whitespace cleanups from 1.9.
|
2008-04-23 10:57:52 +00:00 |
|
tjhunt
|
14bb4c1ad9
|
MDL-11978 - Backport admin notification from MDL-11061 about bogus $CFG->wwwroot from 1.9 to 1.8 and 1.7.
|
2008-04-23 10:38:10 +00:00 |
|
moodler
|
5fe44967f8
|
Merged MDL-14483 from 1.9 Use the recipient language to send email
|
2008-04-23 02:25:55 +00:00 |
|
moodlerobot
|
9c2e402dd8
|
Updated the 18 build version to 20080423
|
2008-04-23 02:02:43 +00:00 |
|
tjhunt
|
5c3a8f2654
|
MDL-14352 - General feedback for descriptions not showing up on the review page, as it should.
|
2008-04-22 16:17:00 +00:00 |
|
tjhunt
|
85becf9549
|
MDL-14467 - qtype_multichoice help file in the wrong place.
|
2008-04-22 14:34:19 +00:00 |
|
tjhunt
|
8218ad778c
|
file multichoice.html was added on branch MOODLE_18_STABLE on 2008-04-22 14:34:19 +0000
|
2008-04-22 14:34:18 +00:00 |
|
moodlerobot
|
2a0280735f
|
Updated the 18 build version to 20080422
|
2008-04-22 02:05:20 +00:00 |
|
stronk7
|
de09e4e445
|
Replace custom casting code by proper sql_cast_char2int() core function. MDL-12893 ; backported from HEAD
|
2008-04-21 18:12:01 +00:00 |
|
stronk7
|
78356e70e8
|
Backporting sql_cast_char2int() to 18_STABLE. MDL-12893
|
2008-04-21 18:00:24 +00:00 |
|
pichetp
|
e23cfada9c
|
MDL-14435 Removing capitals merging from head
|
2008-04-21 02:53:35 +00:00 |
|
moodlerobot
|
b6e64bdc3f
|
Updated the 18 build version to 20080421
|
2008-04-21 01:54:12 +00:00 |
|
stronk7
|
49022d40e1
|
Replace low level $db->Concat() calls to Moodle sql_concat() cross-db alternative. MDL-13823 ; backported from HEAD
|
2008-04-20 22:17:29 +00:00 |
|
stronk7
|
c40ff3464d
|
Modify sql_concat() to support all elements being numeric. MDL-13823 ; backported from HEAD
|
2008-04-20 21:20:45 +00:00 |
|
moodlerobot
|
4f569a8a67
|
Updated the 18 build version to 20080420
|
2008-04-20 01:52:30 +00:00 |
|
skodak
|
31620715c6
|
MDL-11396 backporting patch from MOODLE_19_STABLE
|
2008-04-19 23:16:00 +00:00 |
|
moodler
|
b685c67b66
|
MDL-12742 Moved errant lang file in 1.8
|
2008-04-19 13:33:51 +00:00 |
|
moodler
|
a8ee70a946
|
file block_search.php was added on branch MOODLE_18_STABLE on 2008-04-19 13:33:50 +0000
|
2008-04-19 13:27:08 +00:00 |
|
moodlerobot
|
bb0d1297d8
|
Updated the 18 build version to 20080419
|
2008-04-19 01:53:58 +00:00 |
|
stronk7
|
e9b129a6a4
|
MDL-14072 - Backported from HEAD. Prevent NULLs, empties and numbers to be processed by:
- backup_encode_absolute_links() at backup
- restore_decode_absolute_links() at restore
|
2008-04-18 16:59:47 +00:00 |
|
moodler
|
0872afb8d2
|
MDL-11142 Roles upgrade was losing timestart and timeend for teachers and students (Merged from 1.7)
|
2008-04-18 03:30:48 +00:00 |
|
moodlerobot
|
8bafccf4c4
|
Updated the 18 build version to 20080418
|
2008-04-18 01:57:46 +00:00 |
|
gbateson
|
cb856ad077
|
removed setting of timeclose and timeopen when course format == "weeks"
|
2008-04-18 00:58:26 +00:00 |
|
diml
|
eb791e1258
|
Fixes all registered unstabilities in MDL-14325, MDL-14328 and closes those buglines.
default values for global search parameters,
command quoting issues status choosed untill better resolution,
typo error in error message
|
2008-04-17 20:46:30 +00:00 |
|
stronk7
|
30e04e5e2a
|
With get_my_courses() properly filtering out not vievable
courses for the user requesting the list, perfomr proper dimming
of not visible courses. Backported from HEAD. MDL-12855
|
2008-04-17 18:35:12 +00:00 |
|
tjhunt
|
42fd1a8187
|
MDL-8682 - yet another followup. The javascript still was not quite right. you cannot rely on the case of element.nodeName.
|
2008-04-17 13:07:37 +00:00 |
|
dongsheng
|
654689ef2d
|
MDL-14320, remove useless icon in edit entry page, merged from MOODLE_19_STABLE
|
2008-04-17 09:43:44 +00:00 |
|
dongsheng
|
a312c55950
|
MDL-8188, add approve.gif to chameleon theme
|
2008-04-17 02:29:33 +00:00 |
|
dongsheng
|
1406339b9f
|
file approve.gif was added on branch MOODLE_18_STABLE on 2008-04-17 02:29:33 +0000
|
2008-04-17 02:27:58 +00:00 |
|
moodlerobot
|
1a139531bf
|
Updated the 18 build version to 20080417
|
2008-04-17 01:55:58 +00:00 |
|