openhatch

Issue691

Title In redesign: Existing profile pictures may have wrong size
Milestone later Priority bug
Waiting On Status chatting
Superseder Nosy List paulproteus
Assigned To Keywords

Created on 2012-02-15.22:41:51 by paulproteus, last changed 2012-05-11.22:49:13 by paulproteus.

Messages
msg3228 (view) Author: paulproteus Date: 2012-05-11.22:49:12
Marking as 'later' for now. Maybe something to look at during the sprint?
msg3008 (view) Author: paulproteus Date: 2012-02-15.22:41:50
Right now, we rescale people's profile pictures to proportions that made sense
for the old layout.

The new layout has more space for profile pictures, so we need to adjust the
default proportions in the backend, as well as adjust the template to use the
new size, as well as make sure that existing personal profile images can be
easily re-scaled to the right size.

The re-scaling can happen "lazily" (at page load-time) or "eagerly" (we could
run a management command or something that does the rescaling).

(This bug is about the redesign of the site that is occurring during 0.12.02.
You can see that redesign in process, temporarily, here:
http://gentle-robot-6466.herokuapp.com/ )
History
Date User Action Args
2012-05-11 22:49:13paulproteussetstatus: unread -> chatting
messages: + msg3228
milestone: 0.12.02 -> later
2012-02-15 22:41:51paulproteuscreate