31279 Commits

Author SHA1 Message Date
skodak
35987665f4 MDL-14617 removed some legacy group code 2008-05-01 22:30:28 +00:00
skodak
a140234015 MDL-14617 removed unused code 2008-05-01 22:23:27 +00:00
skodak
4b3b52edd8 MDL-14617 removed various form related legacy code 2008-05-01 22:21:56 +00:00
skodak
96160853f9 MDL-14617 removed various form related legacy code 2008-05-01 22:21:05 +00:00
skodak
2f4bba695d MDL-14617 removed current_charset code 2008-05-01 22:19:40 +00:00
skodak
6e28edc532 MDL-14617 removed get_group_teachers code 2008-05-01 22:18:45 +00:00
skodak
bcd0603fbd MDL-14617 removed legacy add admin code 2008-05-01 22:17:30 +00:00
skodak
e29b04a047 MDL-14617 removed legacy add and remove teacher code 2008-05-01 22:17:01 +00:00
skodak
53b4c28b97 MDL-14647 fix legacy add_teacher() when approving new course 2008-05-01 22:15:02 +00:00
skodak
09253986f5 MDL-14617 removed legacy enrol and unenrol student code 2008-05-01 22:09:00 +00:00
skodak
ffe45a68aa MDL-14617 remoe optional_varible and friends - YAY! 2008-05-01 22:07:26 +00:00
skodak
9a915276fc MDL-14605 removed old stats upgrade code 2008-05-01 22:05:26 +00:00
skodak
7a3fafb6b4 MDL-14617 removed old legacy function emulations 2008-05-01 22:03:15 +00:00
skodak
a648b6a8f1 MDL-14617 ancient register globals hack removed 2008-05-01 21:53:10 +00:00
skodak
8d14ff6d9c MDL-14617 removed old PHP4 session stuff 2008-05-01 21:52:09 +00:00
skodak
4fda8aef84 MDL-14617 removed PHP4 compatibility string functions 2008-05-01 21:49:23 +00:00
skodak
d6f25e29f7 MDL-14617 removed PHP4 compatibility scandir() 2008-05-01 21:48:36 +00:00
skodak
89a169feb8 MDL-14645 PHP 5.2.0 now required on frontpage 2008-05-01 21:44:39 +00:00
skodak
06dc4dc123 MDL-14645 PHP 5.2.0 now required on frontpage 2008-05-01 21:44:28 +00:00
skodak
afb40c03ae MDL-14645 PHP 5.2.0 now required for CLI upgrade 2008-05-01 21:43:55 +00:00
skodak
0567b5af91 MDL-14617 removed PHP4 compatibility scandir() 2008-05-01 21:42:28 +00:00
skodak
b4ac62457e MDL-14645 PHP 5.2.0 now required for new installation - installer lang packs will be updated automatically later by cron job on cvs.moodle.org 2008-05-01 21:40:34 +00:00
skodak
dd93d8e94c MDL-14617 removed PHP5 checks from global search 2008-05-01 21:22:01 +00:00
skodak
6dd038e639 MDL-14617 removed PHP4 compatibility error_get_last() 2008-05-01 21:19:05 +00:00
skodak
2881200b5e MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff 2008-05-01 21:17:33 +00:00
skodak
8336b6b83f MDL-14617 removed PHP4 stuff 2008-05-01 21:16:16 +00:00
skodak
d3acaab4e4 MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff 2008-05-01 21:15:29 +00:00
skodak
6fa5a86dbf MDL-14617 pre PHP5 function emulations gone 2008-05-01 21:14:22 +00:00
skodak
7267cfda93 MDL-14617 file_put_content emulation gone 2008-05-01 21:12:56 +00:00
skodak
2728a623e7 MDL-14622 fixed regression during install time - thanks Stephen Bourget 2008-05-01 21:08:50 +00:00
skodak
9f43efbf20 MDL-14605 removed all pre 1.9 upgrade code from HEAD core 2008-05-01 21:00:24 +00:00
skodak
1ea260d83c MDL-14605 removed all pre 1.9 upgrade code from HEAD core 2008-05-01 20:29:04 +00:00
skodak
0baa053722 MDL-14451 updated pre-upgrade check (feedbacks, journal, lams, workshop and exercise) 2008-05-01 20:27:42 +00:00
skodak
bfdaa44ab3 MDL-14599 removed support for old $CFG->dbtype.php upgrade and install support for blocks 2008-05-01 20:04:42 +00:00
skodak
47c53a54d7 MDL-14599 removed support for old $CFG->dbtype.php upgrade and install support for modules and plugins 2008-05-01 20:02:37 +00:00
skodak
71f165a499 MDL-14599 removed support for old backup $CFG->dbtype.php upgrade and install support 2008-05-01 19:59:29 +00:00
skodak
97e37806ab MDL-14599 removed support for old main $CFG->dbtype.php upgrade support 2008-05-01 19:57:57 +00:00
thepurpleblob
3f5633df11 MDL-14406
Ensure 'length' field for description type questions is 0 and that
default for all questions is 0

Merged from STABLE_19
2008-05-01 12:21:55 +00:00
dongsheng
64fcd675f7 "MDL-7362, allow_call_time_pass_reference setting may cause bug, see tracker, merged from MOODLE_19_STABLE, thanks James" 2008-05-01 08:32:04 +00:00
scyrma
fc731c4d89 MDL-3381: keeping environement.xml in sync (from 1.8) 2008-05-01 08:10:55 +00:00
jamiesensei
f33c438e5c MDL-13678 "Change default number of rows per page on quiz reports" Made a new constant to say how many attempts / questions to list per page by default. 2008-05-01 07:08:28 +00:00
dongsheng
1a084d1541 "MDL-10944, fix undefined property in chatd.php, merged from MOODLE_19_STABLE" 2008-05-01 06:55:07 +00:00
scyrma
084426c5d9 MDL-13424 Fixes suggested by Eloy, in tag_cleanup. (merge from 1.9) 2008-05-01 06:15:51 +00:00
dongsheng
12d0687748 "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
scyrma
2cb5f03a66 code beautification 2008-05-01 05:49:35 +00:00
dongsheng
f581f8d64b "MDL-14129, fix print_error" 2008-05-01 05:44:41 +00:00
moodler
1d2c7142c7 MDL-14630 Merged My Moodle fix for Mentees from 1.9 2008-05-01 05:39:50 +00:00
scyrma
25c69458cf MDL-14590 - Spellchecker now working in the messaging system too (merge from 1.9) 2008-05-01 05:18:14 +00:00
dongsheng
b8b3d87c2c "MDL13233, fix unclosed li elements, and remove extra <html> tags, see tracker" 2008-05-01 02:46:09 +00:00
moodlerobot
fb84ec49bc Updated the HEAD build version to 20080501 2008-05-01 01:53:21 +00:00