2634 Commits

Author SHA1 Message Date
moodler
9988d1b7a7 When editing old outcomes when outcomes are switched off, just treat them like an ordinary scale item 2007-08-01 04:50:39 +00:00
moodler
a2a136b8ad Hide some outcomes stuff when $CFG->enableoutcomes is off 2007-08-01 04:34:08 +00:00
skodak
678a79caa5 adding grade_outcomes description;
fixing field lengths in outcome and scale forms
2007-07-31 21:10:20 +00:00
moodler
9d1e218576 Fixing copyright years 2007-07-31 17:02:43 +00:00
moodler
e36fe14acc Removing csv export because txt already does it 2007-07-31 14:28:08 +00:00
moodler
423b2f006a Some cleanups, moving buttons, false links etc 2007-07-31 14:04:13 +00:00
nicolasconnault
bb3f9f08dd MDL-10550 Using Petr's new grade_outcome::fetch_all_available() method to get the outcomes for the report. 2007-07-31 13:34:36 +00:00
skodak
2fa3ea10f1 edit/outcomeitem.php - fixed selection of outcomes to show only available course outcomes 2007-07-31 13:04:35 +00:00
skodak
4c2402b2f8 minor scale related changes, added fixed update() into grade_outcome class 2007-07-31 12:52:17 +00:00
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
b4ff0358ea added more return tracking to scale links in Edit/Outcomes 2007-07-31 11:01:10 +00:00
skodak
0297e313ce improced assigning of used course outcomes, added return tracking to scale links in Edit/Outcomes 2007-07-31 10:57:05 +00:00
moodler
aab22042fb Added links to sclaes from outcome editing page 2007-07-31 09:15:39 +00:00
skodak
042596946b tabbed Edit/Outcomes interface, link from course admin block, added manage outcomes capability, other cleanup 2007-07-31 09:10:35 +00:00
nicolasconnault
23281a6ac3 MDL-10550 Reverted some of Petr's changes, and added styling to the table. 2007-07-31 07:26:13 +00:00
toyomoyo
f29146dd44 adding a print_heading() call 2007-07-31 04:24:39 +00:00
toyomoyo
0b06f5666d fixing course outcomes edit page to not use user preference but proper grade_outcomes_courses table, because course outcomes should not be a user preference 2007-07-31 04:09:00 +00:00
toyomoyo
014834e40b fixing print_grade_plugin_selector() to point to edit/courseoutcomes 2007-07-31 03:28:30 +00:00
toyomoyo
cc7915781e adding courseoutcomes, removing favoutcomes 2007-07-31 03:23:07 +00:00
toyomoyo
2c3bfac9e8 removed and placed in courseoutcomes 2007-07-31 03:20:53 +00:00
toyomoyo
edc91676f1 fixing the average query to use subquery so that userids can be distinct, this prevents duplication of grades in case of multiple roles for same user 2007-07-31 03:19:32 +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
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