Commit Graph

71 Commits

Author SHA1 Message Date
Frederic Massart
ebea19cb26 MDL-48618 grades: Handling of inconsistencies due to min/max grades 2015-06-10 12:33:41 +08:00
Damyon Wiese
19b2179e94 MDL-45894 navigation: New setting had null default (shows on new install page)
Change default to ''

Part of MDL-45774
2015-04-10 17:17:06 +08:00
Adrian Greeve
c9451960e3 MDL-45894 navigation: My grades update to overview report.
Part of MDL-45774
2015-04-10 17:17:05 +08:00
Damyon Wiese
47d6e6a7d3 MDL-47503 Grades: Completely remove aggregationsubcats
This setting is not compatible with combinations of aggregation methods
and the ways in which it does and does not work are not documented. It
was voted to remove it completely by the gradebook workshop, so I have
completely removed it and added a warning for all affected courses + restored
backups.
2014-10-20 12:03:18 +08:00
Marina Glancy
313e975349 MDL-47253 core_grades: set def aggregation method to Natural
Part of: MDL-46576
2014-10-03 13:55:24 +08:00
Andrew Davis
f8259c2fbf MDL-46966 core_grade: altered the default value of grade_aggregations_visible so only natural is on by default 2014-10-03 13:49:41 +08:00
Andrew Davis
0e99979638 MDL-20250 core_grade: added some settings to disable or hide gradebook functionality 2014-09-26 10:19:00 +08:00
James McQuillan
597662335d MDL-22999 core_grades: Added ability to configure maximum grade value both globally and for each graded-activity. 2014-04-07 16:02:37 -04:00
Petr Škoda
bd3b3bba9f MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
Petr Škoda
8b8e949cd2 MDL-34630 fix invalid grade export setting default breaking install 2012-08-02 09:41:29 +02:00
Frederic Massart
61c8e0d75f MDL-21572 Gradebook: Do not export fields when missing permissions 2012-07-18 12:56:57 +08:00
Charles Fulton
293f42b67a MDL-21572 grade: make user profile fields configurable 2012-07-13 09:00:12 +08:00
Charles Fulton
dbe93bc7c7 MDL-31158 make grade recovery site-configurable 2012-02-17 09:25:24 +07:00
Sam Hemelryk
e106013f34 MDL-26155 admin: Converted admin settings to use new lang_string 2012-01-03 09:09:40 +13:00
Petr Skoda
dbf9e4bae3 MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
Petr Skoda
b5e7b2bf2b MDL-23071 standardising gradebook plugin names
AMOS BEGIN
 MOV [modulename,gradeimport_csv],[pluginname,gradeimport_csv]
 MOV [modulename,gradeimport_xml],[pluginname,gradeimport_xml]
 MOV [modulename,gradeexport_ods],[pluginname,gradeexport_ods]
 MOV [modulename,gradeexport_txt],[pluginname,gradeexport_txt]
 MOV [modulename,gradeexport_xls],[pluginname,gradeexport_xls]
 MOV [modulename,gradeexport_xml],[pluginname,gradeexport_xml]
 MOV [modulename,gradereport_grader],[pluginname,gradereport_grader]
 MOV [modulename,gradereport_outcomes],[pluginname,gradereport_outcomes]
 MOV [modulename,gradereport_overview],[pluginname,gradereport_overview]
 MOV [modulename,gradereport_user],[pluginname,gradereport_user]
AMOS END
2010-07-04 13:08:11 +00:00
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
David Mudrak
5cf5cc9b41 MDL-21695 Removing obsolete strings and renaming legacy config* strings in gradebook
AMOS BEGIN
 MOV [configdisablegradehistory,core_grades],[disablegradehistory_help,core_grades]
 MOV [configenableoutcomes,core_grades],[enableoutcomes_help,core_grades]
 MOV [configfixedstudents,core_grades],[fixedstudents_help,core_grades]
 MOV [configgradehistorylifetime,core_grades],[gradehistorylifetime_help,core_grades]
 MOV [configgradeitemadvanced,core_grades],[gradeitemadvanced_help,core_grades]
 MOV [configgradepublishing,core_grades],[gradepublishing_help,core_grades]
 MOV [confighiddenasdate,core_grades],[hiddenasdate_help,core_grades]
 MOV [confighideforcedsettings,core_grades],[hideforcedsettings_help],[core_grades]
 MOV [configincludescalesinaggregation,core_grades],[includescalesinaggregation_help,core_grades]
 MOV [configprofilereport,core_grades],[profilereport_help,core_grades]
 MOV [configshowuserimage,core_grades],[showuserimage_help,core_grades]
 MOV [configunlimitedgrades,core_grades],[unlimitedgrades_help,core_grades]
AMOS END
2010-06-25 17:21:15 +00:00
David Mudrak
2fcf41e6c0 MDL-21695 Replaced grade/keephigh.html
AMOS BEGIN
 MOV [keephighhelp,core_grades],[keephigh_help,core_grades]
 HLP grade/keephigh.html,[keephigh_help,core_grades]
AMOS END
2010-06-07 16:35:35 +00:00
David Mudrak
c64c959733 MDL-21695 Dropped grade/gradeexportdisplaytype.html and renamed configgradeexportdisplaytype
AMOS BEGIN
 MOV [configgradeexportdisplaytype,core_grades],[gradeexportdisplaytype_desc,core_grades]
