]>
git.mjollnir.org Git - moodle.git/log
tjhunt [Wed, 5 Jul 2006 12:19:11 +0000 (12:19 +0000)]
Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. And another one.
tjhunt [Wed, 5 Jul 2006 12:00:23 +0000 (12:00 +0000)]
Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. And another one.
tjhunt [Wed, 5 Jul 2006 11:58:14 +0000 (11:58 +0000)]
Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. I missed a bit last time.
thepurpleblob [Wed, 5 Jul 2006 11:51:08 +0000 (11:51 +0000)]
Merged from STABLE
sam_marshall [Wed, 5 Jul 2006 11:10:37 +0000 (11:10 +0000)]
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
tjhunt [Wed, 5 Jul 2006 10:43:53 +0000 (10:43 +0000)]
Bug 6019: Quiz timer does not submit the form when it reaches zero. Merged from MOODLE_16_STABLE.
skodak [Wed, 5 Jul 2006 08:38:34 +0000 (08:38 +0000)]
changed memory limit test in healthcenter; merged from MOODLE_16_STABLE
skodak [Wed, 5 Jul 2006 07:44:20 +0000 (07:44 +0000)]
healthcenter fixes - new extra whitespace detection, fixed automatic slasharguments detection; merged from MOODLE_16_STABLE
toyomoyo [Wed, 5 Jul 2006 01:55:29 +0000 (01:55 +0000)]
merged fix for a problem where globallang is not respected in user table
tjhunt [Tue, 4 Jul 2006 17:11:00 +0000 (17:11 +0000)]
Bug 5971 - Allow matching questions to have extra wrong answers.
skodak [Tue, 4 Jul 2006 09:41:47 +0000 (09:41 +0000)]
fix for mysqladmin links; merged from MOODLE_16_STABLE
skodak [Tue, 4 Jul 2006 08:32:05 +0000 (08:32 +0000)]
Bug #5909 - Fix use of user_group() because it returns arrays now - part 2 forum search fixed too; merged from MOODLE_16_STABLE
skodak [Tue, 4 Jul 2006 06:05:25 +0000 (06:05 +0000)]
fixed $site->id warning; merged from MOODLE_16_STABLE
skodak [Tue, 4 Jul 2006 05:27:18 +0000 (05:27 +0000)]
Bug #6007 - "The requested URL /course/report/log/view.php was not found on this server" merged from MOODLE_16_STABLE
moodler [Tue, 4 Jul 2006 02:38:09 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (
20060704 )
skodak [Mon, 3 Jul 2006 21:11:17 +0000 (21:11 +0000)]
Bug #5909 - Fix use of user_group() because it returns arrays now - part 1; merged from MOODLE_16_STABLE
skodak [Mon, 3 Jul 2006 15:43:41 +0000 (15:43 +0000)]
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
tjhunt [Mon, 3 Jul 2006 10:04:04 +0000 (10:04 +0000)]
Rename lang file as per Martin's request.
skodak [Mon, 3 Jul 2006 09:10:12 +0000 (09:10 +0000)]
Bug #5991 - The calendar does not show the month's first day's event; merged from MOODLE_16_STABLE
skodak [Mon, 3 Jul 2006 07:21:20 +0000 (07:21 +0000)]
Bug #5995 - poor English in expiry notice; merged from MOODLE_16_STABLE
skodak [Mon, 3 Jul 2006 06:26:38 +0000 (06:26 +0000)]
Bug #5996 - block+resource=problem; merged from MOODLE_16_STABLE
moodler [Sat, 1 Jul 2006 02:38:26 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (
20060701 )
tjhunt [Fri, 30 Jun 2006 14:59:05 +0000 (14:59 +0000)]
Bug #5979 - Check in the OU's unit testing framework. Docs at http://docs.moodle.org/en/Unit_tests
skodak [Fri, 30 Jun 2006 13:46:25 +0000 (13:46 +0000)]
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
skodak [Fri, 30 Jun 2006 13:06:31 +0000 (13:06 +0000)]
cleanup in admin/index.php; preparation for health center, loginas gui, password salts; merged from MOODLE_16_STABLE
skodak [Fri, 30 Jun 2006 11:56:37 +0000 (11:56 +0000)]
fixed // in course root when browsing files; merged from MOODLE_16_STABLE
tjhunt [Fri, 30 Jun 2006 10:31:44 +0000 (10:31 +0000)]
Bug 5967 - Missing lang strings and help for quiz reports. Merged from MOODLE_16_STABLE.
skodak [Fri, 30 Jun 2006 07:36:06 +0000 (07:36 +0000)]
Bug #5961 - small grammar error; merged from MOODLE_16_STABLE
skodak [Fri, 30 Jun 2006 07:23:08 +0000 (07:23 +0000)]
Bug #5802 - Incorrect length in http partial content (206) packets.; merged from MOODLE_16_STABLE
moodler [Fri, 30 Jun 2006 02:41:15 +0000 (02:41 +0000)]
Automatic installer.php lang files by installer_builder (
20060630 )
skodak [Thu, 29 Jun 2006 21:22:16 +0000 (21:22 +0000)]
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
ethem [Thu, 29 Jun 2006 19:13:12 +0000 (19:13 +0000)]
Put back last commit. If cost is 0, it always falls back to manual method.
ethem [Thu, 29 Jun 2006 19:07:28 +0000 (19:07 +0000)]
Merged from MOODLE_16_STABLE.
moodler [Thu, 29 Jun 2006 16:55:24 +0000 (16:55 +0000)]
new installer.php file added. (stronk7)
Merged from MOODLE_16_STABLE
ethem [Thu, 29 Jun 2006 15:03:54 +0000 (15:03 +0000)]
$teacher is used in manual form. No need global. merged from 16stable.
ethem [Thu, 29 Jun 2006 12:44:01 +0000 (12:44 +0000)]
get_student_courses and get_teacher_courses functions added for future reference.
Cron description added. Merged from 16stable.
ethem [Thu, 29 Jun 2006 11:27:32 +0000 (11:27 +0000)]
Don't show choose method string if course cost is 0. Merged from 16stable.
ethem [Thu, 29 Jun 2006 11:12:08 +0000 (11:12 +0000)]
New string. No cost yet. Merged from 16stable.
ethem [Thu, 29 Jun 2006 10:38:34 +0000 (10:38 +0000)]
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.
ethem [Thu, 29 Jun 2006 09:49:36 +0000 (09:49 +0000)]
Bug #5941 - Myriad of problems with Paypal enrollmemts, au_enrol.patch
Merged from 16 stable.
skodak [Thu, 29 Jun 2006 08:01:48 +0000 (08:01 +0000)]
Bug #5944 - error message when moving thread; merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 07:20:37 +0000 (07:20 +0000)]
Bug #5952 - bad links in "about wysiwyg editor" merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 07:05:00 +0000 (07:05 +0000)]
Bug #5953 - problem in /auth/ldap/lib.php; merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 07:00:27 +0000 (07:00 +0000)]
Bug #5955 - link to help item for html editor looks funny; merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 06:53:53 +0000 (06:53 +0000)]
Bug #5959 - save and view takes to wrong place; merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 06:48:31 +0000 (06:48 +0000)]
Bug #5960 - can't delete or edit comments; merged from MOODLE_16_STABLE
moodler [Thu, 29 Jun 2006 02:38:54 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (
20060629 )
tjhunt [Wed, 28 Jun 2006 17:21:53 +0000 (17:21 +0000)]
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.
mchampan [Wed, 28 Jun 2006 16:12:08 +0000 (16:12 +0000)]
Corrected database prefix_ errors
skodak [Wed, 28 Jun 2006 15:38:04 +0000 (15:38 +0000)]
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
skodak [Wed, 28 Jun 2006 15:26:31 +0000 (15:26 +0000)]
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
skodak [Wed, 28 Jun 2006 14:58:30 +0000 (14:58 +0000)]
minor loginas cleanup; merged from MOODLE_16_STABLE
skodak [Wed, 28 Jun 2006 12:45:28 +0000 (12:45 +0000)]
Bug #5941 - Myriad of problems with Paypal enrollmemts, part 1; merged from MOODLE_16_STABLE
tjhunt [Wed, 28 Jun 2006 11:45:11 +0000 (11:45 +0000)]
Bug #5922 - comment from manualgraded questions lost during regrade. Thanks to Jean-Michel Vedrine for the fix. Merged from MOODLE_16_STABLE.
tjhunt [Wed, 28 Jun 2006 10:13:40 +0000 (10:13 +0000)]
Bug #5945: Lang string name missmatch when starting quiz attempt. Merged from MOODLE_16_STABLE.
moodler [Wed, 28 Jun 2006 02:37:47 +0000 (02:37 +0000)]
Automatic installer.php lang files by installer_builder (
20060628 )
mudrd8mz [Wed, 28 Jun 2006 01:02:54 +0000 (01:02 +0000)]
* Hide preview link when editing docs\ files. I have not found any way how to display
local documenation pages in 1.6. More comment in bug 4972
* Hide the form when displaying non-editable files (like en_utf8 ones).
skodak [Mon, 26 Jun 2006 21:58:35 +0000 (21:58 +0000)]
Bug #5927 - extending enrollments doesn't; merged from MOODLE_16_STABLE
skodak [Mon, 26 Jun 2006 21:35:05 +0000 (21:35 +0000)]
Bug #5931 - blocks block database; merged from MOODLE_16_STABLE
skodak [Mon, 26 Jun 2006 16:16:43 +0000 (16:16 +0000)]
assignments on mymoodle page, Bug #5839 - Found more than one record in get_record_sql !; merged from MOODLE_16_STABLE
skodak [Mon, 26 Jun 2006 13:49:03 +0000 (13:49 +0000)]
fixed broken stats image link, Bug #5924 - User profile statistics tab; merged from MOODLE_16_STABLE
tjhunt [Mon, 26 Jun 2006 11:23:32 +0000 (11:23 +0000)]
Bug 5889 - Regrading a quiz wipes student answers. Thanks to Jean-Michel Vedrine for the fix. Merged from MOODLE_16_STABLE.
toyomoyo [Mon, 26 Jun 2006 08:32:39 +0000 (08:32 +0000)]
merged fix for 5916
skodak [Mon, 26 Jun 2006 07:23:10 +0000 (07:23 +0000)]
fixed Turkish problems see, Bug #5878 - Teachers can't add blog and blocks; merged from MOODLE_16_STABLE
vyshane [Mon, 26 Jun 2006 04:44:41 +0000 (04:44 +0000)]
Merged from 1.6 stable. Error message now displays using notify() instead of
error() when purging of old RSS feeds fail during a discussion move.
mchampan [Sun, 25 Jun 2006 23:07:36 +0000 (23:07 +0000)]
Initial commit
stronk7 [Sun, 25 Jun 2006 10:16:45 +0000 (10:16 +0000)]
Some minor changes in order to avoid some notices...
julmis [Fri, 23 Jun 2006 19:53:26 +0000 (19:53 +0000)]
Commenting out ob_gzhandler
Merging from stable
danstowell [Fri, 23 Jun 2006 15:06:23 +0000 (15:06 +0000)]
Fixed typo which caused images in questions to fail to display if NOT using slasharguments
stronk7 [Thu, 22 Jun 2006 23:39:42 +0000 (23:39 +0000)]
Sending Yu's change to support custom langs to HEAD.
Changed progress info to 1000 records (from 5000). This
makes the script a bit more responsive on browser stops.
If finally approved, this should go to 16_STABLE too. (+1 for it)
thepurpleblob [Wed, 21 Jun 2006 10:19:46 +0000 (10:19 +0000)]
Merged from STABLE
toyomoyo [Wed, 21 Jun 2006 03:13:46 +0000 (03:13 +0000)]
merged fix for 5881
moodler [Wed, 21 Jun 2006 02:41:28 +0000 (02:41 +0000)]
Automatic installer.php lang files by installer_builder (
20060621 )
ethem [Tue, 20 Jun 2006 17:22:00 +0000 (17:22 +0000)]
Very small change. A little performance for cron if admin enabled sending email for pending orders expiring.
1- If dailysettlement is 00:05 and cron executes at this time, nothing will occur. If it is executes at 00:10 it works. I think "<" works faster then "<=" :))
2- Don't compare course->ids by authorize->courseid, because courses are grouped by courseid. We sure each line is unique.
3- Only get pendingorderexpiring strings for sending email if course teachers exist.
Merged from 16stable.
stronk7 [Tue, 20 Jun 2006 14:23:58 +0000 (14:23 +0000)]
helper string to explain $CFG->doctonewwindow added.
Merged from MOODLE_16_STABLE
stronk7 [Tue, 20 Jun 2006 13:53:09 +0000 (13:53 +0000)]
Now docs are showed in a new window based on $CFG->doctonewwindow
Merged from MOODLE_16_STABLE
stronk7 [Tue, 20 Jun 2006 13:41:56 +0000 (13:41 +0000)]
Added new option to decide if docs will be showed in a new window.
Merged from MOODLE_16_STABLE
mits [Mon, 19 Jun 2006 18:20:18 +0000 (18:20 +0000)]
Changed <hr> widh of header.html.
Added <hr> to footer.html.
Changed color of "HOME" button.
Eloy, thanks for good suggestion.
mits [Mon, 19 Jun 2006 16:36:51 +0000 (16:36 +0000)]
Added back homelink to oceanblue theme based on standard theme.
moodler [Mon, 19 Jun 2006 16:32:00 +0000 (16:32 +0000)]
Merged homelink from stable
moodler [Mon, 19 Jun 2006 16:20:35 +0000 (16:20 +0000)]
No need for error when deleting RSS feed
moodler [Mon, 19 Jun 2006 14:17:55 +0000 (14:17 +0000)]
Merged tag block context fixes from stable
moodler [Mon, 19 Jun 2006 13:52:39 +0000 (13:52 +0000)]
Merged user tab visibility from stable
moodler [Mon, 19 Jun 2006 13:38:17 +0000 (13:38 +0000)]
Merged header fix from stable
toyomoyo [Mon, 19 Jun 2006 03:53:26 +0000 (03:53 +0000)]
merged, changed copyright to © to validate better
toyomoyo [Mon, 19 Jun 2006 03:30:08 +0000 (03:30 +0000)]
merged, gives IE a bit more time to print
vyshane [Mon, 19 Jun 2006 02:41:44 +0000 (02:41 +0000)]
Merge from 1.6. New class FPDF_Protection. See bug #5855.
moodler [Sun, 18 Jun 2006 10:09:58 +0000 (10:09 +0000)]
Merged migration fixes from stable
moodler [Sun, 18 Jun 2006 08:21:35 +0000 (08:21 +0000)]
Merged XHTML fix from stable
moodler [Sun, 18 Jun 2006 08:10:52 +0000 (08:10 +0000)]
Merged helplink fix from stable
moodler [Sun, 18 Jun 2006 07:45:22 +0000 (07:45 +0000)]
Merged header fixes from stable 1.6
moodler [Fri, 16 Jun 2006 09:42:38 +0000 (09:42 +0000)]
Merged fix for bug 5830 into dev
moodler [Fri, 16 Jun 2006 04:28:56 +0000 (04:28 +0000)]
Added check for $CFG->disablemycourses
toyomoyo [Fri, 16 Jun 2006 02:59:37 +0000 (02:59 +0000)]
merged, centering of tabs on blog page issue
mjollnir_ [Thu, 15 Jun 2006 21:37:20 +0000 (21:37 +0000)]
merged from MOODLE_16_STABLE: participants list last access filter should only show for teachers! I noticed this on moodle.org this morning :|
ethem [Thu, 15 Jun 2006 14:23:04 +0000 (14:23 +0000)]
$a->course: course information added. Merged from stable.
ethem [Thu, 15 Jun 2006 14:08:41 +0000 (14:08 +0000)]
$a->course: course information added.
ethem [Thu, 15 Jun 2006 13:37:25 +0000 (13:37 +0000)]
pendingordersemailteacher string added
merged from stable
ethem [Thu, 15 Jun 2006 13:25:47 +0000 (13:25 +0000)]
pendingordersemailteacher string added
ethem [Thu, 15 Jun 2006 12:55:39 +0000 (12:55 +0000)]
When the number of pending orders expiring are sent to the teachers via email, which one is important? The number of the orders or the total of the amounts.
Merged from 16 stable.