Commit graph

20630 commits

Author SHA1 Message Date
tjhunt
0c24ee0fbf Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. I missed a bit last time. 2006-07-05 11:58:14 +00:00
thepurpleblob
eaaf06f1ce Merged from STABLE 2006-07-05 11:51:08 +00:00
sam_marshall
ba75ad9400 Minor changes to send_file():
* Wrote phpdoc comment that documents all parameters
* Added $mimetype param (default empty) that can be used if MIME type is already known and doesn't need guessing from filename
2006-07-05 11:10:37 +00:00
tjhunt
00aeaec820 Bug 6019: Quiz timer does not submit the form when it reaches zero. Merged from MOODLE_16_STABLE. 2006-07-05 10:43:53 +00:00
skodak
8a91d7fcf3 changed memory limit test in healthcenter; merged from MOODLE_16_STABLE 2006-07-05 08:38:34 +00:00
skodak
9bbb40d631 healthcenter fixes - new extra whitespace detection, fixed automatic slasharguments detection; merged from MOODLE_16_STABLE 2006-07-05 07:44:20 +00:00
toyomoyo
8ab2baa8f3 merged fix for a problem where globallang is not respected in user table 2006-07-05 01:55:29 +00:00
tjhunt
a58ffe3fe2 Bug 5971 - Allow matching questions to have extra wrong answers. 2006-07-04 17:11:00 +00:00
skodak
aedbbbcf9c fix for mysqladmin links; merged from MOODLE_16_STABLE 2006-07-04 09:41:47 +00:00
skodak
bc1544bfc7 Bug #5909 - Fix use of user_group() because it returns arrays now - part 2 forum search fixed too; merged from MOODLE_16_STABLE 2006-07-04 08:32:05 +00:00
skodak
06622f92fc fixed $site->id warning; merged from MOODLE_16_STABLE 2006-07-04 06:05:25 +00:00
skodak
81e10e950d Bug #6007 - "The requested URL /course/report/log/view.php was not found on this server" merged from MOODLE_16_STABLE 2006-07-04 05:27:18 +00:00
moodler
21c5d4ed3d Automatic installer.php lang files by installer_builder (20060704) 2006-07-04 02:38:09 +00:00
skodak
f262874bbe Bug #5909 - Fix use of user_group() because it returns arrays now - part 1; merged from MOODLE_16_STABLE 2006-07-03 21:11:17 +00:00
skodak
13d32e2297 Bug #5974 - Course overview report should not error when stats are not up to date; fixed by changing the return value from stats_check_uptodate(), NULL is now OK, string value describes error and adding notify() where needed; merged from MOODLE_16_STABLE 2006-07-03 15:43:41 +00:00
tjhunt
4f9c6e279c Rename lang file as per Martin's request. 2006-07-03 10:04:04 +00:00
skodak
d61989033f Bug #5991 - The calendar does not show the month's first day's event; merged from MOODLE_16_STABLE 2006-07-03 09:10:12 +00:00
skodak
7eb60c262a Bug #5995 - poor English in expiry notice; merged from MOODLE_16_STABLE 2006-07-03 07:21:20 +00:00
skodak
dbfa9ccd8d Bug #5996 - block+resource=problem; merged from MOODLE_16_STABLE 2006-07-03 06:26:38 +00:00
moodler
050e11247b Automatic installer.php lang files by installer_builder (20060701) 2006-07-01 02:38:26 +00:00
tjhunt
3ef8c9362d Bug #5979 - Check in the OU's unit testing framework. Docs at http://docs.moodle.org/en/Unit_tests 2006-06-30 14:59:05 +00:00
skodak
6544f8d896 slashargument fix for healthcenter, better diagnostic messages; renamed file.php/pic.jpg option to file.php/1/pic.jpg because the course number is mandatory; merged from MOODLE_16_STABLE 2006-06-30 13:46:25 +00:00
skodak
629c25da67 cleanup in admin/index.php; preparation for health center, loginas gui, password salts; merged from MOODLE_16_STABLE 2006-06-30 13:06:31 +00:00
skodak
79b37009fc fixed // in course root when browsing files; merged from MOODLE_16_STABLE 2006-06-30 11:56:37 +00:00
tjhunt
c358d62055 Bug 5967 - Missing lang strings and help for quiz reports. Merged from MOODLE_16_STABLE. 2006-06-30 10:31:44 +00:00
skodak
06cfc6db58 Bug #5961 - small grammar error; merged from MOODLE_16_STABLE 2006-06-30 07:36:06 +00:00
skodak
aba588a726 Bug #5802 - Incorrect length in http partial content (206) packets.; merged from MOODLE_16_STABLE 2006-06-30 07:23:08 +00:00
moodler
95e86170a2 Automatic installer.php lang files by installer_builder (20060630) 2006-06-30 02:41:15 +00:00
skodak
9c1cd39de5 Bug #5937 - Fix nonascii chars in graphs:
* text is converted to unicode - no html entities anymore
 * then all nonascii chars are converted to decimal number entites
 * default.ttf is searched in dataroot/lang and local language packs too
 * removed lang_decode() - obsoleded by proper entity converison above
 * updated documentation in lang/en_utf8/fonts/README.txt

