Eloy Lafuente (stronk7)
c3e04b2c3c
MDL-68525 behat: chrome/switches caps not allowed in Chrome > 81
...
Now we need to use extra_capabilities/chromeOptions/args instead
The former was deprecated long ago, it seems that Chrome 81 has
stopped accepting it. The later seems to be working at very least
since Chrome 76 (haven't gone further back).
2020-04-28 12:31:58 +08:00
Andrew Nicols
829f860321
MDL-68442 user: Add notifications on unenrol/update
2020-04-28 10:21:45 +08:00
Andrew Nicols
478039f99a
MDL-68442 user: Rewrite participant status to work with dynamic tables
2020-04-28 10:21:45 +08:00
Andrew Nicols
143ebb9b20
MDL-68442 user: Rewrite enrolment actions as ES6
2020-04-28 10:21:28 +08:00
Brendan Heywood
9f4bb48e40
MDL-68329 cache: Improve cache performance footer info
2020-04-28 10:08:28 +10:00
Eloy Lafuente (stronk7)
a8eba6e4f4
Merge branch 'MDL-68383-master' of git://github.com/bmbrands/moodle
2020-04-27 23:40:14 +02:00
Eloy Lafuente (stronk7)
b1c4bd23d0
Merge branch 'MDL-68477-master' of git://github.com/lameze/moodle
2020-04-27 23:30:09 +02:00
Eloy Lafuente (stronk7)
20860a339e
Merge branch 'master' of https://github.com/DrCuriosity/moodle
2020-04-27 23:08:26 +02:00
Eloy Lafuente (stronk7)
606011b065
Merge branch 'MDL-67797-master' of git://github.com/sarjona/moodle
2020-04-27 23:00:59 +02:00
Juan Leyva
e624a2c8a1
MDL-68293 mobile: Update language strings to mention new app plans
...
We need to update different language strings to let our site admins know about the new app restrictions
(for both features and user devices able to receive notifications)
2020-04-27 18:26:30 +02:00
Eloy Lafuente (stronk7)
ab09f4ee5f
Merge branch 'MDL-68393-master-availableupdateui' of git://github.com/mudrd8mz/moodle
2020-04-27 17:39:39 +02:00
Eloy Lafuente (stronk7)
06248a23d4
Merge branch 'MDL-67701-master' of git://github.com/ferranrecio/moodle
2020-04-27 17:36:49 +02:00
Eloy Lafuente (stronk7)
65848c3ba4
Merge branch 'MDL-68515-master-report_status_standard' of git://github.com/mudrd8mz/moodle
2020-04-27 17:33:15 +02:00
Eloy Lafuente (stronk7)
5942d26e24
Merge branch 'MDL-65967-master' of https://github.com/danielneis/moodle
2020-04-27 17:31:20 +02:00
Brendan Heywood
5bf5a7aaeb
MDL-68342 files: Add a faster xsendfile method to avoid db lookups
2020-04-27 16:11:34 +10:00
AMOS bot
01cc802d27
Automatically generated installer lang files
2020-04-27 00:11:23 +00:00
Jwalit Shah
d743aaf262
MDL-66035 message: Restore missing message preferences files
2020-04-27 09:48:41 +10:00
Tim Hunt
848a29cf51
MDL-57680 form autocomplete: extend Behat tests
2020-04-26 15:11:25 +01:00
Tim Hunt
be612e5f68
MDL-57680 form autocomplete: fix triggering change event
2020-04-26 13:23:42 +01:00
Tim Hunt
588b86fd49
MDL-57680 form autocomplete: let singleselects be cleared.
...
This was already working after ajax had refreshed the choices, it was just
broken on first page load.
2020-04-26 13:23:42 +01:00
Mikhail Golenkov
8c287a6696
MDL-67540 quiz: Start transaction before selecting existing slots.
...
Co-authored-by: Conn <conn@cmrwarwicker.com>
2020-04-26 10:54:14 +10:00
Thiagolivramento
934ad2c869
MDL-65967 tool_recyclebin: add recycle bin link to category edit menu
2020-04-24 17:07:38 -03:00
Eloy Lafuente (stronk7)
74ccea0127
Merge branch 'MDL-68514-master' of git://github.com/sarjona/moodle
2020-04-24 19:23:16 +02:00
David Mudrák
50396bbe4e
MDL-68515 admin: Mark the system status report as a standard plugin
2020-04-24 17:16:46 +02:00
Sara Arjona
44642b0a83
MDL-68514 contentbank: fix behat issues with classic
2020-04-24 16:47:02 +02:00
cescobedo
aeacd6c862
MDL-67798 core_contentbank: Add privacy provider
2020-04-24 16:39:41 +02:00
Eloy Lafuente (stronk7)
98cc4d0445
MDL-68445 behat: Bump to 3.6.x
...
composer.lock generated with PHP 7.2, following:
https://docs.moodle.org/dev/Composer#How_to_prepare_and_submit_composer_changes
Also, ensure Symfony/Process > 4.0 compatibility
(needed for parallel runs)
2020-04-24 15:57:09 +02:00
Eloy Lafuente (stronk7)
486bf50413
MDL-67316 ldap: Pass correct hex chars to hexdec()
...
Before php74 they were silently discarded, now they
show a deprecation message.
2020-04-24 15:56:38 +02:00
Eloy Lafuente (stronk7)
3b69ed2104
MDL-67316 typo3: Pass correct hex chars to hexdec()
...
Typo3 was relaying on the feature of base converter
functions silently removing invalid chars so, for example:
'U+00A0' => '00A0' => 160
Since php74, the existence of those invalid chars do produce
a deprecation warning, no matter the outcome continues being the same.
So, here, we are just converting that invalud 'U+' by '0x'
2020-04-24 15:56:38 +02:00
Tim Hunt
a196cf5ac1
MDL-66259 qtypes: Add missing comment on get_random_guess_score
...
A bit off-topic for this issue number, but I noticed it while
working on this, and though it was not worth creating a
separate MDL for.
2020-04-24 15:56:23 +02:00
Tim Hunt
82df13aead
MDL-66259 qtype_numerical: remove no-longer relevant todo I noticed
2020-04-24 15:56:23 +02:00
Eloy Lafuente (stronk7)
bb930b7d5b
MDL-66259 qtypes: get_question_options() always call parent::
...
To get the question->options initialised, children must
call parent::get_question_options() always. Also, it is
just general good practice. Subclasses are meant to be
adaptations of the base class, not something completely
different.
Note, there are some changes in the data structure
produced (see changes in the tests) but these changes
are not wrong.
2020-04-24 15:56:23 +02:00
Tim Hunt
5c3f700ac7
MDL-66259 quiz responses: fix unrealistic test setup
2020-04-24 15:56:23 +02:00
Eloy Lafuente (stronk7)
0447277904
MDL-66259 qtype: add tests to all remaining involved qtypes
...
That way we get the load_question_data() method covered
and all the main data, options, hints checked.
2020-04-24 15:56:23 +02:00
Tim Hunt
9874e7cdd0
MDL-66259 qtype_truefalse: unit test of loading questions from the DB
...
This is about to be changes, so we need a test first to catch regressions.
2020-04-24 15:56:23 +02:00
sam marshall
111cf93b71
MDL-68492 Behat: Use faster direct link steps in lib/tests/behat
2020-04-24 12:09:15 +01:00
sam marshall
be32dc800d
MDL-68492 Behat: Direct URL links for courses, activities
2020-04-24 12:09:14 +01:00
Simey Lameze
e2f12c2220
MDL-67915 core_table: add support for hide and show of columns
2020-04-24 18:23:34 +08:00
Paul Holden
adca2ab629
MDL-66135 customfield: allow calling code to set form category headings.
2020-04-24 08:32:54 +01:00
Paul Holden
1084f8bf79
MDL-66135 customfield: method to allow fields to parse values.
...
This is useful when the value is coming from an external source (e.g. course upload tool).
2020-04-24 08:32:54 +01:00
Sara Arjona
1bb3663c19
MDL-67797 contentbank: review class_exists uses
2020-04-24 09:28:24 +02:00
Sara Arjona
1f8dfe79ce
MDL-67797 contentbank: use the search_contents method
2020-04-24 09:28:24 +02:00
Sara Arjona
fb445c76c8
MDL-67797 contentbank: add search_contents method
2020-04-24 09:28:24 +02:00
Jun Pataleta
3c28246234
MDL-68355 gradingform_guide: Fix accessibility issues
...
* Add sr-only label for criterion information.
* Add sr-only label for frequently used comments picker button.
* Removed unused string grade_help.
* Fixed tags for hidden help texts, changing them from <small> to <span>
* Added aria-label for the score and additional comments fields so that
the user would know which criterion they are currently working on.
* Added score_help and remark_help lang strings for more description
for the score and additional comments fields.
* Remove text-muted class for additional comments' field label to avoid
colour contrast issues.
2020-04-24 15:05:09 +08:00
Mihail Geshoski
255a62ff88
MDL-68330 media_videojs: Fix videojs player rendering issue
2020-04-24 14:57:02 +08:00
Andrew Nicols
ca69d3875e
MDL-68506 core_table: Add a tableContentRefreshed event
2020-04-24 14:53:35 +08:00
Jun Pataleta
f6f1014761
MDL-68465 message_email: Deprecate emaildigestsubject lang string
2020-04-24 11:42:40 +08:00
Jun Pataleta
1f7e9a698a
MDL-68465 message_email: Add site name to digest email
2020-04-24 11:41:41 +08:00
Jun Pataleta
9df4a4de18
weekly release 3.9dev
2020-04-24 09:41:01 +08:00
Jun Pataleta
529b53030a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-04-24 09:41:00 +08:00