Tien Nguyen
e21a8577c6
MDL-73337 Quiz: Editing quizzes should be logged in detail
2022-01-27 22:49:54 +00:00
Bas Brands
7c76e1c349
MDL-72466 core_output: dropdown menu alignment
2022-01-27 17:24:20 +01:00
Ilya Tregubov
f6ff70c2e1
Merge branch 'MDL-73375-master' of https://github.com/bmbrands/moodle
2022-01-27 17:10:45 +02:00
Ilya Tregubov
57fe1a3099
Merge branch 'MDL-67853-master' of https://github.com/crazyserver/moodle
2022-01-27 16:41:19 +02:00
Pau Ferrer Ocaña
d195956f3a
MDL-67853 message: Translate user message preference from restore and WS
2022-01-27 15:22:15 +01:00
Pau Ferrer Ocaña
b4c75986ad
MDL-67853 message: Adapt tests removing online/offline settings
2022-01-27 15:22:15 +01:00
Pau Ferrer Ocaña
d74bd798b6
MDL-67853 message: Remove on/offline settings on message preferences
2022-01-27 15:22:15 +01:00
Pau Ferrer Ocaña
e8ad1eaa43
MDL-67853 message: Update notification config and preferences
2022-01-27 15:22:08 +01:00
Paul Holden
9626002d56
MDL-72756 reportbuilder: implement tests covering privacy updates.
2022-01-27 12:04:05 +00:00
David Matamoros
ed55c7ecd6
MDL-72756 reportbuilder: Implement privacy provider
...
Co-authored-by: Paul Holden <paulh@moodle.com>
2022-01-27 12:04:03 +00:00
Eloy Lafuente (stronk7)
86282be888
Merge branch 'MDL-73588-master-curlfile' of https://github.com/mudrd8mz/moodle
2022-01-27 12:16:51 +01:00
Sara Arjona
1b7c63b191
Merge branch 'MDL-73562-master' of https://github.com/bmbrands/moodle
2022-01-27 11:24:30 +01:00
Shamim Rezaie
01e21818fb
Merge branch 'MDL-73500' of https://github.com/stronk7/moodle
2022-01-27 11:37:47 +11:00
Eloy Lafuente (stronk7)
2d2b70bc01
MDL-72089 behat: Need to hover the cards to make the buttons visible
...
Kudos to Chrome that detected this. The buttons are now not visible
until you hover the course card. Hence, we have to do the same with
extra behat step, to allow the following click to work.
2022-01-26 23:31:05 +01:00
Bas Brands
eb6c4ddf4f
MDL-73594 theme_boost: only show lang icon on mobile
2022-01-26 15:34:49 +01:00
Bas Brands
2524339fc6
MDL-73390 core_course: align section collapse icons
2022-01-26 12:37:00 +01:00
Bas Brands
9c06763193
MDL-73480 core_course: course section heading alignment
2022-01-26 11:28:49 +01:00
Sara Arjona
08357782f2
MDL-72852 badges: Improve performance to display Badges nav
...
The course_get_user_navigation_options() is called on each request
from the add_course_essentials() method, to initialise the basic
navigation options that are available or not for the current user.
This information is not always displayed in boost (for
instance, in a module page), but it might be required by some blocks,
like Navigation.
However, this block is hidden by default in boost since MDL-73347,
so at any point we should check if it's possible to change the way
this navigations options is loaded, to only get this information
when it's strictly required.
2022-01-26 10:36:53 +01:00
Eloy Lafuente (stronk7)
049c7f0822
MDL-73188 usertours: Fix language string key typo
2022-01-26 10:29:49 +01:00
Eloy Lafuente (stronk7)
f067a420cf
Merge branch 'MDL-72089' of https://github.com/Chocolate-lightning/moodle
2022-01-26 10:23:01 +01:00
Eloy Lafuente (stronk7)
3916f80200
Merge branch 'MDL-72626-master' of https://github.com/sarjona/moodle
2022-01-26 10:16:27 +01:00
Eloy Lafuente (stronk7)
19dbb28366
Merge branch 'MDL-73314-master' of https://github.com/andrewnicols/moodle
2022-01-26 09:36:30 +01:00
Eloy Lafuente (stronk7)
567bf81981
Merge branch 'MDL-71706' of https://github.com/paulholden/moodle
2022-01-26 08:45:06 +01:00
Eloy Lafuente (stronk7)
c41562279c
Merge branch 'MDL-71711' of https://github.com/paulholden/moodle
2022-01-26 08:40:46 +01:00
AMOS bot
e61d11f461
Automatically generated installer lang files
2022-01-26 00:07:39 +00:00
Mikel Martín
b43c28567a
MDL-73470 tool_componentlibrary: Documentation for toggle input
2022-01-25 18:04:58 +01:00
Mikel Martín
795087462f
MDL-73470 core: Move toggle template to core
2022-01-25 18:04:58 +01:00
Bas Brands
a809372c9f
MDL-73375 theme_boost: main page scrollbars
...
match scrollbars for courseindex and main page
2022-01-25 13:31:46 +01:00
Bas Brands
c5089fd7a7
MDL-73216 theme_boost: fix mobile primary nav
2022-01-25 10:50:42 +01:00
Bas Brands
068bb8ae8b
MDL-73562 core_contentbank: alignment fixes
2022-01-25 09:35:07 +01:00
Sara Arjona
320f6fb5c6
MDL-72626 lib: Set Moodle files after RTLCSS upgrade
2022-01-25 09:20:34 +01:00
Sara Arjona
68578fc860
MDL-72626 lib: Upgrade RTLCSS to 1.0.1
2022-01-25 09:19:59 +01:00
Shamim Rezaie
090fd3f8ae
Merge branch 'MDL-72852-master' of https://github.com/sarjona/moodle
2022-01-25 13:34:01 +11:00
Shamim Rezaie
05e5488b54
Merge branch 'MDL-73638' of https://github.com/paulholden/moodle
2022-01-25 13:15:26 +11:00
Shamim Rezaie
682340d858
MDL-73635 tool_componentlibrary: Removed extra whitespaces
2022-01-25 11:36:17 +11:00
Shamim Rezaie
ca53fa6919
Merge branch 'MDL-73635-master' of https://github.com/junpataleta/moodle
2022-01-25 11:03:06 +11:00
Shamim Rezaie
61f6e6c639
Merge branch 'MDL-73068-master-2' of git://github.com/mickhawkins/moodle
2022-01-25 10:55:47 +11:00
Eloy Lafuente (stronk7)
bdf816744b
Merge branch 'MDL-71889' of https://github.com/paulholden/moodle
2022-01-25 00:14:51 +01:00
Eloy Lafuente (stronk7)
d8e1ec2c81
Merge branch 'MDL-73188-master-3' of https://github.com/HuongNV13/moodle
2022-01-25 00:06:30 +01:00
Frode Petterson
080105c6d3
MDL-73588 curl: Fix expected CURLOPT_FILE behavior
...
After cbf9dfb
the CURLOPT_FILE no longer behaves as expected. All
redirect responses are appended to the same stream resource. This fix
reverts back to the old behavior by setting the stream pointer back to
the beginning for each subsequent redirect.
2022-01-24 17:08:25 +01:00
Sara Arjona
7c1d536b0d
MDL-72852 navigation: Do not display badges when empty
...
If there are no course badges, students shouldn't have a link to a
page saying there are no badges available.
This patch is for displaying the Badges in the secondary navigation
only if the user can manage badges or there is, at least, one
badge available to the current user.
2022-01-24 15:31:23 +01:00
Sara Arjona
5b220a45ef
MDL-71724 behat: Fix accessibility issues when upgrading axe lib
2022-01-24 15:30:57 +01:00
Sara Arjona
bc77f8d9ea
MDL-71724 lib: Set Moodle files after axe upgrade
2022-01-24 15:30:57 +01:00
Sara Arjona
e35a803476
MDL-71724 lib: Upgrade axe to 4.3.5
2022-01-24 15:30:57 +01:00
Jun Pataleta
a336dfc271
Merge branch 'MDL-73618-master' of https://github.com/ferranrecio/moodle
2022-01-24 18:59:15 +08:00
Jun Pataleta
fbc3e7568e
Merge branch 'MDL-73493' of git://github.com/paulholden/moodle
2022-01-24 17:32:32 +08:00
Shamim Rezaie
0f803de8aa
Merge branch 'MDL-73254' of https://github.com/call-learning/moodle
2022-01-24 19:30:13 +11:00
Laurent David
9877868c6f
MDL-73254 mod_bigbluebuttonbn: Fix hide recording functionality
...
* The hide recording is working in combination with several settings and should
allow the Record button to be hidden either globally on in a given activity
2022-01-24 08:33:45 +01:00
Mathew May
c530e4c448
MDL-72089 block_myoverview: Template changes for styling
2022-01-24 15:09:38 +08:00
Jake Dallimore
041b1beb46
Merge branch 'MDL-73347-master' of https://github.com/sarjona/moodle
2022-01-24 13:40:57 +08:00