jfederico
fbbf30dd04
MDL-73198 mod_bigbluebuttonbn: restored synchrony of recordings
2021-12-10 03:13:28 +00:00
Andrew Nicols
097098735a
Merge branch 'MDL-73060' of https://github.com/paulholden/moodle
2021-12-10 11:12:14 +08:00
AMOS bot
5614f64f19
Automatically generated installer lang files
2021-12-10 00:07:27 +00:00
Andrew Nicols
f4a828d4ae
MDL-73318 tool_componentlibrary: Use innerText instead of innerHTML
...
Some characters will be encoded for display in HTML which will affect
the process of JS evaluation. For example, the ` => ` sequence used for
fat-arrow syntax will be set as `=>` in the HTML source.
To process the JS the innerText must be used instead.
2021-12-10 06:21:17 +08:00
Eloy Lafuente (stronk7)
de66ba356e
t checkout MOODLE_311_STABLE && git fetch https://github.com/mudrd8mz/moodle.git MDL-73201-311-enfix && git merge --no-ff FETCH_HEAD
...
Merge branch 'MDL-73201-master-enfix' of https://github.com/mudrd8mz/moodle
2021-12-09 23:18:03 +01:00
Eloy Lafuente (stronk7)
71746122a5
Merge branch 'MDL-72287-master' of https://github.com/mihailges/moodle
2021-12-09 23:14:32 +01:00
David Mudrák
46e2e2020d
MDL-73201 lang: Use fixed strings in the tests, too
2021-12-09 19:56:02 +01:00
Helen Foster
558b4c826d
MDL-73201 lang: Import fixed English strings (en_fix)
2021-12-09 19:53:10 +01:00
Sara Arjona
23dea97a6c
Merge branch 'MDL-61554-40' of https://github.com/nwp90/moodle
2021-12-09 17:50:58 +01:00
Paul Holden
7905bbf240
MDL-73330 blocks: add missing library require for constants.
...
All the MY_PAGE_* constants used since 15b41641 reside in another
library. We should be explicit and include it, to avoid warnings.
2021-12-09 16:06:15 +00:00
Mihail Geshoski
8b8b037ec1
MDL-72287 theme_boost: Remove 'My courses' navbar item in module context
2021-12-09 23:47:57 +08:00
Mihail Geshoski
e00da7e884
MDL-72287 behat: Update behat tests
2021-12-09 23:47:57 +08:00
Mihail Geshoski
d000b16a72
MDL-72287 report: Add back link and headings in user profile pages
2021-12-09 22:46:57 +08:00
abgreeve
b9d1aaaa3e
MDL-72287 theme_boost: Remove the breadcrumb for course context.
2021-12-09 22:46:57 +08:00
Jun Pataleta
e4ed6daa7b
Merge branch 'MDL-73220' of https://github.com/call-learning/moodle
2021-12-09 22:19:08 +08:00
Paul Holden
8bed417833
MDL-73280 reportbuilder: format checkbox profile fields correctly.
2021-12-09 14:09:44 +00:00
Paul Holden
805b9521fc
MDL-73280 reportbuilder: remove profile field column alias.
...
It's not required, and also could cause issues for fields that
contained differing casing in their shortname.
Co-authored-by: David Matamoros <davidmc@moodle.com>
2021-12-09 12:42:40 +00:00
Ilya Tregubov
5e11de3af9
MDL-71705 libraries: Moodle customizations.
2021-12-09 14:19:33 +02:00
Ilya Tregubov
6f069f5272
MDL-71705 libraries: xhprof upgraded to 2.3.5
2021-12-09 14:08:31 +02:00
Ilya Tregubov
4c6151abd1
Merge branch 'MDL-71291-master' of https://github.com/bmbrands/moodle
2021-12-09 13:28:16 +02:00
Sara Arjona
14e62a3d5c
Merge branch 'MDL-72981-master-2' of https://github.com/bmbrands/moodle
2021-12-09 12:01:09 +01:00
Paul Holden
d8afa1b4e4
MDL-73060 webservice: fix logged config for first enabled protocol.
...
Resolves PHP notice from 1dfa86b4.
2021-12-09 10:41:49 +00:00
Eloy Lafuente (stronk7)
5df6768443
MDL-73278 phpunit: Add missing payment subsystem and fix dataprovider
...
While testing the changed unit tests one by one, the
payment/tests/helper_test.php was failing because of a mismatch
between the dataProvider data and the param type.
That made me think why that error was not popping in complete runs
and the answer is that the new (3.10) subsystem is not in the
phpunit.xml.dist file.
Hence, adding it and fixing the dataProvider mismatch.
Finally, it has been detected that some old ICU versions (< 62)
have an incorrect behaviour, not adding the required non-breaking
white-space between the currency abbreviation and the value. So
we are skipping some payment tests if that's found.
2021-12-09 10:31:33 +01:00
Sara Arjona
42895003e4
MDL-73145 install: Apply site preset if defined in config
...
A new setting, $CFG->setsitepresetduringinstall, has been added to
config file, to let admins define the site admin preset to be applied
during the Moodle installation.
Besides, a new parameter, "--sitepreset" has been also added
to admin/cli/install.php, to let define it too when running the
upgrade process using CLI.
2021-12-09 09:48:44 +01:00
Safat Shahin
63c31c338e
MDL-72553 qbank_customfields: Behat fix for mssql and others
...
This commit implements behat fix for mssql and some other
environments.
2021-12-09 09:22:08 +02:00
Jun Pataleta
107bcc143c
Merge branch 'MDL-72090-master' of git://github.com/abgreeve/moodle
2021-12-09 11:17:32 +08:00
abgreeve
05a6bca72c
MDL-72090 behat: Deprecation of enrolment behat step.
...
i_add_enrolment_method_with() is now deprecated, please use
i_add_enrolment_method_for_with() instead.
2021-12-09 11:13:35 +08:00
abgreeve
fcd4de8639
MDL-72090 navigation: Update to behat feature files for navigation.
...
This updates feature files to use the new steps to navigate to certain
pages.
2021-12-09 11:13:35 +08:00
abgreeve
8a5e36fa06
MDL-72090 navigation: Update to existing behat steps.
...
This creates new general behat steps for navigating in theme
boost and classic.
2021-12-09 11:13:35 +08:00
abgreeve
89d749fda6
MDL-72090 navigation: New unit and behat tests for navigation.
...
This adds new tests for functions that impact the more menu and
the course administration overflow.
2021-12-09 11:13:35 +08:00
abgreeve
d02274137a
MDL-72090 navigation: Create an overflow menu for course admin.
...
This adds a select menu for navigation on course administration
pages such as import, export, course copy, and course reset.
2021-12-09 11:13:35 +08:00
AMOS bot
81275e8b77
Automatically generated installer lang files
2021-12-09 00:07:24 +00:00
Bas Brands
946fd915e2
MDL-72095 theme_boost: max width for activity pages
2021-12-08 17:29:49 +01:00
Ilya Tregubov
3a434518ef
Merge branch 'MDL-73103' of git://github.com/paulholden/moodle
2021-12-08 14:56:50 +02:00
Jun Pataleta
402101b58f
Merge branch 'MDL-71691-master-9' of https://github.com/bmbrands/moodle
2021-12-08 20:29:40 +08:00
Bas Brands
3652222ec9
MDL-71691 block_social_activities: activity styling
2021-12-08 13:14:05 +01:00
Bas Brands
a1efc59edf
MDL-71691 block_site_main_menu: activity styling
2021-12-08 13:14:05 +01:00
Bas Brands
35a5288554
MDL-71691 core_behat: behat fixes for changed course design
2021-12-08 13:14:05 +01:00
Bas Brands
c68813be08
MDL-71691 core_course: activity styling
2021-12-08 13:14:05 +01:00
Bas Brands
cdb651d46a
MDL-71691 core_course: section styling
2021-12-08 13:14:05 +01:00
Ilya Tregubov
4de7faf7f1
Merge branch 'master_MDL-72553_qbank_quiz' of https://github.com/catalyst/moodle-MDL-70329
2021-12-08 09:58:00 +02:00
Ilya Tregubov
4d2a00f36b
Merge branch 'MDL-72910-master' of git://github.com/rezaies/moodle
2021-12-08 09:55:13 +02:00
Sujith Haridasan
ce208a354c
MDL-73277 theme_boost: Remove unused class and template
...
Remove files context_header.php and context_header.mustache
2021-12-08 12:18:52 +05:30
Eloy Lafuente (stronk7)
61f5c2038b
MDL-73278 phpunit: Fix namespaces for the renamed classes
...
Within the renamed classes in the previous commit, there were a
few incorrect namespace, this commit fixes all them to be
correct component[\api] ones.
Also fix a few incorrect leading backslashes in namespace/use
statements. And tests extending renamed tests.
2021-12-07 23:54:29 +01:00
Eloy Lafuente (stronk7)
deb0e76eee
MDL-73278 phpunit: Rename already namespaced classes to match file name
...
These are the only cases 100% safe to apply the renaming of the
testcase class names to match the file names.
All other cases are not safe, because they are missing namespace
and may enter into name conflicts. Adding namespaces is not as
simple as imagined because it implies to, also, add a good number
of modifications to core. See the issue for more details.
2021-12-07 23:54:29 +01:00
Laurent David
8c1568d047
MDL-73220 mod_bigbluebuttonbn: "Recently accessed items" block display
...
* The BBB activity did not send the right event trigger when activity was viewed hence
the block_recentlyaccesseditems did not pick up information from any BBB activity
2021-12-07 21:03:08 +01:00
jfederico
bef53cf1b8
MDL-73196 mod_bigbluebuttonbn: Fix blocked participant selection
2021-12-07 16:45:03 +00:00
Ilya Tregubov
5ee0b620ae
weekly release 4.0dev+
2021-12-07 14:59:36 +02:00
Ilya Tregubov
855aaa6053
NOBUG: Fixed file access permissions
2021-12-07 14:59:36 +02:00
Ilya Tregubov
7aaa453dae
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-12-07 14:59:34 +02:00