Commit graph

27426 commits

Author SHA1 Message Date
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
moodlerobot
ec74ba1539 Automatic installer.php lang files by installer_builder (20080417) 2008-04-17 01:40:20 +00:00
dongsheng
d1a734f2e3 MDL-14249, to keep ods lib exactly the same with excellib, some dummy function added 2008-04-16 07:15:54 +00:00
dongsheng
5508ecf266 MDL-14320, improve coding style, thanks Petr, merged from MOODLE_19_STABLE 2008-04-16 02:44:43 +00:00
moodlerobot
5bf4ae7fdb Updated the 18 build version to 20080416 2008-04-16 01:53:53 +00:00
stronk7
c602026c33 Fixed get_my_courses() to efectively filter out courses based in the user that
is requesting the list (not in the user the list is about). MDL-12855
2008-04-16 01:52:02 +00:00
diml
8ca823ad43 MDL14325 adds usemoodletoot key 2008-04-15 22:08:12 +00:00
diml
1674b69f3c Resolves quote issues - related to MDL14254 2008-04-15 21:30:12 +00:00
diml
59c1249cae Resolves MDL-14377 2008-04-15 21:18:03 +00:00
diml
2a8167fcc1 Resolves MDL-13992, MDL-14328 2008-04-15 21:11:29 +00:00
dongsheng
063970335d MDL-8778, fix last access date 2008-04-15 05:45:57 +00:00
moodler
072758e96a MDL-4485 Merged logging fix from 1.9 2008-04-15 03:41:08 +00:00