Git commits in Moodle 1.4.5 by stronk7

commit e32fac556dfbf58c2e7b99ecffb65e9667d314f7
Author: stronk7 <stronk7>
Date:   Sat, 07 May 2005 17:58:51 +0800
Tag:    v1.4.5

Updated to 1.4.5 (links to bus processed too)

commit ce18f817f140accd444fa0cf91c367b237fe6584
Author: stronk7 <stronk7>
Date:   Fri, 15 Apr 2005 07:13:13 +0800
Tag:    v1.4.5

Bug 2918. Change proposed by t.imoto. (http://moodle.org/bugs/bug.php?op=show&bugid=2918)

commit 7940571d9ba0ef0642006b70bab02ede4705b060
Author: stronk7 <stronk7>
Date:   Mon, 11 Apr 2005 02:43:23 +0800
Tag:    v1.4.5

Argh! Simply forget my previous commit. I was mixing 1.4 and 1.5 in my tests! Sorry! Under 1.4.x, assessments.php is always called from itself.

commit f1b1783d733ce85def18ea2ba36a69f333b68c1f
Author: stronk7 <stronk7>
Date:   Mon, 11 Apr 2005 02:36:25 +0800
Tag:    v1.4.5

Whorkshop assessments weren't working in 1.4.4+ with secure forms enabled. this script can be called from a different one (assess.php), so I've used the 'nomatch' trick.

commit 2e9ddb98af5c5b8aee36556d64bee8ca94b2b171
Author: stronk7 <stronk7>
Date:   Sun, 03 Apr 2005 02:24:56 +0800
Tag:    v1.4.5

Replace $HTTP_POST_FILES to $_FILES because the old one is "deprecated" in new PHP versions.

commit 965f6d9ba549ddddd00d5bc9f2ac66c8c99e511d
Author: stronk7 <stronk7>
Date:   Sun, 03 Apr 2005 01:37:36 +0800
Tag:    v1.4.5

Replacing some HTTP_POST_VARS uses because it doesn't work always! Using data_submitted() or $_POST

commit 77051d2c6fc49ea764e7eb82cf6b837d8c25b606
Author: stronk7 <stronk7>
Date:   Sat, 02 Apr 2005 19:24:24 +0800
Tag:    v1.4.5

Now course/recent.php works under PHP5. See bug 2828 (http://moodle.org/bugs/bug.php?op=show&bugid=2828)

commit 2fecd30383385024c31e4a0a5750d45e398723c5
Author: stronk7 <stronk7>
Date:   Sat, 02 Apr 2005 08:04:02 +0800
Tag:    v1.4.5

Manual links from lesson pages to resources are now preserved between backup/restore anywhere. (see discussion http://moodle.org/mod/forum/discuss.php?d=21044)

commit e137c8f3f95e6656ed43cfd19c9a6047ec799361
Author: stronk7 <stronk7>
Date:   Sun, 13 Mar 2005 01:54:30 +0800
Tag:    v1.4.5

Opps. 2nd try to hide lessons under 1.4. I was supposing that some new code under 1.5 require_login() was working here too! Bug 2733. (http://moodle.org/bugs/bug.php?op=show&bugid=2733)

commit d04f8b6cdce77fc527cb4122a87f1f3c029d6e74
Author: stronk7 <stronk7>
Date:   Sun, 13 Mar 2005 01:20:12 +0800
Tag:    v1.4.5

Now hidden lessons cannot be viewed. Thanks to Javier Gil detecting it. Bug 2733. (http://moodle.org/bugs/bug.php?op=show&bugid=2733)