Andrew Nicols
0a802c9c4e
MDL-49324 grades: Create helper function for regrading on report view
2016-02-24 14:39:08 +08:00
Damyon Wiese
30be6c846a
MDL-49324 Grades: Use a progress bar when recalculating gradebook grades
2016-02-23 08:35:10 +08:00
Simey Lameze
e2ec4f3a12
MDL-50483 gradereport_user: fix overlapping on the error message
2015-10-19 08:58:34 +08:00
Jinu Abraham
f712aa2877
MDL-50483 gradereport_user: fix the fatal error of no enrolled users
2015-10-19 08:58:34 +08:00
Adrian Greeve
283ea788bf
MDL-48931 navigation: Implement the user subheader.
...
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Juan Leyva
ef0dd22446
MDL-49500 grades: Move events triggering (user report) to a new method
2015-04-02 16:39:56 +02:00
Mark Nelson
87f860cdd4
MDL-46565 gradereport_*: renamed report classes to match parent
2014-08-05 19:52:45 -07:00
Adrian Greeve
06dc1e7f56
MDL-36003 events: Added events for viewing grade reports.
2014-06-23 11:59:35 +08:00
Rajesh Taneja
38c1dd194d
MDL-31969 grades: Added user preference to show/hide/export suspended users.
...
User with course:viewsuspendedusers capability can now show/hide/export
enrolled users whose enrolment is suspended or enrolment time is expired.
2013-04-09 14:01:58 +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
Andrew Davis
a153c9f2fe
MDL-30999 grade: updated Grade API phpdocs
2012-02-14 14:04:19 +07:00
Aparup Banerjee
e59a1dd670
MDL-25561 Gradebook : fixed whitespaces
2011-12-20 16:02:55 +08:00
Andrew Davis
5625d33d17
MDL-25561 grade: made the student names clickable on the user report
2011-12-12 15:57:04 +08:00
Andrew Davis
97451e029b
MDL-26522 grade: made the user selection drop down on the user report behave more sensibly
2011-12-02 09:48:36 +08:00
andyjdavis
a071dbb66b
gradebook MDL-20617 added more control over what columns are displayed on the user report
2011-01-18 17:13:06 +08:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Andrew Davis
f914e8d3cf
gradebook MDL-24021 re-added all users option to user report
2010-09-02 04:09:31 +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
Sam Hemelryk
4d5059d4f3
navigation MDL-22321 Fixed up the navigation in the grades section
2010-05-05 03:27:22 +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
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
samhemelryk
beebcf2606
grade MDL-19797 Added set_url calls
2009-10-15 06:58:21 +00:00
samhemelryk
cac0c3ef3d
grade MDL-19797 Upgraded deprecated function calls
2009-09-30 07:20:31 +00:00
nicolasconnault
c3b834b42d
MDL-19797 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:59:57 +00:00
nicolasconnault
5a93139440
MDL-19797 Converted all print_footer() calls
2009-08-06 14:12:17 +00:00
nicolasconnault
c018f97328
MDL-19797 Migrated calls to print_heading
2009-08-06 08:16: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
skodak
48a4c84986
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
2009-05-04 12:55:20 +00:00
skodak
b0639b78d9
MDL-15801 fixed incorrect use of get complete user data function; merged from MOODLE_19_STABLE
2009-04-30 20:09:23 +00:00
skodak
7ac88172fc
MDL-18942 user selection and group support in gradebook user overview report; merged from MOODLE_19_STABLE
2009-04-23 20:29:30 +00:00
skodak
772229f345
MDL-18941 group support in user gradebook report; merged from MOODLE_19_STABLE
2009-04-23 19:27:21 +00:00
nicolasconnault
54c4a2cb4f
MDL-18004 Separated gradebook course settings from report preferences
2009-02-17 09:01:48 +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
20ec8cb100
MDL-16085 fixed typo -thanks John Ryan
2008-08-17 20:18:30 +00:00
nicolasconnault
5c75a0a3b4
MDL-14967 DB upgrades. All done. Just bug fixing now ;)
2008-06-03 16:10:57 +00:00
dongsheng
14398fd611
"MDL-14129, fix print_error"
2008-05-14 08:17:40 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
nicolasconnault
80bddb7800
MDL-13087 merging from 1.9
2008-02-04 14:29:45 +00:00
nicolasconnault
879c99bbd1
MDL-12122 Applied Petr's suggested capability fix
2008-01-17 16:25:48 +00:00
nicolasconnault
d08bba8354
MDL-12122 Completed the change to a more useful user report for the admin, with a few extra bits.
2008-01-17 15:08:09 +00:00
skodak
6477f991e6
MDL-12628 acces typo fixed; merged from MOODLE_19_STABLE
2007-12-18 12:00:32 +00:00
skodak
eecf76df42
MDL-12599 , MDL-12598 - fixed capability tests in user and overview reports; merged from MOODLE_19_STABLE
2007-12-16 10:54:45 +00:00
skodak
8aaa9d57be
MDL-11718 minor cleanup
2007-10-27 20:16:51 +00:00
nicolasconnault
fafe1cd23e
MDL-9628 Reverting to using gradebook plugin module names in navigation
2007-08-01 07:41:13 +00:00
nicolasconnault
826c5f8635
MDL-9628 Refactoring the building of navigation array for gradebook pages
2007-08-01 06:47:35 +00:00
skodak
7a6b7acf76
MDL-10579 more capability checks in grades code + refactoring of grade_tree
2007-07-24 07:45:15 +00:00
skodak
65dd61bda6
MDL-10579 Implement capability checks in grade import/export/report/edit pages - work in progress
...
refactoring - reports now use real index.php
2007-07-23 22:20:07 +00:00
moodler
e2008be287
Various language string fixes for grade reports
2007-07-23 08:13:59 +00:00
skodak
d30c44814b
MDL-10438 inline docs added, moved $gpr into grade class
2007-07-17 06:09:03 +00:00
nicolasconnault
1fdab481c2
MDL-9633 Refactored the index.php page into a child class of grade_report
2007-07-14 03:46:24 +00:00