Changes between Version 39 and Version 40 of Contribute/Code


Ignore:
Timestamp:
11/13/12 08:33:28 (12 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute/Code

    v39 v40  
    6262
    6363=== 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]]
     65When images are uploaded we can limit the size, however larger pictures should be scaled instead. Example: personal profile picture.
    6566
    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.
    6768
    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/ )
    7472=== Suggestion Box ===
    7573''Added to GCI spreadsheet''[[BR]]