- Add vietnamese translations for month names via google translate.
- Remove zc.buildout >= 2.0.1 from setup.py since it is not a dependency.
4.22
-----------------
- Added animation support for wms urls that have 'time' in them. Includes backbone 0.9.10, underscore 1.4.4.
4.21
-----------------
- Manage translation strings with Transifex. Update en (source) and nl translations. Use nens/translations package for this.
- Add vietnamese django.po file from Transifex.
- Upgrade to zc.buildout 2.0.1.
4.20
-----------------
- Fix context instance instantiation in html_default method.
4.19
-----------------
- Add RequestContext instance when rendering a template in html_default method. This way request-related tags and context variables can be used when rendering the template.
4.18
-----------------
- Adjust FlotGraphAxes to enable threshold lines. - PEP8 fixes.