Paul Holden
4f3e8c9b39
MDL-75974 tool_customlang: check out language pack in CLI import.
2022-11-07 22:40:53 +00:00
Paul Holden
c4c823c20e
MDL-75889 core: compare domain names in a case-insensitive manner.
...
As per https://www.rfc-editor.org/rfc/rfc1035#section-3.1
2022-11-07 22:37:15 +00:00
Justus Dieckmann
d0abf88ccd
MDL-76224 Resource: Set correct page url in /mod/label/view.php
2022-11-07 18:45:27 +01:00
Marina Glancy
064eccd4fc
MDL-75525 reportbuilder: specify initial sorting for datasources
2022-11-07 15:43:45 +01:00
Andrew Nicols
6fae54c10e
Merge branch 'MDL-75880' of https://github.com/stronk7/moodle
2022-11-07 21:56:06 +08:00
Andrew Nicols
65ed414b60
Merge branch 'MDL-73624-master' of https://github.com/meirzamoodle/moodle
2022-11-07 21:51:58 +08:00
Andrew Nicols
3576fb2659
Merge branch 'MDL-75519-master' of https://github.com/marinaglancy/moodle
2022-11-07 21:41:02 +08:00
Víctor Déniz
f23ed07e52
Merge branch 'm41_MDL-74912_Fix_RegExp_Word_Boundaries_On_MySQL8' of https://github.com/scara/moodle
2022-11-07 10:19:56 +00:00
Jun Pataleta
3f9a93b522
MDL-50935 atto_equation: Add upgrade step to fix existing sites
2022-11-07 15:12:23 +08:00
Jun Pataleta
3cb02787cf
MDL-50935 atto_equation: Fix display of matrix template
...
Thanks to Geoffrey Rowland's fix suggestion.
2022-11-07 14:30:44 +08:00
Andrew Nicols
a1cb96719a
Merge branch 'MDL-75466_upgrade-php-mailer-to-6-6-4' of https://github.com/ziegenberg/moodle
2022-11-07 12:21:45 +08:00
Andrew Nicols
2f74405d6c
MDL-74468 mod_bigbluebuttonbn: Coding style violation fix
2022-11-07 12:14:04 +08:00
Andrew Nicols
dc2a6ea8f8
Merge branch 'MDL-74468-master' of https://github.com/call-learning/moodle
2022-11-07 12:14:00 +08:00
Jun Pataleta
15ac130ba8
Merge branch 'MDL-76052' of https://github.com/stronk7/moodle
2022-11-07 12:04:46 +08:00
Huong Nguyen
2a74b873d7
MDL-74996 Quiz: Convert submission confirmation to saveCancelPromise
2022-11-07 09:40:06 +07:00
Huong Nguyen
c55d8aca6a
MDL-74996 Quiz: Unanswered question warning for submission confirmations
...
Including in this commit:
- New method called get_number_of_unanswered_questions() for getting the unanswered questions
- PHPUnit and Behat tests for the new dialogue
2022-11-07 09:40:06 +07:00
Huong Nguyen
d4d666cdf4
MDL-74996 Quiz: Change the submission confirmation dialogue content
...
- Changed the title from "Confirm" to "Submit all your answers and finish?"
- Changed the content from "Once you submit, you will no longer be able to change your answers for this attempt."
to "You will no longer be able to change your answers for this attempt."
- Changed some Behat scenarios to match with the new dialogue content
2022-11-07 09:40:04 +07:00
Huong Nguyen
783a5c8ce7
MDL-74996 Quiz: Convert submission confirmation to core/modal_factory
2022-11-07 09:37:56 +07:00
Shamim Rezaie
a803fa8ee4
Merge branch 'MDL-74545-master' of https://github.com/call-learning/moodle
2022-11-07 12:42:22 +11:00
Matteo Scaramuccia
a4c3f4749d
MDL-74912 dml: Fix PHP coding style problems
2022-11-05 10:07:27 +01:00
Matteo Scaramuccia
75123ed7fd
MDL-74912 dml: Fix missing nullable marker
2022-11-05 10:07:26 +01:00
Matteo Scaramuccia
b82c95a075
MDL-74912 mod_forum: Fix regexp word boundaries markers in MySQL 8
2022-11-05 10:07:26 +01:00
Eloy Lafuente (stronk7)
d590b08dfa
MDL-75880 phpunit: fix all @coversDefaultClass missing @covers
...
Because @coversDefaultClass doesn't indicate any coverage (it's
just an alias to avoid having to write the class name in @covers),
this commit fixes all the files that were using that annotation
and missing any @covers.
Basically, replacing one by the other and done.
2022-11-04 16:51:20 +01:00
Eloy Lafuente (stronk7)
e7d3e042fc
MDL-76052 webservice_xmlrpc: Annotate some wrong plugin uses
...
It has been detected that there are various uses of the plugins
breaking the inter-communication principles, with core_webservice
implementing functionality plugin-dependent that should belong
to the plugins.
Because of that, https://tracker.moodle.org/browse/MDL-76078 has
been created and we have added some TODO/@todo comments in core
pointing to that issue, for further analysis and fixes there.
2022-11-04 16:49:57 +01:00
Eloy Lafuente (stronk7)
df227f3819
MDL-76052 webservice_xmlrpc: Remove it completely from core
...
Normal removal procedure:
- Remove the plugin completely from core.
- Document it in the webservices upgrade.txt file.
- Add a core upgrade step to proceed to remove any configuration
if the plugin has not been re-installed manually.
Plus:
- Remove a few remaining uses in the hub/sites registration scripts,
that were moved from xmlrpc to hand.made rest calls by MDL-31436
(Moodle 3.4.1 and up) and never removed then.
- Remove the php-xmlrpc extension as a recommendation in composer.
- Remove "xmlrpc" from various comments, trivial cleanup.
Note:
- While working on this MDL-76078 has been created about to
fix a serious design problem detected (it does not affect
functionality). That's out from this issue scope.
2022-11-04 16:49:52 +01:00
Víctor Déniz
077a5587d0
Merge branch 'MDL-76130-master' of https://github.com/meirzamoodle/moodle
2022-11-04 15:37:10 +00:00
Sara Arjona
fee1b8ce5f
on-demand release 4.1dev+
2022-11-04 14:52:52 +01:00
Sara Arjona
0c762c7af5
NOBUG: Fixed SVG browser compatibility
2022-11-04 14:52:48 +01:00
Sara Arjona
ce1e6a9961
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-11-04 14:52:47 +01:00
Daniel Ziegenberg
ccda718623
MDL-75466 core: Upgrade PHPmailer to 6.6.5
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2022-11-04 13:38:23 +01:00
Sara Arjona
15ea80e12d
Merge branch 'MDL-76169-master' of https://github.com/andrewnicols/moodle
2022-11-04 12:06:38 +03:00
Jun Pataleta
5339a96f45
Merge branch 'MDL-75481-master' of https://github.com/kevpercy/moodle
2022-11-04 12:06:38 +03:00
Andrew Nicols
723f33031b
Merge branch 'MDL-74035-master' of https://github.com/andrewnicols/moodle
2022-11-04 12:06:38 +03:00
Jun Pataleta
c603293f7a
Merge branch 'MDL-76103-master' of https://github.com/junpataleta/moodle
2022-11-04 12:06:38 +03:00
Jake Dallimore
446a9e64f0
Merge branch 'MDL-76055' of https://github.com/stronk7/moodle
2022-11-04 12:06:38 +03:00
Jun Pataleta
05c5dc7f9c
Merge branch 'MDL-76072-master' of https://github.com/lameze/moodle
2022-11-04 12:06:37 +03:00
Víctor Déniz
6cee9752b8
Merge branch 'MDL-70071-master' of https://github.com/Chocolate-lightning/moodle
2022-11-04 12:06:37 +03:00
Víctor Déniz
d3e26c1a2a
Merge branch 'MDL-76172-master' of https://github.com/sarjona/moodle
2022-11-04 12:06:37 +03:00
Eloy Lafuente (stronk7)
c5f85eec0e
Merge branch 'MDL-75289-int-fix' of https://github.com/sarjona/moodle
2022-11-04 12:06:37 +03:00
Sara Arjona
add46e3112
Merge branch 'MDL-76169-master' of https://github.com/andrewnicols/moodle
2022-11-04 12:06:36 +03:00
Sara Arjona
34f43bce81
MDL-75289 mod_data: Fix JS error when importing
2022-11-04 12:06:36 +03:00
Sara Arjona
7d53813db7
Merge branch 'MDL-75349' of https://github.com/paulholden/moodle
2022-11-04 12:06:36 +03:00
Laurent David
c4b37ea393
MDL-74468 mod_bigbluebuttonbn: Fix logger count method
...
* The logger::count_callback_events was confusing and needs clarification
and small refactoring.
2022-11-04 09:03:58 +01:00
Andrew Nicols
92d17a73b5
MDL-76169 question: Use correct action menu step
2022-11-04 15:51:22 +08:00
Meirza
4641b84e58
MDL-76130 install: make the button to the center position
2022-11-04 11:22:26 +07:00
Safat Shahin
8c13965658
MDL-74035 qbank_viewquestionname: In place editing
...
This commit will implement in place editing for the
qbank view where users with permission can edit the
title of the questions from the quesion bank view.
2022-11-04 12:03:42 +08:00
Marina Glancy
635e852564
MDL-76103 search: skip solr behat tests if solr is not installed
2022-11-04 11:21:35 +08:00
Sara Arjona
caf139a47d
Merge branch 'MDL-76177-master' of https://github.com/aanabit/moodle
2022-11-04 11:01:42 +08:00
Sara Arjona
e9596c1fca
Merge branch 'MDL-75759-master' of https://github.com/junpataleta/moodle
2022-11-04 11:01:41 +08:00
Sara Arjona
b8ae747056
Merge branch 'MDL-75535' of https://github.com/paulholden/moodle
2022-11-04 11:01:41 +08:00