]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agosolving MDL-7496 for calculated
pichetp [Wed, 31 Oct 2007 02:31:33 +0000 (02:31 +0000)]
solving MDL-7496 for calculated

17 years agoMDL-11973 Improved showing of hidden items in ouuser and user report
skodak [Tue, 30 Oct 2007 21:25:50 +0000 (21:25 +0000)]
MDL-11973 Improved showing of hidden items in ouuser and user report

17 years agoMDL-11951 a little typo - no recursive call intended in has_any_capability() I guess
skodak [Tue, 30 Oct 2007 20:51:37 +0000 (20:51 +0000)]
MDL-11951 a little typo - no recursive call intended in has_any_capability() I guess

17 years agoAuthor: Matt Clarkson <mattc@catalyst.net.nz>
mattc-catalyst [Tue, 30 Oct 2007 20:46:18 +0000 (20:46 +0000)]
Author: Matt Clarkson <mattc@catalyst.net.nz>

17 years agoMDL-6376 - fix minor errors in the previous commit.
tjhunt [Tue, 30 Oct 2007 19:29:45 +0000 (19:29 +0000)]
MDL-6376 - fix minor errors in the previous commit.

More significantly, this patch changes the '1 Students have made 1 attempts' string.

To start with, this code was being produced in five different places, so I made a function to do the work!. Next, as you can see, it is not gramatical. Also, some people find it confusing, as in MDL-6376.

Therefore, it now just says 'Attempts: 1'.

Merged from MOODLE_19_STABLE.

17 years agoMDL-11916 Added managegroupevents capability
sam_marshall [Tue, 30 Oct 2007 16:19:47 +0000 (16:19 +0000)]
MDL-11916 Added managegroupevents capability

17 years agofixing previous merge
skodak [Tue, 30 Oct 2007 11:55:49 +0000 (11:55 +0000)]
fixing previous merge

17 years agoMDL-11957 improving and cleanup in grade overriding
skodak [Tue, 30 Oct 2007 11:40:50 +0000 (11:40 +0000)]
MDL-11957 improving and cleanup in grade overriding

17 years agoMDL-11951 - supplemental - need capability checks in the outer if of the file too...
tjhunt [Tue, 30 Oct 2007 10:50:20 +0000 (10:50 +0000)]
MDL-11951 - supplemental - need capability checks in the outer if of the file too. Merged from MOODLE_19_STABLE.

17 years agoUnit tests for MDL-9295 - clean_param with PARAM_URL/PARAM_LOCALURL. Merged from...
tjhunt [Tue, 30 Oct 2007 10:46:26 +0000 (10:46 +0000)]
Unit tests for MDL-9295 - clean_param with PARAM_URL/PARAM_LOCALURL. Merged from MOODLE_18_STABLE.

17 years agoMDL-9295 - PARAM_URL/PARAM_LOCALURL does not accept http://localhost/ or other hosts...
tjhunt [Tue, 30 Oct 2007 10:15:22 +0000 (10:15 +0000)]
MDL-9295 - PARAM_URL/PARAM_LOCALURL does not accept http://localhost/ or other hosts on lans. Merged from MOODLE_18_STABLE.

17 years agoCorrect misleading comment. Follow-on from the fix to MDL-11462. Merged from MOODLE_1...
tjhunt [Tue, 30 Oct 2007 10:10:36 +0000 (10:10 +0000)]
Correct misleading comment. Follow-on from the fix to MDL-11462. Merged from MOODLE_19_STABLE.

17 years agomaking multibyte filename appear correctly under IE download
toyomoyo [Tue, 30 Oct 2007 00:35:18 +0000 (00:35 +0000)]
making multibyte filename appear correctly under IE download

17 years agoMDL-11955 required scale selection when grade type is scale
skodak [Mon, 29 Oct 2007 20:35:05 +0000 (20:35 +0000)]
MDL-11955 required scale selection when grade type is scale

17 years agoMDL-11954 grader report links to profiles from the same course
skodak [Mon, 29 Oct 2007 20:25:09 +0000 (20:25 +0000)]
MDL-11954 grader report links to profiles from the same course

17 years agoMDL-11904 deny/accept Email settings conflict with text - now .example.com means...
skodak [Mon, 29 Oct 2007 20:04:14 +0000 (20:04 +0000)]
MDL-11904  deny/accept Email settings conflict with text - now .example.com means all subdomains

