Dan Poltawski
574b76ace1
Merge branch 'MDL-52218_master_alt' of git://github.com/markn86/moodle
2016-01-18 14:03:54 +00:00
Dan Poltawski
26e45019c8
Merge branch 'MDL-36404-master' of git://github.com/junpataleta/moodle
2016-01-18 10:24:04 +00:00
Andrew Nicols
2e6462f327
Merge branch 'MDL-52573-master' of git://github.com/danpoltawski/moodle
2016-01-18 14:32:41 +08:00
Andrew Nicols
324a43c51e
MDL-52309 gradereport_history: Adjust comment
2016-01-18 09:37:29 +08:00
Andrew Nicols
8d9b6ec254
Merge branch 'MDL-52309' of https://github.com/smbader/moodle
2016-01-18 09:33:36 +08:00
Jun Pataleta
e9088e28ac
MDL-36404 gradingform_rubric: Accessibility fixes rubric grading
2016-01-18 09:31:00 +08:00
Dan Poltawski
2811831ae6
MDL-52573 report_grader: only check cap of installed plugins
...
Previously we were linking to gradebook plugins regardless of whether
they were installed. This should be fixed properly in MDL-52678.
2016-01-14 10:20:43 +00:00
Dan Poltawski
1be8237d41
Merge branch 'MDL-49021_master' of git://github.com/markn86/moodle
2016-01-12 17:02:24 +00:00
Dan Poltawski
149ba5c227
Merge branch 'MDL-52661-master' of git://github.com/junpataleta/moodle
2016-01-12 12:56:09 +00:00
Steve Bader
1dabeb8439
MDL-52309 gradereport_history: require user to submit parameters
...
Prevent a timely full report from loading when need is exceedingly
rare. Only execute the report when the user has submitted the form.
2016-01-11 11:12:30 -05:00
Mark Nelson
ae139d7911
MDL-52218 gradereport_grader: added behat test for switching views
2016-01-11 16:02:31 +08:00
Mark Nelson
20180b3167
MDL-52218 gradereport_grader: fixed 'grade:viewhidden' related errors
...
There were two main reasons why there were PHP errors.
1) We were not passing variables as references.
2) When we were restricting the number of items shown in
the report we were not collecting all of the dependencies
which were required when a user did *not* have the
capability 'moodle/grade:viewhidden'. This would cause
an undefined offset error due to the index missing in
the dependency array.
This also meant that a user without the capability 'moodle/grade:viewhidden'
could view the course total without hidden items being taken into account
if they were not being displayed. To resolve this we now pass all the grades
and grade items when the user does not have the capability - which also solves
the PHP errors listed above.
2016-01-11 16:01:33 +08:00
Jun Pataleta
fb43a326c2
MDL-52661 gradingform_gudie: Accessibility fixes for marking guide
2016-01-07 17:12:17 +08:00
Mark Nelson
7481f4229a
MDL-49021 gradereport_grader: final deprecation of get_collapsing_icon()
2016-01-06 10:39:53 +08:00
Andrew Nicols
8b198577e2
Merge branch 'MDL-52078-master' of git://github.com/cameron1729/moodle
2016-01-05 13:53:58 +08:00
Cameron Ball
752ad002da
MDL-52078 gradebook: Behat tests for hidden grade items.
2016-01-05 13:48:54 +08:00
Mark Nelson
be5e0110ff
MDL-49566 core: used reflection in unit tests
...
Also split the tests into multiple functions for each scenario.
2015-12-29 17:42:43 +08:00
Ankit Agarwal
bef0d6b052
MDL-49566 core: Write unittests for MDL-45898
2015-12-29 11:22:42 +08:00
Eloy Lafuente (stronk7)
7814a99341
Merge branch 'MDL-49743-master' of git://github.com/danpoltawski/moodle
2015-12-22 17:14:38 +01:00
David Monllao
9e313e798f
MDL-51784 general: Adding missing php4 style constructors
...
Adding them to warn people calling the php4 constructor.
2015-12-11 14:02:42 +08:00
Marina Glancy
c4d0b752a2
MDL-51784 various: use __construct() for PHP7 compatibility
2015-12-11 12:48:24 +08:00
Marina Glancy
1a0df5535e
MDL-52081 forms: Use __construct() for constructors
2015-12-10 13:38:01 +08:00
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
a24abd55e0
MDL-49743 singleview: slightly clarify logic
...
Make it clearer what the 'unset' behaviour is because previously
we've set the default for 'empty' values twice.
2015-11-25 15:04:43 +00:00
Conn
453f69263f
MDL-49743 singleview: Prevent errors when no itemid was selected
...
Signed-off-by: Conn <conn@cmrwarwicker.com>
2015-11-25 15:02:14 +00: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