Philipp Wassibauer
|
f3bca7386d
|
filter added to check if avatar is available
|
2011-07-01 11:13:47 +02:00 |
|
Philipp Wassibauer
|
30d939ad70
|
admin interface displays avatar and is filterable
|
2011-06-22 00:03:14 +02:00 |
|
Philipp Wassibauer
|
d3e98504c8
|
avatars can be displayed as gallery now
|
2011-04-01 15:05:29 +02:00 |
|
Philipp Wassibauer
|
cc5427ef80
|
removed notifications, since updates to my own avatar should not be send by email, updates to friends avatar is taken care by activity streams
|
2011-02-01 10:25:06 +01:00 |
|
Philipp Wassibauer
|
f425bfecf3
|
webcam upload support started, have to add better security measures though
|
2011-01-24 14:59:44 +01:00 |
|
Philipp Wassibauer
|
ee0223c1f3
|
avatar does not break if used with simple-friends, bumped version
|
2010-10-10 13:19:11 +02:00 |
|
Philipp Wassibauer
|
f501b3b597
|
bumped version
|
2010-09-06 00:45:37 -07:00 |
|
Philipp Wassibauer
|
8c14542220
|
fixing simplefriend switch
|
2010-09-06 00:45:11 -07:00 |
|
Philipp Wassibauer
|
5f8d6a9ae6
|
readme updated
|
2010-07-31 00:28:45 -07:00 |
|
Philipp Wassibauer
|
cdc456e8af
|
small fix again, now it works to use any type of cropping/scaling with avatars in templates
|
2010-07-30 06:38:50 -07:00 |
|
Philipp Wassibauer
|
b67a6fe332
|
small fix
|
2010-07-30 06:11:33 -07:00 |
|
Philipp Wassibauer
|
1315b63daf
|
added function to retrieve image field of avatar via templatetag, therefore opening the possibility to use different formats for the avatar in page, not just square
|
2010-07-30 06:00:55 -07:00 |
|
Jannis Leidel
|
b52c89bbdd
|
Bumped version.
|
2010-06-27 22:19:57 +02:00 |
|
Jannis Leidel
|
7f38a3acf5
|
Added new AVATAR_DEFAULT_SIZE setting with a default of 80.
|
2010-06-26 19:01:22 +02:00 |
|
Jannis Leidel
|
22b85c5028
|
Moved settings from avatar main module to own settings module and signal callback to models module to be able to prevent import errors in non-Django Python environments.
|
2010-06-26 19:00:31 +02:00 |
|
Jannis Leidel
|
52997b3fa8
|
Added README and update CONTRIBUTORS file.
|
2010-06-26 17:46:56 +02:00 |
|
Jannis Leidel
|
d8ea69ee9c
|
Bumped to 1.1a4.
|
2010-06-26 17:21:01 +02:00 |
|
Jannis Leidel
|
ff4f450c68
|
Added a few docstrings.
|
2010-06-26 17:20:44 +02:00 |
|
Jannis Leidel
|
17b183d315
|
Also invalidate the cache when deleting an avatar.
|
2010-06-26 17:20:29 +02:00 |
|
Jannis Leidel
|
d686bea25a
|
Ignore all egg-info dirs.
|
2010-06-26 16:49:50 +02:00 |
|
Jannis Leidel
|
1413c4000d
|
Added template tag caching (default timeout: 60 minutes) to template tags, includes invalidation.
|
2010-06-26 16:49:35 +02:00 |
|
Jannis Leidel
|
079d488607
|
Merge branch 'master' of git://github.com/ericflo/django-avatar
|
2010-06-25 09:23:01 +02:00 |
|
Brian Rosner
|
c93065ceba
|
Merge remote branch 'alex/master'
|
2010-06-24 13:07:24 -06:00 |
|
Alex Gaynor
|
6463e870c3
|
Removed superflous code.
|
2010-06-24 11:06:11 -05:00 |
|
Jannis Leidel
|
92f9794701
|
Merge branch 'master' of git://github.com/alex/django-avatar
|
2010-06-24 18:02:32 +02:00 |
|
Alex Gaynor
|
c57a7499fb
|
Do significantly fewer SQL queries here.
|
2010-06-24 10:59:14 -05:00 |
|
Alex Gaynor
|
4180a7a101
|
Fixes for Django 1.2
|
2010-06-24 10:56:04 -05:00 |
|
Jannis Leidel
|
dca68b23e5
|
Bumped version given latest changes.
|
2010-05-06 02:13:29 +02:00 |
|
Jannis Leidel
|
301166b8d6
|
The default avatar URL could also start with https.
|
2010-05-06 00:53:53 +02:00 |
|
Mathieu Pillard
|
61879cee7e
|
AVATAR_DEFAULT_URL can start with http:// if for some reason it's hosted on another domain
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-05-06 00:51:57 +02:00 |
|
Mathieu Pillard
|
3be0c2ca01
|
Fix redirect to only happen if the "add" action was successful. It was already breaking unit tests, but add more to be sure.
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-05-06 00:46:21 +02:00 |
|
Mathieu Pillard
|
aaa1b62221
|
FR translation .mo
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-05-06 00:45:52 +02:00 |
|
Mathieu Pillard
|
83033731df
|
French translations update
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-05-06 00:45:43 +02:00 |
|
Mathieu Pillard
|
768359b11d
|
Use django 1.2 CSRF protection
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-05-06 00:45:19 +02:00 |
|
Mathieu Pillard
|
32b61553d2
|
Fix for issue #12 on ericflo/django-avatar, proposed by fakeempire
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-05-06 00:44:45 +02:00 |
|
Jannis Leidel
|
9b9ca4a665
|
Bumped to 1.1a2.
|
2010-03-21 14:27:46 +01:00 |
|
Jannis Leidel
|
072854a881
|
Merge branch 'master' of git://github.com/ericflo/django-avatar
|
2010-03-21 14:27:10 +01:00 |
|
Jannis Leidel
|
55f29b62be
|
Added redirect to add view to be able to add an image from a different URL/template without landing on the add template afterwards.
|
2010-03-21 14:22:43 +01:00 |
|
Brian Rosner
|
d60ac863e4
|
Merge remote branch 'jezdez/master'
|
2010-03-16 08:43:51 -06:00 |
|
Jannis Leidel
|
f5a252406f
|
Added default image to source distribution.
|
2010-03-16 15:43:02 +01:00 |
|
Brian Rosner
|
1111e79bcd
|
Merge remote branch 'jezdez/master'
Conflicts:
setup.py
|
2010-03-16 08:37:38 -06:00 |
|
Jannis Leidel
|
c240f23b86
|
Handle non-ASCII filenames correctly when hashing the filename.
|
2010-03-16 15:34:40 +01:00 |
|
Brian Rosner
|
b948422aa2
|
Merge branch 'master-old'
|
2010-03-16 08:34:29 -06:00 |
|
Jannis Leidel
|
afadde4a6e
|
Added translations to source distribution.
|
2010-03-16 15:25:42 +01:00 |
|
Jannis Leidel
|
b34197fb92
|
Added German translation.
|
2010-03-16 15:20:01 +01:00 |
|
Jannis Leidel
|
6bc17d0668
|
Marked a few strings for translation.
|
2010-03-16 15:19:54 +01:00 |
|
Jannis Leidel
|
929c8a0e4f
|
Added thumb quality setting which is used in the create_thumbnail() method.
|
2010-03-16 14:56:15 +01:00 |
|
Daniel T. Alvarenga
|
5996dfa5b5
|
Added Portuguese (Brazilian) translation.
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-03-16 14:40:05 +01:00 |
|
PLHW
|
233422eefd
|
adding default quality param to create_thumbnail
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-03-16 14:31:25 +01:00 |
|
Mathieu Pillard
|
0307dc2a79
|
More unit tests.
|
2010-03-16 14:28:40 +01:00 |
|