Django-fiber

Latest version: v1.10

Safety actively analyzes 633398 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.11.1

------------------

* New feature: Auto add content items, pull request [pull182]

When you use the fiber tag {% show_content "content_name" %} the content item will be automatically created if it not already exists.

settings.py
FIBER_AUTO_CREATE_CONTENT_ITEMS = True

template.html
{% show_content "content_name" %}

* Added [coveralls.io] support, pull request [pull176]

[pull182]: https://github.com/django-fiber/django-fiber/pull/182
[pull176]: https://github.com/django-fiber/django-fiber/pull/176
[coveralls.io]: https://coveralls.io/r/django-fiber/django-fiber

0.11.0

------------------

* Image previews for Fiber Image in the Django admin
* Using Easy Thumbnails 1.4
* Optional with new setting `FIBER_IMAGE_PREVIEW`
* Configurable thumbnail_options for both change_list and change_form
* The thumbnail in the front-end imageselect pop-up also profits from easy_thumbnails when installed
* Dropped support for Django 1.3.x
* Upgraded external packages to the latest stable releases:
* Pillow to 2.2.1
* Django REST Framework to 2.3.8
* Fixed a bug when change_list for Fiber Image was rendered in a popup, for instance called from a raw_id widget

0.10.5

------------------

* Added meta_keywords field to Fiber Page model, so now you can add metatag keywords to your template. Ex:

{% if fiber_page.meta_keywords %}
<meta charset="utf-8" name="keywords" content="{{ fiber_page.meta_keywords }}" />
{% endif %}

* Added doc_title field to Fiber Page model, useful for adding a custom document title to your template. Ex:

<title>
{% if fiber_page.doc_title %}
{{ fiber_page.doc_title }}
{% else %}
{{ fiber_page.title }}
{% endif %}
</title>

* Prefix css classes in fiber frontend sidebar
* See [issue180]
* Show a boolean True/False icon in the Django admin if a ContentItem is not used.
* See [issue175]
* Upgraded external packages to the latest stable releases:
* Pillow to 2.1.0
* Django MPTT to 0.6
* Django REST Framework to 2.3.7

[issue180]: https://github.com/django-fiber/django-fiber/issues/180
[issue175]: https://github.com/django-fiber/django-fiber/pull/175

0.10.4

------------------

* Upgraded Django REST Framework to 2.3.6

0.10.3

------------------

* Upgraded external packages to the latest stable releases:
* Django REST Framework 2.2.6
* Django Compressor 1.3
* Pillow 2.0.0
* Extended the Permission Class with a method that allows a developer to control if
a user can see the Fiber admin interface
* Bugfixes:
* Fixed a [bug][issue171] in the middleware which was introduced in 0.10.2 if using Django 1.3
* Thanks to the upgrade of Django REST Framework [this issue][issue] is also resolved.

[issue171]: https://github.com/django-fiber/django-fiber/pull/171
[issue]: https://github.com/tomchristie/django-rest-framework/issues/705

0.10.2

------------------

* Django 1.5 compatibility fixes
* block non-POST requests on login
* updated external libraries
* Fine Uploader 3.2.0
* CKEDITOR 4.0.1
* improved testing
* test multiple Django and Python versions on Travis CI
* added tox support

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.