Git commits in Moodle 1.6.4 by ethem

commit 231836a59624e521ce2300b472fce27c40b1603b
Author: ethem <ethem>
Date:   Wed, 06 Dec 2006 18:51:18 +0900
Tag:    v1.6.4

Don't show authorize.net login info at config page due to security precautions; Backported from MOODLE_17_STABLE.

commit ef10728a74c39b8ebb2594aba8d939ee26fbb7df
Author: ethem <ethem>
Date:   Mon, 20 Nov 2006 16:20:30 +0800
Tag:    v1.6.4

Make Zend Studio happy smile

commit d810bd41cbbdf276dc5f1f77ee701b6457e56173
Author: ethem <ethem>
Date:   Fri, 17 Nov 2006 16:10:08 +0800
Tag:    v1.6.4

Renamed some form fields.

commit 5402e5dec33b9353b31a0515eb4738a6cd8a10a6
Author: ethem <ethem>
Date:   Thu, 16 Nov 2006 22:13:07 +0800
Tag:    v1.6.4

choosemethod is too long for heading, added <br />

commit 8ef0bbf6c3ed9911243bf04c08255bf79e247378
Author: ethem <ethem>
Date:   Mon, 13 Nov 2006 22:25:53 +0800
Tag:    v1.6.4

* Lessen the course list. * Fixed pagination problem for orders when selected a course.

commit 84f7bcc8ee8deb2b95906c80aca6d5ebaf8b04a5
Author: ethem <ethem>
Date:   Sun, 12 Nov 2006 21:17:46 +0800
Tag:    v1.6.4

Get course before require_login();

commit d56eaba13217fb769c187f49bad153fee9170fb8
Author: ethem <ethem>
Date:   Fri, 03 Nov 2006 20:45:12 +0800
Tag:    v1.6.4

Show site name at top when selecting courses.

commit 6351bf91c908e5e473e3753c692983193cbb5375
Author: ethem <ethem>
Date:   Wed, 01 Nov 2006 21:06:37 +0800
Tag:    v1.6.4

Make authorize.net config page secure. See: http://moodle.org/mod/forum/discuss.php?d=56728 Backported from 17stable.

commit fffe36691f464cc3ce79395ccca3cea2e90d711e
Author: ethem <ethem>
Date:   Wed, 01 Nov 2006 20:55:24 +0800
Tag:    v1.6.4

Make authorize.net config page secure. See: http://moodle.org/mod/forum/discuss.php?d=56728 Backported from 17stable.

commit 48e8c9562e72032cf89faa756de0c959c5e66e27
Author: ethem <ethem>
Date:   Mon, 30 Oct 2006 21:28:44 +0800
Tag:    v1.6.4

Sorry, this string is not necesary for 1.6.

commit 5f118ae0dd906cc51b1824e52f93825a01f32ae7
Author: ethem <ethem>
Date:   Mon, 30 Oct 2006 19:07:39 +0800
Tag:    v1.6.4

New string: All Pending Orders

commit 5dc9e87812813a49e6d3542fb1f35e020aef5167
Author: ethem <ethem>
Date:   Mon, 30 Oct 2006 16:17:15 +0800
Tag:    v1.6.4

Get only courses made transactions. This lessens the course list.

commit 745c14145bd3271e0381394a7181e32176e03237
Author: ethem <ethem>
Date:   Thu, 26 Oct 2006 17:09:26 +0800
Tag:    v1.6.4

get_courses() is only getting visible courses. This is a problem when an user wants to view old payments.

commit 75ad2e948701479390985e555effdf7be2c43ce9
Author: ethem <ethem>
Date:   Mon, 16 Oct 2006 18:08:36 +0800
Tag:    v1.6.4

Fix for sending welcome messages to students. Iterate arrays by reset and next, access by array[index] cannot be accepted due to the fact that get_records_sql() returns primary key as index. Backported from HEAD.