Adrian Greeve
407dcd4922
Merge branch 'MDL-69798_310' of https://github.com/timhunt/moodle into MOODLE_310_STABLE
2020-10-08 13:34:30 +08:00
Tim Hunt
651dbb729c
MDL-69798 XML question export: excape special chars in idnumbers
2020-10-01 17:10:28 +01:00
Sara Arjona
7db1a61a72
Merge branch 'MDL-69050-310-allowlist' of git://github.com/mudrd8mz/moodle into MOODLE_310_STABLE
2020-10-01 14:51:12 +02:00
Mahmoud Kassaei
95d1f1f18d
MDL-68562 Qtype_essay: Adding file-size limit to the attachment files
2020-09-25 08:52:59 +01:00
David Mudrák
bd686af064
MDL-69050 lang: Fix the variable name in the Essay question type
2020-09-24 19:32:40 +02:00
Eloy Lafuente (stronk7)
8f0297915c
Merge branch 'MDL-69116-310' of git://github.com/rezaies/moodle into MOODLE_310_STABLE
2020-09-08 23:16:24 +02:00
Shamim Rezaie
e6f0b5a3a3
MDL-69116 qtype_multichoice: accessibility improvement
...
- Screen-readers should not see 'clear my choice' when it is not visible
- 'clear my choice' option should only become visible when a choice is
selected
2020-08-31 23:53:54 +10:00
Shamim Rezaie
7a85cc6d2e
MDL-69116 qtype_mutichoice: Use label for the "clear my choice" link
2020-08-31 23:53:54 +10:00
Tim Hunt
e3bfcb1cde
MDL-69246 questions: allow for float issues when validating manual marks
...
As well as fixing the bug, I also rewrote the test to use
data providers, which should lead to more useful failure messages.
And, I moved the magic number we used as the float tolerence to
be a named constant.
2020-08-27 17:39:15 +01:00
Eloy Lafuente (stronk7)
fe9ecef92b
MDL-69479 upgrade: Change all 4.0 occurrences to 3.10
...
Under parallel development, when something is worth being commented
in upgrade.txt notes, it will be applied to all the development branches
using the "earliest" one to be released. So, if something changes
in 3.10 (and also is applied to master), the upgrade.txt notes will
show 3.10 in both branches.
Of course, if something only goes to one dev branch (say master), then the
master version will be used in the notes (4.0 in this case).
2020-08-24 14:08:46 +08:00
Bas Brands
49f1803c9d
MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css
2020-08-19 08:29:50 +08:00
Nadav Kavalerchik
67dfb55d49
MDL-69414 qtype/ddimageortext: Fix dropzones display in RTL mode
2020-08-17 14:53:20 +08:00
Adrian Greeve
17e99314a2
Merge branch 'MDL-67657-master' of git://github.com/andrewnicols/moodle
2020-07-21 14:47:14 +08:00
Eloy Lafuente (stronk7)
5a32562f82
Merge branch 'MDL-69165-master' of https://github.com/HuongNV13/moodle
2020-07-16 16:21:27 +02:00
Andrew Nicols
cd6eadd407
MDL-67657 behat: Convert existing uses of executeScript
2020-07-16 11:06:31 +08:00
Andrew Nicols
45871ec48e
MDL-69068 behat: Allow singular, pivotted data generators
2020-07-15 15:27:31 +08:00
Andrew Nicols
b49cb92e82
MDL-69068 behat: New step to support singular generators
2020-07-15 15:27:31 +08:00
Jake Dallimore
0524f3ae5b
Merge branch 'MDL-69104-master' of https://github.com/HuongNV13/moodle
2020-07-08 13:06:45 +08:00
Huong Nguyen
579da44a70
MDL-69165 Questions: Incorrect id used in init_submit_button function
2020-07-08 10:54:24 +07:00
Huong Nguyen
5fa8f1c811
MDL-69104 Questions: Drag and drop question family don't work with iOS
...
- Drag and Drop marker question type
- Drag and Drop onto image question type
- Drag and Drop into text question type
2020-06-30 13:15:48 +07:00
Luca Bösch
8dfa3027a0
MDL-68584 core_question: flexbox compatible separator for question types
...
* the br tag does not work well in a flexbox context, a 100% with div
works in both classic and boost.
2020-06-25 22:01:15 +02:00
Eloy Lafuente (stronk7)
b764343e5a
MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts
2020-06-14 13:08:09 +02:00
Jake Dallimore
337e2e2b23
Merge branch 'MDL-68973' of https://github.com/stronk7/moodle
2020-06-10 16:13:57 +08:00
Jun Pataleta
4baa3d1280
MDL-68864 qtype_multichoice: Rebuild clearchoice source map
2020-06-10 11:20:22 +08:00
Bas Brands
5d5153906c
MDL-68864 qtype_multichoice: clearchoice button styles
...
- display the clearchoice link as a button to improve the way
it looks when using keyboard focus
2020-06-10 11:10:46 +08:00
Bas Brands
233eafd8eb
MDL-68864 qtype_multichoice: shift focus to first option on keyboard tab
...
- This prevents losing focus when using keyboard navigation.
2020-06-10 11:10:46 +08:00
Bas Brands
b59de78bd1
MDL-68864 qtype_multichoice: clearchoice
...
- Reverted changes from MDL-67901
2020-06-10 11:10:46 +08:00
Eloy Lafuente (stronk7)
115cc0214f
MDL-68973 versions: bump all versions and requires near release
...
version = 2020061500 release version
requires= 2020060900 current rc1 (week7roll1) version
2020-06-09 16:23:09 +02:00
Bas Brands
024a0cc7c2
MDL-68963 qtype_calculatedmulti: show question content inline
...
- Applies the CSS changes added in MDL-68761 for the multichoice qtype
so questions don't start on a new line
2020-06-08 15:03:37 +02:00
Bas Brands
1ce86e3ada
MDL-68963 qtype_multichoice: better styles for safari
...
- Input type radio needs a width attribute when it is in a flexbox
container
2020-06-08 15:02:59 +02:00
Bas Brands
40d1487bf5
MDL-68761 question_multichoice: show question content inline
2020-06-03 11:02:59 +02:00
Jake Dallimore
cfe32a7caf
Merge branch 'MDL-68802-master' of https://github.com/HuongNV13/moodle
2020-05-29 10:53:57 +08:00
Huong Nguyen
81d7fd7a80
MDL-68802 qtype_ddimageortext: issue related to keyboard navigation
2020-05-28 18:03:11 +07:00
Eloy Lafuente (stronk7)
6f56e743ed
Merge branch 'MDL-68753-master-enfix' of git://github.com/mudrd8mz/moodle
2020-05-28 13:01:39 +02:00
Helen Foster
026a12ec51
MDL-68753 lang: Import fixed English strings (en_fix)
2020-05-26 19:18:23 +02:00
Adrian Greeve
b2978c1787
Merge branch 'MDL-68757' of https://github.com/timhunt/moodle
2020-05-26 10:33:03 +08:00
Victor Deniz Falcon
a735d4d1d4
Merge branch 'MDL-68252' of https://github.com/timhunt/moodle
2020-05-26 00:55:02 +01:00
Andrew Nicols
35f5bf4abc
Merge branch 'MDL-68549' of https://github.com/HuongNV13/moodle
2020-05-25 19:10:21 +08:00
Adrian Greeve
d602189874
Merge branch 'MDL-63812' of https://github.com/timhunt/moodle
2020-05-25 14:40:14 +08:00
Jun Pataleta
20a660f864
MDL-68367 qtype_multichoice: Decrease minimum expected export file size
...
* Exporting via Oracle trims trailing zeroes in floating numbers which
results to a smaller file size for the exported file. Better to reduce
the minimum expected export file size from 4000 bytes to 3900 bytes.
2020-05-22 14:45:05 +08:00
Andrew Nicols
a15175eab4
Merge branch 'MDL-68446' of https://github.com/timhunt/moodle
2020-05-22 11:32:01 +08:00
Jake Dallimore
77dddebdb9
Merge branch 'MDL-58645-master' of https://github.com/HuongNV13/moodle
2020-05-22 10:35:27 +08:00
Andrew Nicols
f2d33fcc11
Merge branch 'MDL-68439-master' of https://github.com/HuongNV13/moodle
2020-05-21 20:30:13 +08:00
Huong Nguyen
51de017235
MDL-68439 qtype_ddwtos: UI issues
...
- Fixed cursor for dropped ddwtos
- Fixed the animation of "flying back to the home position" starts off at the right end of the previous line"
2020-05-21 17:19:40 +07:00
Jun Pataleta
7750dd55e8
Merge branch 'MDL-68367' of https://github.com/mkassaei/moodle
2020-05-21 17:10:16 +08:00
Mahmoud Kassaei
00055ef6ab
MDL-68367 Question: Multi-choice Option to hide systemtext
2020-05-21 09:47:15 +01:00
Adrian Greeve
aa1dcabf4c
Merge branch 'MDL-68733' of https://github.com/timhunt/moodle
2020-05-21 08:37:52 +08:00
Tim Hunt
64207dab65
MDL-67183 questions: get_question & get_behaviour only init if required
...
This reviews all the code code, and sets $requirequestioninitialised
whenever possible in these calls, which should improve performance.
2020-05-19 20:52:07 +01:00
Tim Hunt
9cbbb779eb
MDL-67183 question engine: allow lazy-init of question_attempts
...
That is, we don't call apply_attempt_state as soon as a
the data is loaded from the database. Instead, we wait
and only call it if really needed.
This should (especially after the next commit) be a performance win
during quizzes, particularly for people using advanced question
types liks STACK, or people making extensive use of the
'Try another question like this one' feature.
2020-05-19 20:49:33 +01:00
Tim Hunt
89c8a076b2
MDL-68733 quiz editing: behat test for altering random question tags
2020-05-18 23:20:10 +01:00