- 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" %}