File python-django-filer.changes of Package python-django-filer
-------------------------------------------------------------------
Fri Sep 27 18:29:02 UTC 2013 - p.drouand@gmail.com
- Update to version 0.9.5
+ No changelog available
- Use download url as source
- Replace python-ditribute with python-setuptools BuildRequires
- Add documentation from tarball
-------------------------------------------------------------------
Wed Dec 5 05:16:30 UTC 2012 - alexandre@exatati.com.br
- Update to 0.9.3:
* Fixes template file permissions (packaging issue)
-------------------------------------------------------------------
Sun Nov 25 12:05:31 UTC 2012 - alexandre@exatati.com.br
- Update to 0.9.2:
* File.name move to not null (run migrations)
* Fix popup mode when Folder doesn't exists
* #271 Remove unused templatetag from django 1.4
* #269 Hide "Folder permissions" entry for "normal" users
* #265 click on image thumbnail in popup looses context
* #264 cancel search button looses popup context
* #263 deleting images from the image detail view redirects to
the wrong list view
-------------------------------------------------------------------
Sat Oct 13 15:15:34 UTC 2012 - alexandre@exatati.com.br
- Update to 0.9.1:
* removed nginx X-Accel-Redirect Content-Type header (#245)
* validate_related_name method appears to break in FilerFileField (#148)
* remember last openened folder in file picker (#187)
-------------------------------------------------------------------
Thu Sep 6 04:11:59 UTC 2012 - alexandre@exatati.com.br
- Update to 0.9:
* django-1.4 compatibility
* separate, customizable file storage backends for public and
private files
* deleting a file in filer now deletes the file and all its
thumbnails from the filesystem
* many bulk operations (admin actions)
* backwards incompatible changes
* storage refactor: path to private files in the db has changed
(no longer relative to MEDIA_ROOT)
* filer.server.urls needs to be included to serve private files
* static media has been moved from 'media' to 'static'
(as proposed by django.contrib.staticfiles and django 1.3)
* django 1.2 no longer supported
-------------------------------------------------------------------
Tue Mar 13 17:17:15 UTC 2012 - alexandre@exatati.com.br
- Update to 0.8.6:
* renamed media to static
* new dependency: django-staticfiles or django >= 1.3
* minor bugfixes
-------------------------------------------------------------------
Wed Sep 28 22:34:14 UTC 2011 - alexandre@exatati.com.br
- Update to 0.8.5:
* fix thumbnail templatetag support for easy-thumbnails>=1.0-alpha-17
-------------------------------------------------------------------
Tue Sep 27 22:49:38 UTC 2011 - alexandre@exatati.com.br
- Update to 0.8.4:
* fix ajax file upload for django < 1.3
-------------------------------------------------------------------
Mon Aug 29 01:04:57 UTC 2011 - alexandre@exatati.com.br
- Update to 0.8.3:
- Replaced flash uploader with pure javascript.
- Regenerate spec file with py2pack.
-------------------------------------------------------------------
Thu Dec 16 21:26:45 UTC 2010 - alexandre@exatati.com.br
- Update to 0.8.2:
* sha hash for files
* packaging fixes
- Fixed spaces in INSTALLED_FILES;
- Fixed script-without-shebang and
wrong-script-end-of-line-encoding.
-------------------------------------------------------------------
Thu Nov 4 00:46:31 UTC 2010 - alexandre@exatati.com.br
- Initial package (0.8.1) for openSUSE.