Git commits in Moodle 1.6.3 by gustav_delius

commit 572badbdcec78dc0964af50d7e6c3ad3181bbda8
Author: gustav_delius <gustav_delius>
Date:   Sun, 08 Oct 2006 17:53:12 +0800
Tag:    v1.6.3

Fixed bug that prevented guest access to courses that are not enrollable

commit 3d2e01f6c82bc34f3b10726a01abec71d8125368
Author: gustav_delius <gustav_delius>
Date:   Sun, 08 Oct 2006 01:07:36 +0800
Tag:    v1.6.3

Don't strip slashes from data send to htmlarea, after all it is not being stripped from data going to the normal textarea either.

commit 4ae8c9aca1621a3da35f1bde340a0425ebe14005
Author: gustav_delius <gustav_delius>
Date:   Sun, 08 Oct 2006 00:34:20 +0800
Tag:    v1.6.3

Don't use addslashes on data coming from form and don't use stripslashes on data coming from database

commit a32090a4c16128d26c03669468f2be4ee595c369
Author: gustav_delius <gustav_delius>
Date:   Fri, 06 Oct 2006 06:19:10 +0800
Tag:    v1.6.3

Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570

commit 7b66125271e3b23704a721e77521a2d14ca621d4
Author: gustav_delius <gustav_delius>
Date:   Fri, 06 Oct 2006 05:22:43 +0800
Tag:    v1.6.3

Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570

commit 00ba27c58226bc5ab2d31e45fa4a6521bd1ffb40
Author: gustav_delius <gustav_delius>
Date:   Wed, 04 Oct 2006 02:13:47 +0800
Tag:    v1.6.3

The course upload size limit applies to students only, it should not be imposed for teacher uploads.

commit 02cc013abfebcdcea3bd7ba692e8cc4907b13267
Author: gustav_delius <gustav_delius>
Date:   Mon, 18 Sep 2006 01:33:42 +0800
Tag:    v1.6.3

Removed a PHP notice

commit 01b91ac45966bc5ee5f2b2972843d56ad5a4ea38
Author: gustav_delius <gustav_delius>
Date:   Sun, 17 Sep 2006 18:14:05 +0800
Tag:    v1.6.3

Fixed bug MDL-6341 which meant that studentview was not working in hidden courses.