Date 18th Feb 2014
- Fixed object style selection in new CKEditor
- Allow classes and styles on a and img elements
Date 13th Feb 2014
- Quick fix - don’t let the new CKEditor strip out a and img tags
Date 13th Feb 2014
- (re)allow embedding of media using iframes, objects (with params and embed)
- Fixed 500 error that occurred when adding a Fiber Image without providing a title
- Return an informative text instead of raising 500 errors when image files are missing
Date 11th Feb 2014
- Fixed issue with non-workinbg CKEditor when no stylesSet is defined
Date 11th Feb 2014
- Upgraded CKEditor to 4.3.2
- Correctly reverse admin urls instead of relying on relative paths
Date 29th Jan 2014
- Added fix for issue with protected ForeignKey relations
- Added sitemap.xml support
- Added missing image and fixed image paths
Date 14th Oct 2013
-
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
Date: 9th Oct 2013
- 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
Date: 27th Aug 2013
-
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
Date: 3rd Jul 2013
- Upgraded Django REST Framework to 2.3.6
Date: 25th Apr 2013
- 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 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 is also resolved.
Date: 22nd Mar 2013
- 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
Date: 7th Feb 2013
- updated Django REST Framework to 2.1.17
- updated requirements
- Pillow 1.7.8
- Django MPTT 0.5.5
- Django compressor 1.2
- Django REST Framework 2.1.17
- Django 1.5 compatibility fixes
- added meta_description field to Page
- added has_visible_children method to Page
- improved file deletion for multiple storage backends
Date: 21st Dec 2012
- Enhancement: Ported to REST Framework. Note: projects with local REST Framework 0.3.X or 0.3.4 dependencies will break.
- Enhancements: Updated README file and added this changelog.
Date: 6th Dec 2012
- Security-Bugfix: Changed permission check in API from IsAuthenticated to IsAdminUser
Date: 27th Nov 2012
- Enhancement: Title fields of pages are now required. Solves inconsistent behaviour in the UI.
Older changes not documented. Revert to the git log for details.