Git commits in Moodle 2.2.0 by Jamie Pratt

commit 76e6cf5d84f25001d74dd35d62d5376b22676e11
Author: Jamie Pratt <me@jamiep.org>
Date:   Thu, 29 Sep 2011 11:14:08 +0800
Tag:    v2.2.0-beta

MDL-29558 question preview: limit variants drop-down to the first 100

commit 1ae299f5f3bb79d4e45726baec0afce746cd03a1
Author: Jamie Pratt <me@jamiep.org>
Date:   Wed, 21 Sep 2011 14:15:23 +0800
Tag:    v2.2.0-beta

MDL-27919 Fixed a regression where I was seeing that after choosing "Overwrite" in a filemanager form component when subsequently trying to add another file the file picker would then immediately close upon opening.

commit 913b3cb30c15b3cb2eb485a80f3edd35033b0c9c
Author: Jamie Pratt <me@jamiep.org>
Date:   Sun, 18 Sep 2011 14:57:09 +0800
Tag:    v2.2.0-beta

MDL-27919 also adding a callback to the filepicker when a file is overwritten but a file with the same name. This is not necessary in most cases but is instant and some code may expect a call to the function whether the url and / or file name has changed or not so it can update itself when the file changes.

commit 794cc7e1cf5ba5311bac27bb5d33d8ee6539fb47
Author: Jamie Pratt <me@jamiep.org>
Date:   Sun, 18 Sep 2011 14:22:35 +0800
Tag:    v2.2.0-beta

MDL-27919 Fixes 'undefined' message and similar problems when selecting a recent file, server file or when renaming a file being uploaded with the same name as a previous one.

commit 05cef658ddd48621b74344971ee0c696e4ea5f0c
Author: Jamie Pratt <me@jamiep.org>
Date:   Tue, 02 Aug 2011 19:34:47 +0800
Tag:    v2.2.0-beta

MDL-28564 "implement support for extra answer fields in question export and import" implemented support for extra answer fields in questiontype base export and import functions.

commit 0ea7fc2587dc8e46f0ac583a93811234d3262d80
Author: Jamie Pratt <me@jamiep.org>
Date:   Mon, 01 Aug 2011 23:43:37 +0800
Tag:    v2.2.0-rc1

MDL-28562 "automatic naming of file in convert_image not working" there is an obvious typo in the code causing the problem. The use of an equality check instead of the intended assignment.

commit da8cd9f4b3dba0f8c78cdba451c59e6c697fef39
Author: Jamie Pratt <me@jamiep.org>
Date:   Wed, 06 Jul 2011 18:54:59 +0800
Tag:    v2.2.0-beta

MDL-28268 Missing ORDER BY when using extra answer table.