Damyon Wiese
|
e7c71c189b
|
MDL-48634 grades: Make the rescaling option required if maxgrade changes
|
2016-02-05 18:20:17 +08:00 |
|
Damyon Wiese
|
d629c601c5
|
MDL-48634 grades: Add an option to rescale when changing the maxgrade
|
2016-02-05 18:20:17 +08:00 |
|
Frederic Massart
|
5419cbc9eb
|
MDL-50062 grades: Carry agg. settings between categories when possible
|
2015-08-06 10:24:25 +08:00 |
|
Dave Cooper
|
135efd5116
|
MDL-50062 gradebook: Fixed behaviour when changing aggregation mathods.
|
2015-08-06 10:24:25 +08:00 |
|
Marina Glancy
|
513d2118dd
|
MDL-47146 core_grades: fix navigation bar in grades setup pages
Part of: MDL-46576
|
2014-10-03 13:54:39 +08:00 |
|
Marina Glancy
|
8faa560ca9
|
MDL-47146 core_grades: merge simple and full view in setup
Part of: MDL-46576
|
2014-10-03 13:54:38 +08:00 |
|
John Okely
|
d6447690bd
|
MDL-47006 core_grades: Change category and item forms back to using
aggregationcoef and aggregationcoef2
Part of MDL-46576.
|
2014-10-03 13:54:07 +08:00 |
|
John Okely
|
61e521bb09
|
MDL-47006 core_grades: Add weightoverride to qualifies_for_regrading
Part of MDL-46576
|
2014-10-03 13:54:07 +08:00 |
|
John Okely
|
0281770091
|
MDL-47006 core_grades: Fix float formatting
Part of MDL-46576
|
2014-10-03 13:54:07 +08:00 |
|
John Okely
|
b6a1e366a7
|
MDL-46576 core_grades: MDL-47006 Refactor weightings code for readibility
|
2014-10-03 13:54:07 +08:00 |
|
Andrew Davis
|
64b03e5bd7
|
MDL-47011 core_grade: added ability to un-override grade_item weight
|
2014-10-03 13:49:41 +08:00 |
|
Adrian Greeve
|
d40604724b
|
MDL-34463 - lib - Alteration of the get_context_instance function to utilize the new function context_XXXX::instance().
|
2012-07-24 14:04:40 +08:00 |
|
Frederic Massart
|
455dc0de61
|
MDL-18301 Gradebook: Added feature for components to control grade visibility
|
2012-07-06 09:52:46 +08:00 |
|
Andrew Davis
|
a153c9f2fe
|
MDL-30999 grade: updated Grade API phpdocs
|
2012-02-14 14:04:19 +07:00 |
|
Petr Skoda
|
4cc977a64d
|
fixing messed up property_exists() regression - sorrrry
|
2010-09-17 20:36:49 +00:00 |
|
Petr Skoda
|
4d27bc7929
|
fixed phpdocs and using property_exists() which is required by PHP 5.3
|
2010-09-17 19:05:23 +00:00 |
|
Andrew Davis
|
2821c4955b
|
gradebook MDL-22931 made some of the setting labels more specific and made blocks show on category setting screen
|
2010-07-08 07:09:10 +00:00 |
|
Petr Skoda
|
a685593466
|
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
|
2010-01-16 15:39:56 +00:00 |
|
samhemelryk
|
beebcf2606
|
grade MDL-19797 Added set_url calls
|
2009-10-15 06:58:21 +00:00 |
|
nicolasconnault
|
5a93139440
|
MDL-19797 Converted all print_footer() calls
|
2009-08-06 14:12:17 +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
|
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 |
|
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 |
|
skodak
|
147cd91c5b
|
MDL-19015 removed category item editing from normal item edit form
|
2009-04-29 14:35:47 +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
|
dc482cfac0
|
MDL-18083 (including MDL-15680, MDL-17829, MDL-17807, MDL-18004, MDL-12631, MDL-16913)
|
2009-02-09 10:49:41 +00:00 |
|
skodak
|
294ce9870f
|
MDL-15189 magic quotes finally removed
|
2008-06-09 16:53:30 +00:00 |
|
nicolasconnault
|
5c75a0a3b4
|
MDL-14967 DB upgrades. All done. Just bug fixing now ;)
|
2008-06-03 16:10:57 +00:00 |
|
skodak
|
94e7961403
|
MDL-14008 various SUM aggregation bugfixes; merged from MOODLE_19_STABLE
|
2008-03-22 21:20:33 +00:00 |
|
skodak
|
2e0d37fe41
|
MDL-12942 extra credit implemented in sum aggregation type; fixed sum aggregation; fixed division by zero in item grade min==max; merged from MOODLE_19_STABLE
|
2008-02-18 19:10:44 +00:00 |
|
skodak
|
c267a2886a
|
MDL-12350 do not set parent cat when updating; merged from MOODLE_19_STABLE
|
2007-11-26 17:45:56 +00:00 |
|
skodak
|
e2eb2edbad
|
MDL-12140 category can be selected when adding new items or categories; merged from MOODLE_19_STABLE
|
2007-11-15 08:29:12 +00:00 |
|
nicolasconnault
|
8ad36f4cc3
|
Added copyright notice
|
2007-10-10 06:34:20 +00:00 |
|
skodak
|
dafbc521ba
|
MDL-11495 removed GRADE_DECIMALS_DEFAULT null constant, is_null() used instead for tests, -1 used in menu options
|
2007-09-28 11:08:44 +00:00 |
|
nicolasconnault
|
31a6c06c46
|
MDL-11433 Implemented grade_items.decimals instead of user preference in grader report.
|
2007-09-25 14:40:49 +00:00 |
|
toyomoyo
|
fc69d5577a
|
MDL-10933, only 1 manual grade item can be added
|
2007-08-31 08:41:04 +00:00 |
|
skodak
|
76317c73a2
|
MDL-10791 improve handling of localised floating point numbers in moodle; replaced/fixed some float_format() that were used instead of round(); expect some more patches soon
|
2007-08-10 15:00:35 +00:00 |
|
skodak
|
f60c61b1b2
|
improved hiding support in grade/
|
2007-08-09 16:19:06 +00:00 |
|
skodak
|
fb0e357051
|
various locking improvements and fixes, cron locktime support stilll missing
|
2007-08-09 09:03:14 +00:00 |
|
skodak
|
15a511597e
|
MDL-10738 finished hiding support in grade and item edit page
|
2007-08-06 20:51:09 +00:00 |
|
skodak
|
41486d1c40
|
MDL-10702 fixing handling of slashes in grade forms
|
2007-08-03 08:12:06 +00:00 |
|
skodak
|
9127bc5dbf
|
outcome related fixes
|
2007-08-01 12:40:38 +00:00 |
|
nicolasconnault
|
826c5f8635
|
MDL-9628 Refactoring the building of navigation array for gradebook pages
|
2007-08-01 06:47:35 +00:00 |
|
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
|
423b2f006a
|
Some cleanups, moving buttons, false links etc
|
2007-07-31 14:04:13 +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 |
|