Eloy Lafuente (stronk7)
9a344c8967
MDL-77714 general: Remove Travis CI integration from core
...
Agreed @ MDLSITE-7135, this completely removes the Travis CI
integration with a note in the lib/upgrade.txt file, pointing
to the currently supported GHA alternative.
2023-03-22 19:04:54 +01:00
Paul Holden
3e0edcdb18
MDL-76551 mod_bigbluebuttonbn: correct stdClass method parameter type.
2023-03-22 17:15:16 +00:00
Paul Holden
0444b91148
Merge branch 'MDL-76551-master' of https://github.com/call-learning/moodle
2023-03-22 17:08:04 +00:00
Laurent David
7af38677b6
MDL-75334 mod_bigbluebuttonbn: Generate course with BigblueButtonBN
...
* Use a new generator to create a course full of BigblueButton Activities
in order to check for performances with a lot of activities
2023-03-22 17:28:26 +01:00
Sara Arjona
ee3502dfc4
Merge branch 'MDL-76905-master' of https://github.com/ferranrecio/moodle
2023-03-22 16:52:47 +01:00
Laurent David
aa9c5cf455
MDL-76551 mod_bigbluebuttonbn: Add user picture
...
* Add user picture with token
* Add a new global setting to enable or disable avatar for users in meeting.
2023-03-22 15:42:28 +01:00
Laurent David
ba81f720db
MDL-76551 mod_bigbluebuttonbn: Refactor join url
...
* get_join url should not have as many parameters as they can be deduced from the instance.
* Refactoring it will allow to pass on more implicit parameters like the user profile file.
2023-03-22 15:07:23 +01:00
Paul Holden
2a8228e410
Merge branch 'MDL-77049-master' of https://github.com/sarjona/moodle
2023-03-22 13:39:34 +00:00
Ferran Recio
ae799fad7d
MDL-76905 core_courseformat: match prototype visual style
2023-03-22 14:08:51 +01:00
Sara Arjona
c03b9a47cf
Merge branch 'MDL-77380-master' of https://github.com/lameze/moodle
2023-03-22 14:06:01 +01:00
Sara Arjona
465be9348b
Merge branch 'MDL-77433-master' of https://github.com/ferranrecio/moodle
2023-03-22 13:53:32 +01:00
Sara Arjona
d04f42492c
Merge branch 'MDL-77692' of https://github.com/paulholden/moodle
2023-03-22 13:50:06 +01:00
Paul Holden
054a6fa9b4
Merge branch 'MDL-77643-master' of https://github.com/jleyva/moodle
2023-03-22 12:38:02 +00:00
Ferran Recio
a1ea81eb8b
MDL-77433 core_courseformat: use validate_cms to check capabilities
2023-03-22 13:21:05 +01:00
Sara Arjona
91175a6773
MDL-77049 core_h5p: Use the styles from Raw SCSS theme settings
...
MDL-69087 added an option to let themes personalize the H5P styles.
This patch implements the h5p_alter_styles() method in boost, to
let admins personalize the H5P styles using the 'Raw initial SCSS'
and 'Raw SCSS' theme settings.
That way, users won't need to create their own themes to define
some styles for the H5P player.
2023-03-22 12:10:57 +01:00
Shamim Rezaie
5c9142eee4
MDL-76246 contentbank: fix behat failure
2023-03-22 20:59:14 +11:00
Shamim Rezaie
02471ef1cd
MDL-76246 core_grades: Remove url param from ws
2023-03-22 20:59:14 +11:00
Shamim Rezaie
1a01607463
MDL-76246 core_grades: Improve user search styling
...
Show profile image, and display email in a separate line
2023-03-22 20:59:14 +11:00
Shamim Rezaie
d2881df06b
MDL-76246 core_grades: Group search widget to combobox
2023-03-22 20:59:14 +11:00
Shamim Rezaie
343e676c4b
MDL-76246 gradereport_singleview: Grade item search widget to combobox
2023-03-22 20:59:14 +11:00
Shamim Rezaie
d856c48639
MDL-76246 gradereport_singleview: Make the user search widget a combobox
2023-03-22 20:59:14 +11:00
Shamim Rezaie
3db5625fc9
MDL-76246 gradereport_user: Make the user search widget a combobox
...
Use <div> instead of <button> because <button> cannot have <div>
children.
2023-03-22 20:59:14 +11:00
Shamim Rezaie
c4f33ceb59
MDL-76246 output: combobox support improvements
...
- It was a mistake to assume the listbox is always within
combobox.parentElement
- Take into account that the popup of the combobox is not necessarily a
listbox
- Update combobox fix so that it also work with comboboxes that are not
select-menu
- Update combobox fix so that it also support editable comboboxes
- Update click listener to take into account that the event's target
might be one of the option element
- Having a hidden input element for comboboxes was not an ARIA
requirement and was added by us. I added data-input-element to the
combobox element to specify the input element related to it.
2023-03-22 20:59:14 +11:00
Jun Pataleta
775872450c
Merge branch 'MDL-77673-master' of https://github.com/jleyva/moodle
2023-03-22 17:12:29 +08:00
Ilya Tregubov
e11ec0caed
Merge branch 'MDL-77032-master-1' of https://github.com/mihailges/moodle
2023-03-22 13:36:05 +08:00
Ilya Tregubov
794f107e88
on-demand release 4.2dev+
2023-03-22 09:37:45 +08:00
Ilya Tregubov
ccc424affa
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2023-03-22 09:37:43 +08:00
Paul Holden
d834accd90
MDL-77705 reportbuilder: avoid re-using field alias between entities.
...
Ensure that when the user entity is added multiple times to a report,
when there are custom profile fields, each of those gets a unique table
alias per-entity.
2023-03-21 16:43:00 +00:00
Jun Pataleta
3be6f5c941
Merge branch 'MDL-75746_master' of https://github.com/marxjohnson/moodle
2023-03-21 15:48:03 +01:00
Jake Dallimore
d001dd43ca
Merge branch 'MDL-70687_default-redis-session-lock-expiration-to-php-execution-time' of https://github.com/ziegenberg/moodle
2023-03-21 15:48:03 +01:00
Jun Pataleta
869cfac1cc
Merge branch 'MDL-69124' of https://github.com/paulholden/moodle
2023-03-21 15:48:01 +01:00
Jun Pataleta
6baff9e550
Merge branch 'MDL-77541' of https://github.com/paulholden/moodle
2023-03-21 15:46:29 +01:00
Jun Pataleta
930bd50758
Merge branch 'MDL-77607' of https://github.com/stronk7/moodle
2023-03-21 15:46:29 +01:00
Ilya Tregubov
1ac2e6ecca
Merge branch 'mdl-72533-event-table-performance' of https://github.com/petersistrom/moodle
2023-03-21 15:46:28 +01:00
Paul Holden
1eb6c49fa3
Merge branch 'MDL-72124_master' of https://github.com/marxjohnson/moodle
2023-03-21 15:46:28 +01:00
Sara Arjona
494060a4a5
Merge branch 'MDL-77574-master' of https://github.com/lameze/moodle
2023-03-21 15:46:28 +01:00
Sara Arjona
3b68a32832
Merge branch 'MDL-73670-master' of https://github.com/jleyva/moodle
2023-03-21 15:46:28 +01:00
Sara Arjona
2e334cf58c
Merge branch 'MDL-77523-master' of https://github.com/juancs/moodle
2023-03-21 15:46:27 +01:00
Sara Arjona
d2b0c53db4
Merge branch 'MDL-76893-master' of https://github.com/ferranrecio/moodle
2023-03-21 15:46:27 +01:00
Paul Holden
718108c52f
Merge branch 'MDL-77178-master' of https://github.com/aanabit/moodle
2023-03-21 15:46:23 +01:00
Ferran Recio
3beffbb506
MDL-76893 core_courseformat: bulk move activites
2023-03-21 15:46:23 +01:00
Sara Arjona
89cb8b4ee5
Merge branch 'MDL-76918' of https://github.com/paulholden/moodle
2023-03-21 15:46:23 +01:00
Paul Holden
868215311b
Merge branch 'MDL-76926-master' of https://github.com/snake/moodle
2023-03-21 15:46:23 +01:00
Tim Hunt
8489808536
MDL-77673 ddimageortext: keep JS data just for the mobile app
2023-03-21 10:13:24 +01:00
Simey Lameze
57e9fec4c8
MDL-77380 block_myoverview: improve show toggle functionality test
2023-03-21 14:43:30 +08:00
Angelia Dela Cruz
374b6d8e0e
MDL-77577 Behat: Replaced the use of "Install selected language pack(s)
...
Evaluated usage of "Install selected language pack(s)" in Behat and
replaced the steps to use generator to install language packs as part
of test setup.
2023-03-21 11:58:30 +08:00
Paul Holden
a2a2ea51aa
MDL-77692 reportbuilder: format custom field condition/filter names.
2023-03-20 16:09:25 +00:00
Paul Holden
f17ba9deb2
MDL-77119 group: custom report elements for group visibility data.
...
Allow for the reporting of group visibility/participation properties
introduced in 958da5b6
, by implementing new entity columns & filters.
2023-03-20 15:44:57 +00:00
Juan Leyva
bba614a5eb
MDL-77643 tool_mobile: Return location settings
2023-03-20 16:38:44 +01:00
Mikel Martín
9191edb72f
MDL-77691 behat: Add step to navigate to profile page directly
2023-03-20 14:18:33 +01:00