]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agoMerged the flexible column patch from Urs (1.11.2.3) to HEAD
moodler [Wed, 10 Oct 2007 14:31:27 +0000 (14:31 +0000)]
Merged the flexible column patch from Urs (1.11.2.3) to HEAD

17 years agonew string merged from stable
moodler [Wed, 10 Oct 2007 14:20:38 +0000 (14:20 +0000)]
new string merged from stable

17 years agoMDL-11699 - Make build_navigation more helpful by having it optionally build the...
tjhunt [Wed, 10 Oct 2007 14:00:41 +0000 (14:00 +0000)]
MDL-11699 - Make build_navigation more helpful by having it optionally build the activity and activityinstance links too, if you pass a $cm object. Note that this only does extra DB queries if you do pass a $cm object, and it does not have all the required fields, but in this case it will winge at you in developer debug mode. If you get your $cm using get_coursemodule_from_instance or get_coursemodule_from_id, which is best practice these days, then you won't have a problem.

17 years agoMDL-8248 savepoints in main upgrade.php
skodak [Wed, 10 Oct 2007 13:14:56 +0000 (13:14 +0000)]
MDL-8248 savepoints in main upgrade.php

17 years agoMDL-11432 eliminated majority of RecordCount uses, added several missing rs_close...
skodak [Wed, 10 Oct 2007 12:19:27 +0000 (12:19 +0000)]
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)

17 years agoMDL-11694 adding error displaying into installer, it does not affect the debug and...
skodak [Wed, 10 Oct 2007 11:03:00 +0000 (11:03 +0000)]
MDL-11694 adding error displaying into installer, it does not affect the debug and error displaying in final installation
MDL-11432 eliminated RecordCount

17 years agoMDL-10713 additional description added to help file
wildgirl [Wed, 10 Oct 2007 09:37:35 +0000 (09:37 +0000)]
MDL-10713 additional description added to help file

17 years agoMDL-11432 rs->EOF wrapper function
skodak [Wed, 10 Oct 2007 09:21:13 +0000 (09:21 +0000)]
MDL-11432 rs->EOF wrapper function

17 years agoImplemented typo fixes described by ermanno bagnai in MDL-11689
moodler [Wed, 10 Oct 2007 09:16:43 +0000 (09:16 +0000)]
Implemented typo fixes described by ermanno bagnai in MDL-11689

17 years agochanging CONTEXT_GROUP to CONTEXT_COURSE for calendar:manageentries capability
toyomoyo [Wed, 10 Oct 2007 09:03:01 +0000 (09:03 +0000)]
changing CONTEXT_GROUP to CONTEXT_COURSE for calendar:manageentries capability

17 years agoadd proper rs_close() into cleanup_contexts() - we have to close even when now record...
skodak [Wed, 10 Oct 2007 08:43:25 +0000 (08:43 +0000)]
add proper rs_close() into cleanup_contexts() - we have to close even when now records returned

17 years agoMDL-6096 help file re-wording
wildgirl [Wed, 10 Oct 2007 08:39:59 +0000 (08:39 +0000)]
MDL-6096 help file re-wording

