Eloy Lafuente (stronk7)
492d047d11
MDL-67284 upgrade: add 3.8.0 separation line to all upgrade scripts
2019-11-17 11:40:19 +01:00
Eloy Lafuente (stronk7)
d5be859063
MDL-67199 versions: bump all versions and requires near release
...
version = 2019111800 release version
requires= 2019111200 current beta (week7roll1) version
2019-11-12 17:57:08 +01:00
Tim Hunt
c9491626ab
MDL-67153 question bank: let qtype add actions to the edit menu
2019-11-06 19:32:15 +00:00
Jake Dallimore
72a5ab2130
Merge branch 'MDL-66965' of https://github.com/stronk7/moodle
2019-10-29 14:13:00 +08:00
Eloy Lafuente (stronk7)
32b625b6de
Merge branch 'MDL-66956' of https://github.com/timhunt/moodle
2019-10-28 19:41:58 +01:00
Eloy Lafuente (stronk7)
88d29a1bb8
MDL-66965 core: php74 curly 2 square braces changes
...
Note this only modified core files, still there are a lot
of curly brace uses but all them are within 3rd part
libraries and will be handled apart.
2019-10-25 17:41:10 +02:00
Luca Bösch
f68616d750
MDL-67001 question: alignment and form spaces.
2019-10-23 10:59:24 +02:00
Eloy Lafuente (stronk7)
3c75bfa457
Merge branch 'MDL-66980' of https://github.com/timhunt/moodle
2019-10-21 20:26:34 +02:00
Tim Hunt
471c39b361
MDL-66980 question bank: fix load_many_for_cache missing record check
2019-10-21 11:18:12 +01:00
Tim Hunt
c11c88928e
MDL-66956 question bank: move edit menu to improve usability
2019-10-18 14:27:51 +01:00
Tim Hunt
701ae1eb4b
MDL-66816 question bank: replace row of edit icons with an Edit menu
2019-10-18 14:27:50 +01:00
Jun Pataleta
0aa17f2631
MDL-66553 question: Behat fixes
...
1. Fix sortable key for the qname/idnumber/tags column
2. Fix the default sort
3. Fix Behat test for sorting by idnumber. Added ID numbers for both
question A and question C in order for us to get consistent sorting
across DBs.
2019-10-15 20:22:12 +08:00
Jake Dallimore
164e879156
Merge branch 'MDL-66796' of git://github.com/timhunt/moodle
2019-10-15 10:52:45 +08:00
Jun Pataleta
d75eb57daa
Merge branch 'MDL-66821' of https://github.com/timhunt/moodle
2019-10-15 07:35:36 +08:00
Tim Hunt
468d7ead0a
MDL-66796 question bank: fix more bugs with category editing
2019-10-14 15:29:53 +01:00
Tim Hunt
9c4f0fa746
MDL-66796 question bank: 0 is a valid question category idnumber
2019-10-14 14:33:36 +01:00
Tim Hunt
9c14b28d0b
MDL-66821 question behat: new step for acting on questions in the bank
...
There is a proposed change MDL-66816 which will change the question
bank UI. This will break any Behat tests which uses low-level steps
like
When I click on "Duplicate" "link" in the "Test question" "table_row"
to perform an action on a question in the question bank. This commit
introduces a new step:
When I choose "Duplicate" action for "Test question" in the question bank
This commit also converts all core Behat tests to use the new step.
2019-10-14 11:36:12 +01:00
Jake Dallimore
f79a974435
MDL-66796 mod_quiz: only update the id number if changed
...
If the idnumber is present in the DB, it's set to null. In this case,
don't update the value.
2019-10-14 13:38:20 +08:00
Jun Pataleta
75c49ad291
Merge branch 'MDL-66553' of https://github.com/timhunt/moodle
2019-10-14 09:42:03 +08:00
Jake Dallimore
df09316ebd
Merge branch 'MDL-66796' of git://github.com/timhunt/moodle
2019-10-14 07:41:19 +08:00
Tim Hunt
61cc1e6494
MDL-66553 question bank: show tags and idnumbers in question list
2019-10-11 13:59:26 +01:00
Tim Hunt
d4b47c5442
MDL-66553 question bank: show idnumbers on the edit categories screen
2019-10-11 13:59:26 +01:00
Tim Hunt
d30c6cdc17
MDL-66553 question bank: fix lots of phpdoc and other warnings
2019-10-09 13:26:12 +01:00
Eloy Lafuente (stronk7)
38417fa421
Merge branch 'MDL-66801' of https://github.com/timhunt/moodle
2019-10-08 01:16:46 +02:00
Eloy Lafuente (stronk7)
9c5796a3f0
Merge branch 'MDL-66754' of https://github.com/timhunt/moodle
2019-10-07 22:33:02 +02:00
Tim Hunt
e247068d72
MDL-66801 questions: XML import/export should include category idnumbers
2019-09-30 18:59:23 +01:00
Tim Hunt
e740085116
MDL-66796 question bank: 0 is a valid question category idnumber
2019-09-30 14:18:35 +01:00
Tim Hunt
824d1f8f52
MDL-66754 question engine: fix lots of PHPdoc errors
...
This fixes essentially all the things PHPstorm was warning about in
question/engine/datalib.php and question/engine/questionusage.php.
2019-09-24 10:25:29 +01:00
Tim Hunt
7b1b478761
MDL-66754 question engine: make $slots argument optional
...
Sometimes there is not a fixed list of slots, and you just want all data.
2019-09-23 18:03:23 +01:00
Tim Hunt
a3624fdf0f
MDL-66685 questions: should able to save an empty question usage
2019-09-16 14:35:18 +01:00
Mahmoud.Kassaei
1d89daf329
MDL-66563 Questions: Drag and Drop qtypes in high-contrast
2019-09-04 15:32:16 +01:00
Andrew Nicols
221bfed37b
MDL-66378 behat: Fix use of before/after selectors
2019-08-19 08:16:40 +08:00
Jun Pataleta
7fda7cf71b
Merge branch 'MDL-57239' of https://github.com/timhunt/moodle
2019-08-08 08:49:56 +08:00
Tim Hunt
1f60ddcebc
MDL-57239 qbehaviour_interactive: fix Try again button when reviewing
2019-08-02 11:44:51 +01:00
Tim Hunt
b65db96d8c
MDL-33884 question export: raise memory limit
...
Question exports can be quite big, just like imports can. Therefore, we
should raise memory limits in the same way.
(Of course, eventually we should change the API, so that it writes one
questoin at a time, rather than building the whole export file contents
in RAM first, but that would be a much bigger change, and we need a
quick fix now.)
2019-07-31 16:18:16 +01:00
Eloy Lafuente (stronk7)
8b9c0616b3
Merge branch 'MDL-65994-master' of git://github.com/junpataleta/moodle
2019-07-25 14:49:12 +08:00
Ryan Wyllie
195ea4480b
MDL-62497 javascript: build AMD modules with new transpiler
2019-07-19 14:12:49 +08:00
Jun Pataleta
cbd8641a8a
MDL-65994 question: Convert checkboxes to checkbox-toggleall element
2019-07-19 10:29:18 +08:00
Eloy Lafuente (stronk7)
efbd73b91c
Merge branch 'MDL-66115_master' of https://github.com/dvdcastro/moodle
2019-07-17 23:08:53 +02:00
David Castro
39260e3ead
MDL-66115 qtype_ddimageortext: Fixing choice deletion.
...
Summarising responses fails when question choices have been removed.
AMOS BEGIN
CPY [deletedchoice,qtype_match],[deletedchoice,qtype_ddimageortext]
AMOS END
(cherry picked from commit f0265e6db16caa6d13f8bce291e7da91b0eabb53)
2019-07-12 14:36:32 -05:00
Martin Gauk
09fd8aec27
MDL-58026 question: fix regrading in progress attempt
...
Do not convert autosave steps to true steps when regrading.
Thanks Eric Merrill for providing the unit test code.
2019-07-08 09:35:34 +00:00
Eloy Lafuente (stronk7)
59cfb582f6
Merge branch 'MDL-65864' of git://github.com/timhunt/moodle
2019-06-19 18:08:19 +02:00
M Kassaei
72d387254a
MDL-65840 qtype_ddmarker: coordinates of cirle shape
...
The coordinates of a circle shape are not allowed to be smaller than its radius.
By default, set the coordinates to be the same as the radius.
2019-06-14 09:19:06 +01:00
Tim Hunt
e900b2f34f
MDL-65864 question engine: fix re-saving a new usage
...
Before this fix, test_repeated_usage_saving_new_usage was failing but
test_repeated_usage_saving_existing_usage was passing. Now the
behaviour is consistent and they both pass.
2019-06-13 18:04:02 +01:00
Jun Pataleta
83cdcd99f2
Merge branch 'MDL-65697-master' of git://github.com/lameze/moodle
2019-05-28 13:31:41 +08:00
Simey Lameze
e72e711b82
MDL-65697 qtype_missingtype: include missing class
2019-05-24 07:01:24 +08:00
Sara Arjona
c13d1d2518
Merge branch 'MDL-65605-master' of git://github.com/rezaies/moodle
2019-05-21 13:47:31 +02:00
Eloy Lafuente (stronk7)
3572a25cc3
MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts
2019-05-20 19:35:05 +02:00
Shamim Rezaie
c7ac83ca0a
MDL-65605 core_question: Fix the issue when get_draft_files returns nul
2019-05-20 23:44:02 +10:00
Simey Lameze
c970e181c7
MDL-65570 qtype_multianswer: use unique id function
2019-05-15 09:05:37 +08:00