Git commits in Moodle 1.5.4 by mjollnir_

commit b5c8bf7a26465bbc85ce735fde8a1998e394be72
Author: mjollnir_ <mjollnir_>
Date:   Mon, 27 Mar 2006 06:57:42 +0800
Tag:    v1.5.4

Since there was no pg support for enrol/authorize until later, the versioning was screwey in postgres, so check the table exists first before trying to add columns to it, create it if it is not there

commit 4c6dc44de13958b87b891b087040f42988e76621
Author: mjollnir_ <mjollnir_>
Date:   Fri, 24 Feb 2006 06:14:22 +0800
Tag:    v1.5.4

Fixing a problem reported about self enrolment in child courses and not being able to access the parent without logging in and out again at http://moodle.org/mod/forum/post.php?reply=185699

commit 41fb3602d3d5a12761f26371f2091158541e39a8
Author: mjollnir_ <mjollnir_>
Date:   Wed, 15 Feb 2006 07:48:58 +0800
Tag:    v1.5.4

Committing a fix to the get_course_mods warning that I fixed in head yesterday but forgot to commit here.

commit 6f4b73112d8c6bf778f2a2cf177d9939790c2880
Author: mjollnir_ <mjollnir_>
Date:   Tue, 07 Feb 2006 04:54:56 +0800
Tag:    v1.5.4

Fixing bug #4345: quiz report perf issues I fixed last year not working on mysql 3.23.  We have JOIN ... ON for INNER JOIN but not JOIN in mysql 3.23.  Not merging to 1.6 as requirements are bumped

commit 3c9d0038dd2a4b99269a28ce134dfea7b58159f4
Author: mjollnir_ <mjollnir_>
Date:   Fri, 03 Feb 2006 04:29:34 +0800
Tag:    v1.5.4

Moved check_dir_exists function from backup/lib.php to moodlelib

commit 50c38beb534edf212bacdf814ade6db2519ed0e7
Author: mjollnir_ <mjollnir_>
Date:   Thu, 02 Feb 2006 04:01:25 +0800
Tag:    v1.5.4

Fixing bug#4659  - don't make upload directories unless there's something to save

commit 96c400459855f487ffc9cc4320247f8d6a31de55
Author: mjollnir_ <mjollnir_>
Date:   Tue, 24 Jan 2006 06:50:46 +0800
Tag:    v1.5.4

Fixing bug #4621 typos in mysql 3.23 workaround in message backup. Does not need merge to HEAD, old mysql support out

commit 1e751f6b7724db05c48c617747cca3964089ba5a
Author: mjollnir_ <mjollnir_>
Date:   Tue, 10 Jan 2006 09:19:28 +0800
Tag:    v1.5.4

Metacourse unenrolling: fixes bug #4541

commit e2a03f553b650234e4dcb31f7f830d38ecc9e54e
Author: mjollnir_ <mjollnir_>
Date:   Sat, 31 Dec 2005 03:45:14 +0800
Tag:    v1.5.4

Fixing bug 4524: typo

commit 0441f512f50e395a2c80259f7f9baf129693867b
Author: mjollnir_ <mjollnir_>
Date:   Thu, 15 Dec 2005 06:09:20 +0800
Tag:    v1.5.4

Fixing warning (http://moodle.org/mod/forum/discuss.php?d=36226#167658 - not applicable to HEAD

commit 01ac9a36d968442910a8dd1b76dfd905071e285f
Author: mjollnir_ <mjollnir_>
Date:   Mon, 12 Dec 2005 11:16:42 +0800
Tag:    v1.5.4

Accounts that are created with no authentication shouldn't allow non alphanumeric usernames, fixing in login/index.php as the auth library can't pass error messages. Fixes bug #4192

commit cf1d28e2d0bc02c2b9a6a119f39f33694bf639a0
Author: mjollnir_ <mjollnir_>
Date:   Mon, 12 Dec 2005 05:29:42 +0800
Tag:    v1.5.4

Fixing a fatal error in updating a wiki (lib.php included twice )

commit 3abf63d47b4b2bc1827163460ef9cc4ee7546c86
Author: mjollnir_ <mjollnir_>
Date:   Mon, 05 Dec 2005 07:00:37 +0800
Tag:    v1.5.4

Better fix to change_password.php - primary admin can change their OWN password, the form displays the error for other admins trying to change the primary password (before it failed silently) and external auth admin change password works too!

commit 179736fec9b3b3caff694ab8e401baa6f6c05b05
Author: mjollnir_ <mjollnir_>
Date:   Mon, 05 Dec 2005 06:42:03 +0800
Tag:    v1.5.4

Backing out last patch - needs fixing differently

commit 0bbef3919cc77981df96917e2f05097c18c35750
Author: mjollnir_ <mjollnir_>
Date:   Mon, 05 Dec 2005 06:30:17 +0800
Tag:    v1.5.4

Fixing problem where admins couldn't change their password (with external auth)

commit 7398207f4b8e3c64a41de9eb92757f638fabb02c
Author: mjollnir_ <mjollnir_>
Date:   Thu, 24 Nov 2005 05:10:51 +0800
Tag:    v1.5.4

Delayed merge from HEAD - If tablelib is going to do fullname voodoo, allow default sort field to be firstname/lastname

commit c36d93026eb12041db56850fe670ee970dbfc7e3
Author: mjollnir_ <mjollnir_>
Date:   Sat, 19 Nov 2005 05:02:33 +0800
Tag:    v1.5.4

Fixing bug 4345: merging problem when fixing bug 4303