Commit graph

  • 470b90be4a Useless print Mathieu Pillard 2010-01-22 13:56:44 +0100
  • 84b68d4284 Not needed Mathieu Pillard 2010-01-22 13:54:35 +0100
  • 1aaaac1ce0 Fixed now Mathieu Pillard 2010-01-22 13:54:08 +0100
  • 04a5a271de Use our uploadform in the templates Mathieu Pillard 2010-01-22 12:50:56 +0100
  • afde1c6268 special case for AVATAR_MAX_AVATARS_PER_USER == 1: try to work always on the same db row, by re-using the id. Mathieu Pillard 2010-01-22 12:50:12 +0100
  • cbb8421720 Raise an error if trying to upload an avatar when the maximum number was already reached Mathieu Pillard 2010-01-22 12:48:42 +0100
  • 811e238332 Forgot this in my last commit - Refactoring : Move avatar upload to its own view, form and template part 2 Mathieu Pillard 2010-01-22 11:59:58 +0100
  • df05b32c30 Refactoring : Move avatar upload to its own view, form and template. Needs some cleanup still. Mathieu Pillard 2010-01-21 19:06:54 +0100
  • 731e580c91 Don't update the other avatars if the maximum is set to 1: it shouldn't happen. Mathieu Pillard 2010-01-21 19:04:56 +0100
  • a5e906e36d Starting to implement new AVATAR_MAX_AVATARS_PER_USER setting to limit the maximum number of avatars for each user Mathieu Pillard 2010-01-21 18:33:03 +0100
  • 853916273f Don't use multiple querysets for the same list (might revisit the .get() for avatar later) Mathieu Pillard 2010-01-21 17:45:27 +0100
  • 700e47cfb0 Ignore pyc files Mathieu Pillard 2010-01-21 17:40:00 +0100
  • df60156e30 Fixed #586 - Added login_required to avatar.views.delete Ahmad Al-Ibrahim 2010-02-09 08:46:43 +0800
  • 073e9a9c10 Provide Gravatar default url in settings.AVATAR_GRAVATAR_DEFAULT - will be used by Gravatar if the user has no avatar for that email address. Ross Poulton 2010-01-30 06:03:40 +0800
  • ed21e5a907 Fix for error in django-avatar 1.0.3 (task #524). John Debs 2009-11-10 04:28:03 +0800
  • 0026f03331 bumped version 1.0.3 Brian Rosner 2009-11-07 11:25:12 -0700
  • 4490871bcf added CHANGELOG Brian Rosner 2009-11-07 11:24:28 -0700
  • cc158668ea Check for django-friends using INSTALLED_APPS to prevent imports from happening Jakob Torp Svendsen 2009-10-21 11:45:32 +0200
  • 6b3b770ab8 Removed setuptools install_requires (definitely not needed) Brian Rosner 2009-07-30 22:03:48 -0600
  • 430150e2a7 removed new_primary from views.py delete method ben.browitt@gmail.com 2009-04-21 18:28:00 +0800
  • c900d4ee98 Added notification templated. Can't verify that they are being used. new_primay wasn't being used in delete_avatar ben.browitt@gmail.com 2009-04-21 18:08:25 +0800
  • 7e6a814d7b Added avatar_updated and avatar_friend_updated ben.browitt@gmail.com 2009-04-21 10:38:40 +0800
  • b0fa9031b4 Set a new primary avatar when deleting the primary avatar. user 2009-04-21 04:31:40 +0800
  • bf25a07009 Added manifest template, package_data and bumped to 1.0.2 Jannis Leidel 2009-04-24 02:57:15 +0800
  • d2d6bd2d2d Added manifest template, package_data and bumped to 1.0.2 Jannis Leidel 2009-04-23 20:57:15 +0200
  • 737bf1d821 Removed some legacy code that is no longer used. Closes #1. Brian Rosner 2009-04-23 12:43:55 -0600
  • adf694302b Removed usage of hashlib to support Python 2.4. Brian Rosner 2008-12-28 21:52:32 +0000
  • 221b52a65c Fixed the apparent problem with PNG and S3 that some were seeing. Thanks, msaelices and bryanveloso. Along with that fix also comes support for not resizing an image if it's already the correct size. Eric Florenzano 2008-12-04 08:59:40 +0000
  • 34a5ad2671 Added setup.py Eric Florenzano 2008-10-28 09:46:55 +0000
  • 58b7fe59b2 Added inital pass of documentation. Eric Florenzano 2008-10-28 09:44:53 +0000
  • 57c036ed39 Slightly shallower resized image paths. Eric Florenzano 2008-10-28 06:53:08 +0000
  • 42b0361d4b Thanks for the help, PyFlakes. Eric Florenzano 2008-10-28 06:43:52 +0000
  • c3fadc0377 Completely refactored this package so that it no longer references the local filesystem. The API has been simplified and it has been tested with both file system backends and S3 backends. Gearing up for the first official release. Eric Florenzano 2008-10-28 06:39:21 +0000
  • ba8e3268fb Made all imports relative and cleaned up the imports in general. Thanks, PyFlakes! Eric Florenzano 2008-10-20 01:11:10 +0000
  • e8ff23bbb6 fixed force_insert problem James Tauber 2008-09-01 12:47:43 +0000
  • 066b07af53 Removed the import_gravatars script as it no longer worked properly. This may be re-written at some point, but right now it is just cruft. Eric Florenzano 2008-08-16 06:09:49 +0000
  • 53a44ef2c0 Changed the max_length of the avatar ImageField, as we were seeing some errors about the path being too short. Eric Florenzano 2008-08-16 06:07:06 +0000
  • 7d6c3f70d5 Added management command to rebuild avatars. This is useful for when an administrator wishes to change the size of the auto-generated avatar sizes. Eric Florenzano 2008-08-16 06:00:00 +0000
  • 3a56d30243 Made avatar selection more clear by providing initial data for the form. Eric Florenzano 2008-08-16 05:53:55 +0000
  • 559eb4ae99 Fixed problem with uploading .GIF files, as they need to be conditionally converted to RGB. Eric Florenzano 2008-08-16 05:48:33 +0000
  • d29ebe0192 Got rid of two print statements that could cause mod_wsgi to error out. Eric Florenzano 2008-08-15 21:48:04 +0000
  • 237a34a59f Fixed pathing to the mkdirs call. Eric Florenzano 2008-08-12 08:30:18 +0000
  • b6bf5cf1d0 Modified the rest of the module to be able to make use of the new added flexibility of the non-gravatar interface. Eric Florenzano 2008-08-12 08:12:38 +0000
  • 810ce3f8e4 Completely refactored this module. The model has been changed to reflect more sane defaults. A new set of templatetags have been created as well, however, the gravatar public API has been preserved. The only thing that still needs to be done is to rewrite the administrative views for uploading/deleting/changing avatars. Eric Florenzano 2008-08-10 22:55:25 +0000
  • 2139fc5979 fixed signal typo James Tauber 2008-08-09 15:11:22 +0000
  • 65a322ca41 Updated django-avatar to use the new signals stuff. Eric Florenzano 2008-08-07 06:06:54 +0000
  • a38db1b35e Added caching. Eric Florenzano 2008-08-03 23:47:00 +0000
  • 97ebeaaa53 Handle the MultipleObjectsReturned edge case (shouldn't happen, but it might) Eric Florenzano 2008-08-03 23:20:56 +0000
  • 3ac9b98cb2 Try 2 on robustness adding. Eric Florenzano 2008-08-03 22:45:38 +0000
  • 43f027c881 Made falling back more robust. Eric Florenzano 2008-08-03 22:37:57 +0000
  • 94e33d6b70 Added exception handling for if the directory already exists. Eric Florenzano 2008-08-02 23:04:26 +0000
  • a3ec3aea8e Added some robustness to import statements. Eric Florenzano 2008-08-02 21:26:20 +0000
  • 5b3da03bce Make sure to make the directories before uploading, too. Eric Florenzano 2008-08-02 11:44:59 +0000
  • b329ef276f Lazy loading doesn't seem to work correctly. Eric Florenzano 2008-08-02 05:36:33 +0000
  • 3e1654d9a9 Screw it, change the wording to be easier on me and translators, yet not be any worsly-worded. Eric Florenzano 2008-08-02 05:34:17 +0000
  • 13fca802fa This isn't Perl Eric Florenzano 2008-08-02 05:32:46 +0000
  • 22b1f0aa87 Fixed bozo error and prettify formatting a bit. Eric Florenzano 2008-08-02 05:30:54 +0000
  • 671f03caa5 Added message creation for creation and deletion of avatars. Eric Florenzano 2008-08-02 05:29:35 +0000
  • 1a0e958b50 Switched the management command to use get_or_create, so that it can create the required Avatar instances for User objects on a new installation. Eric Florenzano 2008-08-02 05:14:30 +0000
  • d814c92bb8 Made sure that it really falls back to the specified default. Eric Florenzano 2008-08-01 09:50:13 +0000
  • 9e85aba9f7 Initial version. Eric Florenzano 2008-08-01 09:27:59 +0000
  • 2b2285039c Initial directory structure. (no author) 2008-08-01 05:20:00 +0000