Git commits in Moodle 1.7.x by gustav_delius

commit 408964a73bc8bfa8528ba57ecaf2321f407fff3d
Author: gustav_delius <gustav_delius>
Date:   Sat, 14 Oct 2006 07:28:09 +0800
Tag:    v1.7.0

When javascript was turned off the group menu did not work because the Go button linked to course/view.php rather than mod/forum/view.php

commit 6a8b20b7904cf30849abcce3f69195ca6a86ddf3
Author: gustav_delius <gustav_delius>
Date:   Sun, 08 Oct 2006 01:20:35 +0800
Tag:    v1.7.0

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 1ca20e0272ea0adaeceb0d59ea023b0463d22077
Author: gustav_delius <gustav_delius>
Date:   Sun, 08 Oct 2006 01:18:15 +0800
Tag:    v1.7.0

Don't use stripslashes on data coming from database

commit 6ac0909983322c3beac42c7bca8d87c6637db9ff
Author: gustav_delius <gustav_delius>
Date:   Fri, 06 Oct 2006 06:45:01 +0800
Tag:    v1.7.0

Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570. For some reason this script is not using get_users() but is instead constructing its own sql, so the change to get_users() had to be duplicated here.

commit 6bff0453f57c4b84e5a33a951ce9d27556b47756
Author: gustav_delius <gustav_delius>
Date:   Fri, 06 Oct 2006 06:21:09 +0800
Tag:    v1.7.0

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

commit 1dab3c83849da79656a0822ed75ee01c666bc2bc
Author: gustav_delius <gustav_delius>
Date:   Wed, 04 Oct 2006 02:19:38 +0800
Tag:    v1.7.0

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

commit 0839ef65d5f1449e587ed80df3c9233198906eaa
Author: gustav_delius <gustav_delius>
Date:   Mon, 18 Sep 2006 01:43:30 +0800
Tag:    v1.7.0

Removed a PHP notice

commit b7ef492c414405bd2239729abec794adee673463
Author: gustav_delius <gustav_delius>
Date:   Sun, 03 Sep 2006 20:23:11 +0800
Tag:    v1.7.0

Take out invalid </tr>. While this makes the html valid some work should still be done on the layout of this.

commit 5b3df41fd9b7b24c45bf6fd63bb753fd5703f5e3
Author: gustav_delius <gustav_delius>
Date:   Sun, 03 Sep 2006 19:38:45 +0800
Tag:    v1.7.0

The file countries.php does not exist in lang/en, only in lang/en_utf8. Therefore the fallback default in the function get_list_of_countries() should always be en_utf8.

commit e57d9d69f747e23b18d05f7dd3fa99c87545b525
Author: gustav_delius <gustav_delius>
Date:   Mon, 28 Aug 2006 17:00:38 +0800
Tag:    v1.7.0

Small correction in the documentation for the $CFG global

commit 91d7ead073c9b04c4c277e196d8fdaeae84f432e
Author: gustav_delius <gustav_delius>
Date:   Tue, 16 May 2006 04:42:14 +0800
Tag:    v1.7.0

Answers to essay questions are now saved correctly when navigating to another page, fixing bug 4478

commit 38316f63a5379667a5ef2df6d68fc18b9a562c96
Author: gustav_delius <gustav_delius>
Date:   Sun, 14 May 2006 01:06:32 +0800
Tag:    v1.7.0

Removing obsolete defaults

commit 36be25f6e55006cd6fcc768cb3d5ec404d385515
Author: gustav_delius <gustav_delius>
Date:   Sun, 14 May 2006 00:57:17 +0800
Tag:    v1.7.0

Introduce question_attempts table, closing bug 5468 Fixed incorrect check for whether to update state or insert new one in save_question_session() Deal with manually graded states correctly during regrading Increase state sequence number during manual grading Supplied missing userid to quiz_save_best_grade() during manual grading

commit 4377c290c02f8c6c19144c8e143e7aaff19c47ae
Author: gustav_delius <gustav_delius>
Date:   Sat, 13 May 2006 18:39:15 +0800
Tag:    v1.7.0

Updated comments and made sure teacher preview gets restarted when changes are saved, fixing bug 5478