Git commits in Moodle 1.9.6 by nicolasconnault

commit 5ec6beffd6a23ddd14952781109c01bf27a53e97
Author: nicolasconnault <nicolasconnault>
Date:   Thu, 08 Oct 2009 10:05:26 +0800
Tag:    v1.9.6

MDL-19567 Correctly ordering imported courses by sortorder (previously not ordered explicitly)

commit 58d75e5b3b1a3cf30002b1b351b83aa29a58d12e
Author: nicolasconnault <nicolasconnault>
Date:   Sat, 03 Oct 2009 10:30:31 +0800
Tag:    v1.9.6

MDL-16940 Applied the patch for visibility of dropdown menus in course view for IE6 when AJAX is on.

commit 81d57c26db408cbb240300d9c4cde334916ca00d
Author: nicolasconnault <nicolasconnault>
Date:   Sat, 03 Oct 2009 10:20:40 +0800
Tag:    v1.9.6

MDL-15686 Resolved the mutually-disabling code for forcedownload and windowpopup in resource mod, file type.

commit c4cf048ba75e452b81cf77871c09d1d40d67d2f6
Author: nicolasconnault <nicolasconnault>
Date:   Sat, 03 Oct 2009 09:35:05 +0800
Tag:    v1.9.6

MDL-20415 Modified the behaviour of AJAX moving of sections when in "weekly" format, so that dates don't get moved along with the sections. This reflects the final, saved state.

commit a4328b8f045ae6cc3101e38459464cae7584f72b
Author: nicolasconnault <nicolasconnault>
Date:   Fri, 02 Oct 2009 15:47:17 +0800
Tag:    v1.9.6

MDL-10221 Simulating the HTTP DELETE method by using a URL param (action), because some web servers don't allow DELETE. AJAX Course and Block deletion now works as expected.

commit e9672d50de562f529ee8cb9314dec1f7df4fba9a
Author: nicolasconnault <nicolasconnault>
Date:   Thu, 01 Oct 2009 15:47:28 +0800
Tag:    v1.9.6

MDL-15262 Applied patch

commit 1119cfaf3fd908e57e5277c0774df978517fc567
Author: nicolasconnault <nicolasconnault>
Date:   Thu, 17 Sep 2009 15:10:50 +0800
Tag:    v1.9.6

MDL-19407 Defaulting all grade items to non-extra-credit when moving to a SWM category, except if they originally come from a SWM category and were set as extra credit there.

commit c14ee7225b6034340743d59cc26ae81193295d8d
Author: nicolasconnault <nicolasconnault>
Date:   Fri, 28 Aug 2009 14:56:08 +0800
Tag:    v1.9.6

MDL-20179 Replaced incompatible code with something cross-browser compatible

commit c5621562b2c1f8d67ae499c78522b14ec0790860
Author: nicolasconnault <nicolasconnault>
Date:   Mon, 17 Aug 2009 22:47:35 +0800
Tag:    v1.9.6

MDL-11790 Added missing lang strings to MOODLE_19_STABLE

commit 4a5eefa65e8b9fcc2817068f63d58506c969bc73
Author: nicolasconnault <nicolasconnault>
Date:   Fri, 14 Aug 2009 07:57:23 +0800
Tag:    v1.9.6

MDL-20086 Fixed reverse ordering of bulk-moved grade items

commit b8d435b455f230f06860d9d055ebbe62f485c6b0
Author: nicolasconnault <nicolasconnault>
Date:   Tue, 07 Jul 2009 10:16:06 +0800
Tag:    v1.9.6

MDL-19727 Replaced boilerplates and removed ID tags

commit fe0c1c6bdeed5f0b27553aec6cbd13d45538003d
Author: nicolasconnault <nicolasconnault>
Date:   Tue, 07 Jul 2009 10:03:40 +0800
Tag:    v1.9.6

MDL-19404 Getting default values for grade_item object when creating a new grade_category.

commit c2ff6d502841ce9dbe08a3b5b264496ffda9e0b3
Author: nicolasconnault <nicolasconnault>
Date:   Tue, 07 Jul 2009 09:52:41 +0800
Tag:    v1.9.6

MDL-19429 Validating 0 values for grademin, grademax and gradepass for the edit category form. Also checking for grademax < grademin case.

commit 362b69f088228b722b90c7f475ff395072dfc352
Author: nicolasconnault <nicolasconnault>
Date:   Fri, 03 Jul 2009 14:31:49 +0800
Tag:    v1.9.6

MDL-18228 Added a bit of JS to resize the left header of the fixed student column. This should help to keep the rows below aligned.

commit 198a6cd63ae3144937237a6f7e083470fba4ff05
Author: nicolasconnault <nicolasconnault>
Date:   Wed, 01 Jul 2009 11:48:00 +0800
Tag:    v1.9.6

MDL-19673 Removed the semi-transparent underlay of YUI tooltips, they don't work in IE.

commit 26b85b50086d7ea5b5f8a0d118c704e549b52186
Author: nicolasconnault <nicolasconnault>
Date:   Wed, 24 Jun 2009 08:20:39 +0800
Tag:    v1.9.6

MDL-19596 Added browser check and refactored fixed student column check into its own method.

commit 815a6f0eebda892db42edc6da90b863be26a1790
Author: nicolasconnault <nicolasconnault>
Date:   Tue, 23 Jun 2009 08:37:22 +0800
Tag:    v1.9.6

MDL-19583 Showing outcomes in user report if enabled at site level