Commit graph

439 commits

Author SHA1 Message Date
Rafiq Hilali
10ee97b902 cached the sizes of avatars that have been added to the cache, and then used these cached sizes to clear the cache in invalidate_cache 2019-02-07 16:27:18 +00:00
Grant McConnaughey
182e7aa641
Merge pull request #169 from spookyUnknownUser/patch-1
Fix docs showing old django url pattern
2018-10-04 13:29:52 -05:00
spookyUnknownUser
319d554873
Fix docs showing old django url pattern 2018-10-04 18:36:44 +02:00
Grant McConnaughey
0d761fdd88
Merge pull request #168 from ricardogsilva/167-avoid-generation-of-migrations-file-when-adding-i18n-to-django-project
use the lazy version of gettext for translating models
2018-07-02 09:30:30 -05:00
Ricardo Garcia Silva
a26a133d9d
use the lazy version of gettext for translating models 2018-07-02 12:08:00 +01:00
Grant McConnaughey
f1266ed1eb Bump version 2017-12-20 09:22:33 -06:00
Grant McConnaughey
8b83871634 Update changelog 2017-12-20 09:21:55 -06:00
Grant McConnaughey
6d4a1b27d1 Use MIDDLEWARE setting 2017-12-17 11:22:56 -06:00
Grant McConnaughey
b6c9ff1d03 RST is not Markdown 2017-12-17 10:31:15 -06:00
Grant McConnaughey
7fb00f634b Exclude bare except rule 2017-12-17 10:29:26 -06:00
Grant McConnaughey
2b767e0b85 Update Changelog 2017-12-17 10:29:15 -06:00
Grant McConnaughey
16d721c210 Merge branch 'Jimdo-exif' 2017-12-17 10:24:16 -06:00
Grant McConnaughey
2de2a60e85 Fix conflicts 2017-12-17 10:24:02 -06:00
Grant McConnaughey
f940db8dc9
Merge pull request #162 from sedlar/signal_avatar_deleted
Add avatar_deleted signal
2017-12-17 10:22:31 -06:00
Grant McConnaughey
ba552fbcd9 Fix reverse in tests 2017-12-17 10:21:43 -06:00
Grant McConnaughey
10e0853152 Support Django 1.9 2017-12-17 10:17:27 -06:00
Grant McConnaughey
1511e67d66 Update testing matrix 2017-12-17 10:17:22 -06:00
Grant McConnaughey
d9c162cda9
Merge pull request #163 from cavanierc/Django2
Support for Django 2
2017-12-17 10:09:09 -06:00
Clement Cavanier
69901569a3 Support for Django 2 2017-12-06 15:06:45 +01:00
Martin Sedlář
6010209a1b Fix compatibility with python2 2017-11-10 10:16:05 +01:00
Martin Sedlář
fb195a570f Add avatar_deleted signal 2017-11-09 23:20:59 +01:00
Grant McConnaughey
4eaf6f8f1e Document AVATAR_CLEANUP_DELETED 2017-08-27 08:53:30 -05:00
Grant McConnaughey
dcc472a1e2 Document AVATAR_MAX_AVATARS_PER_USER 2017-08-27 08:51:18 -05:00
Fabian Stehle
dcabd11e43 Fix invalid translations
'msgid' and 'msgstr' entries do not both end with '\n' which is
mandatory according to specification from the 'msgfmt' manual:

```
The msgid and msgstr strings are studied and compared. It is considered
abnormal if one string starts or ends with a newline while the other
does not.
```

Besides all placeholders from the 'msgid' must be used in the 'mgstr'.
2017-08-27 08:47:26 -05:00
Duda Nogueira
4abf3277a2 Doc: Add url method to url to avoid error on django newer versions 2017-08-27 08:46:53 -05:00
Grant McConnaughey
f8716937b0 Prevented creation of the new migrations with non-default DEFAULT_FILE_STORAGE 2017-08-27 08:45:45 -05:00
Fabian Stehle
631eac80bb Test transposing thumbnails based on exif data 2017-07-11 21:57:08 +02:00
Arne Holzenburg
341732a38c 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.
2017-07-11 14:42:55 +02:00
Grant McConnaughey
cf97804f23 Bump version to 4.0.0 2017-05-27 09:58:55 -05:00
Grant McConnaughey
6151c426b7 Update version 4.0.0 changelog 2017-05-27 09:55:23 -05:00
Bruno Santeramo
5ffa8a443a Italian translation 2017-05-27 09:53:19 -05:00
Jannis
ccaafe492c Fix test for avatar tag. 2017-05-27 09:50:47 -05:00
Jannis
6091dd90fe Add blank line to resolve failing PEP8 check. 2017-05-27 09:50:47 -05:00
Jannis
51375039df Move alt attribute to kwargs. 2017-05-27 09:50:47 -05:00
Jannis
c1f7abd2e4 Add test for kwargs in template tag. 2017-05-27 09:50:47 -05:00
Grant McConnaughey
61a6d56d55 Update PyPI classifiers 2017-05-27 09:47:48 -05:00
Grant McConnaughey
e02c881783 Update testing matrix 2017-05-27 09:47:16 -05:00
Grant McConnaughey
3f646d6f71 Update changelog for 4.0.0 2017-05-27 09:43:23 -05:00
Grant McConnaughey
57707e481e Update README.rst 2017-04-14 09:34:27 -05:00
Grant McConnaughey
9e1bb44c98 Merge pull request #141 from lraphael/master
Fix for django >= 1.10
2016-12-29 15:03:11 -06:00
Raphael Lechner
7f974b87c2 Fix for django >= 1.10
The class django.core.management.NoArgsCommand is removed.
2016-12-28 20:45:00 +01:00
Grant McConnaughey
e5d488a08d Merge pull request #138 from jnns/german-translation
Improve German translation.
2016-10-07 07:21:03 -05:00
Grant McConnaughey
78fa4e6b20 Merge pull request #137 from jnns/master
Introduce avatar providers.
2016-10-07 07:20:14 -05:00
Jannis
112141a457 Add verbose_names to Avatar model. 2016-09-16 10:55:13 +02:00
Jannis
a19debce22 Improve German translation. 2016-09-14 13:10:29 +02:00
Jannis
dc145ed57a Introduce avatar providers. 2016-09-14 12:44:22 +02:00
Grant McConnaughey
0c16c0cbe2 Set version 3.1.0 2016-09-10 11:05:36 -05:00
Grant McConnaughey
839220c51b Add test project for debugging 2016-09-03 10:47:01 -05:00
Grant McConnaughey
6c5bf88fa4 Document new features in 3.1.0 2016-09-03 10:14:31 -05:00
Grant McConnaughey
9e9db99acf Bump coverage 2016-09-03 09:56:43 -05:00