- Support to python2.6 (It was not supported with django-inlinetrans==0.5.X)
- Improvements in the example project
- Improvements in metainfo (readme file, and contributors file)
- Django 1.5 (1.4, 1.3 and 1.2) compatible, before does not work because csrf token protection
- Python 3 compatible
- Use the statics file, django-inlinetrans used media files still
- Remove polib frozen, now this is a dependence
- Remove code of inline_makemessages, now fix the problem with monkey patching
- Now we can customize with a setting that users can inline translate
- Add example project
- Add meta info
- Drop line break from inlinetrans template
- Do not try to log server restarts if the log file doesn't exist
- Fix double translation problem when template nodes are cached
- Django 1.3 compatibility
- Escape msgid so the DOM parser do not replace html entities. This fixes the translation of strings with entities like ©
- Send some data to avoid that a proxy/gateway/firewall blocks the POST request if it has no body.
- Set the locale path, needed if the django server has been launched from outside the project dir.
- Fixed translation when the label was found in two or more catalogs. The priority was not calculated well.
- Corrected command execution in some environments.
- Support for custom restart commands with parameters.
- Spanish translations.
inline_makemessages
command was not finding anyitrans
templatetag.
- Fixed a bug created in 0.4.0 for anonymous user.
- Make customizable the media base directory used by inlinetrans.
- Make compatible with Django 1.2 and 1.3.
- Allow using filters with the inline_trans tag.
- Allow to create/update po files when the msgid is not found in any catalog.
- Passed request to context because may be needed for external applications which customize templates.
- Refactored code to be more reusable and customizable from javascript. It's now more like a jquery plugin.
- Created itrans templatetag, an alias for inline_trans.
- Adapting to use a egg using basic_package skel