- Fix tinyMCE url warning
- Django 1.9 suport: Thanks to Paul Stenius
- Detail
- Django 1.7 and Django 1.8 suport
- Python 3 support for every adaptor
- Upgrade tinyMCE version
- Upgrade django-ajax-select version
- Upgrade jQuery-ui version (used in AdaptorAutoCompleteForeingKeyField AdaptorAutoCompleteManyToManyField)
- Upgrade sorl-thumbnail
- Support to python2.6 (this was not supported from django-inplaceedit-extra-fields>=0.0.9 to django-inplaceedit-extra-fields<0.5.0)
- Improvements in AdaptorSimpleTinyMCEField and AdaptorTinyMCEField
- Add AdaptorSimpleTinyMCEField adaptor
- Improvements in the README file
- Improvements in the README file
- AdaptorTinyMCEField now use tinyMCE 4.X
- Not the AdaptorTinyMCEField, AdaptorAutoCompleteForeingKeyField and AdaptorAutoCompleteManyToManyField use the static file recolector, new in django-inplaceedit==1.2.1
- Support to python2.6 (this was not supported from django-inplaceedit-extra-fields>=0.0.9 to django-inplaceedit-extra-fields<=0.2.3)
- Improvements in the README file
- Improvements in the README file
- Fix an error in AdaptorTinyMCEField when the inplace edit item was very little (its width was very little)
- Update the tinyMCE to last version (3.X)
- Improvements in AdaptorTinyMCEField, and adapt the code to the new features of django-inplaceedit==1.2
- Improvements in the README file
- Update the metainfo
- Fix an error in IE browser with the AdaptorTinyMCEField
- Python 3 compatible (Only AdaptorTinyMCEField, django-ajax-fields and sorl.thumbnail are not python3 compatibles)
- django-inplaceedit (1.0.0) compatible
- django 1.2 support
- Improvements in the README
- Fix some details
- Fix some grammar in README: Thanks to Flavio Curella
- Fix a little error of the tinyMCE adaptor: Thanks to Yuego
- Improve the tinyMCE field, modify the settings of the tinyMCE for can do a real inplaceedit, the layout must be the same with the tinyMCE and with a piece of HTML:
- Now The tinyMCE automatically load the css of the view
- Create a normalize css, there is a problem with the first element of the documents of the iframe
- Now you can overwrite the extra_mce_settings from settings
- Now I can load some css and not load the content.css of the tinyMCE
- Remove the csmutils dependence
- Adapt the code to the new option in django-inplaceedit (autosave)
- Improve the inplace_edit plugin of the tinyMCE editor
- Update tinyMCE to last release
- Uncouple cmsutils of the tinyMCE widget overwriting two methods
- Now django-inplaceedit-extra-fields managing static files (backward compatible)
- Fixes a error in tinyMCE adaptor when the user has not edit permission
- Add MANIFEST.in. Until now, the egg is impossible that work
- More easy overwrite the jquery-ui
- More clean the code of tiny field
- Complete the README
- First version to AdaptorAutoCompleteForeingKeyField and AdaptorAutoCompleteManyToManyField
- First version to AdaptorImageThumbnailField
- First version to AdaptorTinyMCEField