Jun Pataleta
7c60fac9dc
MDL-63571 grade_report_grader: Set correct type for the context variable
2018-11-22 16:19:38 +08:00
Nick Phillips
9a2da73753
MDL-59169 gradebook: Add groupid to gpr tracking & use
...
Added groupid to grade_plugin_return tracking, modified constructor
to use query params as defaults if passed-in params not supplied,
used groupid tracking in core reports.
grade_get_graded_users_select also fixed to use gpr (otherwise using
it breaks when course current group has changed between render and
submit).
Fixed coding style issue in gpr constructor & documented properties.
Added upgrade.txt noting gpr changes.
2018-08-16 04:03:51 +02:00
Marina Glancy
20060b3b2e
MDL-59055 grades: provide backward-compatibility of changes
2017-08-07 09:56:14 +08:00
Marina Glancy
be85f0cf88
MDL-59055 grades: fix bug displaying item id instead of grade
...
Thanks to Marcelo Santos for initial patch
2017-08-07 09:56:14 +08:00
Tim Hunt
2ebeeeaf0a
MDL-50091 grade singleview: use standard API to build the link
...
Acutally the necessary code was already there. There was just some
unnecessary code that was added with the issue number MDL-47746. I have
just stripped out the unused code, which fixes the bug where a missing
activity caused a fatal error.
2015-06-17 13:46:04 +01:00
Frederic Massart
ebea19cb26
MDL-48618 grades: Handling of inconsistencies due to min/max grades
2015-06-10 12:33:41 +08:00
Eric Merrill
c07775dfff
MDL-48618 gradebook: Only use individual min/max for aggrigate grades
2015-06-05 17:05:24 +08:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +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
Frederic Massart
5dd0cb7bce
MDL-47762 gradereport_user: Hide contribution and weights when relevant
...
The contribution and weight columns should be hidden when the course
total is because they can be used to compute the hidden course total.
2014-10-24 11:48:07 +02:00
Frederic Massart
263bf1a10f
MDL-47725 gradereport_user: Only hide grades when they were altered
...
The method blank_hidden_total_and_adjust_bounds() now checks for more
than just a grade change, and in that cause would hide the grade. We
added a condition to only hide the grade when it effectively changed,
not when its other properties have.
2014-10-20 14:19:02 +08:00
Dan Poltawski
15b57a34df
MDL-46576 grade: fix trailing whitespace
2014-10-06 18:11:25 +01:00
Damyon Wiese
c529f4b30f
MDL-47420 Grades: Get unit tests passing on natural grading branch
...
Part of: MDL-46576
2014-10-03 13:55:24 +08:00
Damyon Wiese
ee07a54be0
MDL-47064 Grades: Peer review cleanups
...
Changes include:
* Search for existing items to reduce DB queries in grade_category::aggregate_grades
* Comments improvements
* Move brackets to be part of lang string
* Convert aggregationhints to be a class variable instead of passing it around
Part of: MDL-46576
2014-10-03 13:55:23 +08:00
Damyon Wiese
53771c404f
MDL-47064 Grades: Fix the contributed weights column for students and teachers.
...
Part of: MDL-46576
2014-10-03 13:55:23 +08:00
Damyon Wiese
5a59aeb14e
MDL-47078 Grades: Allow users to have different max grades due to exclusions etc.
...
This is about making this work with natural weightings.
Part of: MDL-46576
2014-10-03 13:53:01 +08:00
Eloy Lafuente (stronk7)
179eb9cabd
Merge branch 'MDL-46697' of git://github.com/aolley/moodle
2014-08-13 02:08:07 +02:00
Damyon Wiese
5232d3f2c9
MDL-35984 grade: Recalculate min/max for sum of grades when hidden grades are involved.
2014-08-11 15:53:47 +08:00
Adam Olley
780d42d0c6
MDL-46697 gradebook: Only count active users when needed (and only id)
...
The code only needs the id column to perform its count. On courses with a lot of users
fetching the whole user record for them all easily adds up to several hundred MB of
memory.
2014-08-06 16:02:08 +09:30
Melissa Aitkin
02d1a0a575
MDL-32888 Grader report: Refined SESSION and api function use
2013-10-17 12:58:49 +11:00
Melissa Aitkin
d1a4346f86
MDL-32888 Grader report: use SESSION object and DB functions
2013-10-17 12:58:49 +11:00
Melissa Aitkin
d5f6d9ebef
MDL-32888 Grader report: cater for suspended students
2013-10-17 12:58:49 +11:00
Melissa Aitkin
4187784925
MDL-32888 Grader report: refined user search with no reset
2013-10-17 12:58:49 +11:00
Melissa Aitkin
cbe8e5b325
MDL-32888 Grader report: refined user search
2013-10-17 12:58:49 +11:00
Melissa Aitkin
8e4bf6cca6
MDL-32888 Grader report: added user search
2013-10-17 12:58:48 +11:00
Mark Nelson
4e829d48d1
MDL-40468 libraries: removed usages of get_related_contexts_string() in core
...
Also tidied up the functions by removing unused parameters.
2013-07-19 15:17:50 +08:00
Andrew Davis
5df9bc3998
MDL-37475 core_grade:fixed the handling of show totals
2013-05-08 10:38:20 +12:00
Dan Poltawski
d31c08b698
Merge branch 'MDL-36680_hidden' of git://github.com/andyjdavis/moodle
2012-12-10 09:56:09 +08:00
Andrew Davis
30dd9930ba
MDL-36680 core_grade: fixed grade_report::blank_hidden_total() and added unit tests
2012-11-28 08:45:20 +08:00
Frederic Massart
0cddd85151
MDL-36559 usability: Gradebook CSS styling for new icons
2012-11-21 17:29:14 +08:00
Andrew Davis
a153c9f2fe
MDL-30999 grade: updated Grade API phpdocs
2012-02-14 14:04:19 +07:00
Sam Hemelryk
25081b95f9
gradebook MDL-25769 Fixed SQL syntax formatting
2011-01-18 11:56:21 +08:00
andyjdavis
387815db61
gradebook MDL-25769 fixed up the grader report
2011-01-18 11:49:46 +08:00
Petr Skoda
6ef4878b86
spelling fixes
2010-09-17 18:56:53 +00:00
Andrew Davis
8eabc1d8ef
gradebook MDL-22841 fixed a bug where the user report when viewing multiple students would misreport student's course totals
2010-09-14 08:43:50 +00:00
Eloy Lafuente
ffe5025874
NOBUG DB syntax - fix/improve some uses. I haven't tested completion, have you?
2010-07-05 22:48:07 +00:00
Petr Skoda
75015e5fc1
MDL-20204 converting link to html_writer or action_link
2010-02-11 16:27:53 +00:00
Andrew Davis
61541a5a46
gradebook MDL-21218 Improved the hiding/displaying of category and course totals when they contain hidden items
2010-02-08 06:27:04 +00:00
Petr Skoda
6c3ef4103a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:11:29 +00:00
nicolasconnault
319770d747
MDL-19797 Upgraded most output code in grader report
2009-08-28 05:29:05 +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
skodak
7a9ba4b4e2
MDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE
2009-05-04 13:13:49 +00:00
skodak
ad310aa455
MDL-19029 xhtml strict; merged from MOODLE_19_STABLE
2009-04-30 10:16:34 +00:00
skodak
35079f539c
MDL-18951 standardised group support in grader report (not complete yet)
2009-04-30 08:07:43 +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
dongsheng
771dc7b298
"MDL-14129, fix error() in moodle2"
2008-12-12 05:45:43 +00:00
skodak
b50371da1d
MDL-16238 improved SQL - see tracker for details, merged from MOODLE_19_STABLE + DML conversion updates
2008-08-28 17:42:49 +00:00
skodak
4889285be4
MDL-15372 fixed comment typo
2008-06-25 07:36:37 +00:00
nicolasconnault
0fd8bc0044
MDL-15253 Changed setup_group access from private to protected.
2008-06-16 09:30:44 +00:00
nicolasconnault
5c75a0a3b4
MDL-14967 DB upgrades. All done. Just bug fixing now ;)
2008-06-03 16:10:57 +00:00