Commit graph

20610 commits

Author SHA1 Message Date
skodak
394832e100 fixed warning; merged from MOODLE_16_STABLE 2006-05-23 13:33:44 +00:00
skodak
4b9842d27d fixed incorrect output buffer use - bug #5590; merged from MOODLE_16_STABLE 2006-05-23 10:55:32 +00:00
skodak
f6f789936d fixed RSS feeds warning bug #5591; merged from MOODLE_16_STABLE 2006-05-23 10:25:39 +00:00
skodak
d33f282a5b make sure variables are properly cleaned; merged from MOODLE_16_STABLE 2006-05-23 09:47:48 +00:00
skodak
b01a2fcd0f proper initialisation of $oldquestionid; merged from MOODLE_16_STABLE 2006-05-23 09:32:26 +00:00
skodak
0629da47d2 removed reliance on register globals; merged from MOODLE_16_STABLE 2006-05-23 09:16:17 +00:00
skodak
57f2e16c8d extra cleaning of variables; merged from MOODLE_16_STABLE 2006-05-23 09:02:13 +00:00
stronk7
b6725eba9a Allowing also numbers and underscores in sessioncookie
Merged from MOODLE_16_STABLE
2006-05-22 17:55:38 +00:00
skodak
ebb63815f8 fixed register globals issues for $sort SC #256; merged from MOODLE_16_STABLE 2006-05-22 16:54:11 +00:00
tjhunt
5bbca3a4cb Fix for Bug #5588 - Editing a question after sorting leads to an error. Merged from 1.6stable. 2006-05-22 15:43:53 +00:00
skodak
1c871c231f fixed bug #5578 - remove login as button for other teachers in course; merged from MOODLE_16_STABLE 2006-05-22 13:15:06 +00:00
tjhunt
971cd5082a Fix an undefined variable notice. Merged from 1.6stable. 2006-05-22 13:06:36 +00:00
tjhunt
656ee8c6a1 Fix an undefined variable notice. Merged from 1.6stable. 2006-05-22 11:20:51 +00:00
nfreear
e99e2d126d Ongoing, fix bug 5400, navbar/breadcrumb TABLE to DIV, to improve semantics. Merged from stable branch. 2006-05-22 10:00:18 +00:00
skodak
631264347b fixed bug #5572 missing PARAM_CLEAN; merged from MOODLE_16_MOODLE 2006-05-22 06:00:51 +00:00
toyomoyo
92998e94bd merged fix for 5551 2006-05-22 02:39:14 +00:00
gbateson
9fd66c6642 fixed typo: clck -> click 2006-05-22 00:22:21 +00:00
gbateson
1e80704a32 modified CVS URLs to start http://moodle.cvs.sourceforge.net 2006-05-22 00:18:41 +00:00
gbateson
6075dd444f Give Up button modified to send results and set status to Abandoned. Microincrement release to 2006052200 (release = v2.1.20) 2006-05-22 00:10:23 +00:00
skodak
2ee2481ef9 fixed register globals issue with $loginasguest; merged from MOODLE_16_STABLE 2006-05-21 20:51:52 +00:00
skodak
70efd5689a fixed redirection to https:// for edit profile and change password when loginhttps on; merged from MOODLE_16_STABLE 2006-05-21 20:35:22 +00:00
skodak
d1c8eb14d1 temporary workaround for bug #5534, html editor now disabled for IE when loginhttps on and wwwroot starts with http://; merged from MOODLE_16_STABLE 2006-05-21 20:21:35 +00:00
skodak
108d928b8b removed isset and merged from MOODLE_16_STABLE 2006-05-21 10:14:17 +00:00
skodak
4eff058d5a fixed register globals issue with $text; merged from MOODLE_16_STABLE 2006-05-21 08:09:43 +00:00
skodak
17037270bc proper initialisation of passwordchangeurl; merged from MOODLE_16_STABLE 2006-05-21 07:51:27 +00:00
skodak
54eca8f2a4 proper initialisation of sqlsortkey SC#258; merged from MOODLE_16_STABLE 2006-05-21 07:42:58 +00:00
koenr
902a9198b6 copied from stable 2006-05-20 19:15:11 +00:00
skodak
cd7d03fa48 fixed register globals issues in course/search.php; merged from MOODLE_16_STABLE 2006-05-20 18:41:59 +00:00
skodak
9cb14dbd9e proper initialisation of $focus SC#257; merged from MOODLE_16_STABLE 2006-05-20 18:19:27 +00:00
skodak
82f0028119 do not show pending courses button for nonadmins bug #5564; merged from MOODLE_16_STABLE 2006-05-20 18:08:25 +00:00
skodak
a38a768b29 fixed cleaning of path in custom scripts SC#221; merged from MOODLE_16_STABLE 2006-05-20 17:23:14 +00:00
stronk7
76046108e9 Ready to new functionalities...;-) 2006-05-20 00:11:30 +00:00
skodak
940e39369a fixed block width calculation; merged from MOODLE_16_STABLE 2006-05-19 21:01:26 +00:00
skodak
9b7bff2699 submission in post.php cleanup, fixes for bugs #5530, #5484 and SC#252; merged from MOODLE_16_STABLE 2006-05-19 20:18:05 +00:00
skodak
4a10c3875b fixed - disabled autologinguest not always respected in require_login() SC#255; merged from MOODLE_16_STABLE 2006-05-19 19:11:30 +00:00
nfreear
f08ab5f020 Ongoing, fix bug 5400, DIV to H1, to improve semantics. Merged from MOODLE_16_STABLE. 2006-05-19 13:30:25 +00:00
ethem
4087e6830e Eloy will plan support for enrol systems in backup/restore.
He has a lot of work to do, so this file temporary removed.
After implementation in /backup/restorelib&backuplib.php library, this file can be used again.
But now, this file is not necessary.

