Git commits in Moodle 1.6.0 by bawjaws

commit 0f363686d980272c5e35c213af821253b1b5295b
Author: bawjaws <bawjaws>
Date:   Fri, 22 Jul 2005 22:12:32 +0800
Tag:    v1.6.0

adding a way to test the user image border removal code. Needs some speed testing to see whether this is feasible to do during upgrade for larger sites. Just a stand alone page (like userpix) which requires admin rights.

commit 113a79e2b31a9bc3ffd57c62c6276b6602781e1d
Author: bawjaws <bawjaws>
Date:   Fri, 22 Jul 2005 22:10:07 +0800
Tag:    v1.6.0

rolling back some functionality changes I made to user image routine, but  keeping the clean up of code that makes it clearer what's happening.

commit 8b5e8ea943e0f38039648bca4703f4468d7851b7
Author: bawjaws <bawjaws>
Date:   Fri, 22 Jul 2005 22:08:05 +0800
Tag:    v1.6.0

rolling back my filename changing code to follow Martin's suggestion for a more elegant solution to the black border. Towards that end added a routine to zoom in on image, cropping the border (if resampling available)  or interpolate from neighbouring pixels otherwise.

commit 4e95baef3c6bc92e581c6e69c48a57a0279b4f36
Author: bawjaws <bawjaws>
Date:   Thu, 07 Jul 2005 00:17:18 +0800
Tag:    v1.6.0

placing uploaded images in different directory from previously uploaded images to differentiate between bordered and borderless images

commit 34e85ecd53bd39cd69e7bc55dadb215e607f7274
Author: bawjaws <bawjaws>
Date:   Thu, 07 Jul 2005 00:10:05 +0800
Tag:    v1.6.0

new, borderless, user images

commit d2bdfe5a6e7c09e91577cdd9bdb04761e60b6018
Author: bawjaws <bawjaws>
Date:   Mon, 27 Jun 2005 20:31:59 +0800
Tag:    v1.6.0

new default user images, identical except without 1px black outline as this can now be added via CSS

commit b2e0000ddb87d3c2607b6c43c23c029545e1a725
Author: bawjaws <bawjaws>
Date:   Mon, 27 Jun 2005 20:22:14 +0800
Tag:    v1.6.0

removing code that draws a 1 pixel wide black line around user uploaded  images so that it can be replaced with equivalent CSS

commit 57e31b6b06074e430fbbaaedaed0205adff2ddad
Author: bawjaws <bawjaws>
Date:   Mon, 27 Jun 2005 20:14:24 +0800
Tag:    v1.6.0

adding CSS class to default user picture so that it can be styled at the same time as user uploaded images