17 years agoMDL-11952 - In the course admin block, if the user has moodle/question:managecategory...
tjhunt [Mon, 29 Oct 2007 16:58:32 +0000 (16:58 +0000)]
MDL-11952 - In the course admin block, if the user has moodle/question:managecategory, but no other capabilites, the questions link should go to the manage categories page. Merged from MOODLE_19_STABLE.

17 years agoMDL-11951 - Need a link to the Front Page course question bank in the admin tree...
tjhunt [Mon, 29 Oct 2007 16:54:35 +0000 (16:54 +0000)]
MDL-11951 - Need a link to the Front Page course question bank in the admin tree. Merged from MOODLE_19_STABLE.

17 years agoMDL-11784 - On the role assign page, list who is assigned the role for roles with...
tjhunt [Mon, 29 Oct 2007 15:38:46 +0000 (15:38 +0000)]
MDL-11784 - On the role assign page, list who is assigned the role for roles with only a few assignments. Improved version. Now, it only shows the extra column if some roles have between 1 and 10 assignees, as per Martin D's request. Merged from MOODLE_19_STABLE.

17 years agoMDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
poltawski [Mon, 29 Oct 2007 10:44:50 +0000 (10:44 +0000)]
MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
hardcoded and can be discovered through the user interface resonably easily.

Merged from MOODLE_19_STABLE

17 years agoMDL-11068 - fixed typo, messsage should be message
poltawski [Mon, 29 Oct 2007 09:58:59 +0000 (09:58 +0000)]
MDL-11068 - fixed typo, messsage should be message

merged from MOODLE_19_STABLE

17 years agoMDL-11813 - Use existing group setting strings on course edit form so can be
poltawski [Mon, 29 Oct 2007 09:47:13 +0000 (09:47 +0000)]
MDL-11813 - Use existing group setting strings on course edit form so can be
better translated. Patch from Daniel Miksik

merged from MOODLE_19_STABLE

17 years agoMDL-11874 grader report now indicates hidden items (gray title + range) and hidden...
skodak [Mon, 29 Oct 2007 08:38:28 +0000 (08:38 +0000)]
MDL-11874 grader report now indicates hidden items (gray title  + range) and hidden grades (except when editing)

17 years agoMDL-11930, removing csv plugin lang file
toyomoyo [Mon, 29 Oct 2007 02:01:51 +0000 (02:01 +0000)]
MDL-11930, removing csv plugin lang file

17 years agoMDL-11767 SQL error with postgres - merged from MOODLE_19_STABLE
poltawski [Mon, 29 Oct 2007 00:21:57 +0000 (00:21 +0000)]
MDL-11767 SQL error with postgres - merged from MOODLE_19_STABLE

17 years agomissed one line.
danmarsden [Mon, 29 Oct 2007 00:21:53 +0000 (00:21 +0000)]
missed one line.

Fix for MDL-10085  and MDL-8118 Problem with number of Responses in choice wrong, and displayed users incorrect on results.

17 years agoFix for MDL-10085 and MDL-8118 Problem with number of Responses in choice wrong...
danmarsden [Sun, 28 Oct 2007 23:25:54 +0000 (23:25 +0000)]
Fix for MDL-10085  and MDL-8118 Problem with number of Responses in choice wrong, and displayed users incorrect on results.

17 years agoMDL-11937 - save 100 database queries in the case of the admin bookmarks block
poltawski [Sun, 28 Oct 2007 23:06:39 +0000 (23:06 +0000)]
MDL-11937 - save 100 database queries in the case of the admin bookmarks block
without bookmarks on non-admin page

Merged from MOODLE_19_STABLE

17 years agoMDL-11563 replaced hardcoded permission check from admin_tree_block
skodak [Sun, 28 Oct 2007 22:35:00 +0000 (22:35 +0000)]
MDL-11563 replaced hardcoded permission check from admin_tree_block

17 years agoMDL-11934 grade report in user profile now selectable
skodak [Sun, 28 Oct 2007 17:15:00 +0000 (17:15 +0000)]
MDL-11934 grade report in user profile now selectable

17 years agoMDL-11927 fixed cookiepaths; patch by Kevin
skodak [Sun, 28 Oct 2007 14:20:20 +0000 (14:20 +0000)]
MDL-11927 fixed cookiepaths; patch by Kevin

