moodle/question
Eloy Lafuente (stronk7) 4621917c62 MDL-67114 core: php74 fix. Fix use of scalar as array in core
There are various places where it's not guaranteed that the
variable being used is array, and instead, can be null, bool, int...

We need to check that because php74 warns about it.

Where possible we have used the coalesce operator as
replacement for isset() ternary operations.
2020-01-03 11:33:15 +01:00
..
amd Merge branch 'MDL-65994-master' of git://github.com/junpataleta/moodle 2019-07-25 14:49:12 +08:00
behaviour Merge branch 'MDL-65809-master' of git://github.com/sarjona/moodle 2019-12-24 14:53:03 +08:00
classes MDL-66999 theme_boost: @extend remove extends for questions 2019-12-12 11:27:58 +01:00
engine MDL-67114 core: php74 fix. Fix use of scalar as array in core 2020-01-03 11:33:15 +01:00
format MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
templates MDL-62931 Questions: Escaping lang strings properly 2018-07-23 14:24:29 +10:00
tests MDL-67151 core_question: Support scientific format at question preview 2019-12-03 16:52:22 +11:00
type MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
yui MDL-63944 Questions Bank: Select all checkbox should be checked 2019-02-15 10:07:08 +07:00
addquestion.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
category.php MDL-36088 questions: Add new events 2019-04-29 11:16:19 +07:00
category_class.php Merge branch 'MDL-66796' of git://github.com/timhunt/moodle 2019-10-15 10:52:45 +08:00
category_form.php MDL-62708 question: Add idnumbers to question and question category 2018-09-21 12:26:24 +01:00
edit.php MDL-36088 questions: Add new events 2019-04-29 11:16:19 +07:00
editlib.php MDL-23545 question: XML import/export add category description 2018-09-14 16:54:25 +01:00
export.php MDL-36088 questions: Add new events 2019-04-29 11:16:19 +07:00
export_form.php MDL-61132 Questions: Adapt logic on export/import 2018-02-05 11:58:58 +11:00
exportone.php MDL-63738 question bank: a link to download a single question 2018-10-29 10:38:24 +00:00
flags.js
format.php MDL-66801 questions: XML import/export should include category idnumbers 2019-09-30 18:59:23 +01:00
import.php MDL-36088 questions: Add new events 2019-04-29 11:16:19 +07:00
import_form.php MDL-65605 core_question: Fix the issue when get_draft_files returns nul 2019-05-20 23:44:02 +10:00
lib.php MDL-61837 core_question: replace tag fields on tag modal 2018-04-09 11:46:46 +08:00
move_form.php
preview.php MDL-36088 questions: Add new events 2019-04-29 11:16:19 +07:00
previewlib.php MDL-53140 question: Support localised floats when previewing a question 2019-05-01 12:10:32 +10:00
qengine.js MDL-46386 question Whitelist the Atto editor from return blocking 2014-07-21 09:08:01 -04:00
question.php MDL-65207 core: replace typos by actually 2019-04-01 08:49:18 +08:00
renderer.php MDL-58428 renderer: Move renderer override from Question bank 2019-02-26 16:24:49 +08:00
toggleflag.php
upgrade.php
upgrade.txt MDL-66816 question bank: replace row of edit icons with an Edit menu 2019-10-18 14:27:50 +01:00