Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-09 | whitespace and formatting | Evan Prodromou | |
2009-02-07 | Fixed references to common_avatar_*. | Sean Murphy | |
2009-02-07 | Merge commit 'upstream/0.7.x' into 0.7.x | Sean Murphy | |
Conflicts: actions/showstream.php | |||
2009-02-07 | Fixed #1152: Needless image scaling and poor JPG quality | Sean Murphy | |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou | |
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules. | |||
2009-02-05 | Two different functions for file size | Evan Prodromou | |
Made two different functions for file size in ImageFile; one uses the other. Also, use sprintf() for gettext msgs. | |||
2009-02-05 | Better fix for displaying max file size. | Sean Murphy | |
2009-02-05 | Fixed #905: Presenting image size limit to user. | Sean Murphy | |
2009-02-04 | Fixed #1134; Consolidated image scaling functions. | Sean Murphy | |
2009-01-23 | Made avatar upload a two-stage process; first upload, then crop | Evan Prodromou | |
2009-01-22 | Extract image management code to a helper function | Evan Prodromou | |