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
Andrew Nicols
2a2e548f4c
MDL-71369 admin: Apply form change checker to admin/category view
2021-05-21 09:58:16 +08: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
Peter Dias
18fe7a38d3
MDL-67771 theme: Add side-post to incourse views
2021-05-20 15:15:09 +08:00
Mark Nelson
99c43cae2c
MDL-68925 assignfeedback_editpdf: avoid hiding comments with a menu open
...
Co-authored by: Jonathon Fowler <fowlerj@usq.edu.au>
2021-05-20 13:16:06 +08:00
Jun Pataleta
bb662a7dc4
Merge branch 'MDL-71157-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-05-20 12:29:58 +08:00
abgreeve
98b407a0ba
Merge branch 'MDL-65203-311' of https://github.com/dcai/moodle into MOODLE_311_STABLE
2021-05-20 11:05:58 +08:00
Andrew Nicols
09df41a8ac
Merge branch 'MDL-71647-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-05-20 10:49:34 +08:00
Thong Bui
95974314dd
MDL-71644 Quiz: The issues outstanding from MDL-70947.
...
Issue 1: While essay question's uploading progress, we need to disable submit
buttons to prevent submit form event.
Issue 2: Enable buttons after pressing cancel button on the popup
confirming overwrite file existed.
2021-05-20 08:32:50 +07:00
Andrew Nicols
33c9dde707
Merge branch 'MDL-71626-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-05-20 09:32:19 +08:00
Eloy Lafuente (stronk7)
0fc5c86d42
Merge branch 'MDL-71126-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-05-19 23:03:13 +02:00
Eloy Lafuente (stronk7)
b4dee39b4c
Merge branch 'MDL-67935-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-05-19 22:50:21 +02:00
Eloy Lafuente (stronk7)
5f0b872a5d
Merge branch 'MDL-71373-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-05-19 19:37:54 +02:00
Sara Arjona
88a00e6a78
MDL-71157 block_myoverview: remove wait from behat
...
The step "And I wait until ".block_myoverview
[data-control='next']" "css_element" exists" is not correct
because this [data-control='next'] element exists before and
after the step so, in some cases, it might cause the following
step will start earlier than expected.
As pending JS has been added, this wait steps are not required
any more.
2021-05-19 12:34:51 +02:00
Andrew Nicols
02bc9d32c3
MDL-71157 core: Pending JS in paged content bars
2021-05-19 12:34:51 +02:00
Luca Bösch
a2fc77efad
MDL-71373 tool_usertours: localize "previous"/"next" in user tours.
...
AMOS BEGIN
CPY [previous,core],[previousstep,tool_usertours]
CPY [next,core],[nextstep,tool_usertours]
AMOS END
2021-05-19 09:56:08 +02:00
Luca Bösch
c71c13ff70
MDL-71373 core_enrol: localize "close" in role manager.
2021-05-19 09:56:08 +02:00
Luca Bösch
c0bb9750f3
MDL-71373 tool_usertours: localize "previous"/"next" in user tours.
2021-05-19 09:56:08 +02:00
Luca Bösch
b739173419
MDL-71373 core_table: localize "previous"/"next" in pagination.
2021-05-19 09:56:08 +02:00
Eloy Lafuente (stronk7)
03b86c5364
Merge branch 'MDL-71619-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-05-18 22:59:24 +02:00
Eloy Lafuente (stronk7)
bca8b8bd49
Merge branch 'MDL-71373-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-05-18 22:54:25 +02:00
David Mudrák
3d2b204283
MDL-71659 completion: Consider modules without grade_item incomplete
...
Activity modules may not have the associated grade_item created yet. It
used to throw fatal error in that case - even when trying to view the
course or edit the activity. So there was no easy way to recover from
this situation.
The patch is based on reasoning that an activity without grade item is
same as activity without any grades. And as such it is considered
incomplete.
A new unit test is added to cover this specific scenario. The existing
unit test is modified and it does not expect the exception any more.
There does not seem to be any good reason why this situation should be
exceptional.
2021-05-18 20:56:31 +02:00
Dongsheng Cai
5464f37017
MDL-65203 template: tab should be quoted to produce valid json
2021-05-18 20:42:17 +10:00
AMOS bot
857626bbe1
Automatically generated installer lang files
2021-05-18 00:07:36 +00:00
Paul Holden
113bef8365
MDL-71647 user: allow searching user selector by identity fields.
...
Fixes regression from d916cd77
, which passed empty extra fields when
not including custom fields.
2021-05-17 16:07:39 +01:00
Sara Arjona
536a5a4ac5
Merge branch 'MDL-71638_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-05-17 12:44:50 +02:00
Nhan Vo
7981b16046
MDL-71047 HTML Editor (Atto): Cursor position is not correct when paste
2021-05-17 14:22:53 +07:00
Eloy Lafuente (stronk7)
b23a50a063
MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts
2021-05-16 00:00:43 +02:00
Eloy Lafuente (stronk7)
94f2d3fc4b
Moodle release 3.11
2021-05-15 18:10:59 +02:00
Luca Bösch
0c3a643182
MDL-71373 core_enrol: localize "close" in role manager.
2021-05-14 14:17:47 +02:00
Luca Bösch
c9be7c7c5b
MDL-71373 tool_usertours: localize "previous"/"next" in user tours.
2021-05-14 14:17:47 +02:00
Luca Bösch
280ec710c7
MDL-71373 core_table: localize "previous"/"next" in pagination.
2021-05-14 14:17:47 +02:00
Huong Nguyen
c08dab048b
MDL-71126 Quiz: Manual grading page size preference can get stuck at 0
...
Including in this change:
- New positiveint regex rule to check if the value is a positive integer
2021-05-14 17:02:28 +07:00
Sara Arjona
bdd30ee5b1
Moodle release 3.11rc2
2021-05-14 11:09:10 +02:00
Sara Arjona
c537bd587c
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-05-14 11:09:07 +02:00
Sara Arjona
2864b51c7b
MDL-67935 tool_lp: fix random errors with login/logout
2021-05-14 10:53:13 +02:00
AMOS bot
3f02adabd1
Automatically generated installer lang files
2021-05-14 00:07:33 +00:00
Víctor Déniz
439d1cf29d
Merge branch 'MDL-71569_Summarydata' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
2021-05-13 22:40:15 +01:00