Paul Holden
71300b78a6
MDL-71888 admin: define clitablesexist string used by CLI installer.
2021-06-09 22:06:10 +01:00
Eloy Lafuente (stronk7)
193a0a6189
weekly release 3.11+
2021-06-03 23:56:11 +02:00
Eloy Lafuente (stronk7)
b7e345a7eb
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-06-03 23:56:07 +02:00
Andrew Nicols
328577f89b
Merge branch 'MDL-71741-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-06-03 11:51:31 +08:00
Huong Nguyen
da14398a88
MDL-71741 portfolio: Reset header information between requests
...
The reset process also removes the CURLFile option in the HTTP object,
which will avoid the serialisation issue on PHP7.4 and upward
2021-06-03 10:51:16 +07:00
Huong Nguyen
63a05f4f1f
MDL-71741 portfolio: Use the correct configurations
2021-06-03 10:51:16 +07:00
abgreeve
6e8ccc0851
Merge branch 'MDL-71284-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-06-03 11:42:31 +08:00
Andrew Nicols
05af1f4404
Merge branch 'MDL-71668-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-06-03 11:34:09 +08:00
Andrew Nicols
ccac2556c9
Merge branch 'MDL-71622_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-06-03 11:20:58 +08:00
Andrew Nicols
24e486017b
Merge branch 'MDL-71737-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-06-03 11:09:21 +08:00
abgreeve
4e63264072
Merge branch 'MDL-71693-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-06-03 10:18:27 +08:00
abgreeve
a7c2b6d33c
Merge branch 'MDL-71644-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-06-03 09:25:10 +08:00
Eloy Lafuente (stronk7)
bd512aa401
Merge branch 'MOODLE_311_MDL-71438_v2' of https://github.com/golenkovm/moodle into MOODLE_311_STABLE
2021-06-02 23:52:16 +02:00
Mikhail Golenkov
d36305b090
MDL-71438 blocks: Add index on mdl_user_preferences.name
2021-06-02 22:12:40 +10:00
Shamim Rezaie
33cb9e8af0
MDL-71668 editor_atto: Accissibility focus styling for Atto buttons
...
Make all Atto buttons consistent in the way they show the focus outline
2021-06-02 17:11:52 +10:00
Andrew Nicols
b4d899d0d3
Merge branch 'MDL-71731_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-06-01 12:47:53 +08:00
AMOS bot
46a444beb5
Automatically generated installer lang files
2021-05-29 00:07:26 +00:00
Huong Nguyen
b17d54b307
MDL-71737 portfolio: Make is_valid_image become internal function
2021-05-28 15:07:19 +07:00
Luca Bösch
a62fc597a7
MDL-71284 assign: prevent double escaping assignment name.
2021-05-27 20:30:49 +02:00
Eloy Lafuente (stronk7)
b93c667bf6
MDL-71731 phpunit: isolate tests requiring lots of peak mem
...
It's mostly addDocuments(), used by test_add_document_batch_large()
with 100 big documents what requires a lot of ram
although apparently, it's freed (partially) once ended.
Just the peak usage remains high. In any case, isolating that
test to avoid the non-freed side of it to consume too
much memory for the rest. (We allow "only" 2GB).
Still, I think that there is a good work about to detect which
tests are leaking / consuming too much, I'd bet there are
a bunch running completely out of control.
2021-05-27 19:42:26 +02:00
Eloy Lafuente (stronk7)
5d3c294eeb
MDL-71622 behat: use own fork of friends-of-behat/mink-extension
...
Upstream behat/mink-extension isn't updated since 2018.
So we switch to friends-of-behat/mink-extension until
upstream situation is clarified.
But friends-of-behat/mink-extension has some PHP8 issues
that, at the time of writting this, have not been solved:
- https://github.com/FriendsOfBehat/MinkExtension/pull/9
So we are temporarily changing to one fork:
https://github.com/moodlehq/MinkExtension
Whenever those issues are solved by friends-of-beha or behat
we will change back to them and remove our fork.
Generated with composer 2.x and PHP 7.3
2021-05-27 19:42:18 +02:00
Sara Arjona
2d82188d89
weekly release 3.11+
2021-05-27 17:45:09 +02:00
Sara Arjona
b84c90b8aa
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-05-27 17:45:07 +02:00
Sara Arjona
0d4dd9d891
Merge branch 'MDL-69703-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-05-27 12:25:01 +02:00
Paul Holden
e2f4bddc6d
MDL-69703 theme_boost: ensure multi-select options take all space.
2021-05-27 10:45:48 +01:00
Sara Arjona
6bd128b714
Merge branch 'MDL-71145-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-05-27 11:37:07 +02:00
Huong Nguyen
67ca5af409
MDL-71145 qtype_ddmarker: Fix Behat failure
2021-05-27 15:29:25 +07:00
Andrew Nicols
2a7cd2b0d8
Merge branch 'MDL-69703-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-05-27 12:05:58 +08:00
Andrew Nicols
12db5d25fe
Merge branch 'MDL-71637-311' of git://github.com/peterRd/moodle into MOODLE_311_STABLE
2021-05-27 11:53:25 +08:00
Andrew Nicols
96c52f32ae
Merge branch 'MDL-71047-3.11' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-05-27 11:18:34 +08:00
Andrew Nicols
cd5c2bd341
Merge branch 'MDL-71462-MOODLE_311_STABLE' of https://github.com/SysBind/moodle into MOODLE_311_STABLE
2021-05-27 09:54:07 +08:00
Andrew Nicols
2b3c70eee8
Merge branch 'MDL-67771-311' of git://github.com/peterRd/moodle into MOODLE_311_STABLE
2021-05-27 09:45:00 +08:00
Andrew Nicols
39151da155
Merge branch 'MDL-71145-311' of git//github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-05-27 09:39:53 +08:00
AMOS bot
2ab19a8c46
Automatically generated installer lang files
2021-05-27 00:07:27 +00:00
Eloy Lafuente (stronk7)
311519306c
Merge branch 'MDL-71159-311' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE
2021-05-26 18:47:55 +02:00
Peter Dias
04e0c75456
MDL-71637 core: Set default for mb_substitute_character
2021-05-26 14:19:59 +08:00
Andrew Nicols
14a0882662
Merge branch 'MDL-71628-311' of https://github.com/nguyenphuctien/moodle into MOODLE_311_STABLE
2021-05-26 10:39:02 +08:00
Sara Arjona
97f3b0cf17
Merge branch 'MDL-68925_311' of git://github.com/mdjnelson/moodle into MOODLE_311_STABLE
2021-05-25 15:34:30 +02:00
Tien Nguyen
57d66da1a5
MDL-71628 quiz: Quiz review: names not shown on Manual grading screens
2021-05-25 16:30:20 +07:00
Eloy Lafuente (stronk7)
fa9e5f890a
Merge branch 'MDL-71659-311-missinggradeitem' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-05-24 23:23:08 +02:00
Paul Holden
372924b4a8
MDL-69703 theme_boost: remove right padding for multi-selects.
...
This removes the whitespace obscuring longer option elements when
selected, particularly on narrow screens.
2021-05-24 15:56:44 +01:00
avi
8b4eff6fbd
MDL-71462 core: Add phpstorm metadata file to gitignore
2021-05-24 15:54:45 +03:00
AMOS bot
3fc9bf8350
Automatically generated installer lang files
2021-05-24 00:07:26 +00:00
AMOS bot
0fd372707a
Automatically generated installer lang files
2021-05-23 00:07:23 +00:00
Huong Nguyen
9c4948a892
MDL-71145 qtype_ddmarker: Incorrect marker positions in responsive mode
2021-05-21 08:47:37 +07:00
Jun Pataleta
44257ec096
Merge branch 'MDL-60431_311' of https://github.com/jonof/moodle into MOODLE_311_STABLE
2021-05-21 08:57:20 +08:00
Jonathon Fowler
f2c9e1728e
MDL-60431 qtype_calculated: handle NAN and INF calculation outcomes
...
With significant-digits presentation mode, NAN would be formatted as
'NAN' followed by zeroes, which looks silly, and +INF would cause an
execution timeout as Moodle tries to divide +∞ by 10 until it becomes
less than 1, which can happen in a divide-by-zero situation.
Note that the user can't answer NAN or INF to any question, but at this
at least now looks consistent and also doesn't break Moodle in the case
of +INF.
2021-05-21 09:35:40 +10:00
Paul Holden
48c7b4a1fe
MDL-71693 admin: set default for debugdisplay to off.
...
The previous default value for this config was based on the
PHP ini file `display_error` property (6349a3ba
). However we
override this propertly during page setup (25338300
) according
to the value of the configuration itself.
This had the effect of always setting the default value for
this config to it's current value.
2021-05-20 21:39:36 +01:00
Sara Arjona
beefea6bad
weekly release 3.11+
2021-05-20 11:09:04 +02:00
Sara Arjona
1f2f52d949
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-05-20 11:09:01 +02:00