17 years agoMDL-11718 report styles moved to report/xx/styles.php - for better consistency with...
skodak [Sun, 28 Oct 2007 12:51:16 +0000 (12:51 +0000)]
MDL-11718 report styles moved to report/xx/styles.php - for better consistency with other plugins; other cleanup in user report css; fixed css in user profile

17 years agomerged from 1.9 :: MDL-11926 :: two comments confused Chameleon. I have deleted the...
urs_hunkler [Sun, 28 Oct 2007 12:40:39 +0000 (12:40 +0000)]
merged from 1.9 :: MDL-11926 :: two comments confused Chameleon. I have deleted the comments and optimized CSS for Chameleon use.

17 years agomerged from 1.9
urs_hunkler [Sun, 28 Oct 2007 10:19:18 +0000 (10:19 +0000)]
merged from 1.9

17 years agoAutomatic installer.php lang files by installer_builder (20071028)
moodler [Sun, 28 Oct 2007 05:02:59 +0000 (05:02 +0000)]
Automatic installer.php lang files by installer_builder (20071028)

17 years agoadded groups param to get_numusers() - to be used in oureport; might be handy elsewhe...
skodak [Sat, 27 Oct 2007 22:05:58 +0000 (22:05 +0000)]
added groups param to get_numusers() - to be used in oureport; might be handy elsewhere too

17 years agosupport for styles.php in grade reports
skodak [Sat, 27 Oct 2007 22:01:39 +0000 (22:01 +0000)]
support for styles.php in grade reports

17 years agoMDL-11718 fixed typos in prev commit
skodak [Sat, 27 Oct 2007 20:37:22 +0000 (20:37 +0000)]
MDL-11718 fixed typos in prev commit

17 years agoMDL-11718 minor cleanup
skodak [Sat, 27 Oct 2007 20:16:51 +0000 (20:16 +0000)]
MDL-11718 minor cleanup

17 years agoMDL-11718 minor fix for grades in user profile
skodak [Sat, 27 Oct 2007 18:22:52 +0000 (18:22 +0000)]
MDL-11718 minor fix for grades in user profile

17 years agoMDL-11718 partial cleanup in overview report - unfortunately the problems with hidden...
skodak [Sat, 27 Oct 2007 17:58:36 +0000 (17:58 +0000)]
MDL-11718 partial cleanup in overview report - unfortunately the problems with hidden grades can not be solved here without db changes

