Jun Pataleta
fa9632cb54
Merge branch 'MDL-72679-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-11-05 12:40:55 +08:00
Nathan Nguyen
41868f952b
MDL-72679 qtype_ddmarker: Fix incorrect positions in multiple viewportss
...
Co-authored-by: Huong Nguyen <huongnv13@gmail.com >
2021-11-04 14:42:50 +07:00
Paul Holden
7012c95569
MDL-70823 qtype_ddwtos: new method for safer feedback unserializing.
2021-11-03 16:57:15 +01:00
Sara Arjona
72a7266a87
Merge branch 'MDL-72977-311' of https://github.com/juancs/moodle into MOODLE_311_STABLE
2021-11-03 09:04:00 +01:00
Juan Segarra Montesinos
40124ef728
MDL-72977 qtype_essay: Honor Information for graders text format.
2021-11-02 12:21:38 +01:00
Huong Nguyen
521591639c
MDL-71872 Questions: The placeholder disappears when double-clicking
2021-11-01 17:30:23 +07:00
Víctor Déniz
fab5e031f9
Merge branch 'MDL-72912_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2021-10-28 15:45:28 +01:00
Jun Pataleta
0421a9aba5
Merge branch 'MDL-72669-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-10-27 15:07:38 +08:00
Tim Hunt
90d04a010b
MDL-72912 questions: fix type of question_display_options::$context
2021-10-26 08:06:19 +01:00
Andrew Nicols
8bd492084d
Merge branch 'MDL-71750-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-10-25 13:58:27 +08:00
Shamim Rezaie
6215cbba29
MDL-72669 qtype_multianswer: Replace empty option with NBSP
2021-10-22 16:02:19 +11:00
Andrew Nicols
a5c1b7924d
MDL-72013 js: Fix jsdocs to meet stricter eslint
2021-10-21 08:52:57 +08:00
Sara Arjona
8639d45416
Merge branch 'MDL-72064-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-10-18 12:59:44 +02:00
Huong Nguyen
06858a584a
MDL-71344 questions: Improve event handler for Drag n Drop family
2021-10-11 11:05:14 +07:00
Thong Bui
a79905af9a
MDL-71750 File upload: Disable submittion when uploading multiple files
2021-09-23 09:08:39 +07:00
Jun Pataleta
773a4d7603
Merge branch 'MDL-71602-311-2' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-09-16 12:57:50 +08:00
Luca Bösch
e1046f053a
MDL-72216 questions: Don't stick buttons together in preview.
2021-09-02 13:36:30 +02:00
Shamim Rezaie
fa1da2e471
MDL-71602 qtype_essay: label essay question's answer area
2021-08-24 00:59:18 +10:00
Thong Bui
49d1413f72
MDL-72064 Questions: response selection area enough
2021-08-19 14:33:45 +07:00
Andrew Nicols
3dd5ef4cc0
MDL-72179 behat: Make use of page resolvers
2021-07-26 15:14:24 +08:00
Helen Foster
b6dca70a44
MDL-72063 lang: Import fixed English strings (en_fix)
2021-07-01 19:14:53 +02:00
Bas Brands
1f3a2943f1
MDL-71366 core_question: prevent question options overflow
2021-07-01 11:58:07 +08:00
Bas Brands
ee1fc4661f
MDL-71366 core_question: prevent shrinking of input radio
2021-07-01 11:58:02 +08:00
Andrew Nicols
613cd69cbd
MDL-71113 javascript: Improve basic JS Documentation
2021-06-18 09:38:05 +08:00
Andrew Nicols
e214af5720
MDL-71113 js: Fix all jsdoc warnings
2021-06-18 09:38:05 +08:00
Andrew Nicols
43ae52cbf8
MDL-71113 js: Bare minimum fixes to build jsdoc
2021-06-18 09:38:04 +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
Huong Nguyen
67ca5af409
MDL-71145 qtype_ddmarker: Fix Behat failure
2021-05-27 15:29:25 +07: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
Huong Nguyen
9c4948a892
MDL-71145 qtype_ddmarker: Incorrect marker positions in responsive mode
2021-05-21 08:47:37 +07: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
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
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)
370a38484f
Merge branch 'MDL-71580-311-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-05-12 23:00:00 +02:00
Helen Foster
5070425e99
MDL-71580 lang: Import fixed English strings (en_fix)
2021-05-12 17:11:57 +02:00
Eloy Lafuente (stronk7)
71d0cfefab
MDL-71583 versions: bump all versions and requires near release
...
version = 2021051700 release version
requires= 2021051100 current rc1 (week7roll1) version
Note that, because we are under parallel development period,
this is being done in the branch that is going to be released
(MOODLE_311_STABLE already existing) for Moodle 3.11.0 and
not in master, that is the one getting the bump under normal
(non-parallel) periods.
2021-05-11 18:50:34 +02:00
David Mudrák
4806989294
MDL-71425 lang: Fix reworded strings in tests
2021-05-04 17:47:01 +02:00
Helen Foster
00006816e0
MDL-71425 lang: Import fixed English strings (en_fix)
2021-05-04 16:43:13 +02:00
Adrian Greeve
d89a89c862
Merge branch 'MDL-71258_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2021-05-03 11:08:42 +08:00
Mahmoud Kassaei
d25f0453cf
MDL-71258 questions: privacy support for settings defaults preferences
2021-04-30 10:16:14 +01:00
Luca Bösch
003d17d98b
MDL-60331 questions: prevent double escaping question categories.
2021-04-28 17:16:31 +02:00
abgreeve
f0b4559bfe
Merge branch 'MDL-71205_311' of https://github.com/mkassaei/moodle into MOODLE_311_STABLE
2021-04-21 13:31:44 +08:00
Jake Dallimore
25716402c1
Merge branch 'MDL-71030-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-04-21 12:07:07 +08:00
Thong Bui
6a9063c588
MDL-71030 Quiz: Add 'who' made changes in question response history
2021-04-20 09:12:18 +07:00
Víctor Déniz
42a4fea40c
Merge branch 'MDL-71118-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-04-19 19:44:08 +01:00
Sara Arjona
ab308e8847
Merge branch 'MDL-71262_311' of https://github.com/mkassaei/moodle into MOODLE_311_STABLE
2021-04-19 17:44:09 +02:00
Sara Arjona
e4d4369b2f
MDL-71225 questions: Remove duplicated empty line
2021-04-19 17:28:43 +02:00
Luca Bösch
c5446c9cc7
MDL-71118 core: Add grade (verb) string.
...
AMOS BEGIN
CPY [grade,core],[gradenoun,core]
CPY [grade,core],[gradeverb,core]
AMOS END
2021-04-17 11:45:57 +02:00
Mahmoud Kassaei
d2d9a7200b
MDL-71225 Questions: Default options for
...
ddimageortext, ddmarker and match qtypes
2021-04-14 17:54:54 +01:00
Mahmoud Kassaei
82a9fb50d0
MDL-71262 Questions: Default options for qtype_essay
2021-04-14 17:14:28 +01:00