- Now the enable and disable actions of jquery.inplaceeditform.js can be overwritten
- Now there is a template, this is a easy way to add or modify options in the invocation of the jQuery plugin
- Fix an error in the spanish translation
- Improvements in the travis file
- Improvements in the testing project and in the tests
- Support to python2.6 (this was not supported from django-inplaceedit>=0.96 to django-inplaceedit<=1.2.6)
- Thanks to:
- Fix an error in the default of the INPLACE_ENABLE_CLASS
- Fix litte error in the documentation
- Improvements in the testing project, before transmeta was required
- Thanks to:
Fix a bug when you have a filter when you call to the imnplace_edit tag:
{% inplace_edit "obj.field|filter" %}
- Fix a bug is you want to overwrite can_auto_save in the get_config method
- Improvements in the testing project (django-inplaceedit-extra-fields)
- Improvements in the testing project (django-inplaceedit-extra-fields)
- Fix a bug when you use inplace_static
- Improvements in the documentation
- New options fieldTypes, and focusWhenEditing
- Fix some details of getting the value, now there is a getValue function
- Python 2/3 unicode compatible in testing project
- Details of image/file adaptor
- Add static file recolector
- Refactor date adaptors
- Now the js options of jquery.inplaceeditform.js can be overwritten
- Now every methods of jquery.inplaceeditform.js can be overwritten
- Now the user can not do two post consecutives. The user have to wait that the first post end
- Fix an error when the width or height were a float number
- Update the version of jquery.form from 2.77 to 3.43
- Support to EmailField
- Improvements in the jquery plugin (jquery.inplaceeditform.js)
- Improvements in the documentation
- Improvements in css
- Improvements in css
- Support to NullBooleanField, DecimalField and TimeField (you got an error)
- Support to IntegerField, FloatField and URLField (improvements over BaseAdaptorField)
- Improvement in DateField and DateTimeField
- Create a doc in readthedocs
- Add unit test and integrate with travis
- The django-inplaceedit now is less intrusive. Attention if you have customize django-inplaceedit, see this changeset
- Support Django 1.2 or higher version
- Fix some errors with IE browser
- Improvement in testing project
- Move the settings to the module
- Detail of Python3 compatibility
- Details of the toolbar css
- A lot of little improvements and fix bugs
- Fix translations errors, thanks to Pfeyz
- Python3 compatible
- Compatible with the future version of Django (>=1.6)
- Fix a little error with the boolean fields
- Fix a small typo error
- Fix a little error when you use DEFAULT_INPLACE_EDIT_OPTIONS
- Thanks to:
- Fix errors when you use filters for the fk fields or m2m fields
- Fix css errors
- Fix a small typo error
- Thanks to:
- Fix a erros with INPLACEEDIT_AUTO_SAVE = True
- Thanks to:
- Make javascript extendable and refactor success handler
- Thanks to:
- Now works with Django 1.5 and the older versions of Django
- Thanks to:
- Now works with jQuery 1.9
- Thanks to:
- Fix a problem when the model that you are editing had a Generic Foreign key
- Thanks to Altimore
- Add to default parameter to inplace_css
- Translate to the string: "You have unsaved changes!"
- Fix a problem with the treatment of the sizes
- INPLACEEDIT_EDIT_EMPTY_VALUE settings
- Thanks to:
- Add callback to onbeforeunload
- Refactor the jquery.inplaceeditform.js
- Now is not required the ADMIN_MEDIA_PREFIX in the settings, but this is backward compatible
- New options to the settings: DEFAULT_INPLACE_EDIT_OPTIONS and DEFAULT_INPLACE_EDIT_OPTIONS_ONE_BY_ONE
- Thanks to:
- Tobias Birmili
- Serpah
- And spatially to Altimore
- Toolbar to edit inplace
- Auto save option
- New JS hook (extraConfig)
- Now you can choose the event to edit inplace, by default is doble click
- Now when you edit inline the input (or select) get the focus
- Now while there is a ajax request cannot do other ajax request to the same element
- Update the way to get the CSFRToken
- JSLint to jquery.inplaceeditform.js (There were some errors still)
- Refactor and remove little errors
- Refactor the css files
- A strange error with buildout
- I'm sorry but I removed the package by mistake
- Move the repository to github
- Now django-inplaceedit managing static files (backward compatible)
- Fix a error when a field contained "_id"
- A little error in AdminDjangoPermEditInline
- More robust when a user can edit a content
- SuperUserPermEditInline, before was a logic, and you can not inherit.
- AdminDjangoPermEditInline, a logic very useful. Thanks to Raimon
- Messages configurables and translatables in the settings
- Messages configurables in the settings
- Fixes a error in bolean adaptor
- More robust
- The resources dont't have dependencie of MEDIA_URL (in CSS file)
- Usability: edit inline works when you submit the form
- Image/File field compatibility with Django 1.1 (overwriting inplaceeditform/adaptor_file/inc.csrf_token.html) (Django 1.2 or above recommended)
- Compatibility with jQuery 1.2 (jQuery 1.5 or above recommended)
- Compatibility with Django 1.1 (Django 1.2 or above recommended)
- Fixed error in 0.69 rendering text fields whose font size is not integer.
- Catalonia translations, by Raimon Esteve
- Compatible with the CSRF protection (CsrfViewMiddleware)
- Improvement in the rendering of the widgets (better calculate the height and width)
- More versatile the api
- Update the README
- Spanish translations
- Support to old browsers. Some browser have not a JSON library
- Improved the inplace edit widget in images.
- Inplace edit of imagefield and filefield works in IE (new), FF, Chrome (alpha)
- Inplace edit of imagefield and filefield (alpha)
- More versatile the api
- Fixes the warning when the error is for other field
- More versatile the api
- Created a test project
- Inplace editof booleanfield
- Fixes some details of datetimefield and datefield
- Can't save datetime values on several browser
- The icons did not see
- autoheight and autowidth
- Improve the inplace edit with choices field
- Made less intrusive inplace edit form, now it's putting two spaces)
- A new egg from django-inplaceedit-version1
- The js should be a plugin jQuery
- The generated html should be bit intrusive
- API to create adaptators
- Option to auto_height, and auto_width
- Error/ succes messages
- Two functions of render_value, with you can edit, and other when you cannot edit
- A function with empty value
- The files media should not be added if this is adding
- The inplaceedit should can edit some like this:
{% inplace_edit "obj.field_x.field_y" %}