Discussion about support for enrol systems in backup/restore is here:

http://moodle.org/bugs/bug.php?op=show&bugid=5358
2006-05-19 12:35:49 +00:00
nfreear
1211e73244 Fix bug 5434 - hardcoded missing Alt text, with a warning comment. Merged from branch MOODLE_16_STABLE. 2006-05-19 10:33:13 +00:00
vyshane
2631c1744e Fix for Bug #5541 2006-05-19 06:25:12 +00:00
mark-nielsen
88427c077b [Merged][BugFix] Bug #5405 - made a new function that grades a lesson for a specific user's attempt. This is then used for grading lessons at the end of a lesson, for ongoing score feature and for updating the grade for essay question grading.
This new grading algorithm now enforces the lesson setting Max attempts when custom scoring is turned Off

Changed the reporting of minquestions setting to match the help file.  Now it is question based instead of attempt based.

Changed the reporting of ongoing score to use the new grade function.
2006-05-19 01:05:13 +00:00
skodak
c23ff4d654 deprecated nvl() function similar to optional_variable(); merged from MOODLE_16_STABLE 2006-05-18 22:12:06 +00:00
dwoolhead
58de1815f4 Bug 5536 Replaced references to hide by show. Merged from stable branch. 2006-05-18 16:15:04 +00:00
ethem
5bf94809f0 Removed </td>. Help button appears on top :)) 2006-05-18 10:02:22 +00:00
ethem
527d142c43 I have just found a cute function called print_checkbox. :) 2006-05-18 07:55:12 +00:00
ethem
6b4f18622d Put back tjhunt's changes. Invalid merge. Tabs aren't more important than indexes. 2006-05-18 07:13:43 +00:00
skodak
b2fcca2761 fixed bug #5533, could not choose from file root; merged from MOODLE_16_STABLE 2006-05-18 05:48:14 +00:00
martinlanghoff
42101fae2c login: Changing passwords now works when logged in as guest 2006-05-18 00:53:57 +00:00
skodak
c0e2f1f7dd admins can now edit user images even when $CFG->disableuserimages = true; see bug #5494 and SC#253; merged from MOODLE_16_STABLE 2006-05-17 18:59:43 +00:00
skodak
e0e1cd26fa fixed version number; merged from MOODLE_16_STABLE 2006-05-17 18:16:42 +00:00
skodak
4fb072d942 fixed some warnings and removed ugly hack error_reporting(E_ALL ^ E_NOTICE); that was only hiding warnings in this and other code; merged from MOODLE_16_STABLE 2006-05-17 18:06:33 +00:00