Git commits in Moodle 1.3.0 by jungwirr

commit 4358842a689682f8874639870742bf9392c0c6e0
Author: jungwirr <jungwirr>
Date:   Wed, 12 May 2004 23:35:37 +0800
Tag:    v1.3.0

fixed bug #1380 - string in index.php

commit afa120e3c079c3e6ee5bc9403964c15cd9c8501b
Author: jungwirr <jungwirr>
Date:   Fri, 07 May 2004 03:39:42 +0800
Tag:    v1.3.0

fixed bug 1325 - hard-coded string for add multiple rolls

commit 68d0db38e85c288b9cb9cc10f903bbac8c5c232c
Author: jungwirr <jungwirr>
Date:   Thu, 06 May 2004 01:08:38 +0800
Tag:    v1.3.0

added help files for most options of the module.  Updated and clarified the main module description help file.

commit 311b524ac232ce4e9f61a230e6ffcd382132c10e
Author: jungwirr <jungwirr>
Date:   Thu, 06 May 2004 01:06:56 +0800
Tag:    v1.3.0

changed the options settings to be more compliant with the rest of the modules. Added help page links for many options. Changed the style of the add multiple interface to match mod.php

commit 88521dee99a8b7f4f25bb2613509e50eef4d1e91
Author: jungwirr <jungwirr>
Date:   Wed, 05 May 2004 03:13:53 +0800
Tag:    v1.3.0

fixed a bunch more foreach loops to test for null value on the iterated collection

commit 2f226580b50fa53efb881bafb34f0347f502f6a1
Author: jungwirr <jungwirr>
Date:   Wed, 05 May 2004 03:05:41 +0800
Tag:    v1.3.0

fixed viewall.php to reflect the (unlikely) circumstance where a user is a student AND a teacher in a course.

commit 018e87bedb8160815712491497896adfbf6d2ca4
Author: jungwirr <jungwirr>
Date:   Wed, 05 May 2004 01:18:02 +0800
Tag:    v1.3.0

Fixed the empty grades for attendance. Added log_display database records

commit 8fc1384b787a10b3f68e568bfd8525c85b56bf6d
Author: jungwirr <jungwirr>
Date:   Wed, 05 May 2004 00:13:08 +0800
Tag:    v1.3.0

added string for "Take Attendance" in view.php

commit 86eb8c6e0de7df6e1c4cd4e5fa92cfe7225a79db
Author: jungwirr <jungwirr>
Date:   Wed, 05 May 2004 00:12:15 +0800
Tag:    v1.3.0

Added "Take attendance" option that allows a teacher without edit privileges to modify the appropriate aspects of the roster.

commit 51383e2cdf508611fcb1060b5841dd4323fe5020
Author: jungwirr <jungwirr>
Date:   Tue, 04 May 2004 03:59:02 +0800
Tag:    v1.3.0

fixed another foreach problem in lib. Added a todo section to the README