- Update CKEditor to 4.4.1
- Django 1.7 compatibility fix
- Update CKEditor to 4.3.3
- Fix slugifying to empty filename if only bad characters given in filename. Use random string as fallback.
- Don't use IMG tags for non image files in ckeditor file browser.
- Remove non-existing image reference from CSS files that broke collectstatic.
- Misc fixes
- Fix static files installation - switch from distutils to setuptools
- Added new demo application with selenium integration test
- tox setup for Python 3.3 and 2.7 testing
- Extracted image processing to backends. PIL/Pillow is optional now. Other backends can be added.
- Fixed a bug with thumbnail generation
- Python 3.3 compatibility
- All uploaded files are slugified by default (New settings CKEDITOR_SLUGIFY_FILENAME)
- Upload file when editing a link (<a href>) now works properly
- Python 3.3 compatibility in widgets.py
- Include CKEditor version 4.2.1.
- Support Django 1.6
- Include CKEditor version 4.0.2.
- Remove unwanted static files from distribution.
- Use Pillow instead of PIL since it builds on all systems.
- Include CKEditor version 3.6.2.
- Initial work on Django aligned theme.
- Fix schema slash removal issue on media url generation. Thanks mwcz
- Added compatibility for South. Thanks 3point2
- Prevented settings from leaking between widget instances. Thanks 3point2
- Fixed config_name conflict when verbose_name is used as first positional argument for a field. Thanks 3point2
- Refactored views to allow use of file walking with local paths. Thanks 3point2
- Added command to generate thumbnails. Thanks 3point2
- Migrated from using media to static file management.
- Added ability to configure CKeditor through a CKEDITOR_CONFIGS settings. Thanks jeffh for the input.
- Removed buggy url include check.
- Egg package corrected to exclude testing admin.py and models.py.
- Enforce correct configuration.
- Changed upload behavior to separate files into directories by upload date. Thanks loop0 .
- Added ability to limit user access to uploaded content (see the CKEDITOR_RESTRICT_BY_USER setting). Thanks chr15m for the input.
- Added initial set of much needed tests.
- General cleanup, light refactor.
- csrf_exempt backwards compatability. Thanks chr15m .
- Include resources, sorry about that.
- More robust PIL import. Thanks buchuki .
- Better CKEDITOR_MEDIA_PREFIX setting error.
- Included README.rst in manifest.
- Added CKEDITOR_UPLOAD_PREFIX setting. Thanks chr15m for the input.