merged from MOODLE_16_STABLE
2006-06-29 21:22:16 +00:00
ethem
3b34491b95 Put back last commit. If cost is 0, it always falls back to manual method. 2006-06-29 19:13:12 +00:00
ethem
11fffc6059 Merged from MOODLE_16_STABLE. 2006-06-29 19:07:28 +00:00
moodler
5e2194494b new installer.php file added. (stronk7)
Merged from MOODLE_16_STABLE
2006-06-29 16:55:24 +00:00
ethem
b1c87d90dc $teacher is used in manual form. No need global. merged from 16stable. 2006-06-29 15:03:54 +00:00
ethem
665d43006a get_student_courses and get_teacher_courses functions added for future reference.
Cron description added. Merged from 16stable.
2006-06-29 12:44:01 +00:00
ethem
8389613abb Don't show choose method string if course cost is 0. Merged from 16stable. 2006-06-29 11:27:32 +00:00
ethem
c4e2966709 New string. No cost yet. Merged from 16stable. 2006-06-29 11:12:08 +00:00
ethem
c1f6386c47 Interactive plugins (authorize and paypal ) must use 'manual'.
Some patches must be applied to lib/db.
http://moodle.org/bugs/bug.php?op=show&bugid=5941
Look: version.patch, lib_db.patch

Eloy, your question about enrol fields for interactive plugins were solved.
Now, we sure we never use authorize and paypal field for backup and restore.
Because manual is active and cannot be disabled when restoring.
Bug #5358 - Add support for enrol systems in backup/restore
http://moodle.org/bugs/bug.php?op=show&bugid=5358&pos=0

Merged from 16 stable.
2006-06-29 10:38:34 +00:00
ethem
c1a2545882 Bug #5941 - Myriad of problems with Paypal enrollmemts, au_enrol.patch
Merged from 16 stable.
2006-06-29 09:49:36 +00:00
skodak
895a45e231 Bug #5944 - error message when moving thread; merged from MOODLE_16_STABLE 2006-06-29 08:01:48 +00:00
skodak
8b23c04a12 Bug #5952 - bad links in "about wysiwyg editor" merged from MOODLE_16_STABLE 2006-06-29 07:20:37 +00:00
skodak
4630e4e483 Bug #5953 - problem in /auth/ldap/lib.php; merged from MOODLE_16_STABLE 2006-06-29 07:05:00 +00:00
skodak
eb073d70ad Bug #5955 - link to help item for html editor looks funny; merged from MOODLE_16_STABLE 2006-06-29 07:00:27 +00:00
skodak
62ce993db3 Bug #5959 - save and view takes to wrong place; merged from MOODLE_16_STABLE 2006-06-29 06:53:53 +00:00
skodak
036c0fcb1a Bug #5960 - can't delete or edit comments; merged from MOODLE_16_STABLE 2006-06-29 06:48:31 +00:00
moodler
71b2e4986f Automatic installer.php lang files by installer_builder (20060629) 2006-06-29 02:38:54 +00:00
tjhunt
04a4cd2a0e Bug #5918 - essay question comments from teachers lost in 1.6 upgrade. Thanks to Mark Nielsen the suggestion of how to fix. Merged from MOODLE_16_STABLE. 2006-06-28 17:21:53 +00:00
mchampan
bef08835f7 Corrected database prefix_ errors 2006-06-28 16:12:08 +00:00
skodak
d6e1bd8092 Bug #5941 - Myriad of problems with Paypal enrollmemts, part 3 - fixed 'login as student' button, now plain guest login action; merged from MOODLE_16_STABLE 2006-06-28 15:38:04 +00:00
skodak
e87fe61524 Bug #5941 - Myriad of problems with Paypal enrollmemts, part 2 - Login as guest not shown to guests and there is login link instead of paypal button for guests; merged from MOODLE_16_STABLE 2006-06-28 15:26:31 +00:00
skodak
7c24284126 minor loginas cleanup; merged from MOODLE_16_STABLE 2006-06-28 14:58:30 +00:00