Patrick Altman
|
ea61cf10e0
|
Add ability to use https with gravatar
|
2012-08-29 05:32:29 -05:00 |
|
Patrick Altman
|
8fd0cc6411
|
Update messages so it's compatible with Django 1.4
|
2012-07-19 09:56:00 -05:00 |
|
Brian Rosner
|
bc0a34612c
|
removed all dependence on django-notification and django-friends by changing to emitting signals
|
2011-03-16 17:57:32 -04: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
|
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
|
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 |
|
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
|
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
|
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 |
|
Jannis Leidel
|
c240f23b86
|
Handle non-ASCII filenames correctly when hashing the filename.
|
2010-03-16 15:34:40 +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 |
|
Mathieu Pillard
|
1e48a80f97
|
FIXME: more tests that need to be coded
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-03-16 14:22:25 +01:00 |
|
Mathieu Pillard
|
1aa882d4d6
|
Test get_primary_avatar behaviour
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-03-16 14:22:08 +01:00 |
|
Mathieu Pillard
|
c431bf9bf8
|
Fixed issue #7: get_primary shouldn't return urls, it should return objects (or just None in that case)
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2010-03-16 13:58:17 +01:00 |
|
Jannis Leidel
|
3fc9e7928c
|
Allow overriding the upload and primary avatar form via a view parameter. Also don't set the default of the extra_context parameter in the function declaration.
|
2010-03-16 13:55:26 +01:00 |
|
Jannis Leidel
|
6377797e3f
|
Don't rely on the Django app cache's get_app() since it's not guaranteed to find the app whe django-avatar is loaded.
|
2010-03-16 13:53:41 +01:00 |
|
Eric Florenzano
|
85adf39b24
|
More obsessive compulsiveness
|
2010-02-22 18:56:31 -05:00 |
|
Eric Florenzano
|
111ecd8543
|
Obsessive compulsive import cleanup
|
2010-02-22 18:52:37 -05:00 |
|
Eric Florenzano
|
b50c1b1780
|
Cleanup, reorganization, moved the default avatar url to conform to community standards, and added a test to ensure that it's correct.
|
2010-02-22 18:50:46 -05:00 |
|
Eric Florenzano
|
5648cb9f11
|
Cleanup, reorganization, moved the default avatar url to conform to community standards, and added a test to ensure that it's correct.
|
2010-02-22 18:48:22 -05:00 |
|
Eric Florenzano
|
67361f3933
|
Remove vestigial import
|
2010-02-22 18:19:22 -05:00 |
|
Eric Florenzano
|
2ef99bc3c1
|
Moved default.jpg to reflect the community standard for media files
|
2010-02-22 18:19:08 -05:00 |
|
Eric Florenzano
|
1fb5b47ca0
|
Add a clarifying comment
|
2010-02-22 18:08:01 -05:00 |
|
James Turnbull
|
acdd9539ae
|
Moved template folder to correct name (notification)
|
2010-02-22 16:55:14 -05:00 |
|
James Turnbull
|
08a30aa851
|
Cleaned up noticetext, removing reference to the user's gender and nonsense regarding tribes
|
2010-02-22 16:54:59 -05:00 |
|
Eric Florenzano
|
3035f0adc8
|
Use PyFlakes to fix some fail
|
2010-02-22 16:47:10 -05:00 |
|
Mathieu Pillard
|
c364ca7aa1
|
Replace hashlib by django's md5_constructor
|
2010-02-22 16:36:55 -05:00 |
|
Mathieu Pillard
|
984131894b
|
Allow extra args that might be sent to the views. Useful with custom URLConf for instance.
|
2010-02-22 16:36:45 -05:00 |
|
Mathieu Pillard
|
b8341f916b
|
fix resize for render_primary: size is a string, we need to convert it to an integer.
|
2010-02-22 16:36:35 -05:00 |
|
Mathieu Pillard
|
8cd775a41f
|
render_primary() needs AVATAR_DEFAULT_URL
|
2010-02-22 16:36:23 -05:00 |
|
Eric Florenzano
|
2e55166df6
|
Fixed conflicts
|
2010-02-22 16:35:57 -05:00 |
|
Mathieu Pillard
|
628948f8ed
|
Marking added strings for translation and providing a basic french translation
|
2010-02-22 16:34:19 -05:00 |
|
Mathieu Pillard
|
e5b81caaff
|
Lowercase filename just in case.
|
2010-02-22 16:34:11 -05:00 |
|