26471 Commits

Author SHA1 Message Date
skodak
612607bd47 MDL-9516 new central grading function update_grade(); to be improved/tested more tomorrow 2007-06-05 22:58:37 +00:00
pichetp
dca29e98dc eliminate this nasty JavaScript that prints the button. 2007-06-05 15:28:03 +00:00
tjhunt
18dfa59377 Eliminate trailing whitespace. 2007-06-05 14:56:12 +00:00
csantossaenz
caf5cd741c The field "unique" has been changed to false for the sequencing type. 2007-06-05 14:10:27 +00:00
bobopinna
55175138ae fixed some others problem with learner_response element 2007-06-05 09:30:19 +00:00
toyomoyo
4d40aa144a grade import temporary buffer tables and encoding/import form changes 2007-06-05 09:28:15 +00:00
nicolasconnault
210611f6ee MDL-9629 Changed grade_item.gradetype default to 1, added GRADE_TYPE_NONE constant = 0, incrementing existing constants by 1. Set up auto-generation of idnumber for grade_item if itemmodule and iteminstance are set, only a temporary stub if they are not set (must be replaced by correct generation code). New category form now has server-side validation (not using formslib) 2007-06-05 08:50:24 +00:00
jgutierr25
209596cb6a automatic authentication when direct access from another CAS application and multiauth 2007-06-05 08:35:57 +00:00
toyomoyo
1b63e57388 adding a usermodified field to post table 2007-06-05 05:40:10 +00:00
nicolasconnault
45ec6bcfa2 Added some strings 2007-06-05 04:16:14 +00:00
toyomoyo
9b8c9d379c part of the user management improvements on enrolment, forgot to check this in 2007-06-05 01:54:19 +00:00
nicolasconnault
bbac4ae7c5 MDL-9972 Removed the __destruct() method, which was not needed. Also fixed a few bugs that caused notices in PHP5. 2007-06-05 01:19:09 +00:00
nicolasconnault
ffa6e8d3c0 MDL-9629 Category edit page now supports creation of a new category for selected items or categories. 2007-06-05 00:39:01 +00:00
poltawski
2d9a41ee1f MDL-8080 Grade exceptions broken for teacher by invalid capability check.
Thanks to Paul Ortman for the patch. Merged from MOODLE_17_STABLE
2007-06-04 22:53:50 +00:00
poltawski
6d77bd6146 MDL-10001 - Change the ordering of height and width parameters in the interface to reflect
previous ordering. merged from MOODLE_18_STABLE
2007-06-04 22:24:23 +00:00
poltawski
d72689a78f MDL-9987 - Reffering to wrong capability name, merged from 18_STABLE 2007-06-04 22:01:59 +00:00
skodak
38bd362af1 MDL-10018 Discussion for all groups not sent when groups used to users without access to all groups 2007-06-04 21:43:57 +00:00
bobopinna
77f6272082 fixed some problems with learner_response values 2007-06-04 15:50:44 +00:00
moodler
05c8db0fa7 Merged typo fixes for MDL-10013 2007-06-04 12:42:17 +00:00
bobopinna
f30fc27a35 Commented lines that block ADL test suite check 2007-06-04 11:19:27 +00:00
bobopinna
d5f9eb42b1 General cleaning of function SetValue
First step for solving CMIFeedback pattern matching
2007-06-04 07:26:00 +00:00
skodak
04366d79cf MDL-10012 Implement grade_updated event triggers in Database 2007-06-03 19:36:20 +00:00
skodak
5980d52f23 MDL-9516 fixed mod_form.php logic + related lib issues 2007-06-03 19:12:55 +00:00
skodak
c3cec42188 MDL-9516 fixed mod_form.php logic 2007-06-03 19:08:14 +00:00
skodak
353228d8f4 MDL-9548 Implement grade_updated event triggers in Forum 2007-06-03 16:24:03 +00:00
skodak
0c5988d7d2 MDL-10011 cleanup xhtml and code in report.php - forum, glossary and data mod 2007-06-03 16:17:39 +00:00
skodak
926d9e5e27 fixed some xhtm strict problems 2007-06-03 15:31:30 +00:00
skodak
8b4fb44ed1 MDL-9545 minor refactoring and comment cleanup 2007-06-03 12:37:50 +00:00
skodak
1970d24381 MDL-9549 function param renamed 2007-06-03 12:34:56 +00:00
skodak
dd232d0100 MDL-9549 some more grading and rating improvements, cleanup and fixes 2007-06-03 12:22:23 +00:00
skodak
3e6303b7be MDL-9549 no rating fix 2007-06-03 11:29:38 +00:00
skodak
3460111498 MDL-9549 no grading fix 2007-06-03 10:30:23 +00:00
skodak
b01abc85e4 MDL-9549 fixed deleting of instance 2007-06-03 10:10:40 +00:00
skodak
4e9ba8c052 MDL-9549 added proper handling of magic quotes when dealing with mod_form 2007-06-03 09:56:49 +00:00
skodak
e8586b5f34 MDL-9549 minor code formatting cleanup 2007-06-03 09:27:16 +00:00
skodak
4a1be95c60 MDL-9545 minor code formatting cleanup 2007-06-03 09:26:45 +00:00
skodak
45fa341298 MDL-9545 refactoring of grading code in assignment, whitespace cleanup 2007-06-03 09:10:52 +00:00
skodak
d31bae7094 MDL-9549 added comments and fixed grade item delete 2007-06-03 09:06:58 +00:00
tjhunt
2ac5177aff MDL-10006 - Sorting the quiz overview report on feedback breaks it. Merged from MOODLE_18_STABLE. 2007-06-03 07:26:54 +00:00
skodak
e6d4504807 MDL-9549 Implement grade_updated event triggers in Glossary 2007-06-02 22:18:01 +00:00
skodak
b83ed1acb9 MDL-10010 improved data validation in glossary rate.php 2007-06-02 15:56:52 +00:00
skodak
d08e1a0b82 minor xhtml strict fix and coding style 2007-06-02 14:08:14 +00:00
skodak
63e21b9bda MDL-10009 ratings settings do not work in glossary 2007-06-02 14:03:06 +00:00
skodak
ada917d50a fixed handling of grade items when deleting assignment 2007-06-01 15:13:36 +00:00
tjhunt
699a472b5b Remove invalid unit test. 2007-06-01 13:52:36 +00:00
csantossaenz
1a3dad3484 Fixed problem with cmi.interactions.id elements' duplicated ids. 2007-06-01 12:42:36 +00:00
thepurpleblob
d022bf655e MDL-9265:
'correctanswer' field missing for true/false.
2007-06-01 08:25:18 +00:00
nicolasconnault
de5284f26d MDL-9137 Almost finished the edit category page. The only remaining issue is some sort of endless loop starting in grade_category::set_as_parent. Big issue... 2007-06-01 08:01:47 +00:00
nicolasconnault
ec4560cc58 MDL-9137 Removed hidden field from grade_categories and added deleted field to grade_items. Also added 2 images in pix/i 2007-06-01 04:46:24 +00:00
nicolasconnault
5fad506139 MDL-9629 Category edit page now implements delete, show/hide, lock/unlock, moveup/movedown and move actions. The edit icon is also shown but not yet implemented. 2007-06-01 04:02:37 +00:00