Git commits in Moodle 1.9.0 by ikawhero

commit f1d52ce1aadd8fd73ac8efd696b2e60dcb2aa712
Author: ikawhero <ikawhero>
Date:   Mon, 07 Jan 2008 09:58:10 +0900
Tag:    v1.9.0

Adding method to allow printing of the enrolment key form code when using PayPal.

commit 91cddbc4547cbb7888768f1752b63e7c860d35b0
Author: ikawhero <ikawhero>
Date:   Mon, 08 Oct 2007 16:10:45 +0800
Tag:    v1.9.0

Only include data from field types that are "small"

commit 323ccc26b6e5636c892ad2413d5528c3f3005221
Author: ikawhero <ikawhero>
Date:   Mon, 08 Oct 2007 15:23:18 +0800
Tag:    v1.9.0

Include custom profile fields when setting up a user object

commit 66643c0aa8d465418ec7433c70e30a5f5ed0ac48
Author: ikawhero <ikawhero>
Date:   Mon, 08 Oct 2007 15:21:32 +0800
Tag:    v1.9.0

New function to return a partial user object with the custom profile fields set.

commit cfdb1706091748a9a0c369d2aaa3abb6a463fbc6
Author: ikawhero <ikawhero>
Date:   Mon, 08 Oct 2007 14:59:00 +0800
Tag:    v1.9.0

Check to ensure custom profile fields do not have same name as current fields in the $USER record

commit 540286f1f23917a7c1c98be1f028afc3301d07a8
Author: ikawhero <ikawhero>
Date:   Mon, 24 Sep 2007 11:02:16 +0800
Tag:    v1.9.0

Fixing typo.

commit 831d450e3ff4157c4b3cfdb960eaae88b7bb7a23
Author: ikawhero <ikawhero>
Date:   Mon, 20 Aug 2007 16:30:34 +0800
Tag:    v1.9.0

Adding custom profile fields to the signup page. The only two authentication plugins this affects are email and ldap.

commit c1d1549f03de412632a6e576e6e12627cd1a4219
Author: ikawhero <ikawhero>
Date:   Thu, 16 Aug 2007 14:27:03 +0800
Tag:    v1.9.0

New strings for custom profile fields.

commit 62ebb00033e608d086e8814850606b7905f31c4b
Author: ikawhero <ikawhero>
Date:   Wed, 15 Aug 2007 21:37:52 +0800
Tag:    v1.9.0

Additional settings for the custom profile fields

commit 9aaa214e0c2d0c8445ce06ba36a4a939b592b5f6
Author: ikawhero <ikawhero>
Date:   Fri, 11 May 2007 20:16:44 +0800
Tag:    v1.9.0

Addng two new options to the custom profile fields: 1. Force unique - force the field data to be unique 2. Signup - display the field on the signup page MDL-9702

commit 2230cb9178f447a9e2d010d35872a5f3ce3a51a8
Author: ikawhero <ikawhero>
Date:   Sat, 05 May 2007 15:43:08 +0800
Tag:    v1.9.0

Call theme_setup() after change so new theme displays correctly

commit 6f93e96c19f599582bbb3a795d2722f323496203
Author: ikawhero <ikawhero>
Date:   Thu, 03 May 2007 15:39:27 +0800
Tag:    v1.9.0

Config setting for the theme order priorities.

commit 08297dcb3c073550884506b11edd2f41c87dcd9d
Author: ikawhero <ikawhero>
Date:   Thu, 03 May 2007 15:15:30 +0800
Tag:    v1.9.0

New mimetype for Inspiration application. Icon and code patch from Julian Ridden.

commit a907c54043ba22c1d36bb3ea25e9d8c0d7212575
Author: ikawhero <ikawhero>
Date:   Thu, 03 May 2007 15:00:55 +0800
Tag:    v1.9.0

GUI for category themes. New language strings.

commit 8f8210b3e83a3e0e24f5206d830612dbd4b0f0e2
Author: ikawhero <ikawhero>
Date:   Wed, 02 May 2007 17:35:35 +0800
Tag:    v1.9.0

1. Changes to allow different priorities in the theme selection based on CFG->themeorder setting

commit ec75a182db02fbdf391c58ce67491f140b13c4ae
Author: ikawhero <ikawhero>
Date:   Wed, 02 May 2007 14:50:28 +0800
Tag:    v1.9.0

New field for category themes

commit 551022a5ef4da090f614e829401e533259c2cc14
Author: ikawhero <ikawhero>
Date:   Sat, 28 Apr 2007 11:08:42 +0800
Tag:    v1.9.0

New language strings for textarea profile field type

commit 86e95dfa9c484f455c6e6a1b3283c2bcf26f2834
Author: ikawhero <ikawhero>
Date:   Sat, 28 Apr 2007 11:07:43 +0800
Tag:    v1.9.0

New textarea profile field type

commit c3af90961c2bb5f9699ad26c46f80c1a5bcf3833
Author: ikawhero <ikawhero>
Date:   Thu, 19 Apr 2007 15:42:40 +0800
Tag:    v1.9.0

Merged changes from stable. Fixed typo. Made constructor variables optional to reflect parent class

commit 4a7030e0e5867b89352aabf7d3e112335400fcbd
Author: ikawhero <ikawhero>
Date:   Wed, 18 Apr 2007 10:10:15 +0800
Tag:    v1.9.0

Changes merged from 1.8 Fix for MDL-9415 New method is_empty() added.

commit 334415e93f144244851ded97161735aceab3179a
Author: ikawhero <ikawhero>
Date:   Mon, 16 Apr 2007 10:49:33 +0800
Tag:    v1.9.0

Merging changes from 1.8 Display custom profile fields in profile page - see MDL-9285 Menu type stores the value rather than the index - see comments on MDL-9285 General tidy up and renaming of funtions in field class.