Git commits in Moodle 1.6.6 by pichetp

commit 0227d32dff530cff70484efb195c4658f48c96b3
Author: pichetp <pichetp>
Date:   Sun, 07 Oct 2007 05:10:13 +0800
Tag:    v1.6.6

checking that there remain $oldwrappedids before deleting them lines 87-.. add         if(is_array($oldwrappedids) && count($oldwrappedids)){

commit 3e3a8001b273a71712dd8d1e17360588f1d5e37e
Author: pichetp <pichetp>
Date:   Fri, 07 Sep 2007 10:47:37 +0800
Tag:    v1.6.6

Correcting a little error: datesetitem = array(); instead of datasetitem = array(); line +-550 $question->dataset[$datasetname]->datasetitem = array();

commit 575447dd68bb95346fd6b0569918c94be048be6b
Author: pichetp <pichetp>
Date:   Wed, 08 Aug 2007 10:03:43 +0800
Tag:    v1.6.6

Merging MDL-10680 resolved by thepurplebob from 1.9

commit 5394e9c99b7e0809906a83ea0f18024b65dfb39e
Author: pichetp <pichetp>
Date:   Wed, 13 Jun 2007 15:47:52 +0800
Tag:    v1.6.6

Removing question/type/datasetdependent/categorydatasetdefinitions.php MDL-10072

commit 1dbbbb31180ae3a7fd1bdca72cee4cf17f8d1da2
Author: pichetp <pichetp>
Date:   Wed, 13 Jun 2007 15:36:57 +0800
Tag:    v1.6.6

removing no more used variable $sharedwildcard

commit 9cf8933ec3bbb13832abcbb17a68f80d0377ef79
Author: pichetp <pichetp>
Date:   Wed, 13 Jun 2007 15:32:18 +0800
Tag:    v1.6.6

solving lost of dataitems  MDL-10087 merging from 1.8

commit 9b0f6ae71d83b953b3cae64e7fedce08002ba2b2
Author: pichetp <pichetp>
Date:   Tue, 12 Jun 2007 11:16:40 +0800
Tag:    v1.6.6

giving to questiondatasets.html all the features of datasetdefinitions_form.php of HTML  QuickForm

commit 32993fef614f2b855086da3949d2584a0b7f27c4
Author: pichetp <pichetp>
Date:   Tue, 12 Jun 2007 04:10:07 +0800
Tag:    v1.6.6

removing doudle html code at the end

commit 9cd0ada2410253e45cab26cbfd75df479ab7e679
Author: pichetp <pichetp>
Date:   Tue, 12 Jun 2007 00:55:29 +0800
Tag:    v1.6.6

replacing "saveas" by "next page" and a greater size to answers formula <input>

commit 009d136f7248e61377325d5cf25fd987fd9c06ea
Author: pichetp <pichetp>
Date:   Mon, 11 Jun 2007 15:44:29 +0800
Tag:    v1.6.6

Adding various improvements (MDL-8565, MDL-9496, MDL10070 etc.)to calculated question

commit d8720eebc38bf6f04b7fed3362d9a9d5fedd6b3c
Author: pichetp <pichetp>
Date:   Fri, 18 May 2007 01:30:35 +0800
Tag:    v1.6.6

Small numerical answers i.e. 1e-18 are not graded correctly MDL-8473 merging from head

commit 9c53d3286c2ae62a71e6f04b0301dbcb7a2d48c6
Author: pichetp <pichetp>
Date:   Fri, 11 May 2007 23:29:50 +0800
Tag:    v1.6.6

merging from head so that calculated questions can be imported and other improvments

commit fc418ee754d9264422d27ae18489b55cf87ebb66
Author: pichetp <pichetp>
Date:   Fri, 11 May 2007 23:26:21 +0800
Tag:    v1.6.6

Setting import_process =true in defaultquestion() function used on imports

commit 8a3043d26dc42cf30218fda65deb09039bd3c965
Author: pichetp <pichetp>
Date:   Fri, 11 May 2007 23:14:01 +0800
Tag:    v1.6.6

Setting export_process =true so to be used for export in xml format of calculated  question

commit 973342ab16aa0be552a48724e6a92a3c9c34c2b2
Author: pichetp <pichetp>
Date:   Fri, 11 May 2007 23:07:00 +0800
Tag:    v1.6.6

adding calculated question import and export functions for webct MDL-5650 and xml  formats merged from head