Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.07 KB

CHANGELOG.rst

File metadata and controls

67 lines (52 loc) · 2.07 KB

Changelog

4.0.2

  1. Include CKEditor version 4.0.2.

3.6.2.1

  1. Remove unwanted static files from distribution.
  2. Use Pillow instead of PIL since it builds on all systems.

3.6.2

  1. Include CKEditor version 3.6.2.
  2. Initial work on Django aligned theme.
  3. Fix schema slash removal issue on media url generation. Thanks mwcz
  4. Added compatibility for South. Thanks 3point2
  5. Prevented settings from leaking between widget instances. Thanks 3point2
  6. Fixed config_name conflict when verbose_name is used as first positional argument for a field. Thanks 3point2
  7. Refactored views to allow use of file walking with local paths. Thanks 3point2
  8. Added command to generate thumbnails. Thanks 3point2
  9. Migrated from using media to static file management.

0.0.9

  1. Added ability to configure CKeditor through a CKEDITOR_CONFIGS settings. Thanks jeffh for the input.

0.0.8

  1. Removed buggy url include check.

0.0.7

  1. Egg package corrected to exclude testing admin.py and models.py.

0.0.6

  1. Enforce correct configuration.
  2. Changed upload behavior to separate files into directories by upload date. Thanks loop0 .
  3. Added ability to limit user access to uploaded content (see the CKEDITOR_RESTRICT_BY_USER setting). Thanks chr15m for the input.
  4. Added initial set of much needed tests.
  5. General cleanup, light refactor.

0.0.5

  1. csrf_exempt backwards compatability. Thanks chr15m .

0.0.4

  1. Include resources, sorry about that.

0.0.3

  1. More robust PIL import. Thanks buchuki .
  2. Better CKEDITOR_MEDIA_PREFIX setting error.

0.0.2

  1. Included README.rst in manifest.

0.0.1

  1. Added CKEDITOR_UPLOAD_PREFIX setting. Thanks chr15m for the input.