Bas Brands
a0bb51622c
MDL-71610 theme_boost: remove edit button from Boost
2021-09-29 09:25:36 +02:00
Bas Brands
09f6ce9fed
MDL-71610 theme_boost: add a edit mode switch
2021-09-29 09:25:36 +02:00
Ilya Tregubov
214adb7984
weekly release 4.0dev
2021-09-23 18:21:49 +02:00
Ilya Tregubov
eb1f88242c
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-09-23 18:21:47 +02:00
Eloy Lafuente (stronk7)
6943cb85db
Merge branch 'MDL-71964-master' of git://github.com/junpataleta/moodle
2021-09-23 10:38:58 +02:00
Jun Pataleta
cb0b7fc9c5
MDL-71964 user: Fix preference lang string key
...
* Plus use example domain for user email in the Behat test
2021-09-23 14:11:20 +08:00
Jun Pataleta
959a562aa0
Merge branch 'MDL-72426-master' of git://github.com/lameze/moodle
2021-09-23 12:23:46 +08:00
Jun Pataleta
87b8583803
Merge branch 'MDL-71964-master' of git://github.com/junpataleta/moodle
2021-09-23 11:32:27 +08:00
Dongsheng Cai
a2d5d43223
MDL-71964 dashboard: add welcome message for all users
2021-09-23 10:42:04 +08:00
AMOS bot
b6cc37278a
Automatically generated installer lang files
2021-09-23 00:07:48 +00:00
Eloy Lafuente (stronk7)
b889f9f3f6
Merge branch 'MDL-72110-master-v3' of https://github.com/sharidas/moodle
2021-09-22 20:00:18 +02:00
Ilya Tregubov
3de9a4db4c
Merge branch 'MDL-66549-master' of git://github.com/ilyatregubov/moodle
2021-09-22 19:47:28 +02:00
Jun Pataleta
ed0d7efa2f
Merge branch 'MDL-71664-master-v04' of git://github.com/ferranrecio/moodle
2021-09-22 21:17:32 +08:00
arjun-kallapur
a5ab9e466e
MDL-66549 grades: Double arrow sort order should be ascending first
2021-09-22 14:13:14 +02:00
Ilya Tregubov
0e979b85cc
Merge branch 'MDL-72042-master' of git://github.com/sarjona/moodle
2021-09-22 13:34:28 +02:00
Ferran Recio
23499e6447
MDL-71664 course: add browser native drag and drop
2021-09-22 11:08:06 +02:00
Eloy Lafuente (stronk7)
f4a730e350
Merge branch 'MDL-72593-master' of git://github.com/andrewnicols/moodle
2021-09-22 10:48:07 +02:00
Jun Pataleta
99cb8a7303
Merge branch 'MDL-71037-master-8' of git://github.com/ilyatregubov/moodle
2021-09-22 14:44:17 +08:00
Jun Pataleta
c69c653b57
Merge branch 'MDL-51165-master' of https://github.com/kiratskitizing/moodle
2021-09-22 10:51:29 +08:00
AMOS bot
13a14653f5
Automatically generated installer lang files
2021-09-22 00:07:49 +00:00
Eloy Lafuente (stronk7)
9a19736556
Merge branch 'MDL-71352-master' of git://github.com/lucaboesch/moodle
2021-09-21 23:17:51 +02:00
Eloy Lafuente (stronk7)
09614b91c6
Merge branch 'MDL-72566-master' of git://github.com/ferranrecio/moodle
2021-09-21 19:07:17 +02:00
Bas Brands
c08ee9169c
MDL-71037 theme_boost: section collapse styling
2021-09-21 18:41:59 +02:00
Ilya Tregubov
f2e28c0561
MDL-71037 course: Make sections collapsible for Topics/Weeks format.
2021-09-21 18:41:59 +02:00
Eloy Lafuente (stronk7)
dabf7b45cd
Merge branch 'MDL-69364-master-alt' of git://github.com/andrewnicols/moodle
2021-09-21 18:19:16 +02:00
Eloy Lafuente (stronk7)
74f38ccd66
Merge branch 'MDL-72630-master' of git://github.com/andrewnicols/moodle
2021-09-21 16:17:31 +02:00
Ilya Tregubov
64bcb34a29
Merge branch 'MDL-70946-master' of git://github.com/peterRd/moodle
2021-09-21 13:08:27 +02:00
Andrew Nicols
0a0823672c
MDL-72593 behat: Improve behat handling of file manager buttons
...
When using a try/catch for a find if the first match is not met then we
have an implicit 6 second delay waiting for the search to time out.
We can avoid this by combining the searches in a comma-separated
selection.
I have also taken the opportunity to convert the use of ->click() to the
i_click_on function which has the benefit of supporting wait for
pendingJS.
2021-09-21 15:59:46 +08:00
Andrew Nicols
e4ceff2a24
MDL-72593 behat: Load the Field node content locally for processing
...
The standard NodeElement functions for getAttribute, getTagName,
getParent, and friends go back to WebDriver and parse the DOM for each
request. This is insanely slow per request, and in the case of forms we
do a lot of checking to determine the field type.
This change modifies the form field detection to copy the entire node
content into a DOMDocument and parse the document locally.
This is significantly faster - in some cases where there are large
documents minutes faster.
I believe that this should be a safe change as the document fetched from
the browser is normalised to match the doctype specified.
2021-09-21 15:55:21 +08:00
Andrew Nicols
1e78596419
MDL-72630 feedback: Increase screen size for links just off screen
2021-09-21 15:33:01 +08:00
Jun Pataleta
e6e32acd21
Merge branch 'MDL-58939-master' of git://github.com/sarjona/moodle
2021-09-21 10:38:11 +08:00
Eloy Lafuente (stronk7)
0f04ec2ef6
Merge branch 'MDL-72387-master' of git://github.com/aanabit/moodle
2021-09-20 23:23:24 +02:00
Amaia Anabitarte
5c54b1a608
MDL-72387 core_course: section navigation visiblity for students
2021-09-20 21:49:19 +02:00
Eloy Lafuente (stronk7)
9c6489db36
Merge branch 'MDL-72205-master' of git://github.com/HuongNV13/moodle
2021-09-20 18:58:56 +02:00
Ilya Tregubov
2fb0c3bf71
Merge branch 'MDL-72356-master' of git://github.com/aanabit/moodle
2021-09-20 14:35:46 +02:00
Amaia Anabitarte
7958fa72e1
MDL-72356 core_course: auto enrol admins when adding a new course
2021-09-20 13:09:29 +02:00
Andrew Nicols
98421046dc
MDL-69364 enrol: Improve setting of save button
2021-09-20 12:07:30 +08:00
Andrew Nicols
9fb596408d
MDL-69364 enrol: Improve cohort test
2021-09-20 12:07:30 +08:00
Huong Nguyen
244a5f3264
MDL-72205 admin: admin_setting_configduration validation improvement
...
The write_setting() should only use the internal validation if no validation function was provided
2021-09-20 09:17:21 +07:00
Peter Dias
46daeb3ba1
MDL-70946 repository: Reenable and fix the disabled behat test
2021-09-20 08:01:15 +08:00
Joshua Ebarvia
7ccf18f65e
MDL-51165 mod_url: allow directory index url direct access
2021-09-19 12:05:51 +09:30
Eloy Lafuente (stronk7)
ea02bb0da7
Merge branch 'MDL-72605-master' of git://github.com/sarjona/moodle
2021-09-17 16:26:31 +02:00
Luca Bösch
1f7fbed812
MDL-71352 gradereport_grader: Add icons for pass/fail.
2021-09-17 13:54:41 +02:00
Sara Arjona
3b4b891a5f
MDL-72605 my: Fix behat error with classic
...
This is a regression caused by MDL-72116, where the "Upcoming events"
block was removed from the dashboard.
In classic is failing because the text "Upcoming events" is displayed
in the "Add a block" list. So stopping edition should fix the issue.
2021-09-17 13:27:04 +02:00
Sara Arjona
0cc61bbfc6
MDL-58939 lib_google: Remove google_picasa class
...
Picasa is discontinued since 2016 so google_picasa class has been
removed from core Moodle (it makes no sense to deprecate it because
it's not working properly)..
2021-09-17 10:46:10 +02:00
Sara Arjona
128ebcc4b0
MDL-58939 repository: Remove picasa repository
...
Picasa is discontinued since 2016 so repository_picasa has been
removed from core Moodle.
2021-09-17 10:46:09 +02:00
Sara Arjona
ba06999e48
MDL-58939 portfolio: Remove picasa portfolio
...
Picasa is discontinued since 2016 so portfolio_picasa has been
removed from core Moodle.
2021-09-17 10:45:12 +02:00
Sara Arjona
a0d3e32aa9
MDL-72042 media: Remove SWF media player
...
The Flash Player was deprecated in 2017 and officially discontinued
on 31 December 2020, so media_swf player has been completely
removed from Moodle core.
2021-09-17 10:39:17 +02:00
Ilya Tregubov
5ea3545115
weekly release 4.0dev
2021-09-17 08:58:30 +02:00
Ilya Tregubov
41a738f5fc
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-09-17 08:58:27 +02:00