Changes between Version 39 and Version 40 of Contribute/Code
- Timestamp:
- 11/13/12 08:33:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute/Code
v39 v40 62 62 63 63 === Scale Uploaded Images === 64 When images are uploaded we can limit the size, however larger pictures should be scaled instead. 64 ''Added to GCI spreadsheet''[[BR]] 65 When images are uploaded we can limit the size, however larger pictures should be scaled instead. Example: personal profile picture. 65 66 66 This should be implemented as a Validator {{{modules/s3/s3validators.py}}}). The size limitation should be configurable in the model for that specific field, with a sensible default.67 * [This part is done, see #1016] This should be implemented as a Validator {{{modules/s3/s3validators.py}}}). The size limitation should be configurable in the model for that specific field, with a sensible default. 67 68 68 Bonus points: UI to crop image (this would be a Widget: {{{modules/s3/s3widgets.py}}}) 69 70 Ideally the image would be resized client-side to make it faster to upload...this might be hard with pure JS, so would need to be Flash? 71 * Maybe: http://labs.corefive.com/Projects/FileManager/ (e.g. from http://code.google.com/p/django-ckeditor-filemanager/ ) 72 73 Example: Personal Profile Picture 69 * [GCI task, #1017] UI to to allow user to crop image (this would be a widget: {{{modules/s3/s3widgets.py}}}) 70 * Ideally the image would be resized client-side to make it faster to upload...this might be hard with pure JS, so would need to be Flash? 71 * Maybe: http://labs.corefive.com/Projects/FileManager/ (e.g. from http://code.google.com/p/django-ckeditor-filemanager/ ) 74 72 === Suggestion Box === 75 73 ''Added to GCI spreadsheet''[[BR]]