Eloy Lafuente (stronk7)
0f20bf7507
Merge branch 'wip-mdl-54589-mac' of https://github.com/rajeshtaneja/moodle
2016-06-22 01:42:15 +02:00
Eloy Lafuente (stronk7)
e822312af3
Merge branch 'MDL-54939-master' of git://github.com/danpoltawski/moodle
2016-06-21 20:00:36 +02:00
Rajesh Taneja
6a51c58542
MDL-54589 behat: Don't allow floating headers for behat
2016-06-20 16:03:36 +08:00
Rajesh Taneja
fba0ac63b8
MDL-54589 behat: Added hack for some OS/browsers
2016-06-20 16:03:36 +08:00
Dan Poltawski
c96f55e6f9
MDL-54939 amd: fix lint issues
...
Mostly correcting jsdoc, some other line wrapping rules and empty
functions.
2016-06-17 09:03:18 +01:00
Dan Poltawski
cc3ca25e57
MDL-54652 singleview: remove invalid css decleration
...
margin-bottom can't be used with display: inline, so use padding
instead.
2016-06-16 20:49:04 +01:00
Dan Poltawski
9072631311
MDL-54652 grade_report: fix css lint issues
...
max-width: initial isn't valid css and in my testing it makes no
difference, so is removed.
We also remove invalid css on exception.
This reverts commit 72ece42858643c789d2c2f86fccdab0afefa18d0
2016-06-16 20:49:04 +01:00
Dan Poltawski
35be582696
MDL-54939 amd: Fix lint issues fixable with eslint --fix
2016-06-16 19:33:00 +01:00
Russell Smith
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
Marina Glancy
bc6a7431a2
MDL-54065 gradebook: correctly display module icon
2016-05-30 10:07:40 +08:00
Eloy Lafuente (stronk7)
4da854a68b
MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts
2016-05-23 01:31:34 +02:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Adrian Greeve
41abbbbde5
MDL-45390 gradebook: sql tidy up and version alignment.
2016-05-18 10:41:30 +08:00
Adrian Greeve
2b98f0ea26
MDL-45390 gradebook: Behat tests for grade boundary issues.
2016-05-18 09:54:55 +08:00
Andrew Nicols
372def96c4
Merge branch 'MDL-54056-master' of git://github.com/junpataleta/moodle
2016-05-11 15:39:26 +08:00
Jun Pataleta
5d15185247
MDL-54055 gradingform_guide: Skip insertion of empty comments
...
We should not be adding empty entries for the frequently-used comments.
2016-05-11 13:55:39 +08:00
Rajesh Taneja
c5fe77ffe4
MDL-53810 behat: Zoom in Rubric before filling form.
...
div is now overflow, selenium can't get element
in viewport, zoom in before entering the value
2016-05-06 09:27:35 +08:00
Jun Pataleta
f8a5c98eb6
MDL-54056 gradingform_guide: Conditionally render comments chooser
...
Render the frequently-used comments only if there are defined
frequently used comments
2016-05-05 10:29:23 +08:00
Juan Leyva
7c357047cc
MDL-54032 webservice: Fix plugin functions not using services
2016-05-03 13:00:13 +02:00
David Monllao
7cbb29e264
Merge branch 'MDL-49414-master' of git://github.com/cameron1729/moodle
2016-04-29 12:18:00 +01:00
Ryan Wyllie
7a6346429b
MDL-53921 gradingform: Destroy frequently used comment dialog on hide
2016-04-28 01:21:44 +00:00
Cameron Ball
f23e9b6ba4
MDL-49414 webservices: Remove deprecated functions
2016-04-27 15:54:38 +08:00
Damyon Wiese
821ab1bf9b
MDL-52954 assign: Behat fixes because the assign grading ui has changed
2016-04-15 15:57:56 +08:00
Dan Poltawski
5702a8289b
Merge branch 'MDL-52954-master' of git://github.com/damyon/moodle
2016-04-11 09:52:40 +01:00
Rajesh Taneja
921faad9ad
MDL-53571 behat: Use Escaper for escaping
...
xpathLiteral has been depreacted, use Escaper instead
2016-04-06 15:38:31 +08:00
Rajesh Taneja
eb9ca848fa
MDL-53381 behat: Replaced chained steps with api.
...
Behat 3.x doesn't support chained steps and hence
this is first step to get rid of chained steps in core.
2016-04-06 11:32:49 +08:00
Damyon Wiese
bb690849c9
MDL-52954 assign: Rebuild the assignment single grade page.
2016-03-30 13:47:21 +08:00
Damyon Wiese
2a3647bae5
MDL-52954 marking guide: Wrap radio fields in a label for styling
2016-03-30 13:47:10 +08:00
Dan Poltawski
5821479ef6
Merge branch 'MDL-53239_master' of git://github.com/dmonllao/moodle
2016-03-21 14:12:10 +08:00
David Monllao
01f4ea8cce
MDL-53239 grader report: Add all names to error msg
2016-03-17 10:57:57 +08:00
Andrew Nicols
ab5c48b0d5
Merge branch 'MDL-53279_master' of git://github.com/dmonllao/moodle
2016-03-15 12:19:22 +08:00
David Monllao
f32e6ffc00
MDL-53279 grades: Recalculate only required items
...
Skip grade categories and calculated grade items that do not depend
on .
2016-03-15 12:18:23 +08:00
Rajesh Taneja
e01012e96d
MDL-46891 behat: Driver specific fixes.
...
1. Browserkit doesn't handle [] in name
2. Grades are not visible in viewport and might fail
with few drivers, increasing size of window to ensure
grades are visible and can be modified.
3. Click edit first to see grade link
4. Expand fields before setting value
5. Updated xpath, as crawler update it.
6. Hover fails to show icon
2016-03-11 10:51:16 +08:00
Rajesh Taneja
b73e5047af
MDL-46891 core_grade: Steps are not valid as element is disabled
2016-03-11 10:51:16 +08:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
Andrew Nicols
f4b6081ebf
Merge branch 'MDL-52522-master' of git://github.com/cameron1729/moodle
2016-03-09 08:35:14 +08:00
Cameron Ball
fa8e27b32b
MDL-52522 grades: Add rescale grades option for grade categories.
...
When a grade category is overridden, it starts to behave like a regular grade item.
Therefore we need similar behaviour to what was implemented in MDL-48634.
2016-03-08 16:26:44 +08:00
David Monllao
d94df7afa8
MDL-41648 gradingforms: Remove unnecessary attr
2016-03-08 15:32:19 +08:00
David Monllao
f084c4b231
Merge branch 'wip-MDL-41648' of https://github.com/dg711/moodle
2016-03-08 15:32:17 +08:00
David Monllao
ae66ed23b6
MDL-52378 singleview: Using is_disabled instead of is_locked
2016-03-07 23:04:52 +01:00
Travis Noll
43cd0e3c9b
MDL-52378 Singleview: Exclude Grade Attribute Permissions
...
Singleview users must have Manage Grade permission to modify the
Exclude grade attribute.
2016-03-07 23:04:42 +01:00
dg711
df8674d26e
MDL-41648 grade: Remove 'error' parameter in grading notification divs
2016-03-06 09:16:57 +05:30
Cameron Ball
9566b021db
MDL-53214 grades: Fix labels on feedback fields
2016-03-02 14:21:39 +08:00
Dan Poltawski
bc48a198ab
Merge branch 'MDL-52513' of https://github.com/rushi963/moodle
2016-03-02 13:23:56 +08:00
Andrew Nicols
2b38214a16
Merge branch 'MDL-53214-master' of git://github.com/cameron1729/moodle
2016-03-01 09:40:44 +08:00
KeenRivals
83ea83ec19
MDL-50175 graphics: Optimized SVGs with SVGO.
2016-02-25 11:56:42 +00:00
KeenRivals
26c19b02d5
MDL-50175 graphics: Optimized PNG images with optipng
...
Used options: -o7 -strip all and advdef -z4 -i50.
(With ./lib excluded)
2016-02-25 11:56:37 +00:00
Rajesh Taneja
2b9361cdda
MDL-49324 behat: Use singleselect step to select user
2016-02-25 09:49:24 +08:00
Eloy Lafuente (stronk7)
6ab07f97bf
Merge branch 'MDL-49324-master' of git://github.com/andrewnicols/moodle
2016-02-24 07:55:51 +01:00
Andrew Nicols
0c31d92452
MDL-49324 grade: Ensure report appears in breadcrumbs
2016-02-24 14:39:11 +08:00