Sara Arjona
40818b5212
Merge branch 'MDL-72834-master' of https://github.com/HuongNV13/moodle
2021-12-01 08:59:47 +01:00
Mathew May
f65b92577a
MDL-70197 navigation: Update classic goutte tests
2021-11-30 08:13:49 +02:00
Huong Nguyen
7de559fa2f
MDL-72834 Calendar: Move the calendar into the user menu
2021-11-30 10:22:07 +07:00
Mathew May
b983003e2e
MDL-70197 navigation: Remove old navigation elements and migrate behat
2021-11-29 15:47:42 +08:00
Ferran Recio
26d0e51d91
MDL-72456 mod_assign: fix behats
2021-11-25 15:29:54 +01:00
Eloy Lafuente (stronk7)
b62095fa97
MDL-72799 behat: Increase allowed size for privacy exports
...
Because of more moodle.css contents, the total size of the privacy
exports has grown over the allowed size. Just raise it a little bit
more.
Note this commit isn't a problem caused exclusively by this issue,
but as far as this also contributed to the size increase, assigning
the fix to it.
2021-11-19 12:07:07 +01:00
Sara Arjona
dc0e7a45df
Merge branch 'MDL-70721-master' of git://github.com/rezaies/moodle
2021-11-18 15:18:51 +01:00
Peter Dias
423e5a5fee
MDL-72816 navigation: Make sure a primary node is active
...
- Revert unnecessary primary_active_tab setters
- Modify the navigation nodes to never change text based on default homepage
- Make sure a tab is set active
2021-11-17 15:55:18 +08:00
Andrew Nicols
738d4cac07
Merge branch 'MDL-70801-new' of https://github.com/Chocolate-lightning/moodle
2021-11-17 12:41:32 +08:00
Shamim Rezaie
dfe03b3036
Merge branch 'MDL-72250-master-3' of https://github.com/bmbrands/moodle
2021-11-17 07:30:54 +11:00
Shamim Rezaie
8f65f24221
Merge branch 'MDL-72907-master' of https://github.com/sarjona/moodle
2021-11-17 02:02:51 +11:00
Amaia Anabitarte
9b5367b306
MDL-72907 core_repository: Fix enable_plugin function
2021-11-16 09:20:56 +01:00
Bas Brands
8d976f932f
MDL-72250 tool_usertours: behat update for new drawer toggle button
2021-11-16 08:58:01 +01:00
Shamim Rezaie
652392d932
MDL-70721 output: remove {{#quote}} wherever it was misused
...
Also use the new {{#cleanstr}} helper where it was more appropriate
than the {{#str} helper.
2021-11-16 10:08:06 +11:00
Paul Holden
836f2f044a
MDL-72908 admin: correctly distinguish purging all/selected caches.
2021-11-15 12:20:11 +00:00
Mathew May
6ca9c2154a
MDL-70801 core_my: Add a new courses page
2021-11-15 11:49:35 +08:00
Jun Pataleta
e327315ea6
Merge branch 'MDL-61671-master' of git://github.com/jleyva/moodle
2021-11-12 10:48:57 +08:00
Luuk Verhoeven
f60a585929
MDL-72982 tool_dataprivacy: add class name to email table
2021-11-11 22:54:56 +08:00
Juan Leyva
8bbdb41ab5
MDL-61671 tool_mobile: Improve certificate checks
...
Support different curl implementations and skip last certificate checks in some cases.
2021-11-09 17:05:48 +01:00
Sara Arjona
46ca6aa90e
Merge branch 'MDL-72949-master' of https://github.com/NashTechOpenUniversity/moodle
2021-11-04 10:33:22 +01:00
Eloy Lafuente (stronk7)
3873af5626
Merge branch 'MDL-72655-master' of https://github.com/andelacruz/moodle
2021-11-03 19:03:22 +01:00
Eloy Lafuente (stronk7)
c11096576a
Merge branch 'MDL-72619-master' of https://github.com/sammarshallou/moodle
2021-11-03 18:15:28 +01:00
sangnguyena
85e7f767ef
MDL-72949 WS: Return coursegraceperiod setting in tool_mobile_get_config
2021-11-03 16:14:25 +07:00
Angelia Dela Cruz
89c4c803e8
MDL-72655 behat: Use assign generators
...
Replace steps that manually add assignment instances via the UI
and use Behat generators. This improves the speed of Behat test
runs.
2021-11-03 11:34:26 +08:00
Simey Lameze
940f20fde9
MDL-72571 tool_filetypes: change extension param to PARAM_ALPHANUMEXT
2021-11-02 18:04:16 +01:00
Eloy Lafuente (stronk7)
12795aa4b1
Merge branch 'MDL-72850' of https://github.com/paulholden/moodle
2021-11-01 22:58:09 +01:00
Paul Holden
f4c8daa479
MDL-72850 search: show role alias in "Teacher roles" configuration.
2021-11-01 10:15:14 +00:00
Eloy Lafuente (stronk7)
b5c6ce0d7f
MDL-72921 generators: exported users now match the plan size definition
...
Before this patch the exported users (to csv file that jmeter consumes)
were all the enrolled users in the test course. And that's ok when the
number of users enrolled match the number of concurrent threads planned
for a jmeter plan (each thread is a user).
But when both numbers don't match, that can lead to the jmeter plan
not behaving as expected, because it iterates over the excessive users
in the file, leading to some users having run 5 loops, others 4...
The only way to make results more consistent is to, always, ensure that
the number of users exported for the plan match the plan size and not
the site size.
And that's what this issue exactly does, restrict the export to the
number of threads that the plan will have. So every user always runs
the very same number of loops.
2021-10-29 18:03:39 +02:00
Eloy Lafuente (stronk7)
ba1c3c0b88
Merge branch 'MDL-72781-master' of git://github.com/mickhawkins/moodle
2021-10-28 22:26:59 +02:00
Eloy Lafuente (stronk7)
4f271297ce
Merge branch 'MDL-72879-master-enfix' of git://github.com/mudrd8mz/moodle
2021-10-27 22:12:11 +02:00
David Mudrák
53bb0947b6
MDL-72879 lang: Use fixed strings in tests, too
2021-10-27 07:37:03 +02:00
Helen Foster
07b7482063
MDL-72879 lang: Import fixed English strings (en_fix)
2021-10-26 21:05:10 +02:00
Huong Nguyen
b3df2aba62
MDL-72385 tool_usertours: Improve and simplify design of user tours
2021-10-26 12:55:37 +07:00
Eloy Lafuente (stronk7)
777f654c28
MDL-69371 behat: Raise privacy exports allowed size
...
Note that this issue is not the one causing this problem alone
but just one more causing the download limits to be surpassed.
Allowing 1000 more bytes to have some margin, as far as we are
adding lots of new css stuff here and there.
2021-10-22 08:31:38 +02:00
Michael Hawkins
3416ccc871
MDL-72781 tool_usertours: Remove disabled user tour JSON
2021-10-21 17:23:56 +08:00
Michael Hawkins
9d4f46e4b6
MDL-72781 tool_usertours: Disable activity completion user tours
2021-10-21 17:23:55 +08:00
abgreeve
ca229dfcad
Merge branch 'MDL-69371-master-4' of git://github.com/bmbrands/moodle
2021-10-21 17:16:48 +08:00
Andrew Nicols
349312143d
MDL-72013 js: Fix jsdocs to meet stricter eslint
2021-10-21 13:28:00 +08:00
Ilya Tregubov
b7815208f3
Merge branch 'MDL-72639' of git://github.com/paulholden/moodle
2021-10-20 12:59:29 +02:00
Paul Holden
ebbd92a5e9
MDL-70795 tool_dataprivacy: increase exported data download size.
2021-10-20 09:41:27 +02:00
David Matamoros
22d896e063
MDL-70795 reportbuilder: add interface for creating reports.
...
Implement elements for creating/editing reports, along with
new system report for listing and accompanying JS modules for
user interaction.
Create "Users" datasource as proof-of-concept.
Co-authored-By: Paul Holden <paulh@moodle.com>
2021-10-19 13:55:30 +01:00
Bas Brands
47bbfe0f4f
MDL-69371 theme_boost: redesign the moodle login page
2021-10-19 13:47:04 +02:00
Eloy Lafuente (stronk7)
523b2643b7
Merge branch 'MDL-60917-Master' of https://github.com/tuanngocnguyen/moodle
2021-10-18 20:31:19 +02:00
Sara Arjona
1c8ed2fa2e
MDL-72720 logstore: Display config changes as expected
2021-10-18 11:30:53 +02:00
Shamim Rezaie
20d9ea7e05
Merge branch 'MDL-72706-master' of git://github.com/aanabit/moodle
2021-10-18 17:19:10 +11:00
Shamim Rezaie
7a17a2e8e4
Merge branch 'MDL-72720-master' of git://github.com/sarjona/moodle
2021-10-18 15:43:31 +11:00
Amaia Anabitarte
1b1735f763
MDL-72706 core_course: Change default value of Hidden sections setting
2021-10-15 17:13:07 +02:00
Eloy Lafuente (stronk7)
d87511c097
MDL-71689 behat: Raise privacy requests allowed sizes
...
This issue comes with some good new CSS that is included in the
privacy request downloads. Now that's causing them to be over
the allowed (tested) size (68 bytes). So raising it by 500 bytes
to have some margin.
2021-10-15 13:09:46 +02:00
Sara Arjona
9cb8534590
MDL-72720 logstore: Implement enable_plugin() method
2021-10-15 13:00:04 +02:00
Sara Arjona
1dfa86b4b4
MDL-72720 webservice: Implement enable_plugin() method
2021-10-15 13:00:04 +02:00