Marina Glancy
b355a1c97c
MDL-50851 core_question: use new tag API
2016-01-10 15:25:47 +08:00
Dan Poltawski
29747350b1
Merge branch 'MDL-52365_new' of git://github.com/mkassaei/moodle
2015-12-22 13:15:02 +00:00
M Kassaei
c398f6ed44
MDL-52365 qtype ddwtos & ddimageortext: 20 drag items IE11/Edge
2015-12-22 12:36:40 +00:00
Andrew Nicols
3390f40ab7
Merge branch 'MDL-52363' of git://github.com/mkassaei/moodle
2015-12-22 12:33:57 +08:00
Rajesh Taneja
c2df9b3b90
MDL-52427 behat: Fixed question selectors
...
As class is changed, we need to convert selector
to check if class is contained, rather then checking
selecting with specific class.
2015-12-22 10:43:22 +08:00
Dan Poltawski
2c10892c9e
Merge branch 'MDL-52427' of git://github.com/timhunt/moodle
2015-12-21 13:27:38 +00:00
Dan Poltawski
7fe67ef4ad
Merge branch 'MDL-52542' of git://github.com/timhunt/moodle
2015-12-21 11:05:40 +00:00
Dan Poltawski
1703917824
Merge branch 'MDL-52553_master' of git://github.com/dmonllao/moodle
2015-12-18 10:51:01 +00:00
David Monllao
342f1ab28d
MDL-52553 question: Adding missing required constants
2015-12-18 14:44:51 +08:00
Eloy Lafuente (stronk7)
56e6d6608a
Merge branch 'wip-mdl-52540' of https://github.com/rajeshtaneja/moodle
2015-12-17 10:18:34 +01:00
Tim Hunt
3ca956b629
MDL-52542 qtype_multianswer: field names must match string placeholders
2015-12-17 08:36:08 +00:00
Rajesh Taneja
c00667550b
MDL-52540 behat: mouse events are not handled well with phantomjs
2015-12-17 12:05:19 +08:00
M Kassaei
c7cad17b44
MDL-52363 qtype ddimageortext: Incorrectly sized drag item
2015-12-15 11:35:46 +00:00
Tim Hunt
d392b13a63
MDL-52427 questions: all parts of a Q should be clearfix
...
Otherwise large floated images may overflow.
2015-12-13 20:27:54 +00:00
David Monllao
9e313e798f
MDL-51784 general: Adding missing php4 style constructors
...
Adding them to warn people calling the php4 constructor.
2015-12-11 14:02:42 +08:00
Marina Glancy
c4d0b752a2
MDL-51784 various: use __construct() for PHP7 compatibility
2015-12-11 12:48:24 +08:00
David Monllao
e574148c50
MDL-52333: qtype_calculated: Adding division by zero test
2015-12-10 16:38:57 +08:00
Tony Levi
c6f9107029
MDL-52333 qtype: PHP7-compatibility in calculate_raw()
...
Code also modified by Tim Hunt
2015-12-10 16:38:57 +08:00
Dan Poltawski
bbd3156049
Merge branch 'wip-MDL-52193-master' of https://github.com/marinaglancy/moodle
2015-12-07 15:36:55 +00:00
David Monllao
f2304bfb81
Merge branch 'MDL-48004-master' of git://github.com/danpoltawski/moodle
2015-12-03 18:52:24 +01:00
David Monllao
200ab5266a
Merge branch 'MDL-50269_master' of git://github.com/markn86/moodle
...
Conflicts:
lib/upgrade.txt
2015-12-03 18:51:42 +01:00
Andrew Nicols
6e8e992d37
Merge branch 'wip-mdl-52357' of https://github.com/rajeshtaneja/moodle
2015-12-03 18:50:03 +01:00
Rajesh Taneja
0049d2591b
MDL-52357 behat: add 2 sec delay to ensure window is stable
2015-12-01 15:45:05 +08:00
Ankit Agarwal
c917b53a8d
MDL-50269 deprecations: Properly deprecate notify()
2015-12-01 15:29:33 +08:00
Dan Poltawski
17fda969ff
MDL-45364 ddimageortext: refine naming & docs of new methods
2015-11-26 19:48:44 +00:00
Andrew Nicols
2ccb8d006a
MDL-45364 qtype_ddimageortext: Fix JS Lint issues
2015-11-26 19:09:29 +00:00
Dan Poltawski
5aeba19926
MDL-48004 question: remove buggy arg of question_edit_setup
...
There are no uses of this in core and it does not make sense
2015-11-26 15:04:10 +00:00
Dan Poltawski
4dc29f5e8d
MDL-48004 question: prevent notices on import screen
...
If query params were not passed the page would previously display debug
notices as setting the $requirecourseid param to question_edit_setup()
was buggy.
2015-11-26 15:02:36 +00:00
Dan Poltawski
4e1648cc34
Merge branch 'MDL-52291' of git://github.com/stronk7/moodle
2015-11-25 11:22:17 +00:00
Eloy Lafuente (stronk7)
e716c18fb9
MDL-52291 questions: fix upgrade from 2.5 and earlier
...
Because of some changes performed to the multichoice qtype
for Moodle 2.6, older sites are not able to upgrade properly.
This commits does introduce DB introspection to decide which
table and column names must be used. Nasty but enough.
Note MDL-52298 has been created about to avoid/minimize the
chances of this happening again.
2015-11-25 00:19:30 +01:00
Rajesh Taneja
a3f22d315f
MDL-50163 behat: wait to ensure elements are placed properly by js.
2015-11-24 11:16:44 +08:00
Eloy Lafuente (stronk7)
65b70071ca
Merge branch 'wip-MDL-52203-master' of https://github.com/marinaglancy/moodle
2015-11-19 09:45:30 +01:00
Dan Poltawski
78b2c65c0a
Merge branch 'MDL-52162_master' of git://github.com/dmonllao/moodle
2015-11-19 06:33:54 +00:00
Marina Glancy
3be59be349
MDL-52203 qtype_multianswer: avoid fatal error during upgrade
2015-11-19 11:06:48 +08:00
Marina Glancy
97562c4d7c
MDL-52193 questions: add missing require_once
2015-11-18 13:33:34 +08:00
David Monllao
0519a1dabb
MDL-52162 question: Removing unnecessary dependency
...
APIs dependencies were correctly removed during MDL-38214 review although
this unnecessary require remained here.
Credit to Marina Glancy.
2015-11-18 13:16:39 +08:00
Eloy Lafuente (stronk7)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Dan Poltawski
728754de6b
Merge branch 'MDL-52018-master-enfix' of git://github.com/mudrd8mz/moodle
2015-11-03 17:56:21 +01:00
Andrew Nicols
80ad34e720
Merge branch 'MDL-51914' of git://github.com/timhunt/moodle
2015-11-03 09:42:04 +08:00
Tim Hunt
0b4b0a7eea
MDL-51914 qtype_ddmarker: fix checking points on the boundary
...
All points on the boundary are now considered in the shape, on the
grounds that it is better to grade someone right for an edge case.
2015-11-02 22:06:23 +00:00
David Mudrák
e8b75e6292
MDL-52018 lang: Fix behat tests to use the new strings
2015-11-02 22:30:46 +01:00
Helen Foster
da6ecfd8c1
MDL-52018 lang: Merge English strings from the en_fix language pack
2015-11-02 22:12:06 +01:00
Dan Poltawski
ca9daf0fb0
Merge branch 'MDL-51955' of git://github.com/stronk7/moodle
2015-10-29 14:22:28 +00:00
Eloy Lafuente (stronk7)
aa4a2716ef
MDL-51955 testing: Exported files may be smaller than expected
...
Open a bit the allowed size expectation to accomodate oracle
producing smaller files when outputing decimal numbers.
2015-10-29 13:19:36 +01:00
Dan Poltawski
413c321a18
Merge branch 'MDL-51914' of git://github.com/timhunt/moodle
2015-10-28 11:52:03 +00:00
Tim Hunt
2d391d1b10
MDL-51914 qtype_ddmarker: precise grading round the edges of zones
...
There was a previous change to the CSS (7px -> 3px) to make things
look prettier, which acutally broke the grading by a few pixes.
I fixed this by:
* Changing the offset of the cross hairs back to the correct value,
and adding a comment to point out the imporance of not changing
that CSS.
* Achieved the nice layout of the label relative to the cross-hairs
in a different way.
* Added a similar clafirying comment in the JavaScript.
* Improved how the grid on the editing form is aligned with the
background image.
* Added rounding to the grading code, to cope better now that
browsers do sub-pixel positioning.
2015-10-28 10:53:00 +00:00
Simey Lameze
abc2491211
MDL-51855 mod_question: fix offset error during upgrade
2015-10-26 11:51:18 +08:00
Tim Hunt
e5acdcb942
MDL-51771 question engine: fix typo in SQL
...
Thanks to Pete at learningpool.com for finding thsi bug.
2015-10-18 16:03:29 +01:00
Andrew Nicols
62bf94655e
Merge branch 'MDL-50182' of git://github.com/stronk7/moodle
2015-10-16 08:07:04 +08:00