AMOS END
2010-05-27 21:10:47 +00:00
David Mudrak
56f9c6ceb9 MDL-21695 Replaced grade/gradedisplaytype.html
AMOS BEGIN
 HLP grade/gradedisplaytype.html,[gradedisplaytype_help,core_grades]
AMOS END
2010-05-27 21:04:11 +00:00
Andrew Davis
54caa598ee gradebook MDL-22522 fixed navigation issues around editing letters 2010-05-25 07:03:06 +00:00
David Mudrak
662672602e MDL-21695 grade/exportdecimalpoints.html (not used) and overall decimal points fix
AMOS BEGIN
 MOV [configexportdecimalpoints,core_grades],[gradeexportdecimalpoints_desc,core_grades]
AMOS END
2010-05-24 16:10:18 +00:00
David Mudrak
b37760fcf8 MDL-21695 Replaced grade/droplow.html
AMOS BEGIN
 HLP grade/droplow.html,[droplow_help,core_grades]
AMOS END
2010-05-24 15:41:05 +00:00
David Mudrak
6e2d05aeb8 MDL-21695 grade/aggregationposition.html
AMOS BEGIN
 HLP grade/aggregationposition.html,[aggregationposition_help,core_grades]
AMOS END
2010-05-24 09:51:50 +00:00
David Mudrak
f89b71eb4b MDL-21695 Tranferred grade/aggregation.html into the help string
AMOS BEGIN
 HLP grade/aggregation.html,[aggregation_help,core_grades]
AMOS END
2010-05-24 09:51:22 +00:00
David Mudrak
75dc321807 MDL-21695 Replacing grade/aggregatesubcats.html
AMOS BEGIN
 HLP grade/aggregatesubcats.html,[aggregatesubcats_help,core_grades]
AMOS END
2010-05-21 13:45:55 +00:00
David Mudrak
53267b7970 MDL-21695 Replacing grade/aggregateoutcomes.html
AMOS BEGIN
 HLP grade/aggregateoutcomes.html,[aggregateoutcomes_help,core_grades]
AMOS END
2010-05-21 13:45:29 +00:00
David Mudrak
c8d463dd97 MDL-21695 help/grade/aggregateonlygraded.html
AMOS BEGIN
 HLP grade/aggregateonlygraded.html,[aggregateonlygraded_help,core_grades]
AMOS END
2010-05-18 06:06:35 +00:00
Anthony Borrow
73658d4223 MDL-20921 - removing extra parameter being passed to admin_setting_configcheckbox which was preventing outcomes from being enabled on the site 2009-11-21 01:10:24 +00:00
Petr Skoda
11b749ca90 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:32:02 +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
skodak
c29b95d2c1 MDL-18961 fixed warning during upgrade; merged from MOODLE_19_STABLE 2009-04-24 17:59:28 +00:00
nicolasconnault
653a86489e MDL-18083 Committing gradebook improvements to head 2009-04-16 07:16:44 +00:00
nicolasconnault
da2f44111a MDL-17272 merged from MOODLE_19_STABLE 2009-04-03 08:14:01 +00:00
nicolasconnault
70aaa10f25 MDL-18004 Combined the two admin settings into one dropdown 2009-02-12 11:00:16 +00:00
nicolasconnault
8354e71618 MDL-18004 Added two admin settings for showing/hiding the gradebook dropdown and tab navigation 2009-02-12 10:27:23 +00:00
nicolasconnault
7d10995c86 MDL-13778 Added 6 "composite" grade display types for the grader report Merged from MOODLE_19_STABLE 2009-01-08 08:53:20 +00:00
skodak
90658eefb0 MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup 2008-08-26 05:45:07 +00:00
skodak
91f9a62c3f MDL-13730 site setting for aggregation of scales; merged from MOODLE_19_STABLE 2008-03-03 11:03:54 +00:00
moodler
c8fbaa75b4 Merged MDL-12294 Fixed some strings 2008-02-26 08:34:53 +00:00
skodak
ee982b07f3 MDL-13231 outcomes aggregation off by default now; merged from MOODLE_19_STABLE 2008-02-17 16:06:03 +00:00
tjhunt
d343bd2114 MDL-13253 - Should use separate language strings for user and module idnumber. Merged from MOODLE_19_STABLE. 2008-01-30 16:34:04 +00:00
skodak
b5d4efc60f MDL-13091 Aggregate including subcategories off by default, adding default values info into grade cat combo setting; merged from MOODLE_19_STABLE 2008-01-22 08:27:30 +00:00
skodak
220a90c5a1 MDL-11561 admin tree improvements and bugfixing 2007-12-19 17:35:20 +00:00
nicolasconnault
0c87b5aac0 MDL-11835 Changing default aggregateonlygraded back to true, but set this value to false for upgraded course categories. Also set grade display type to percentage for upgraded items, since this is the default setting in 1.8. Site default is Real display type. 2007-12-07 09:14:51 +00:00
nicolasconnault
9776dba81b MDL-11835 Changing default aggregateonlygraded to false 2007-12-06 14:24:48 +00:00
nicolasconnault
f9124bd22f MDL-11835 Merging from 1.9 2007-12-06 09:45:58 +00:00
skodak
b80377b4ef MDL-12312 fixed outdated aggregation help, added examples; merged from MOODLE_19_STABLE 2007-11-22 21:36:59 +00:00
skodak
1426edacd9 MDL-12096 new simple weighted mean aggregation type; merged from MOODLE_18_STABLE 2007-11-15 22:30:01 +00:00