tjhunt
|
9482c0fff6
|
scales: Fix initialisation order problem.
|
2009-07-27 10:05:46 +00:00 |
|
nicolasconnault
|
e060e33dc3
|
MDL-19727 Replaced boilerplates and removed ID tags. Merged from MOODLE_19_STABLE
|
2009-07-07 02:26:36 +00:00 |
|
nicolasconnault
|
1cfecb0286
|
MDL-19404 Getting default values for grade_item object when creating a new grade_category. Merged from MOODLE_19_STABLE
|
2009-07-07 02:04:15 +00:00 |
|
nicolasconnault
|
5939e44447
|
MDL-19429 Validating 0 values for grademin, grademax and gradepass for the edit category form. Also checking for grademax < grademin case. Merged from MOODLE_19_STABLE
|
2009-07-07 01:57:45 +00:00 |
|
tjhunt
|
6b608f8f50
|
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
|
2009-07-02 10:53:31 +00:00 |
|
tjhunt
|
4096752d1d
|
MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url
|
2009-07-02 10:06:39 +00:00 |
|
samhemelryk
|
5fdb159e54
|
grade-edit-tree MDL-16706 Removed inline script
|
2009-07-02 07:45:44 +00:00 |
|
skodak
|
17da2e6f28
|
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
|
2009-06-19 14:25:56 +00:00 |
|
tjhunt
|
c28bf5c9f8
|
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
Also, some related JavaScript cleanup.
More to follow.
|
2009-06-15 05:37:57 +00:00 |
|
tjhunt
|
18e8f3ab9e
|
Fix syntax error.
|
2009-06-12 10:13:01 +00:00 |
|
tjhunt
|
9a78a083f3
|
Kill use of deprecated parameter.
|
2009-06-12 10:05:16 +00:00 |
|
skodak
|
2be0078162
|
MDL-19364 Create new category in tree doesn't check for advanced grade_item fields, thanks Daniel Neis
|
2009-06-03 08:57:01 +00:00 |
|
skodak
|
51d1bdba90
|
MDL-19378 fixed incorrect weight in category form; backported from STABLE
|
2009-06-03 08:52:53 +00:00 |
|
skodak
|
cd3a391cf5
|
MDL-19323 added missing support for localized floats + code cleanup; merged from MOODLE_19_STABLE
|
2009-05-30 13:01:20 +00:00 |
|
skodak
|
b925fe0a00
|
MDL-19323 added missing support for localized floats on category edit page + more cleanup; merged from MOODLE_19_STABLE
|
2009-05-29 17:30:53 +00:00 |
|
skodak
|
d714732db3
|
MDL-14831 adding warning - excluded grades are not compatible with sum agg
|
2009-05-08 20:07:33 +00:00 |
|
nicolasconnault
|
b31f8d294d
|
MDL-19121 Not allowing negative values for droplow and keephigh: capping at 0. Merged from MOODLE_19_STABLE
|
2009-05-08 13:31:30 +00:00 |
|
skodak
|
4b4c1d1d68
|
MDL-19068 fixed item decimals before saving item; merged from MOODLE_19_STABLE
|
2009-05-08 13:18:09 +00:00 |
|
nicolasconnault
|
33e2e92453
|
MDL-18402 Put default value of 1 for grade item's aggregationcoef if parent category's aggregation is weighted mean. Put 0 for gradepass if field is empty, and 0 for grademin if left empty. This prevents SQL errors because all three fields (aggregationcoef, gradepass and grademin) are non-NULL. Merged from MOODLE_19_STABLE
|
2009-05-08 07:23:51 +00:00 |
|
nicolasconnault
|
e3efd04c1e
|
MDL-16416 Created a new help file including explanations of extra credit for both "Sum of Grades" and "Mean with extra credit" aggregation types. This is used on the "Edit categories and items" page. Merging from MOODLE_19_STABLE
|
2009-05-08 06:30:46 +00:00 |
|
skodak
|
fa5ac78bed
|
MDL-19111 fixed dimming of hidden until items; merged from MOODLE_19_STABLE
|
2009-05-07 17:38:40 +00:00 |
|
skodak
|
572befbcf2
|
MDL-19101 scale selection validated on category edit form; merged from MOODLE_19_STABLE
|
2009-05-07 08:47:54 +00:00 |
|
skodak
|
d9be236f5d
|
MDL-19091 removed custom scales from different courses + added BC hack; backported from MOODLE_19_STABLE
|
2009-05-07 08:39:29 +00:00 |
|
nicolasconnault
|
28087eb710
|
MDL-12444 Removed aggregationview preference from category edit form. Merged from MOODLE_19_STABLE
|
2009-05-07 07:57:04 +00:00 |
|
skodak
|
b8a3724138
|
MDL-19088 fixed category aggregation limitations; merged from mOODLE_19_STABLE
|
2009-05-07 07:19:04 +00:00 |
|
skodak
|
1edd08ab56
|
MDL-19029 fixed validation problems; merged from MOODLE_19_STABLE
|
2009-05-06 18:50:52 +00:00 |
|
skodak
|
bccbd82fb8
|
MDL-19016 xhtml strict fix
|
2009-04-30 09:14:55 +00:00 |
|
skodak
|
039c3cdf7b
|
MDL-17829 category edit page cleanup
|
2009-04-29 15:15:47 +00:00 |
|
skodak
|
ffe7272e75
|
MDL-18991 proper locking of grade type and min/max when sum agg selected and other code cleanup
|
2009-04-29 15:04:31 +00:00 |
|
skodak
|
a043086f47
|
MDL-19014 multiplicator and offset are used only for activity grades - must be disabled elsewhere
|
2009-04-29 14:43:47 +00:00 |
|
skodak
|
147cd91c5b
|
MDL-19015 removed category item editing from normal item edit form
|
2009-04-29 14:35:47 +00:00 |
|
skodak
|
cb8f67b0a4
|
MDL-18987 fixed broken item editing when only one category present; merged from MOODLE_19_STABLE
|
2009-04-27 14:27:13 +00:00 |
|
skodak
|
d9ae2ab53b
|
MDL-12942 new extra credit option for simple mean agg; merged from MOODLE_19_STABLE
|
2009-04-24 16:24:49 +00:00 |
|
nicolasconnault
|
19d1a53b5a
|
MDL-18950 Not printing "move selected to" element if no grade category exists. Merged from MOODLE_19_STABLE
|
2009-04-24 08:13:56 +00:00 |
|
nicolasconnault
|
2be6ca78db
|
MDL-18949 Move selector is now disabled unless at least one grade item is selected. Merged from MOODLE_19_STABLE
|
2009-04-24 07:56:35 +00:00 |
|
skodak
|
398a160d4d
|
MDL-18934 removed legacy grading support
|
2009-04-22 21:03:38 +00:00 |
|
skodak
|
db008d6feb
|
MDL-18929 fixed double colons, in fact we stopped using colons long time ago; merged from MOODLE_19_STABLE
|
2009-04-22 20:05:16 +00:00 |
|
skodak
|
e8048b1d7a
|
MDL-18933 Cannot assign default value to variable passed by reference; merged from MOODLE_19_STABLE
|
2009-04-22 20:01:47 +00:00 |
|
nicolasconnault
|
b189277fa6
|
MDL-18617 Stubs for drag and drop of categories and items
|
2009-04-16 15:18:32 +00:00 |
|
nicolasconnault
|
653a86489e
|
MDL-18083 Committing gradebook improvements to head
|
2009-04-16 07:16:44 +00:00 |
|
nicolasconnault
|
0000badd05
|
MDL-17273 Added a back button to the error message and fixed missing handling of "custom" scope. Merged from MOODLE_19_STABLE
|
2009-04-09 12:29:54 +00:00 |
|
nicolasconnault
|
da2f44111a
|
MDL-17272 merged from MOODLE_19_STABLE
|
2009-04-03 08:14:01 +00:00 |
|
nicolasconnault
|
fbd68266a3
|
MDL-17273 Preventing import of corrupted csv files. Merged from MOODLE_19_STABLE
|
2009-04-02 12:53:04 +00:00 |
|
sam_marshall
|
fdec3d4f88
|
MDL-18582: Made config.php consistently require_once
|
2009-03-17 10:52:27 +00:00 |
|
nicolasconnault
|
1575b030f8
|
MDL-14961 Merged from MOODLE_19_STABLE
|
2009-03-10 14:03:37 +00:00 |
|
nicolasconnault
|
126d92d3dd
|
MDL-18228 Fixed the language issue and removed the grader report preference
|
2009-03-04 14:20:45 +00:00 |
|
nicolasconnault
|
27eef3bb33
|
MDL-18004 Adding keymanagers for when grade publishing is enabled, plus a few improvements in the tabs and breadcrumbs
|
2009-02-27 14:19:25 +00:00 |
|
nicolasconnault
|
b8436ccbe3
|
MDL-16913 Enabled Weight and Extra credit inputs for grade items, but not for category items
|
2009-02-27 13:43:52 +00:00 |
|
nicolasconnault
|
c65562d30f
|
MDL-18161 Merged from MOODLE_19_STABLE
|
2009-02-25 09:18:24 +00:00 |
|
nicolasconnault
|
c4c97a6d82
|
MDL-18004
|
2009-02-17 11:17:29 +00:00 |
|