Git commits in Moodle 1.0.9 by gregb_cc

commit ea6e952d886c7e4107e06ec35449cc787048073f
Author: gregb_cc <gregb_cc>
Date:   Thu, 08 May 2003 04:53:24 +0800
Tag:    v1.0.9

fix for bug 324.  we are now checking to see if there is a conflict caused by multiple teachers gradign simultaneously.

commit aa0959690cb6ac88e952a97d48140961961710a0
Author: gregb_cc <gregb_cc>
Date:   Fri, 02 May 2003 07:12:05 +0800
Tag:    v1.0.9

fixed isadmin so that it checks once on each page view if the user is an admin

commit a2631c99d9ed4a9a7c33a8da9a8a644a95656033
Author: gregb_cc <gregb_cc>
Date:   Sat, 15 Mar 2003 03:58:53 +0800
Tag:    v1.0.9

This closes bug http://moodle.org/bugs/bug.php?op=show&bugid=310 assignment_get_unmailed_submissions now ensures that a student is still enrolled

commit b9287b2fba32b546dba1914f48e713dd0ea8da53
Author: gregb_cc <gregb_cc>
Date:   Fri, 14 Mar 2003 04:59:31 +0800
Tag:    v1.0.9

Added a useful message, to make the cron output more helpful in diagnosing "stuck" assignments.

commit c0f728ba9ea59d77e6d4e219225454b3fe94c86c
Author: gregb_cc <gregb_cc>
Date:   Thu, 13 Mar 2003 05:40:47 +0800
Tag:    v1.0.9

code formatting change: switched from alternative syntax to using {}

commit 690819315138830384b4eb45dd77e65a3866cb1a
Author: gregb_cc <gregb_cc>
Date:   Thu, 13 Mar 2003 05:37:05 +0800
Tag:    v1.0.9

speed improvement in smilie_replace.  It is now almost as fast (within 5-10%) of the version that used global smilie definitions.

commit 617778f2d32af138061f5f6596012954374f9bf9
Author: gregb_cc <gregb_cc>
Date:   Thu, 13 Mar 2003 04:36:55 +0800
Tag:    v1.0.9

Added benchmark and test for replace_smilies

commit 2ea9027bc4755b458649a572fcf74c03060a6e34
Author: gregb_cc <gregb_cc>
Date:   Wed, 12 Mar 2003 11:42:44 +0800
Tag:    v1.0.9

Small cleanup of smilie replacement. This change removes the smilie variable assignment from the global namespace. This change retains the original user input as the alt text. The main reason for this change is to make it possible for me to use my make_class function on weblib.php (still need to do something about the defines though).

commit 08b3606390af575d7aa9b9684d01a7ef7cf88160
Author: gregb_cc <gregb_cc>
Date:   Wed, 12 Mar 2003 05:35:12 +0800
Tag:    v1.0.9

This is a first attempt to make moodle frame safe.