Log of /moodle/lib/grade/grade_outcome.php
Parent Directory
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.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.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.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.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.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.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.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.