File python-django-filebrowser.changes of Package python-django-filebrowser
-------------------------------------------------------------------
Fri Sep 27 18:03:58 UTC 2013 - p.drouand@gmail.com
- Update to version 3.5.2
+ Fixed: Use placeholder with version_generate (not only templatetags).
+ Fixed: translate extension group name in upload form.
+ Fixed: updated filter dropdown HTML.
+ Fixed: Make setup.py work with Python 3.
+ Fixed: File submit with search traversal.
+ Fixed: Fixed fileobject path with Windows.
+ Improved: Throwing an exception when in DEBUG and version is
not generated (with using the templatetag).
+ Compatibility with Django 1.5
- Use download url as source
- Replace python-ditribute with python-setuptools BuildRequires
- Add documentation from tarball
-------------------------------------------------------------------
Fri Nov 9 11:54:15 UTC 2012 - alexandre@exatati.com.br
- Update to 3.5.1:
* Fixed: Documentation with Signals.
* Fixed: File Upload using basic submission.
* Fixed: Added site instance to Signals.
* Improved: Don´t hide errors during generate-command.
* Improved: Follow symlinks with generate-command.
* Improved: Added some translations (e.g. for "Upload File").
* New: Setting OVERWRITE_EXISTING.
* New: Added file signals.py.
* New: Support for Django 1.5.
-------------------------------------------------------------------
Fri Jul 20 21:14:37 UTC 2012 - alexandre@exatati.com.br
- Update to 3.5.0:
- Compatibility with Django 1.4 and Grappelli 2.4.
-------------------------------------------------------------------
Mon Mar 26 16:38:21 UTC 2012 - alexandre@exatati.com.br
- Update to 3.4.2:
* Fixed security bug: added staff_member_required decorator to
the upload-function.
* Fixed a XSS vulnerability with fb_tags.
-------------------------------------------------------------------
Fri Mar 9 15:30:00 UTC 2012 - alexandre@exatati.com.br
- Update to 3.4.1:
* Fixed an error with quotes (french translation) in upload.html.
* Updated translations.
* FileObject now returns path (with __unicode__ and __str__),
instead of filename. This is needed because otherwise
form.has_changed will always be triggerde when using a
FileBrowseField.
* Fixed a bug with versions and "f referenced before assignment"
(e.g. when an image is being deleted)
* Updated docs (warning that FILEBROWSER_MEDIA_ROOT and
FILEBROWSER_MEDIA_URL will be removed with the next major release – use custom storage engine instead).
* Fixed issue with MEDIA_URL hardcoded in tests.
* Fixed issue when MEDIA_URL starts with https://.
* Fixed issue with default-site (if no site is given).
* Fixed bug with using L10N and MAX_UPLOAD_SIZE in upload.html.
* Fixed small bug with importing Http404 in sites.py.
* Fixed bug with Fileobject.exists.
* Added NORMALIZE_FILENAME.
-------------------------------------------------------------------
Tue Nov 15 22:02:53 UTC 2011 - alexandre@exatati.com.br
- Update to 3.4.0:
- Code has been moved to GitHub
- Major code cleanup and the performance has been improved
- Custom actions have been added and the flash-based uploader has
been replaced with an ajax-uploader.
-------------------------------------------------------------------
Tue Jul 19 21:09:05 UTC 2011 - alexandre@exatati.com.br
- Update to 3.3.0:
* Initial Release of the 3.3-series.
-------------------------------------------------------------------
Tue Apr 19 20:23:27 UTC 2011 - alexandre@exatati.com.br
- Regenerate spec file with py2pack;
- Fix SLE* build.
-------------------------------------------------------------------
Thu Mar 10 17:22:27 UTC 2011 - alexandre@exatati.com.br
- Update to 3.2.
-------------------------------------------------------------------
Thu Dec 16 21:28:46 UTC 2010 - alexandre@exatati.com.br
- Update to 3.1;
- Fixed spaces in INSTALLED_FILES;
- Fixed script-without-shebang and
wrong-script-end-of-line-encoding.
-------------------------------------------------------------------
Sat Sep 11 02:42:08 UTC 2010 - alexandre@exatati.com.br
- Spec file cleaned with spec-cleaner;
- Bzip2 source file.
-------------------------------------------------------------------
Tue Jan 26 11:19:20 UTC 2010 - alexandre@exatati.com.br
- Update to 3.0;
- Building as noarch for openSUSE >= 11.2.
-------------------------------------------------------------------
Tue Sep 15 22:32:50 UTC 2009 - alexandre@exatati.com.br
- Initial package (0.1) for openSUSE.