kurmaev
fc3dc002da
Py3 fix
2014-12-30 19:40:51 +06:00
Tomas Babej
d3da18d1d2
settings: Remove avatar/setings.py as it is no longer used
2014-09-12 11:39:26 +02:00
Tomas Babej
32766d6837
README: Update name to django-avatar2 to avoid confusion
2014-09-12 11:39:26 +02:00
Tomas Babej
0429470a2f
Merge pull request #19 from allenling/bugfix
...
Update admin.py (originally #77 )
2014-09-12 07:44:36 +02:00
root
eee6b08e07
clean out
2014-09-10 22:49:45 +08:00
Tomas Babej
346f8519d9
Merge pull request #18 from palmplam/master
...
Add an extra param to use user_id as userdirname instead of username
2014-08-20 07:57:49 +02:00
Jean-Baptiste Nallet
871f42545b
add USERID_AS_USERDIRNAME parameter to base userdirname on user_id instead of username
2014-08-19 12:34:43 +02:00
Tomas Babej
a55a52aec6
Merge pull request #16 from tbabej/revert-15-master
...
Revert "Add an extra param to use user_id as userdirname instead of user...
2014-08-14 23:52:35 +02:00
Tomas Babej
dd475bdf49
Revert "Add an extra param to use user_id as userdirname instead of username"
2014-08-14 23:51:57 +02:00
Tomas Babej
a6a5fd3616
Merge pull request #15 from palmplam/master
...
Add an extra param to use user_id as userdirname instead of username
2014-08-14 23:51:46 +02:00
Jean-Baptiste Nallet
fbb4e05d9d
change to use AVATAR_HASH_USERDIRNAMES param even if AVATAR_USERID_HAS_USERDIRNAMES is True
2014-08-14 18:25:43 +02:00
Jean-Baptiste Nallet
c9c2e06fa1
fix error on userid is not string
2014-08-14 18:17:49 +02:00
Jean-Baptiste Nallet
7c59dec843
add extra parameter to generate userdirname base on user_id instead of username
2014-08-14 18:12:36 +02:00
Tomas Babej
3bfde78a0a
Translations: update all translations
2014-07-21 10:56:07 +02:00
Tomas Babej
32d3b5d088
forms: Replace unicode strings by str
2014-07-21 10:54:03 +02:00
Tomas Babej
57e979b1ab
locale: Added slovak translations
2014-07-20 03:39:47 +02:00
Tomas Babej
d2379c3cfa
Various merge fixes and additional pep8 fixes
2014-07-19 20:04:54 +02:00
Tomas Babej
de2fe9798a
readme: update and warn about fork
2014-07-19 18:00:27 +02:00
Tomas Babej
6d79e8d57d
views: Fix pep8 errors due to last merge
2014-07-19 17:56:52 +02:00
Tomas Babej
2286fa62a8
Merge pull request #14 from holzenburg/master
...
Rotate according to EXIF data + random IDs
2014-07-19 17:55:09 +02:00
Tomas Babej
0139cf7d3e
Merge remote-tracking branch 'patch/python_magic_validation'
...
Conflicts:
avatar/forms.py
avatar/settings.py
docs/usage.txt
tests/tests.py
2014-07-19 17:39:03 +02:00
Tomas Babej
25c77738c3
Merge remote-tracking branch 'eureka/eureka'
...
Conflicts:
avatar/forms.py
avatar/models.py
avatar/urls.py
2014-07-19 17:10:04 +02:00
Tomas Babej
0043234117
Merge pull request #11 from kharakawa/trans-ja
...
Add Japanese translation.
2014-07-19 16:59:12 +02:00
Tomas Babej
6028311735
Merge pull request #9 from ivorbosloper/dutch
...
Dutch translations
2014-07-19 16:50:29 +02:00
Tomas Babej
74356dbd79
Merge pull request #8 from robertour/patch-2
...
Calling syncdb in the usage instructions
2014-07-19 16:47:50 +02:00
Tomas Babej
ebc5f97ee3
Merge pull request #7 from z4r/patch-1
...
Patch 1
2014-07-19 16:46:33 +02:00
Tomas Babej
728bf41596
Merge pull request #5 from bazerk/master
...
Django allows @ for usernames, so the render_primary url pattern should ...
2014-07-19 16:42:30 +02:00
Tomas Babej
d54039360f
Merge pull request #4 from toogy/master
...
Pulling AVATAR_GRAVATAR_FIELD improvement
2014-07-19 16:41:07 +02:00
Tomas Babej
b9ac33b721
Merge pull request #3 from aptwebapps/master
...
Replace remaining occurences of AUTO_GENERATE_AVATAR_SIZES with AVATAR_A...
2014-07-19 16:33:02 +02:00
Tomas Babej
e8ef087ffc
Merge pull request #2 from ayang/master
...
added simple chinese translation
2014-07-19 16:30:18 +02:00
Tomas Babej
0a9809af0b
Merge pull request #1 from joao-bjsoftware/patch-1
...
Update django.po
2014-07-19 16:28:20 +02:00
João Dias de Carvalho Neto
17e7779176
Update django.po
2014-06-03 14:47:32 -03:00
Arne Holzenburg
5cdde8debb
Random filename for uploaded images
2014-04-23 17:35:19 +02:00
David Lindsey
fcf1c39589
Replace remaining occurences of AUTO_GENERATE_AVATAR_SIZES with AVATAR_AUTO_GENERATE_SIZES
2014-04-03 19:41:12 +05:30
ayang23
75394c2962
added simple chinese translation
2014-03-26 17:28:03 +08:00
Arne Holzenburg
f35a4b8267
Transpose based on EXIF orientation (Fix)
...
Transpose the original image before resizing based on EXIF orientation
information to display image in the correct orientation. If someone
uploads an image from an iPhone (for example) the image is currently
often rendered in the wrong orientation.
2014-03-22 13:40:56 +01:00
Arne Holzenburg
a0de7f59f4
Transpose based on EXIF orientation
...
Transpose the original image before resizing based on EXIF orientation
information to display image in the correct orientation. If someone
uploads an image from an iPhone (for example) the image is currently
often rendered in the wrong orientation.
2014-03-22 13:35:13 +01:00
toogy
90fadc14c5
Fixing getattr
2014-03-17 22:33:26 +05:30
toogy
2650ff4bd7
Fix GRAVATAR_FIELD > AVATAR_GRAVATAR_FIELD
2014-03-17 20:42:58 +05:30
toogy
f72a2cdd34
Adding the AVATAR_GRAVATAR_FIELD setting to define the user field used to get
...
the gravatar email.
2014-03-17 19:58:38 +05:30
Andrew Barrett
bae78c0e95
Django allows @ for usernames, so the render_primary url pattern should do so also.
2014-02-24 15:23:23 +00:00
allenling
8ff6f08a49
Update admin.py
...
The problem is that always display primary avatar for User.
In admin page, the function get_avatar should return different avatar url for every avatar record
2014-01-14 08:48:48 +08:00
z4r
3b3bdd8df4
RGBA and CMYK thumb creation tests
2014-01-10 12:16:08 +01:00
Andrea de Marco
c1f278bb84
Preserve RGBA image.mode
2014-01-10 10:35:07 +01:00
Roberto
b7f5cb3a7f
Calling syncdb in the usage instructions
2014-01-02 13:22:56 +11:00
Ivor Bosloper
e80d39a618
Dutch translations
2013-11-11 16:29:04 +01:00
Koichi Harakawa
470c75a479
Add Japanese translation.
2013-09-19 12:40:57 +09:00
Jannis Leidel
206682ce0a
Remove duplicated docs.
2013-09-13 18:56:31 +02:00
Jannis Leidel
85ffee8395
Updated version.
2013-09-13 18:54:24 +02:00
Jannis Leidel
6f06989901
Use correct setting module.
2013-09-13 18:36:49 +02:00