[moodle] / moodle / lib / grade / grade_outcome.php Repository:

Log of /moodle/lib/grade/grade_outcome.php

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 22:47:14 2009 WST (3 months, 2 weeks ago) by stronk7
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
MDL-21015 - typo detected when working on grade tests...

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Nov 4 14:14:09 2009 WST (4 months, 1 week ago) by samhemelryk
Branch: MAIN
Changes since 1.33: +24 -3 lines
Diff to previous 1.33
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Nov 1 19:44:58 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Jun 4 04:37:29 2009 WST (9 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon May 26 13:06:01 2008 WST (21 months, 3 weeks ago) by nicolasconnault
Branch: MAIN
Changes since 1.30: +22 -16 lines
Diff to previous 1.30
MDL-14967 More upgrades

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri May 23 22:52:50 2008 WST (21 months, 3 weeks ago) by nicolasconnault
Branch: MAIN
Changes since 1.29: +34 -32 lines
Diff to previous 1.29
MDL-14967 Upgraded gradebook code and unit tests. 4 failing tests in grade_item to fix.

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 00:29:42 2008 WST (2 years ago) by skodak
Branch: MAIN
Changes since 1.28: +21 -7 lines
Diff to previous 1.28
MDL-13849 add API method to use outcome in course into grade_outcome class; merged from MOODLE_19_STABLE

Revision 1.21.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 00:29:04 2008 WST (2 years ago) by skodak
Branch: MOODLE_19_STABLE
CVS Tags: MOODLE_191, MOODLE_192, MOODLE_193, MOODLE_194, MOODLE_195, MOODLE_196, MOODLE_197, MOODLE_19_MERGED, MOODLE_19_WEEKLY
Changes since 1.21.2.2: +21 -7 lines
Diff to previous 1.21.2.2 , to branch point 1.21 , to next main 1.35
MDL-13849 add API method to use outcome in course into grade_outcome class

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 00:04:09 2008 WST (2 years ago) by tjhunt
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
Fix typo.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Mar 6 23:55:10 2008 WST (2 years ago) by nicolasconnault
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
MDL-12182 fixing fixtures

Revision 1.21.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 6 22:44:47 2008 WST (2 years ago) by nicolasconnault
Branch: MOODLE_19_STABLE
Changes since 1.21.2.1: +2 -2 lines
Diff to previous 1.21.2.1 , to branch point 1.21
MDL-12182 Fixing unit tests for gradebook. Mainly a change in set_locked() arguments.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 14:42:46 2007 WST (2 years, 3 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.25: +17 -24 lines
Diff to previous 1.25
MDL-12182 Reverting to pre-upgrade in order to prepare a patch instead

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 19:31:09 2007 WST (2 years, 4 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.24: +14 -8 lines
Diff to previous 1.24
More fine-tuning of gradebook classes

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 16:36:01 2007 WST (2 years, 4 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.23: +18 -17 lines
Diff to previous 1.23
Managed to remove static calls from the core gradebook classes without removing support for such calls in gradebook interface code. I used a singleton pattern for this (get_instance in grade_object).

Revision 1.21.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 17:50:32 2007 WST (2 years, 4 months ago) by skodak
Branch: MOODLE_19_STABLE
CVS Tags: MOODLE_19
Changes since 1.21: +6 -1 lines
Diff to previous 1.21
MFC: MDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depending in hidden grades
MDL-11974 improved gradebook CSS

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 17:25:10 2007 WST (2 years, 4 months ago) by skodak
Branch: MAIN
Changes since 1.22: +6 -1 lines
Diff to previous 1.22
MDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depending in hidden grades
MDL-11974 improved gradebook CSS

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 23:55:23 2007 WST (2 years, 4 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
Minor changes in unit tests

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 13:29:28 2007 WST (2 years, 5 months ago) by nicolasconnault
Branch: MAIN
CVS Tags: MOODLE_19_BETA
Branch point for: MOODLE_19_STABLE
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Updated copyright notice in header

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 16:41:20 2007 WST (2 years, 5 months ago) by skodak
Branch: MAIN
Changes since 1.19: +9 -7 lines
Diff to previous 1.19
MDL-11472 fixed harcoded mdl_ prefix in sql queries

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Sep 22 19:40:09 2007 WST (2 years, 5 months ago) by skodak
Branch: MAIN
Changes since 1.18: +5 -4 lines
Diff to previous 1.18
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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 05:10:20 2007 WST (2 years, 7 months ago) by skodak
Branch: MAIN
Changes since 1.17: +9 -3 lines
Diff to previous 1.17
adding grade_outcomes description;
fixing field lengths in outcome and scale forms

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 04:26:37 2007 WST (2 years, 7 months ago) by skodak
Branch: MAIN
Changes since 1.16: +7 -5 lines
Diff to previous 1.16
fixed insert trouble with standard outcomes - thanks Eloy

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 21:05:00 2007 WST (2 years, 7 months ago) by skodak
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
fixed whitespace

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 21:04:35 2007 WST (2 years, 7 months ago) by skodak
Branch: MAIN
Changes since 1.14: +38 -3 lines
Diff to previous 1.14
edit/outcomeitem.php - fixed selection of outcomes to show only available course outcomes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 20:52:17 2007 WST (2 years, 7 months ago) by skodak
Branch: MAIN
Changes since 1.13: +20 -1 lines
Diff to previous 1.13
minor scale related changes, added fixed update() into grade_outcome class

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 20:03:47 2007 WST (2 years, 7 months ago) by skodak
Branch: MAIN
Changes since 1.12: +51 -11 lines
Diff to previous 1.12
more Edit/Outcomes improvements - new course column for standard outcomes; outcomes_course consistency checks; removed debug delays

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 06:56:51 2007 WST (2 years, 7 months ago) by skodak
Branch: MAIN
Changes since 1.11: +65 -35 lines
Diff to previous 1.11
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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 22:26:07 2007 WST (2 years, 7 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.10: +15 -2 lines
Diff to previous 1.10
MDL-10550 Refactoring, fixing a few bugs in edit/item_form.php and more work into the outcome report

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 22:33:10 2007 WST (2 years, 7 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.9: +69 -1 lines
Diff to previous 1.9
MDL-10550

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 20:49:30 2007 WST (2 years, 8 months ago) by skodak
Branch: MAIN
Branch point for: MOODLE_19_CLI
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
MDL-10365 Improved handling of history when inserting/updating/deleting in new grade reports;first part

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 06:26:34 2007 WST (2 years, 8 months ago) by skodak
Branch: MAIN
Changes since 1.7: +30 -25 lines
Diff to previous 1.7
MDL-10233 improved static factory methods of grade obejcts fetch() and fetch_all(); implemented default values of grade objects, fixed null values for some properties that are not required - unit tests included, tested with PHP4 and PHP5

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jun 24 00:51:11 2007 WST (2 years, 8 months ago) by skodak
Branch: MAIN
Changes since 1.6: +10 -10 lines
Diff to previous 1.6
trailing whitespace cleanup in new grade libraries

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jun 24 00:33:17 2007 WST (2 years, 8 months ago) by skodak
Branch: MAIN
Changes since 1.5: +5 -11 lines
Diff to previous 1.5
MDL-10231 merge grade_calculations and grade_items table + calculation improvements
MDL-10233 fixed grade_*::fetch() - does not modify $this anymore, we can now use it from normal methods to fetch other objects of the same class.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu May 24 16:50:05 2007 WST (2 years, 9 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.4: +10 -1 lines
Diff to previous 1.4
MDL-9629 Beginning the edit category page. Also added dmllib::sql_max($field) and fixed a few bugs. Grade_item should now extrapolate its sortorder upon insertion if not set, by looking up the last sortorder in the table, and incrementing by 1.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon May 21 13:54:12 2007 WST (2 years, 9 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3
MDL-9506 Removed the debugging message for the fetch() methods. Added droplow and keephigh rules to grade_category::aggregate_grades(). The only question now is what to do when the droplow or keephigh field is larger than the number of grades for a given user/item combination. At the moment it just gives that value 0.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu May 17 17:04:53 2007 WST (2 years, 10 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
MDL-9506 Elements of the array returned by grade_category::get_children are now indexed by sortorder, to work more easily with grade_tree methods.
New get_sortorder method for grade_category and grade_item. This is used when the type of an object is unknown, and could be either one. Because categories have a "virtual" sortorder (through their grade_item), they can transparently return one as well.
Unit tests fail for grade_tree at present because of faulty implementation which is being fixed. The $depth attribute has been completely removed, as well as a number of switch statements, in favour of an $index variable which is exploded and used to build strings of array keys for eval statements (unset and array_splice). Can't wait to get all this working :-)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri May 4 15:40:56 2007 WST (2 years, 10 months ago) by nicolasconnault
Branch: MAIN
Branch point for: MOODLE_19_QUESTIONS
Changes since 1.1: +32 -2 lines
Diff to previous 1.1
MDL-9506 Moved unit tests in a simpletest subfolder so they can be automatically grouped. Added grade_history and grade_text object and another heap of small implementations.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu May 3 16:51:50 2007 WST (2 years, 10 months ago) by nicolasconnault
Branch: MAIN
MDL-9506 Added grade_outcome.php. Also added unit test for creation of log in history table when grade_raw is updated.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.10