Dan Poltawski
3a0bc0fdc4
MDL-55244 js: build changes
...
There should be no changes to minified code
2016-07-25 07:58:05 +01:00
Dan Poltawski
5bb4f444de
MDL-55244 js: fix problems with eslint --fix
...
eslint --fix '**/yui/src/**/*.js'
2016-07-25 07:53:05 +01:00
David Monllao
7aad43e13f
Merge branch 'MDL-55133-master' of git://github.com/damyon/moodle
2016-07-12 13:16:27 +02:00
Damyon Wiese
a066cfc843
MDL-55133 javascript: Correctly use component names in requirejs
...
Core subsystems must use the 'core_' prefix always.
2016-07-12 11:15:17 +08:00
Dan Poltawski
9b62a3eb71
MDL-55048 js: rebuilt files with new version of uglifyjs
2016-07-11 15:53:10 +01:00
Dan Poltawski
ad3f8cd18c
MDL-54944 eslint: make the .eslintrc default stricter
...
Instead of using the more rollup-tolerant config for all files, make the
configuration stricter by default but lower in grunt for yui modules.
This means that manual runs (prechecker) or editor integrations will
flag up the errors as well as grunt.
Also add ignore lines to the core files so that eslint isn't noisy when
not running with grunt.
2016-07-11 12:44:34 +01:00
Eloy Lafuente (stronk7)
6b43e964ac
MDL-55000 grade: Use correct component names + minor jsdocs
...
Note the js_call_amd() call still is using incorrect 'grades'
as component name where it should be core_grades. That will be
fixed by MDL-55133.
2016-07-05 19:59:24 +02:00
Eloy Lafuente (stronk7)
17695e4b4d
Merge branch 'MDL-55000-master' of git://github.com/andrewnicols/moodle
2016-07-05 19:35:56 +02:00
Andrew Nicols
b5233f9bc9
MDL-55000 grade: Convert remaining YUI2 -> AMD
2016-07-05 20:07:46 +08:00
Dan Poltawski
be7d86e8ce
Merge branch 'MDL-54865-master' of git://github.com/ryanwyllie/moodle
2016-06-30 09:24:55 +01:00
David Mudrák
46994de566
MDL-55002 lang: Fix behat scenarios using modified strings
2016-06-27 22:57:34 +02:00
Helen Foster
25558b808e
MDL-55002 lang: Merge English strings from the en_fix language pack
2016-06-27 22:03:40 +02:00
Luca Bösch
013abd64cd
MDL-54865 grade: student name hyperlinked in gradebook user report
...
In the Gradebook, User report, the student's name (at the top) is a hyperlink
to that student's account. In most places where a student's name shows
(e.g. the Grader report) it is most often a hyperlink.
2016-06-23 04:22:10 +00:00
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