jinhofer
c8b276a851
MDL-51900 grade/report/singleview: Added ctrl+arrow navigation
...
Also, added functionality for tab to traverse down the columns and
shift+tab to traverse up the columns.
2015-11-27 11:15:22 -06:00
Dan Poltawski
6bef09a490
Merge branch 'MDL-52166' of https://github.com/timhunt/moodle
2015-11-23 09:43:31 +00:00
Eloy Lafuente (stronk7)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +01:00
Russell Smith
bb2c0b4526
MDL-50700 gradereport_overview: Call $PAGE->set_course
...
To ensure correct blocks are displayed.
2015-11-17 10:01:57 +08:00
Tim Hunt
e168e38813
MDL-52166 gradebook: overview report fails with separate groups
2015-11-16 14:37:42 +00:00
Eloy Lafuente (stronk7)
02c72ecb79
Merge branch 'MDL-50589-master' of git://github.com/jleyva/moodle
2015-11-11 16:53:08 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Juan Leyva
a7d13ecf2b
MDL-50589 gradereport_user: Force regrade in external function
2015-11-05 09:40:38 +01:00
Andrew Nicols
4d95d3f0e5
Merge branch 'MDL-51918-master-navigable' of https://github.com/pauln/moodle
2015-11-04 11:25:34 +08:00
Paul Nicholls
245f45f4d6
MDL-51918 gradereport: Fix AJAX mode keyboard navigation
...
Keyboard navigation (ctrl+up/down/left/right) with AJAX enabled ceased
functioning with editing mode enabled after MDL-36606, as it was looking
for cells with a "clickable" class - but was only applying that class when
editing mode is NOT enabled. This patch uses a new "gbnavigable" class to
control keyboard navigation, whether editing mode is on or not. It also
addresses some browser compatibility and minor behavioural issues.
2015-11-04 11:27:35 +13:00
Marina Glancy
bb0ac1fdc2
MDL-51999 user: remove unnecessary continue
2015-11-02 10:53:43 +08:00
Adrian Greeve
42b3a58c47
MDL-51552 gradebook: Update to singleview behat test.
2015-10-30 10:08:02 +08:00
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
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
Dan Poltawski
e3b03886d0
MDL-47494 copyright: missed fixes from last commit
...
With thanks to Tim!
2015-10-13 09:55:28 +01:00
Dan Poltawski
bf47ddbdf3
MDL-47494 copyright: fix incorrect statement
...
(From copy/paste error, blame Tim :P)
2015-10-13 09:39:28 +01:00
Eric Merrill
12f946d999
MDL-36606 gradereport: Update AJAX grader to understand gradeless cells
2015-10-08 12:33:08 -04:00
Andrew Robert Nicols
df65120a75
MDL-36606 gradereport: Correctly handle ungraded assessment ajax grading
2015-10-08 09:51:22 -04:00
Eloy Lafuente (stronk7)
c75b891ba7
Merge branch 'MDL-49821-master-master' of git://github.com/jleyva/moodle
2015-10-01 01:26:58 +02:00
David Monllao
ad704e2c49
Merge branch 'mdl51440-master' of git://github.com/tlock/moodle
2015-09-30 10:48:25 +08:00
Dan Poltawski
23e1a54f57
Merge branch 'MDL-51305_master_too_many_gradeitem_fetches' of https://github.com/colin-umn/moodle
2015-09-28 16:25:54 +01:00
Juan Leyva
4485f7c549
MDL-49821 webservice: Add active user checks in external functions
2015-09-25 11:33:13 +02:00
Tim Lock
52296930dc
MDL-51440 gradeimport_direct: fix config require statement
2015-09-17 14:51:24 +09:30
Simey Lameze
8c55a50dba
MDL-50959 gradebook: fix XML grade export
2015-09-17 10:34:50 +08:00
Eloy Lafuente (stronk7)
62652cdc63
Merge branch 'MDL-50959-master' of git://github.com/lameze/moodle
2015-09-15 23:36:14 +02:00
Eloy Lafuente (stronk7)
4deecee44f
Merge branch 'MDL-50892-master' of git://github.com/marinaglancy/moodle
2015-09-15 23:12:22 +02:00
David Monllao
785ebcdbe6
Merge branch 'MDL-51008-master' of git://github.com/marinaglancy/moodle
2015-09-15 11:21:22 +08:00
Simey Lameze
e6c990ad21
MDL-50959 gradebook: fix XML grade publishing score
2015-09-14 09:04:14 +08:00
Mark Nelson
53914e4465
MDL-51051 core_grades: 'Categories and items' => 'Gradebook setup'
2015-09-14 08:23:32 +08:00
Colin Campbell
9901bdf7eb
MDL-51305 grade: Fix slow grade operations by setting grade_item early.
...
Exports were fetching the grade item for every item-user combination.
Setting the grade_item object on the grade_item early prevents that.
2015-09-11 15:41:20 -05:00
Marina Glancy
278b8d18a2
MDL-50892 mod: allow activity to have name '0'
2015-09-11 10:51:52 +08:00
Marina Glancy
d6bef7e706
MDL-51008 grades: show correct default value in overview report
2015-09-08 10:11:20 +08:00
David Monllao
433eb975a0
Merge branch 'MDL-50529_dupe' of git://github.com/andyjdavis/moodle
2015-09-02 09:58:17 +08:00
rajesh Taneja
a9c9ae52e5
MDL-50963 behat: fixed error string in behat
2015-09-01 14:48:11 +08:00
Dan Poltawski
4ae71e93a8
MDL-49826 grade: hide singleview links when no permissions
...
Singleview only supports grade editors not viewers at this time.
2015-08-27 13:16:44 +02:00
Andrew Davis
d66c9f0d7b
MDL-50529 core_grade: removed duplicate code
2015-08-25 21:14:47 +08:00
David Monllao
61e44f4033
Merge branch 'mdl-50957' of git://github.com/cdsmith-umn/moodle
2015-08-25 10:06:49 +08:00
Clement Smith
368c1bb674
MDL-50957 grade/report/user: Fix division by zero
...
When using "sum of grades" and $grademax is zero, a division by zero
error occurs in fill_contributions_column() in
grade/report/user/lib.php.
2015-08-24 09:05:30 -05:00
Dan Poltawski
7ee1695850
Merge branch 'MDL-49826_grade_single_view' of git://github.com/davosmith/moodle
2015-08-24 10:39:06 +01:00
Davo Smith
4021aa45ce
MDL-49826 gradereport_singleview: fix permission check
...
Users with capability 'moodle/grade:edit' should be able to edit grade values
- 'moodle/grade:manage' is not needed, as grade items are not being changed.
2015-08-20 14:55:56 +01:00
Dan Poltawski
a9334960dd
Merge branch 'wip-MDL-30315-master' of git://github.com/abgreeve/moodle
2015-08-19 18:30:33 +02:00
Adrian Greeve
9b272cc069
MDL-30315 grades: Fix up function doc block.
...
This was annoying me no end so here is a commit
to set it right.
2015-08-18 17:02:46 +08:00
Adrian Greeve
a9ef9c5e82
MDL-30315 grades: Unit tests for grade import.
2015-08-18 17:02:46 +08:00
Adrian Greeve
0305798c62
MDL-30315 gradebook: Uploading feedback doesn't override grades.
2015-08-18 17:02:45 +08:00
David Monllao
fd76204a8b
Merge branch 'MDL-51100-master' of git://github.com/andrewnicols/moodle
2015-08-17 08:50:49 +08:00
Andrew Nicols
711b1d6b3e
MDL-51100 behat: Remove javascript tag from usermenu steps
...
These tests only needed the javascript tag because of the user menu.
Now that issue has been resolved, they do not need it.
Note: Some were also not using the singleselect feature, so would fail
without changes to use this too as they were not handling proper selection
of the singleselect element.
2015-08-14 08:52:29 +08:00
Frederic Massart
ca81f8c4b2
MDL-50062 grades: Behat tests for aggregation changes
2015-08-06 11:56:44 +08:00
Frederic Massart
e1c5d6618d
MDL-50062 grades: Fix false positives in Behat tests
2015-08-06 10:24:26 +08:00
Frederic Massart
5419cbc9eb
MDL-50062 grades: Carry agg. settings between categories when possible
2015-08-06 10:24:25 +08:00