Commit graph

1162 commits

Author SHA1 Message Date
nicolasconnault
56cef27dab MDL-10210 Updated the admin settings page for the grader report. 2007-07-30 09:46:01 +00:00
nicolasconnault
8933d48cf4 MDL-10210 Added help text for fields of 'text' type: "Leave this field empty to use the site default (currently $a)" 2007-07-30 09:01:14 +00:00
toyomoyo
7b61efbefe bug fix and hopefully faster grade average calculation 2007-07-30 08:50:26 +00:00
nicolasconnault
28c955150e MDL-10210 Re-organised the gradebook preferences, and now displaying site defaults inside the dropdown menus instead of the labels. 2007-07-30 07:12:33 +00:00
toyomoyo
9ade462ce1 fixing broken paging bar 2007-07-30 06:58:46 +00:00
toyomoyo
268366744a adding jumpto menu for import and export 2007-07-30 06:28:41 +00:00
toyomoyo
082443a9d3 adding jump menu 2007-07-30 06:23:24 +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
toyomoyo
bf4bb28d4f MDL-10557, adding format_string() to support multilang filter usage on grade item names 2007-07-27 02:28:59 +00:00
nicolasconnault
e96cb4feaa MDL-10550 Fixed small bugs 2007-07-26 08:49:53 +00:00
nicolasconnault
41b477217d MDL-10210 Removed the loading of the $CFG versions of the preferences when the user versions are set to default. This means that a value set to default always stays at default unless it is changed manually. 2007-07-26 07:58:00 +00:00
toyomoyo
16677200a3 adding some strings 2007-07-26 03:09:13 +00:00
skodak
f10fac9669 MDL-10544 basic UI for outcome item adding/editing implemented - todo: calculation support, lang strings, bugfixing...
whitespace cleanup
2007-07-25 22:12:17 +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
48b5d8f38b MDL-9628 Basic support for compact view 2007-07-25 09:33:08 +00:00
toyomoyo
675bfda8ae changing to more cross-db compatible is null 2007-07-25 09:12:31 +00:00
toyomoyo
fc61f64b72 some fixes for grade outcomes 2007-07-25 08:57:59 +00:00
moodler
f3db3cfc38 New capability gradereport/outcomes:manage and implementation in tabs 2007-07-25 07:53:09 +00:00
toyomoyo
938de499da adding some capabilities to outcomes 2007-07-25 07:51:01 +00:00
moodler
b9c70b99de Fix selected tabs 2007-07-25 07:34:00 +00:00
moodler
5d2dfba2a8 IMproved tabs 2007-07-25 07:25:46 +00:00
toyomoyo
e41442e47f some outcomes code 2007-07-25 07:24:04 +00:00
moodler
78091c4572 Bumping versions to fix capability upgrade 2007-07-25 07:09:12 +00:00
moodler
344e5c5397 Bump to fix capability upgrade 2007-07-25 06:28:50 +00:00
toyomoyo
c0bd9f4865 split into course.php and site.php 2007-07-25 02:03:49 +00:00
skodak
2cc773f5fa MDL-10579 implemented capability checks in grader report, minor refactoring, whitespace cleanup 2007-07-24 21:20:29 +00:00
nicolasconnault
cb7fe7b4b8 MDL-9628 First attempts at trimming grade_tree after fetching, for expanded/contracted categories (compact view mode). So far, so good ... 2007-07-24 16:33:52 +00:00
moodler
0c811aa77a Changing string from "select a plugin" whcih is developer specific 2007-07-24 16:29:18 +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
nicolasconnault
e2537ca3ea MDL-10550 Finished first draft of the outcomes report. 2007-07-24 10:08:46 +00:00
skodak
e77bcaa30d MDL-10579 capabilities for grade import plugins 2007-07-24 09:30:46 +00:00
skodak
54690a0894 MDL-10579 capabilities for grade report plugins 2007-07-24 09:20:37 +00:00
skodak
89bd8357e9 MDL-10579 capabilities for grade export plugins 2007-07-24 08:51:45 +00:00
skodak
0a89e2a003 MDL-10579 fixed comment 2007-07-24 07:46:58 +00:00
skodak
7a6b7acf76 MDL-10579 more capability checks in grades code + refactoring of grade_tree 2007-07-24 07:45:15 +00:00
toyomoyo
5d71ece008 adding some new files for grade outcomes 2007-07-24 07:43:46 +00:00
nicolasconnault
5df8b07016 Added and corrected a number of language strings. 2007-07-24 05:27:46 +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
skodak
dd45888a24 MDL-9511 adding/renaming grading capabilities 2007-07-23 19:22:48 +00:00
poltawski
c31f631baa MDL-9742 - converting tabs to spaces 2007-07-23 15:38:31 +00:00
nicolasconnault
ba92364c8b MDL-10550 2007-07-23 14:33:02 +00:00
moodler
e2008be287 Various language string fixes for grade reports 2007-07-23 08:13:59 +00:00
toyomoyo
e7746cf4f8 adding some outcome files 2007-07-23 07:49:52 +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
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
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
nicolasconnault
5b508a08ae MDL-10345 Refactored grade_report_grader::get_groupavghtml() and grade_report_grader::get_gradeavghtml() into one method: grade_report_grader::get_avghtml($grouponly=false) 2007-07-20 05:53:55 +00:00
nicolasconnault
c0c1e7c2ad MDL-10414 Corrected tabindex order 2007-07-20 05:00:07 +00:00