Git commits in Moodle 1.9.4 by thepurpleblob

commit ac6e14ff7912f8641c3002333b06115e8c97ab8a
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 14 Jan 2009 19:06:06 +0900
Tag:    v1.9.4

MDL-17048: Added additional check for non-visible fields in signup page.

commit a3d160fdec65823ff6459e2c9b9a25376246f990
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 13 Jan 2009 22:15:23 +0900
Tag:    v1.9.4

MDL-17048 Corrected misuse of formslib - works now.

commit af993edd903aaf85f7d91d1fd57a144756f98a3f
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 07 Jan 2009 22:50:43 +0900
Tag:    v1.9.4

MDL-17048 Suppress display of empty custom profile field categories

commit db784f7936745c23559ca722b5b19ae21e57b577
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 06 Jan 2009 00:20:11 +0900
Tag:    v1.9.4

MDL-17779 Add simple check that question at least has questiontext before allowing it.

commit dc37ac0b2f3a68ca16c8c22cb9565f1e526e858b
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 10 Dec 2008 18:37:37 +0900
Tag:    v1.9.4

MDL-11090 Added absent trim - Thanks Tim smile

commit ebce25e7b9478d068903abae6443f74e14298612
Author: thepurpleblob <thepurpleblob>
Date:   Thu, 27 Nov 2008 00:13:51 +0900
Tag:    v1.9.4

MDL-17125 Fix as suggested by Jonathan Kemp.

commit 0afa12be00a209626c14ef1bc93a261e32ea0b4b
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 26 Nov 2008 23:30:22 +0900
Tag:    v1.9.4

MDL-11090 Passwords are now held in clear text so you can see what the password is on the config screen. Still backward compatible with old md5 passwords (which are still not displayed of course)

commit 1272fbf74998bdcce47f34522434a9dbe6b45fd7
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 26 Nov 2008 22:08:32 +0900
Tag:    v1.9.4

MDL-17411 defaultquestion() now reflects the one in the question bank code, thus supressing lots of notices

commit 498e0d12d8c5bba576468397633aec7f5b4b16e7
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 26 Nov 2008 20:49:11 +0900
Tag:    v1.9.4

MDL-14155 $a in string no longer required. Changed the text slightly to make it make some sense.