skodak
3818937e4a
more Edit/Outcomes improvements - new course column for standard outcomes; outcomes_course consistency checks; removed debug delays
2007-07-31 12:03:45 +00:00
skodak
173a9d21ea
various grade outcomes and scales improvements, fixes, changes and refactoring
...
added new favoutcomes plugin settings page - to be used later, this replaces the grade_outcomes_grades table
admin settings - outcomes and scales both have settings page now
2007-07-30 22:56:45 +00:00
skodak
78ad5f3ff0
MDL-10544 placeholder for outcome edit forms grade/edit/outcome/
...
MDL-10650 scales code moved to grade/edit/scale/
refactoring in grade/edit/
2007-07-29 23:02:03 +00:00
skodak
31fa03861f
fixed grade category unit tests
2007-07-29 13:58:57 +00:00
skodak
514a3467a4
MDL-10636 reverting last commit
2007-07-29 13:22:50 +00:00
nicolasconnault
f04873a9ea
MDL-10636
...
Attempting to fix a number of bugs related to backup/restore for gradebook
2007-07-28 09:23:32 +00:00
toyomoyo
b0e1ed348a
MDL-10557, adding format_string prior to return of grade item name in order to support multilang filger
2007-07-27 01:59:47 +00:00
skodak
4faf5f99be
MDL-10478 reworked collapse/expand for grade categories
2007-07-25 19:57:47 +00:00
nicolasconnault
438a5aa9ad
MDL-9628 Moving Basic support for compact view from report class to grade_category class, internal to the grade_tree recursive construction
2007-07-25 15:04:31 +00:00
nicolasconnault
acdc8e8a9c
MDL-10550 Refactoring, fixing a few bugs in edit/item_form.php and more work into the outcome report
2007-07-24 14:26:05 +00:00
skodak
7a6b7acf76
MDL-10579 more capability checks in grades code + refactoring of grade_tree
2007-07-24 07:45:15 +00:00
nicolasconnault
ba92364c8b
MDL-10550
2007-07-23 14:33:02 +00:00
skodak
42ff9ce68b
MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too)
2007-07-22 21:43:47 +00:00
skodak
31a170930d
added proper rs_close($rs)
2007-07-22 16:02:57 +00:00
skodak
23207a1a6a
MDL-10563 item excluding implemented;
...
improved/fixed grade edit page;
some other improvements and cleanup
2007-07-21 14:24:39 +00:00
skodak
eacd3700f4
aggregation improvements; fixed aggregation of course category when changing type; old gradebook upgrade wip (untested)
2007-07-21 10:09:57 +00:00
skodak
9acbd7269c
MDL-10364 improved internal formula format
2007-07-21 08:43:51 +00:00
skodak
c186c7b2cb
MDL-10524 minor simplification of median aggregation + fixed aggregation names in lang
2007-07-20 13:54:58 +00:00
nicolasconnault
d5f0aa0196
MDL-9628 Fixed typos and added language strings. Corrected a bug that prevented a decimalpoints of 0 from being used (empty($decimalpoints)) -> is_null
2007-07-20 07:31:13 +00:00
skodak
d14ae855a2
MDL-10524 fixed aggregation for course item + other minor improvements
2007-07-19 17:36:36 +00:00
skodak
3ee5c20149
MDL-10525 renaming class grade_grades and grade_grades_text - singulars for all grade class names
2007-07-19 08:15:19 +00:00
skodak
ba74762bda
regular whitespace cleanup in grade code
2007-07-18 19:56:07 +00:00
skodak
e1d2692a73
fixed problem with quickgrading overriding nonexistent grades with no grade
2007-07-18 19:53:24 +00:00
skodak
9580a21f1c
MDL-9137 added new aggregation needed for upgrade - weighted + extra credit
...
minor item edit form cleanup
fixed minor bug in grader/lib.php
2007-07-18 19:29:32 +00:00
nicolasconnault
8c5a416edd
MDL-10478 Added category preference aggregationview. This one is linked with the more global preferences and $CFG. However, a category-specific preference needs implementing: grade_report_categorystate{$catid}, which equals GRADE_CATEGORY_EXPANDED or GRADE_CATEGORY_CONTRACTED. I've written a stub in grade/report/grader/lib.php around line 492 for pruning out the grade_tree according to these prefs.
...
We'll also need to implement the actions for the -/+ icons.
2007-07-18 14:54:35 +00:00
nicolasconnault
32b97bb24a
MDL-10490 Letter type implemented
2007-07-18 11:34:55 +00:00
nicolasconnault
5e623a335f
MDL-10345 Fixed bug that changed a null scale finalgrade to 1 due to passing through bounded_number(1, null, 3)
2007-07-18 05:17:45 +00:00
skodak
2a8c101f69
MDL-10065 move lib/simpletest/grade/simpletest elsewhere
...
+ fixed categroy locking unittest and minor problem with return value
2007-07-17 14:25:20 +00:00
skodak
cea2542bfe
MDL-10111 aggragationcof for weighted categories and extra items in old gradebook
2007-07-17 07:24:35 +00:00
nicolasconnault
bb384a8e29
MDL-10477 Mainly the percentage grade display type
2007-07-16 19:46:54 +00:00
skodak
b8e9305e70
use min max bounds in update_final_grade()
2007-07-16 07:16:08 +00:00
nicolasconnault
1a61400873
Optimising the grader report
2007-07-14 04:18:35 +00:00
nicolasconnault
388234f4c5
Optimising the grader report
2007-07-13 19:02:40 +00:00
skodak
b121b54432
one more category locking fix
2007-07-13 09:12:23 +00:00
skodak
7a7a53d32a
updated category locking to work the same as hiding - locking of category now locks all children too
2007-07-13 09:05:36 +00:00
skodak
938e00b6cb
grade_tree minor cleanup - grades not included anymore; fixed categroy item position in grader report
2007-07-13 08:59:46 +00:00
skodak
79eabc2ab2
major grade editing fixes and improvements - grader form now knows if grade is editable; fixed broken quickgrading; feedback format is handled the same way as in the rest of moodle - automatically converted to FORMAT_HTML when editor enabled; fixed calculation of grades that was breaking locking
2007-07-12 22:31:20 +00:00
skodak
920a0fb2eb
MDL-10437 moved editing forms to grade/edit/ directory - these should be shared by all reports, there were too many files in grader directory anyway
2007-07-12 19:40:28 +00:00
skodak
9d452f139f
MDL-10364 calcualtion validation improvements
2007-07-12 17:36:18 +00:00
skodak
9029762c3c
MDL-10364 calcualtion validation improvements
2007-07-12 17:23:29 +00:00
toyomoyo
7e3c9767db
grade edit form, and adding set_locktime for grade_grades and grade_item
2007-07-12 06:42:44 +00:00
nicolasconnault
474bad4698
MDL-9628 Enabling multiple feedback and grades update. Feedbacks now working, but grades don't (at least scales don't)
2007-07-11 16:54:11 +00:00
skodak
a4820aef30
fixed notice in update_raw_grade
2007-07-11 14:53:47 +00:00
skodak
de359e3c2e
fixed notice in update_final_grade
2007-07-11 14:33:09 +00:00
moodler
3fad470e9a
FIxed a notice
2007-07-11 02:45:40 +00:00
skodak
c86caae78a
MDL-9137 new grade_grades field overridden; item edit form fixes; other minor fixes and improvements
2007-07-10 18:08:24 +00:00
skodak
d5fab31f08
grade category edit form improved, fixed aggregation
2007-07-08 21:37:55 +00:00
skodak
d3f14e423d
MDL-10364 fixed de/normalization of calculation formulas in item edit form
2007-07-08 19:24:41 +00:00
skodak
5132aa7fd5
fixed default needsupdate property
2007-07-08 18:18:32 +00:00
skodak
15b462da4b
MDL-10226 fixed breakage in grade computing
2007-07-08 15:03:46 +00:00