skodak
8aaa9d57be
MDL-11718 minor cleanup
2007-10-27 20:16:51 +00:00
skodak
26ed030543
MDL-11718 course settings for reports - for now only user report (rank and showing of hidden items)
2007-10-27 15:33:43 +00:00
skodak
4c8893ed88
MDL-11718 fixed altered aggregation of overridden and locked grades + some speedup and corrections
2007-10-21 13:22:07 +00:00
skodak
029735054a
MDL-11859 student rank and showing of hidden grade items are now configurable + fixed some incorrect include_once
2007-10-21 12:56:19 +00:00
skodak
d297269d79
2007-10-19 08:51:52 +00:00
skodak
b89a70ce8a
MDL-11718 aggregated grades which depend on hidden grades are now hidden too + cleanup in grader report
2007-10-17 20:38:52 +00:00
skodak
6391ebe7da
MDL-11718 aggregated grades which depend on hidden grades are now hidden too; cleanup in user report
2007-10-17 09:45:14 +00:00
skodak
f2e4a0818a
preparation for 1.9 beta 2 - setting correct requires in mods and plugins
2007-10-10 16:09:17 +00:00
nicolasconnault
8ad36f4cc3
Added copyright notice
2007-10-10 06:34:20 +00:00
skodak
e072450699
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.
2007-10-08 23:09:10 +00:00
nicolasconnault
a7c3671a92
MDL-11581 Implemented gradedisplaytype in user reports
2007-10-04 07:02:44 +00:00
nicolasconnault
31a6c06c46
MDL-11433 Implemented grade_items.decimals instead of user preference in grader report.
2007-09-25 14:40:49 +00:00
skodak
3f2b0c8aba
MDL-11363 merged tables grade_grades with grade_grades_text - it is now possible to define fields as required and optional
...
finally fixed formula validation in calculation edit form
2007-09-22 11:39:59 +00:00
toyomoyo
6ef84f6f48
some fixes for user report
2007-09-05 04:39:07 +00:00
toyomoyo
3c334a7a81
hide hidden grades from users with no capability in user report
2007-08-24 07:14:23 +00:00
toyomoyo
b01d6b4cfa
rounding to the correct decimal places
2007-08-24 05:40:28 +00:00
toyomoyo
4c8d9481df
display a grade item's category
2007-08-24 05:02:51 +00:00
toyomoyo
157ed1d1e5
links gradeitems to activities
2007-08-24 04:55:54 +00:00
skodak
76317c73a2
MDL-10791 improve handling of localised floating point numbers in moodle; replaced/fixed some float_format() that were used instead of round(); expect some more patches soon
2007-08-10 15:00:35 +00:00
nicolasconnault
53a16616b8
MDL-9137 Added the overview report
2007-08-10 09:28:37 +00:00
nicolasconnault
fafe1cd23e
MDL-9628 Reverting to using gradebook plugin module names in navigation
2007-08-01 07:41:13 +00:00
nicolasconnault
826c5f8635
MDL-9628 Refactoring the building of navigation array for gradebook pages
2007-08-01 06:47:35 +00:00
skodak
4faf5f99be
MDL-10478 reworked collapse/expand for grade categories
2007-07-25 19:57:47 +00:00
moodler
344e5c5397
Bump to fix capability upgrade
2007-07-25 06:28:50 +00:00
skodak
54690a0894
MDL-10579 capabilities for grade report plugins
2007-07-24 09:20:37 +00:00
skodak
7a6b7acf76
MDL-10579 more capability checks in grades code + refactoring of grade_tree
2007-07-24 07:45:15 +00:00
skodak
65dd61bda6
MDL-10579 Implement capability checks in grade import/export/report/edit pages - work in progress
...
refactoring - reports now use real index.php
2007-07-23 22:20:07 +00:00
moodler
e2008be287
Various language string fixes for grade reports
2007-07-23 08:13:59 +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
nicolasconnault
90d3960c6d
MDL-9633 Fixed ranking in user report. Also enabled group mode on/off to alter total users. This required a refactoring of the grouping code into grade_report abstract class.
2007-07-20 09:34:35 +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
d30c44814b
MDL-10438 inline docs added, moved $gpr into grade class
2007-07-17 06:09:03 +00:00
nicolasconnault
f7998fbc55
MDL-9633 Added report class for user report
2007-07-16 04:09:00 +00:00
nicolasconnault
1fdab481c2
MDL-9633 Refactored the index.php page into a child class of grade_report
2007-07-14 03:46:24 +00:00
nicolasconnault
eea6690ac0
MDL-9628 Refactored variables and method from grader_report into grade/report/lib.php, and renamed grade_report.php to grade/report/grader/lib.php. Updated links to these files.
2007-07-13 07:05:04 +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
toyomoyo
38b9e8a8ed
moving some functions out to lib so they can be used in other reports
2007-07-11 05:07:39 +00:00
skodak
eda77debe3
trailing whitespace cleanup again
2007-07-05 21:42:34 +00:00
toyomoyo
f208e0e1d1
fixing an error when no grade item is listed for this course
2007-07-02 02:40:30 +00:00
skodak
314c433698
MDL-10224 some more improvements in grader report related to total course grade and category grade + other bugfixes
2007-06-28 22:55:46 +00:00
skodak
b3ac6c3ef0
MDL-10224 total course grade implemented + lots of other changes and improvements; there are still some regressions and bugs - going to fix them ASAP; some unit tests still missing too
2007-06-28 13:20:30 +00:00
toyomoyo
b05e8f45dc
some fixes to user report
2007-06-28 08:55:16 +00:00
toyomoyo
076eede396
gradebook user report fix for total grade
2007-06-27 03:48:56 +00:00
moodler
f9016aefca
Fixed some notices when there are no activities
2007-06-26 09:21:52 +00:00
toyomoyo
7f331f8914
some fixes for grader report
2007-06-26 07:32:31 +00:00
nicolasconnault
b78bb4f7a0
MDL-10210 MDL-10207 Tabs implemented.
2007-06-25 09:37:26 +00:00
nicolasconnault
5ff96295e6
MDL-10207 Tabs added to category admin page and grader report page. I also changed the id URL variable to courseid. This may cause some issues as long as the current grade/lib.php library is used, but I thought we should use courseid instead of id.
2007-06-22 17:34:14 +00:00
toyomoyo
b5fc272c3c
fixed a warning
2007-06-22 08:35:23 +00:00
skodak
ac9b080524
MDL-10202 merge raw and final grade tables
2007-06-20 23:06:29 +00:00
toyomoyo
62cb266e97
extraction of gradeitems to use grade_tree for handling of sortorder
2007-06-19 07:52:55 +00:00