17 years agoMDL-11688 makes sure all course and user contexts exist during upgrade (all contexts...
skodak [Wed, 10 Oct 2007 08:33:06 +0000 (08:33 +0000)]
MDL-11688 makes sure all course and user contexts exist during upgrade (all contexts when going from in 1.6) - this is needed for grade_letter upgrade; other minor tweaks - the USER->access is now loaded automatically, feedback parameters added

17 years agoMDL-11510, adding missing backup/restore gradebook fields
toyomoyo [Wed, 10 Oct 2007 08:28:43 +0000 (08:28 +0000)]
MDL-11510, adding missing backup/restore gradebook fields

17 years agoMDL-7610 help file re-wording
wildgirl [Wed, 10 Oct 2007 08:28:29 +0000 (08:28 +0000)]
MDL-7610 help file re-wording

17 years agoJust a small fix that would make this SQL work ... no idea what bug it would fix...
moodler [Wed, 10 Oct 2007 08:18:59 +0000 (08:18 +0000)]
Just a small fix that would make this SQL work ... no idea what bug it would fix.  It's not MDL-9059

17 years agoMDL-11686 dropped obsoleted grade tables, removed context_rel related upgrade code
skodak [Wed, 10 Oct 2007 07:53:35 +0000 (07:53 +0000)]
MDL-11686 dropped obsoleted grade tables, removed context_rel related upgrade code

17 years agoMDL-11510, missing gradebook fields in backup
toyomoyo [Wed, 10 Oct 2007 07:25:41 +0000 (07:25 +0000)]
MDL-11510, missing gradebook fields in backup

17 years agoMDL-11510, adding missing fields
toyomoyo [Wed, 10 Oct 2007 07:08:50 +0000 (07:08 +0000)]
MDL-11510, adding missing fields

17 years agoMDL-11510, referencing to wrong fields
toyomoyo [Wed, 10 Oct 2007 07:05:48 +0000 (07:05 +0000)]
MDL-11510, referencing to wrong fields

17 years agoMDL-11667, adding 2 global variables to set default export decimal point and display...
toyomoyo [Wed, 10 Oct 2007 06:43:23 +0000 (06:43 +0000)]
MDL-11667, adding 2 global variables to set default export decimal point and display format. During export there are 2 new settings for decimal points and display format, default to site setting. Removed letter option because it is a format that you can choose now.

17 years agoAdded copyright notice
nicolasconnault [Wed, 10 Oct 2007 06:34:20 +0000 (06:34 +0000)]
Added copyright notice

17 years agoMDL-11543 Printing nice list of categories for parent category drop-down
nicolasconnault [Wed, 10 Oct 2007 06:21:37 +0000 (06:21 +0000)]
MDL-11543 Printing nice list of categories for parent category drop-down

17 years agoTidied up border around category listing
moodler [Wed, 10 Oct 2007 06:16:12 +0000 (06:16 +0000)]
Tidied up border around category listing

17 years agoMDL-11543 format_string(parent category name)
nicolasconnault [Wed, 10 Oct 2007 06:04:14 +0000 (06:04 +0000)]
MDL-11543 format_string(parent category name)

17 years agoMDL-11543 Refactored editcategory and form
nicolasconnault [Wed, 10 Oct 2007 06:01:54 +0000 (06:01 +0000)]
MDL-11543 Refactored editcategory and form

17 years agoUpdated copyright notice in header
nicolasconnault [Wed, 10 Oct 2007 05:25:14 +0000 (05:25 +0000)]
Updated copyright notice in header

17 years agoMDL-11608 Removed stripslashes_safe($rename) and changed PARAM_RAW to PARAM_TEXT...
nicolasconnault [Wed, 10 Oct 2007 04:59:35 +0000 (04:59 +0000)]
MDL-11608 Removed stripslashes_safe($rename) and changed PARAM_RAW to PARAM_TEXT for rename param

17 years agoMDL-11543 Replacing "Site" with "Top" in the list of available parent categories
nicolasconnault [Wed, 10 Oct 2007 04:53:32 +0000 (04:53 +0000)]
MDL-11543 Replacing "Site" with "Top" in the list of available parent categories

17 years agoAutomatic installer.php lang files by installer_builder (20071010)
moodler [Wed, 10 Oct 2007 04:39:18 +0000 (04:39 +0000)]
Automatic installer.php lang files by installer_builder (20071010)

17 years agoMiscellaneous fixes for MDL-11543
moodler [Wed, 10 Oct 2007 04:05:46 +0000 (04:05 +0000)]
Miscellaneous fixes for MDL-11543

 - added button to edit current category
 - removed old mini-forms to do the same
 - tidied up various things and CSS as well

17 years agoAdded a timemodified field to forum_queue, and we now delete records
moodler [Wed, 10 Oct 2007 02:52:25 +0000 (02:52 +0000)]
Added a timemodified field to forum_queue, and we now delete records
that are older than a week before processing digests.

After upgrade it's possible that some posts will be lost this way but
on the other hand it ensures that sites with problems like moodle.org
had will start working again.

We still need a recordset added to the digestposts loop.

MDL-11657

17 years agoFix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
iarenaza [Tue, 9 Oct 2007 21:43:28 +0000 (21:43 +0000)]
Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags

There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.

17 years agoMDL-11543 Temporary solution originally proposed by Martin
nicolasconnault [Tue, 9 Oct 2007 17:22:10 +0000 (17:22 +0000)]
MDL-11543 Temporary solution originally proposed by Martin

17 years agoMDL-11681 Changed it so current tab no longer is a link to #
sam_marshall [Tue, 9 Oct 2007 16:56:00 +0000 (16:56 +0000)]
MDL-11681 Changed it so current tab no longer is a link to #

17 years agoMDL-11674 fixed mysql incompatible SQL in chat cron
skodak [Tue, 9 Oct 2007 16:46:04 +0000 (16:46 +0000)]
MDL-11674 fixed mysql incompatible SQL in chat cron

17 years agoMDL-11660 user_lastaccess cleanup
skodak [Tue, 9 Oct 2007 16:27:49 +0000 (16:27 +0000)]
MDL-11660 user_lastaccess cleanup

17 years agoMDL-11660
skodak [Tue, 9 Oct 2007 16:07:15 +0000 (16:07 +0000)]
MDL-11660
* user_lastaccess deleted when deleting course
* rewritten deleting of contexts - does not use get_context_instance() anymore because it is much more strict now
* added deleting of grade_letters and settings when deleting course

17 years agoFixes MDL-11676, Skip block links are broken in Internet Explorer 6.
nfreear [Tue, 9 Oct 2007 15:48:48 +0000 (15:48 +0000)]
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6.

17 years agoMDL-9076 - Move the 'Add 3 more overall feedbacks' button inside that group of elemen...
tjhunt [Tue, 9 Oct 2007 15:44:06 +0000 (15:44 +0000)]
MDL-9076 - Move the 'Add 3 more overall feedbacks' button inside that group of elements on the quiz settings form.

To make this possible, I added an extra argument to the repeat_elements method, which other people may find helpful on other forms.

17 years agoMDL-11617 - 'Student may review' heading on quiz settings form is now misleading...
tjhunt [Tue, 9 Oct 2007 15:19:07 +0000 (15:19 +0000)]
MDL-11617 - 'Student may review' heading on quiz settings form is now misleading. I have fixed some lang strings and improved the help. Also, finish off the clarification of how various capabilites affect quiz review that was started in MDL-11580.

17 years agofixed yet more undefined $sqls
skodak [Tue, 9 Oct 2007 15:11:29 +0000 (15:11 +0000)]
fixed yet more undefined $sqls

17 years agoMDL-11608 The $rename param was obtained with PARAM_NOTAG, I changed that to PARAM_RA...
nicolasconnault [Tue, 9 Oct 2007 14:08:05 +0000 (14:08 +0000)]
MDL-11608 The $rename param was obtained with PARAM_NOTAG, I changed that to PARAM_RAW. I also changed the rename field's value to htmlspecialchars($category->name)

17 years agodo not optimise the $USER fetching - it was broken by mnethostid and would be again...
skodak [Tue, 9 Oct 2007 13:43:51 +0000 (13:43 +0000)]
do not optimise the $USER fetching - it was broken by mnethostid and would be again in future

17 years agofixed undefined $modcontext
skodak [Tue, 9 Oct 2007 13:10:55 +0000 (13:10 +0000)]
fixed undefined $modcontext

17 years agofixed missing $sql warning
skodak [Tue, 9 Oct 2007 13:04:33 +0000 (13:04 +0000)]
fixed missing $sql warning

17 years agoMDL-11543 Temporary solution originally proposed by Martin
nicolasconnault [Tue, 9 Oct 2007 12:53:24 +0000 (12:53 +0000)]
MDL-11543 Temporary solution originally proposed by Martin

17 years agoMDL-11640
skodak [Tue, 9 Oct 2007 12:49:54 +0000 (12:49 +0000)]
MDL-11640
* improved handling of dirty contexts in general - caching, switching in cron, marking, loading, etc.
* role_assing() and role_unassign() now marks dirty contexts because we use has_capability() in this function - we can not do it later outside to speedup bulk operations
* fixed some inline docs
* fixed notice from rs closing
* removed cached $CONTEXT from has_capability() - $context is now required parameter; this was hiding serious bugs when context did not exist or ppl passed false as parameter
* removed some ===, we can not use these on function parameters - we must support ints, strings, '', nulls, etc. - this could be a source of really dangerous bugs in future
* some other improvements and fixes - documented inline

17 years agoMDL-11514:
thepurpleblob [Tue, 9 Oct 2007 10:26:09 +0000 (10:26 +0000)]
MDL-11514:
Link to missing word information and help file removed. There
was no extra help.

17 years agoMDL-11515:
thepurpleblob [Tue, 9 Oct 2007 10:22:40 +0000 (10:22 +0000)]
MDL-11515:
Help file is not used.

Merged from STABLE_18

17 years agoMDL-11425:
thepurpleblob [Tue, 9 Oct 2007 10:16:01 +0000 (10:16 +0000)]
MDL-11425:
Process the text properly for the category path.

Merged from STABLE_18.

17 years agoinherit by default decimal points in ranges and averages on grader report
skodak [Tue, 9 Oct 2007 09:29:45 +0000 (09:29 +0000)]
inherit by default decimal points in ranges and averages on grader report

17 years agoAdded CSS classes to totals columns (cat and course) so that styles can be applied.
moodler [Tue, 9 Oct 2007 09:16:44 +0000 (09:16 +0000)]
Added CSS classes to totals columns (cat and course) so that styles can be applied.
Made them bold by default in standard anc custom_corners.

MDL-11666

17 years agofixing a typo and some half finished comment
toyomoyo [Tue, 9 Oct 2007 08:56:56 +0000 (08:56 +0000)]
fixing a typo and some half finished comment

17 years agoMDL-11669, adding a new export setting (for xml atm), so that we can choose to export...
toyomoyo [Tue, 9 Oct 2007 08:51:49 +0000 (08:51 +0000)]
MDL-11669, adding a new export setting (for xml atm), so that we can choose to export only updated grades

17 years agoMDL-11665, users with no grade:viewhidden capability gets a wrong upgrade count becau...
toyomoyo [Tue, 9 Oct 2007 05:43:35 +0000 (05:43 +0000)]
MDL-11665, users with no grade:viewhidden capability gets a wrong upgrade count because after deletion of a grade, the grade can be NULL and not hidden at the same time

17 years agoMDL-10048, revert some changes in courses regaring coloring of courses
toyomoyo [Tue, 9 Oct 2007 04:02:43 +0000 (04:02 +0000)]
MDL-10048, revert some changes in courses regaring coloring of courses

17 years agoModify notify_login_failures() for better scale. MDL-11661
stronk7 [Tue, 9 Oct 2007 00:11:07 +0000 (00:11 +0000)]
Modify notify_login_failures() for better scale. MDL-11661

17 years agoMDL-11578 , MDL-11578 , MDL-11573 :
skodak [Mon, 8 Oct 2007 23:09:10 +0000 (23:09 +0000)]
MDL-11578 ,  MDL-11578 , MDL-11573 :
* renamed Preferences to "My report preferences"
* renamed Site defaults to "Report defaults"
* rename Change site defaults to "Change report defaults"
* reintroduced Inherit option to Grader preferences - Nicolas was right, it is not possible to implement preference overrides without it with our current get_pref inplementation
* new separate option in plugin selector "Course settings"
* moved displaytype, decimals and aggregation position to "Course settings"
* created new table grade_settings + related functions grade_get/set_preference()
* user report now uses grade_seq class instead of grade_item::fetch_all(); added preloading of grade items into grade_grade instances
* other minor bugfixing/cleanup/improvements

Please note that the Grader report preferences and its defaults must be resaved again - sorry.

17 years agoANSI join ON clauses should contain only the join condition. Also,
stronk7 [Mon, 8 Oct 2007 17:42:46 +0000 (17:42 +0000)]
ANSI join ON clauses should contain only the join condition. Also,
added prefix to the ORDER BY to prevent duplicate names.

17 years agoMDL-11653 undefined rcache in /lib/dmllib.php during upgrades
skodak [Mon, 8 Oct 2007 17:27:42 +0000 (17:27 +0000)]
MDL-11653 undefined rcache in /lib/dmllib.php during upgrades

17 years agoBump. MDL-11605
stronk7 [Mon, 8 Oct 2007 16:33:49 +0000 (16:33 +0000)]
Bump. MDL-11605

17 years agoAdding one new index to cache_text table. User to make cron deletion
stronk7 [Mon, 8 Oct 2007 16:33:29 +0000 (16:33 +0000)]
Adding one new index to cache_text table. User to make cron deletion
of expired records faster. MDL-11605

17 years agoFixes MDL-11648, "Required" is inappropriate text for legend in user profile edit...
nfreear [Mon, 8 Oct 2007 13:55:53 +0000 (13:55 +0000)]
Fixes MDL-11648, "Required" is inappropriate text for legend in user profile edit form.

17 years agoCreating course grade_category and course grade_item when not yet created and overvie...
nicolasconnault [Mon, 8 Oct 2007 09:54:51 +0000 (09:54 +0000)]
Creating course grade_category and course grade_item when not yet created and overview report is accessed

17 years agoMaking the overview report viewable by student role by default
nicolasconnault [Mon, 8 Oct 2007 09:53:43 +0000 (09:53 +0000)]
Making the overview report viewable by student role by default

17 years agodropping context_rel table
toyomoyo [Mon, 8 Oct 2007 08:51:59 +0000 (08:51 +0000)]
dropping context_rel table

17 years agoOnly include data from field types that are "small"
ikawhero [Mon, 8 Oct 2007 08:10:45 +0000 (08:10 +0000)]
Only include data from field types that are "small"

17 years agoSome fixes to make preferences work correctly (if not set then they are 0) and so...
moodler [Mon, 8 Oct 2007 07:26:29 +0000 (07:26 +0000)]
Some fixes to make preferences work correctly (if not set then they are 0) and so now ranges and averages show correctly on grader report when these are set to defaults in preferences   MDL-11618

17 years agoInclude custom profile fields when setting up a user object
ikawhero [Mon, 8 Oct 2007 07:23:18 +0000 (07:23 +0000)]
Include custom profile fields when setting up a user object

17 years agoNew function to return a partial user object with the custom profile fields
ikawhero [Mon, 8 Oct 2007 07:21:32 +0000 (07:21 +0000)]
New function to return a partial user object with the custom profile fields
set.

17 years agoCleaner saving of grader report prefs
moodler [Mon, 8 Oct 2007 07:11:22 +0000 (07:11 +0000)]
Cleaner saving of grader report prefs

17 years agoCheck to ensure custom profile fields do not have same name as current
ikawhero [Mon, 8 Oct 2007 06:59:00 +0000 (06:59 +0000)]
Check to ensure custom profile fields do not have same name as current
fields in the $USER record

17 years agoRe-ordered some preferences to be a bit more logical
moodler [Mon, 8 Oct 2007 06:55:34 +0000 (06:55 +0000)]
Re-ordered some preferences to be a bit more logical

17 years agoMDL-11633, changing import to use $mform->getdata() instead of data_submitted()
toyomoyo [Mon, 8 Oct 2007 06:52:39 +0000 (06:52 +0000)]
MDL-11633, changing import to use $mform->getdata() instead of data_submitted()

17 years agoadded escaping of quotes in TimesUp message, so that apostrophes do not cause Javascr...
gbateson [Mon, 8 Oct 2007 06:45:27 +0000 (06:45 +0000)]
added escaping of quotes in TimesUp message, so that apostrophes do not cause Javascript errors

17 years agoFixed typo from MDL-11642, thanks Gary
moodler [Mon, 8 Oct 2007 05:11:15 +0000 (05:11 +0000)]
Fixed typo from MDL-11642, thanks Gary

17 years agoMDL-11616, adding activity link back for hidden grade items
toyomoyo [Mon, 8 Oct 2007 02:34:04 +0000 (02:34 +0000)]
MDL-11616, adding activity link back for hidden grade items

17 years agousing correct capability for displaying activity report link in print_user()
toyomoyo [Mon, 8 Oct 2007 00:42:41 +0000 (00:42 +0000)]
using correct capability for displaying activity report link in print_user()

17 years agofixes a bug in resource_get_physical_file(...) when making a ResourceDocument object.
diml [Sun, 7 Oct 2007 20:15:32 +0000 (20:15 +0000)]
fixes a bug in resource_get_physical_file(...) when making a ResourceDocument object.

17 years agoadd an override for system limits (execution time / memory limit) for long
diml [Sun, 7 Oct 2007 20:14:17 +0000 (20:14 +0000)]
add an override for system limits (execution time / memory limit) for long
reindexation works (big documents). Set statically to 300 sec and 48M.

TODO : get possibly admin defined values for these limits.

17 years agochanging access resolution for buttons labels
diml [Sun, 7 Oct 2007 19:44:59 +0000 (19:44 +0000)]
changing access resolution for buttons labels

17 years agounconsistent file
diml [Sun, 7 Oct 2007 19:44:18 +0000 (19:44 +0000)]
unconsistent file

17 years agostring nl translations for search block
diml [Sun, 7 Oct 2007 19:40:47 +0000 (19:40 +0000)]
string nl translations for search block

17 years agostring fr translations for search block
diml [Sun, 7 Oct 2007 19:40:15 +0000 (19:40 +0000)]
string fr translations for search block

17 years agostring en translations for search block
diml [Sun, 7 Oct 2007 19:39:42 +0000 (19:39 +0000)]
string en translations for search block

17 years agoadding dutch translation for search engine
diml [Sun, 7 Oct 2007 19:36:01 +0000 (19:36 +0000)]
adding dutch translation for search engine

17 years agofix access check function for documents bug $context->instance to $context->instanceid
diml [Sun, 7 Oct 2007 19:34:59 +0000 (19:34 +0000)]
fix access check function for documents bug $context->instance to $context->instanceid

17 years agoMDL-11618 removed the inherit override from decimals and gradetype used on grader...
skodak [Sun, 7 Oct 2007 18:15:57 +0000 (18:15 +0000)]
MDL-11618 removed the inherit override from decimals and gradetype used on grader report preferences + several bug fixes + settings improvements

17 years agoAdding some traces here and there
stronk7 [Sun, 7 Oct 2007 17:28:46 +0000 (17:28 +0000)]
Adding some traces here and there

17 years agoMore passing around of context information to speed up things
moodler [Sun, 7 Oct 2007 14:53:13 +0000 (14:53 +0000)]
More passing around of context information to speed up things

17 years agoAdded some hooks to increase debugging in admin/cron.php
moodler [Sun, 7 Oct 2007 14:52:29 +0000 (14:52 +0000)]
Added some hooks to increase debugging in admin/cron.php

$CFG->showcronsql
$CFG->showcrondebugging

17 years agoMDL-11448 FirstClass Authentication does not hold settings and has cosmetic and info...
skodak [Sun, 7 Oct 2007 14:08:37 +0000 (14:08 +0000)]
MDL-11448 FirstClass Authentication does not hold settings and has cosmetic and info leakage issues, patch by Dan Trockman

17 years agofixed defaults and hardcoded lang strings in performance settings
skodak [Sun, 7 Oct 2007 14:01:36 +0000 (14:01 +0000)]
fixed defaults and hardcoded lang strings in performance settings

17 years agoMDL-11568 prevent warning from $USER->mnehostid when not logged in
skodak [Sun, 7 Oct 2007 13:46:46 +0000 (13:46 +0000)]
MDL-11568 prevent warning from $USER->mnehostid when not logged in

17 years agoMDL-11304 remerging fixes
skodak [Sun, 7 Oct 2007 13:31:41 +0000 (13:31 +0000)]
MDL-11304 remerging fixes

17 years agoRemoved some blank lines MDL-11632
moodler [Sun, 7 Oct 2007 13:18:05 +0000 (13:18 +0000)]
Removed some blank lines  MDL-11632

17 years agoMDL-9636 grade import fixes - allow null grades, no importcode collisions and stealin...
skodak [Sun, 7 Oct 2007 13:04:49 +0000 (13:04 +0000)]
MDL-9636 grade import fixes - allow null grades, no importcode collisions and stealing, more validation and other bugfixes

17 years agoMDL-11611 reimplemented displaytype and decimals disabling logic in grade item edit...
skodak [Sun, 7 Oct 2007 10:51:52 +0000 (10:51 +0000)]
MDL-11611 reimplemented displaytype and decimals disabling logic in grade item edit form for dispa - now works for new items too

17 years agoMDL-11622, MDL-11623 xml import/export now uses user idnumber; feedback optional...
skodak [Sun, 7 Oct 2007 10:22:21 +0000 (10:22 +0000)]
MDL-11622, MDL-11623 xml import/export now uses user idnumber; feedback optional; related bugfixing