Amaia Anabitarte
dcfd143310
MDL-63137 mod_feedback: Pointing TODO tasks to right deprecation issue
2019-04-26 09:37:02 +02:00
David Monllaó
815c070a26
Merge branch 'MDL-29317-master' of git://github.com/junpataleta/moodle
2019-04-15 07:41:10 +02:00
Jake Dallimore
9b8a147ea3
Merge branch 'MDL-65087' of git://github.com/stronk7/moodle
2019-04-04 11:37:07 +08:00
Eloy Lafuente (stronk7)
31d7eaab5a
MDL-65087 behat: Select the proper search button via xpath
...
By adding the "Search" aria label to a number of elements
any search of "Search" buttons, previously working in other
parts of the UI are not found anymore (because the hidden
ones are found before).
So, moving to click via xpath. Ideally we should be able to
find the target button in an easier, human readable way. But
there aren't many ids, names around to make it easier.
2019-04-04 00:54:45 +02:00
Mathew May
b64bf2d77c
MDL-64506 grades: Fix regression of MDL-58428
2019-04-03 19:34:20 +08:00
Damyon Wiese
4b9c3e44e0
MDL-64524 gradingform_guide: Marking guide comments
...
When there are too many comments, scroll the list so they still fit in the dialogue.
2019-04-01 12:17:27 +08:00
Jun Pataleta
2791334251
MDL-29317 gradeimport_csv: Case-insensitive query for email and username
...
Query using the following fields for
\gradeimport_csv_load_data::check_user_exists() should be done in a
case-insensitive manner:
* email - As agreed in MDL-29315
* username - Although usernames can only be in lowercase during
registration, usernames are being handled in a case-insensitive
fashion when logging in. It makes sense to make check_user_exists()
consistent with this behaviour.
2019-03-29 13:29:32 +08:00
Jun Pataleta
d65a927694
MDL-29317 gradeimport_csv: Tests for case-insensitivity
2019-03-29 13:29:32 +08:00
Eloy Lafuente (stronk7)
199d0b01e1
Merge branch 'MDL-65044-master' of git://github.com/lameze/moodle
2019-03-27 22:47:30 +01:00
Jun Pataleta
9f09d9dec5
MDL-64958 gradeimport_csv: Better unit tests for check_user_exists()
2019-03-11 09:32:21 +08:00
Jun Pataleta
d45f0f0ceb
MDL-64958 grade_import: Ensure correct user is being fetched
...
* We need to ensure that we are checking the correct user account.
Since email and idnumber are not unique fields, there's a chance that
multiple user records will match when querying for user data using
these fields. This might lead to a different user's grades being
inadvertently modified during grade import. In such a case, this
function needs to return a null userid.
2019-03-11 09:32:17 +08:00
Adrian Greeve
d2063ed0a1
Merge branch 'MDL-64891-master' of git://github.com/tobiasreischmann/moodle
2019-03-06 15:06:36 +08:00
Mathew May
0c61ec476c
MDL-58428 theme: Move templates from grade/grading/form/guide
2019-02-26 12:56:14 +01:00
Mathew May
08cefc7e31
MDL-58428 theme: Move templates from grade/report/singleview
2019-02-26 12:56:14 +01:00
Mathew May
6eebb09060
MDL-58428 theme: Move templates from grade/report/history
2019-02-26 12:56:14 +01:00
Mathew May
f38a9caeef
MDL-58428 renderer: Correct paths & xpaths
2019-02-26 12:56:14 +01:00
Mathew May
1c78866f44
MDL-58428 renderer: Move renderer override from grade report
2019-02-26 16:24:49 +08:00
Mathew May
e3652936f3
MDL-58428 theme: Shift templates ready for Bootstrapbase removal
...
Move behat override steps from boost into their Moodle core locations &
Move the effected core behat steps into bootstrapbase as override steps.
2019-02-22 15:19:33 +08:00
Tobias Reischmann
6555342863
MDL-64891 gradebook: Disable grade display type dependent on grade type
...
If the grade types text or none are selected for an item or a category,
none of the 'grade display type' options will change the displayed
grade within the reports. Thus, we can disable the settings for grade
display type as well as the one for decimal places in this case.
2019-02-18 17:17:25 +01:00
Luca Bösch
cfac07f283
MDL-64577 grade: style "Add ID numbers" button.
2019-02-01 07:10:18 +01:00
Jake Dallimore
111dfd2db5
Merge branch 'MDL-64375-master' of git://github.com/damyon/moodle
2019-01-09 15:33:09 +08:00
Eloy Lafuente (stronk7)
2c4463bf0f
Merge branch 'MDL-64509-master-enfix' of git://github.com/mudrd8mz/moodle
2019-01-08 16:17:06 +01:00
David Mudrák
a92458880c
MDL-64509 lang: Use the fixed strings in tests
2019-01-07 20:07:57 +01:00
Helen Foster
65d70aa81b
MDL-64509 lang: Import fixed English strings (en_fix)
...
Significant string change: enablerunnow_desc,tool_task - including
mention of pathtophp requirement
2019-01-07 14:40:34 +01:00
Damyon Wiese
9a4c6a245c
MDL-64375 gradingform_rubric: Styles for overflow
...
Allow people to define lots of levels, and make the scroll region just the rubric table,
not the entire content region.
2019-01-04 08:44:10 +08:00
Eloy Lafuente (stronk7)
a12207be25
MDL-63276 upgrade: clean < 3.2.0 upgrade steps
...
3.7 (min PHP 7.1) requires 3.2 (first version supporting PHP 7.1)
This just deletes all the upgrade steps previous to 3.2.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Also includes an upgrade step to prevent upgrading from any
version < 2016120500 (v3.2.0) as anti-cheating measure.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase. (note there isn't any this time).
2019-01-03 01:17:17 +01:00
Jake Dallimore
a2f6288fa1
Merge branch 'MDL-64216-m' of https://github.com/micaherne/moodle
2018-12-19 11:07:41 +08:00
Luca Bösch
d388e8ecc2
MDL-64280 core_outcome: Add/remove outcome buttons style.
2018-12-10 17:55:35 +01:00
Michael Aherne
11361acfb5
MDL-64216 privacy: Split query to use indexes.
2018-12-04 13:01:07 +00:00
Eloy Lafuente (stronk7)
f47c8f3525
MDL-64300 upgrade: add 3.6.0 separation line to all upgrade scripts
2018-12-02 18:36:40 +01:00
Eloy Lafuente (stronk7)
085353b315
MDL-64282 versions: bump all versions and requires near release
...
version = 2018120300 release version
requires= 2018112800 current rc2 (week7roll1) version
2018-11-29 18:24:08 +01:00
Adrian Greeve
5c9bc966eb
MDL-64161 gradereport_singleview: Single updates reported correctly.
...
If there is an error with the update of individual entries this is
also correctly displayed as not being updated.
2018-11-27 15:01:33 +08:00
Adrian Greeve
3e2b8b21c6
MDL-64161 gradereport_singleview: Behat test for out of bounds grade.
2018-11-26 11:44:26 +08:00
Adrian Greeve
f2462522f6
MDL-64161 gradereport_singleview: Stop updating grades with errors.
2018-11-26 11:44:26 +08:00
Jun Pataleta
1dcb2445c6
MDL-63571 grade_report_grader: Use correct context for capability check
2018-11-22 16:19:38 +08:00
Jun Pataleta
7c60fac9dc
MDL-63571 grade_report_grader: Set correct type for the context variable
2018-11-22 16:19:38 +08:00
David Monllao
ede77961aa
Merge branch 'MDL-63591_master' of git://github.com/markn86/moodle
2018-11-21 09:40:59 +01:00
Mark Nelson
b564a55153
MDL-63591 core_grades: updated privacy provider
2018-11-21 16:15:12 +08:00
David Monllao
a78a876629
Merge branch 'MDL-63571-master' of git://github.com/peterRd/moodle
2018-11-20 17:19:11 +01:00
Peter
727d3d70e1
MDL-63571 gradebook: Display the name header based on config setting
2018-11-20 14:06:31 +08:00
David Monllao
e15203d011
Merge branch 'MDL-63488-master' of git://github.com/peterRd/moodle
2018-11-14 11:22:06 +01:00
Adrian Greeve
9fcfecbf15
MDL-64005 gradebook: Fix to remove debugging message.
...
The progress bar is being used when there are a large amount
of grades being recalculated. This was throwing a debugging message
about NO_OUTPUT_BUFFERING being unset.
2018-11-14 10:39:57 +08:00
Peter
a1e8c6d497
MDL-63488 core_grade: Use the rewrite_pluginurls to handle files
...
* Use the rewrite_plugin_urls to handled embedded files
* Add phpunit tests for default and updated functionality of format_text
2018-11-14 09:44:18 +08:00
Andrew Nicols
faa673e36a
MDL-63488 grade: Add tests for format_feedback
...
Signed-off-by: Peter <peter@moodle.com>
2018-11-14 09:28:16 +08:00
Luca Bösch
b08e7312c3
MDL-63571 grades: switch firstname/lastname order in title row
2018-11-13 18:18:23 +01:00
Andrew Nicols
c96cd71102
MDL-63924 privacy: Add shared user providers to subsytsems
2018-11-08 21:26:18 +08:00
Jun Pataleta
ad2737c9c9
MDL-63711 core_grade: Use canonicalize for checking userlist IDs
2018-11-06 15:48:30 +01:00
David Monllao
6e90098e7b
Merge branch 'MDL-63711-master' of git://github.com/abgreeve/moodle
2018-11-05 16:35:34 +01:00
Adrian Greeve
d5f8687a92
MDL-63711 core_grades: Delete data for specified users in a context.
2018-11-03 02:26:24 +08:00
Andrew Nicols
f8e364e31a
Merge branch 'MDL-63422' of git://github.com/stronk7/moodle
2018-11-02 08:22:33 +08:00