17 years agoMDL-11718 course settings for reports - for now only user report (rank and showing...
skodak [Sat, 27 Oct 2007 15:33:43 +0000 (15:33 +0000)]
MDL-11718 course settings for reports - for now only user report (rank and showing of hidden items)

17 years agoMDL-11718 grader report now does not show column totals if user does not have view...
skodak [Sat, 27 Oct 2007 13:13:47 +0000 (13:13 +0000)]
MDL-11718 grader report now does not show column totals if user does not have view hidden grades capability because we can not calculate the totals depending on altered aggregates

17 years agofixed error when no scale present
skodak [Sat, 27 Oct 2007 11:41:44 +0000 (11:41 +0000)]
fixed error when no scale present

17 years agoFixing unit test failures
nicolasconnault [Sat, 27 Oct 2007 10:13:25 +0000 (10:13 +0000)]
Fixing unit test failures

17 years agograde_outcome->description doesn't exist
nicolasconnault [Sat, 27 Oct 2007 06:28:00 +0000 (06:28 +0000)]
grade_outcome->description doesn't exist

17 years agoMDL-11917 - Improve the title on the assign/override roles page. Merged from MOODLE_1...
tjhunt [Fri, 26 Oct 2007 17:00:05 +0000 (17:00 +0000)]
MDL-11917 - Improve the title on the assign/override roles page. Merged from MOODLE_19_STABLE.

17 years agomerged fix for MDL-11532, updatesql needs to run after every 'round' otherwises nothi...
toyomoyo [Fri, 26 Oct 2007 07:58:23 +0000 (07:58 +0000)]
merged fix for MDL-11532, updatesql needs to run after every 'round' otherwises nothing to pull from the context table

17 years agoMDL-11836, show number of blocks but do not link if no reference to any course
toyomoyo [Fri, 26 Oct 2007 03:25:39 +0000 (03:25 +0000)]
MDL-11836, show number of blocks but do not link if no reference to any course

17 years agomerged fix for MDL-11902, gradebook formula dereferencing problem
toyomoyo [Fri, 26 Oct 2007 02:30:04 +0000 (02:30 +0000)]
merged fix for MDL-11902, gradebook formula dereferencing problem

17 years agoproper copy and format, sorry
toyomoyo [Fri, 26 Oct 2007 02:28:47 +0000 (02:28 +0000)]
proper copy and format, sorry

17 years agofixing previous commit
toyomoyo [Fri, 26 Oct 2007 02:21:26 +0000 (02:21 +0000)]
fixing previous commit

17 years agoadding back
toyomoyo [Fri, 26 Oct 2007 02:15:58 +0000 (02:15 +0000)]
adding back

17 years agoFix typo. Merged from MOODLE_19_STABLE.
tjhunt [Thu, 25 Oct 2007 14:30:07 +0000 (14:30 +0000)]
Fix typo. Merged from MOODLE_19_STABLE.

17 years agoMDL-11825 - Force penaltyfactor to 1 for truefalse questions on GIFT import, as is...
tjhunt [Thu, 25 Oct 2007 09:43:06 +0000 (09:43 +0000)]
MDL-11825 - Force penaltyfactor to 1 for truefalse questions on GIFT import, as is done on the editing form. Merged from MOODLE_18_STABLE.

17 years agoMDL-11893, email admin when add_to_log() fails
toyomoyo [Thu, 25 Oct 2007 04:02:41 +0000 (04:02 +0000)]
MDL-11893, email admin when add_to_log() fails

17 years agomod/quiz: fixed fatal error in quiz_print_recent_mod_activity()
mattc-catalyst [Thu, 25 Oct 2007 01:26:17 +0000 (01:26 +0000)]
mod/quiz: fixed fatal error in quiz_print_recent_mod_activity()

Author: Matt Clarkson <mattc@catalyst.net.nz>

17 years agoMDL-11397 bug with IE 6 not displaying anonymous results correctly.
danmarsden [Wed, 24 Oct 2007 21:27:26 +0000 (21:27 +0000)]
MDL-11397 bug with IE 6 not displaying anonymous results correctly.
 - also fix for XHTML Strict.

17 years agoMDL-11513, adding support for grade_letters
toyomoyo [Wed, 24 Oct 2007 07:41:45 +0000 (07:41 +0000)]
MDL-11513, adding support for grade_letters

17 years agoFixed MDL-10506. Hide/Show Advanced text does not toggle in IE and Safari when edit...
whchuang [Tue, 23 Oct 2007 22:29:04 +0000 (22:29 +0000)]
Fixed MDL-10506. Hide/Show Advanced text does not toggle in IE and Safari when edit profile.

17 years agoMDL-11784 - On the role assign page, list who is assigned the role for roles with...
tjhunt [Tue, 23 Oct 2007 16:27:25 +0000 (16:27 +0000)]
MDL-11784 - On the role assign page, list who is assigned the role for roles with only a few assignments. Merged from MOODLE_19_STABLE.

17 years agoMDL-11881 - User with question permission but not mod/quiz:manage can get a nasty...
tjhunt [Tue, 23 Oct 2007 16:15:46 +0000 (16:15 +0000)]
MDL-11881 - User with question permission but not mod/quiz:manage can get a nasty require_capability error. Merged from MOODLE_19_STABLE.

17 years agoMDL-11870 - Notices on the quiz view page if the corresponding grade item was deleted...
tjhunt [Tue, 23 Oct 2007 07:48:03 +0000 (07:48 +0000)]
MDL-11870 - Notices on the quiz view page if the corresponding grade item was deleted. Merged from MOODLE_18_STABLE.

17 years agoAutomatic installer.php lang files by installer_builder (20071023)
moodler [Tue, 23 Oct 2007 05:00:44 +0000 (05:00 +0000)]
Automatic installer.php lang files by installer_builder (20071023)

17 years agoFix for MDL-9666 totals don't appear when full names are shown.
danmarsden [Mon, 22 Oct 2007 21:49:58 +0000 (21:49 +0000)]
Fix for MDL-9666 totals don't appear when full names are shown.

17 years agofix for MDL-11063 - thanks to Wen for the patch.
danmarsden [Mon, 22 Oct 2007 21:25:06 +0000 (21:25 +0000)]
fix for MDL-11063 - thanks to Wen for the patch.

17 years agoMDL-11869 - javascript syntax error was preventing the call to the calc function...
arborrow [Mon, 22 Oct 2007 20:39:29 +0000 (20:39 +0000)]
MDL-11869 - javascript syntax error was preventing the call to the calc function. Adding in the double slashes around CDATA resolves the problem. (merging into HEAD)

17 years agoMDL-11708 - Zero answers are not allowed in Matching questions - sometimes I hate...
tjhunt [Mon, 22 Oct 2007 16:57:19 +0000 (16:57 +0000)]
MDL-11708 - Zero answers are not allowed in Matching questions - sometimes I hate PHP. Merged from MOODLE_18_STABLE.

17 years agoMDL-11824 - Literal asterisk (\*) in shortanswer question not handled correctly by...
tjhunt [Mon, 22 Oct 2007 15:37:31 +0000 (15:37 +0000)]
MDL-11824 - Literal asterisk (\*) in shortanswer question not handled correctly by get_correct_responses + Unit tests. Merged from MOODLE_18_STABLE.

17 years agomerged from 1.9 :: CSS color "lightgrey" does not exist. I replaced it with the ...
urs_hunkler [Mon, 22 Oct 2007 10:36:30 +0000 (10:36 +0000)]
merged from 1.9 :: CSS color "lightgrey" does not exist. I replaced it with the "corresponding" Linux color value #D3D3D3.

17 years agoFix for reopened bug MDL-7878, "Link identification and skipping" - includes site...
nfreear [Mon, 22 Oct 2007 09:21:11 +0000 (09:21 +0000)]
Fix for reopened bug MDL-7878, "Link identification and skipping" - includes site and course index.php.

17 years agoPartial fix for reopened bug MDL-7878, "Link identification and skipping" - affects...
nfreear [Mon, 22 Oct 2007 06:43:00 +0000 (06:43 +0000)]
Partial fix for reopened bug MDL-7878, "Link identification and skipping" - affects all course formats + other files.

17 years agofixing a warning
toyomoyo [Mon, 22 Oct 2007 03:05:15 +0000 (03:05 +0000)]
fixing a warning

17 years agoimprove XHTML compatability of HotPot reports; fix termination of <input> tags for...
gbateson [Mon, 22 Oct 2007 01:48:14 +0000 (01:48 +0000)]
improve XHTML compatability of HotPot reports; fix termination of <input> tags for JCloze and JQuiz

17 years agoChanging some standard colors
stronk7 [Sun, 21 Oct 2007 19:26:11 +0000 (19:26 +0000)]
Changing some standard colors

17 years agoMDL-11718 fixed altered aggregation of overridden and locked grades + some speedup...
skodak [Sun, 21 Oct 2007 13:22:07 +0000 (13:22 +0000)]
MDL-11718 fixed altered aggregation of overridden and locked grades + some speedup and corrections

17 years agoMDL-11859 student rank and showing of hidden grade items are now configurable + fixed...
skodak [Sun, 21 Oct 2007 12:56:19 +0000 (12:56 +0000)]
MDL-11859 student rank and showing of hidden grade items are now configurable + fixed some incorrect include_once

17 years agoAutomatic installer.php lang files by installer_builder (20071021)
moodler [Sun, 21 Oct 2007 04:12:36 +0000 (04:12 +0000)]
Automatic installer.php lang files by installer_builder (20071021)

17 years agoimprovements to XHTML compatability (merged from 1.9)
gbateson [Sun, 21 Oct 2007 03:02:55 +0000 (03:02 +0000)]
improvements to XHTML compatability (merged from 1.9)

17 years agoMDL-8605 fixed user image restore code
skodak [Sat, 20 Oct 2007 20:57:06 +0000 (20:57 +0000)]
MDL-8605 fixed user image restore code

17 years agoMDL-11857 missing addslashes on idnumber field during backup restore
skodak [Sat, 20 Oct 2007 19:31:51 +0000 (19:31 +0000)]
MDL-11857 missing addslashes on idnumber field during backup restore

17 years agoMDL-11857 missing addslashes on idnumber field during backup restore
skodak [Sat, 20 Oct 2007 19:25:10 +0000 (19:25 +0000)]
MDL-11857 missing addslashes on idnumber field during backup restore

17 years agoMDL-11835 proper labels for aggregation coef - weight and extra credit
skodak [Sat, 20 Oct 2007 19:12:33 +0000 (19:12 +0000)]
MDL-11835 proper labels for aggregation coef - weight and extra credit

17 years agoMDL-11718 fixed incorrect bounds when altering aggregates for hidden grades
skodak [Sat, 20 Oct 2007 15:48:46 +0000 (15:48 +0000)]
MDL-11718 fixed incorrect bounds when altering aggregates for hidden grades

17 years agoMDL-11278 improved forced category settings - refactoring + regrading forced + new...
skodak [Sat, 20 Oct 2007 15:00:31 +0000 (15:00 +0000)]
MDL-11278 improved forced category settings - refactoring + regrading forced + new setting to hide forced settings in UI

17 years agoFixed tabindex feature
mudrd8mz [Sat, 20 Oct 2007 01:03:06 +0000 (01:03 +0000)]
Fixed tabindex feature

17 years agoAdded tabindex so you can jump to another missing string field by pressing a TAB...
mudrd8mz [Sat, 20 Oct 2007 00:45:51 +0000 (00:45 +0000)]
Added tabindex so you can jump to another missing string field by pressing a TAB key.

17 years agoBooleans are not always transformed to 0 /1. This was preventing install
stronk7 [Fri, 19 Oct 2007 17:53:23 +0000 (17:53 +0000)]
Booleans are not always transformed to 0 /1. This was preventing install
under mysqli. Define block->multiple if needed.

Merged from MOODLE_19_STABLE

17 years agoAdding support to course/formats from within the editor. MDL-11842
stronk7 [Fri, 19 Oct 2007 16:52:34 +0000 (16:52 +0000)]
Adding support to course/formats from within the editor. MDL-11842

Merged from MOODLE_19_STABLE

17 years agoMDL-11766 Flickr/Youtube blocks don't respect http proxy vars
poltawski [Fri, 19 Oct 2007 15:09:12 +0000 (15:09 +0000)]
MDL-11766 Flickr/Youtube blocks don't respect http proxy vars

Merged from MOODLE_19_STABLE

17 years agoMDL-11840 - curl was set to use CONNECTs for all http requests. This is disallowed
poltawski [Fri, 19 Oct 2007 14:47:14 +0000 (14:47 +0000)]
MDL-11840 - curl was set to use CONNECTs for all http requests. This is disallowed
by most http proxies to prevent tunneling. Added some debugging in case of failure.

Merged from MOODLE_19_STABLE

17 years agoMDL-11766 download_file_content is quite broken with proxies - lacking global
poltawski [Fri, 19 Oct 2007 11:45:21 +0000 (11:45 +0000)]
MDL-11766 download_file_content is quite broken with proxies - lacking global
CFG definition, so must never have worked, also incorrectly specified proxyhost..

Merged from MOODLE_19_STABLE

17 years ago(no commit message)
skodak [Fri, 19 Oct 2007 08:51:52 +0000 (08:51 +0000)]

17 years agoMDL-11167, admin blocks page should not show blocks not placed on course pages
toyomoyo [Fri, 19 Oct 2007 07:54:30 +0000 (07:54 +0000)]
MDL-11167, admin blocks page should not show blocks not placed on course pages

17 years agoEnable access to Mahara from testclient.php
donal72 [Fri, 19 Oct 2007 00:43:33 +0000 (00:43 +0000)]
Enable access to Mahara from testclient.php

17 years agodifferent spacing to 1.9 corrected.
urs_hunkler [Thu, 18 Oct 2007 19:08:17 +0000 (19:08 +0000)]
different spacing to 1.9 corrected.

17 years agomerged from 1.9
urs_hunkler [Thu, 18 Oct 2007 19:03:39 +0000 (19:03 +0000)]
merged from 1.9

17 years agoCommenting some more debug...
stronk7 [Thu, 18 Oct 2007 16:04:54 +0000 (16:04 +0000)]
Commenting some more debug...

Merged from MOODLE_19_STABLE

17 years agoCommenting out some excess of debug info.
stronk7 [Thu, 18 Oct 2007 15:57:15 +0000 (15:57 +0000)]
Commenting out some excess of debug info.

Merged from MOODLE_19_STABLE

17 years agouserid must be set in new grade too
skodak [Thu, 18 Oct 2007 10:08:26 +0000 (10:08 +0000)]
userid must be set in new grade too