Git commits in Moodle 1.9.0 by danmarsden

commit f0e4cbcabde8a2ebcf75d050208d0ee6682bb31d
Author: danmarsden <danmarsden>
Date:   Fri, 29 Feb 2008 20:58:32 +0900
Tag:    v1.9.0

MDL-13478 performance fixes.

commit b28a21b88b780f32a0350d7d7798217a1176787d
Author: danmarsden <danmarsden>
Date:   Tue, 19 Feb 2008 04:53:06 +0900
Tag:    v1.9.0

MDL-13478 choice results using too much memory. - improves performance when not showing the unanswered column. - also tidies up a few checks which aren't needed. Merged from HEAD

commit 3b32b74f43864c22dac26726788b8dcc5238d5d8
Author: danmarsden <danmarsden>
Date:   Wed, 30 Jan 2008 05:51:36 +0900
Tag:    v1.9.0

MDL-3721 Wiki adds lots of invalid tags to the top of the page in every edit. patch from Grigory Rubstov

commit 9d6bdd587488b598e88dcd8de6de7d84997bba66
Author: danmarsden <danmarsden>
Date:   Tue, 22 Jan 2008 08:22:49 +0900
Tag:    v1.9.0

Fix for MDL-12998 and MDL-13079 Ldap not unenrolling users correctly merged from HEAD

commit 69329d504a390486f0873acdb843ab34b76da799
Author: danmarsden <danmarsden>
Date:   Mon, 21 Jan 2008 05:04:17 +0900
Tag:    v1.9.0

Fix for MDL-12979 forum sends out notification to users not in course - due to call to deprec function get_course_users - This also fixes MDL-10163

commit e7504c319bbf350203c9f427376c4474bf7ff86f
Author: danmarsden <danmarsden>
Date:   Fri, 18 Jan 2008 09:39:01 +0900
Tag:    v1.9.0

fix for MDL-7128 lang file.

commit c562b0f504cafc017014d0739810038214850c19
Author: danmarsden <danmarsden>
Date:   Fri, 18 Jan 2008 09:31:37 +0900
Tag:    v1.9.0

fix for MDL-7128 - hide save button when options are all full. and tidy up of old is_guest call

commit bab754c72720f462f4be851680ad2243895ae1fb
Author: danmarsden <danmarsden>
Date:   Fri, 18 Jan 2008 08:01:02 +0900
Tag:    v1.9.0

MDL-12331 prevent hidden role assignments from being shown in the unanswered column of the choice, but still allow them to be shown if they have selected a choice.

commit 5a60b8a69a50a9780fc45a28ebf4eb5e1887fc5e
Author: danmarsden <danmarsden>
Date:   Thu, 17 Jan 2008 03:49:42 +0900
Tag:    v1.9.0

MDL-12890 - patch that allows doanything users to submit a choice, but not shown in the unanswered column.

commit 3a267ca3a0fdf35b0c9d5d62b0e1d5166bb419bf
Author: danmarsden <danmarsden>
Date:   Mon, 29 Oct 2007 09:22:44 +0900
Tag:    v1.9.0

missed one line.

commit 360342a41faf67bb21c1f73cadfe7429cbd02cb6
Author: danmarsden <danmarsden>
Date:   Mon, 29 Oct 2007 08:28:14 +0900
Tag:    v1.9.0

Fix for MDL-10085  and MDL-8118 Problem with number of Responses in choice wrong, and displayed users incorrect on results. merged from HEAD

commit 00f65b4e5df4ed65f967f421c82d162b371d8545
Author: danmarsden <danmarsden>
Date:   Thu, 25 Oct 2007 05:29:12 +0800
Tag:    v1.9.0

MDL-11397 bug with IE 6 not displaying anonymous results correctly.  - also fix for XHTML Strict.

commit 319e0b83a525455e80cfbd6ba5693fe8218a3880
Author: danmarsden <danmarsden>
Date:   Tue, 23 Oct 2007 05:50:47 +0800
Tag:    v1.9.0

Fix for MDL-9666 totals don't appear when full names are shown. merged from head.

commit 210f57ff8ae512217cd9cc4f8b9de1e215fad7f7
Author: danmarsden <danmarsden>
Date:   Tue, 23 Oct 2007 05:26:16 +0800
Tag:    v1.9.0

fix for MDL-11063 - thanks to Wen for the patch. merged from head.

commit fedd20219f463e07cb8b920dd019efe4c07ec201
Author: danmarsden <danmarsden>
Date:   Thu, 03 May 2007 08:06:17 +0800
Tag:    v1.9.0

MDL-8394  Allow students to remove their choice when they are allowed to update their choice.  LANG file update.

commit 243ac1feb4feccfd9858c670a8db75d97db33ca0
Author: danmarsden <danmarsden>
Date:   Thu, 03 May 2007 08:04:53 +0800
Tag:    v1.9.0

MDL-8394  Allow students to remove their choice when they are allowed to update their choice.

commit f2bb50394f6ecd211dd0a5e8547b8a0295260c47
Author: danmarsden <danmarsden>
Date:   Fri, 30 Mar 2007 10:10:58 +0800
Tag:    v1.9.0

fix for MDL-9087  screwy page when user places table into online assignment. - merging changes from Moodle_18_stable

commit 4f896599f8f6160740feda7d25ca034a70858d4a
Author: danmarsden <danmarsden>
Date:   Thu, 29 Mar 2007 07:36:23 +0800
Tag:    v1.9.0

MDL-9102 incorrect use of unset_config()

commit c12b1f67c03243302a62f6f49f81f28aa046fc0a
Author: danmarsden <danmarsden>
Date:   Thu, 15 Mar 2007 09:17:22 +0900
Tag:    v1.9.0

Merging changes from 1.8 -