Adrian Greeve
81e3251512
MDL-51552 gradebook: Single view bulk insert fix.
...
Single view now doesn't overwrite non-empty grades.
A thank you to Sam Anderson and Robert Russo for providing a patch.
2015-10-29 16:00:46 +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
Dave Cooper
bd1537b64c
MDL-49573 gradereport_singleview: Fixed bulk insert override logic.
2015-04-16 13:01:15 +08:00
Damyon Wiese
2a6cdc51b7
MDL-47562 gradereport_singleview: ui fixes and improvements
...
Collection of ui improvements that did not get completed before 2.8 was released.
See the tracker for more details.
2015-01-29 11:35:12 +08:00
Simey Lameze
aac66bef1e
MDL-48273 singleview: add load_user method and other group validations
...
All credits goes to Damyon, thanks!
2014-12-08 11:19:06 +00:00
Zachary Durber
4fb6b62c42
MDL-47893 gradebook: Fix for bulk updating single view.
2014-11-05 14:44:15 +08:00
Zachary Durber
5467cc051c
MDL-48031 gradebook: Fix for bulk updating users in single view.
2014-11-05 13:20:40 +08:00
Zachary Durber
50e30bd4e3
MDL-47893 gradebook: Progress bar and continues for grade saving.
...
When you save a grade you are notified of how many grades have
been updated and any warnings.
2014-11-04 13:57:03 +08:00
Dan Poltawski
ebbf039d07
Merge branch 'MDL-47746-master' of git://github.com/zbdd/moodle
2014-10-30 15:39:46 +00:00
Marina Glancy
f1d3d8ccb3
Merge branch 'MDL-47310-master' of git://github.com/jethac/moodle
2014-10-30 14:22:48 +08:00
Zachary Durber
7c5721f915
MDL-47746 gradebook: Visual bug fix for Scales in Singleview.
2014-10-30 14:00:44 +08:00
Jetha Chan
43cd76e848
MDL-47310 gradebook: accessibility improvements
2014-10-30 13:28:15 +08:00
Andrew Nicols
41e62a9093
MDL-47349 gradereport: Use category title on report
2014-10-30 09:53:36 +08:00
Damyon Wiese
0ce4642864
MDL-47838 gradereport_singleview: Reuse get_element_header instead of rolling our own.
...
This means the grade.php / index.php is kept in one place.
2014-10-24 11:49:15 +02:00
Zachary Durber
237f76ce14
MDL-47838 gradebook: Singleview fix for invalid links.
2014-10-24 11:48:24 +02:00
Dan Poltawski
992159f450
MDL-18229 grade report: coding style fixes
...
global definitions must be at the top of functions.
2014-10-16 13:49:44 +01:00
Zachary Durber
1b2c1ccb4c
MDL-18229 gradebook: Fixes for bulk insert and checkboxes.
2014-10-14 13:18:45 +08:00
Damyon Wiese
57fac09a40
MDL-18229 Grades: singleview report mega cleanup.
...
Fix all the things, including:
* Fix $PAGE->url
* Fix coding style.
* Add event for reportviewed
* Removed broken callback gradereport_singleview_profilereport
* Removed vertical-align-middle
* Changed prefixes in css
* phpcs fixes
* moodlecheck fixes including phpdocs
* Move classes to use autoloading
* Remove all smelly code tricks like func_get_args, scandir etc (lots).
2014-10-14 10:26:46 +08:00