Isso v0.6 Release Notes

Release Date: 2013-12-16 // over 10 years ago
  • Major improvements:

    • override thread discovery with data-isso-id="...", #27

    To use the same thread for different URLs, you can now add a custom data-isso-id="my-id" attribute which is used to identify and retrieve comments (defaults to current URL aka window.location.pathname).

    • ๐Ÿ”ง isso.dispatch now dispatches multiple websites (= configurations) based on URL prefixes

    • ๐Ÿ›  fix a cross-site request forgery vulnerability for comment creation, voting, editing and deletion, #40

    • ๐Ÿ‘‰ show modal dialog to confirm comment deletion and activation, #36

    • ๐Ÿ†• new, comprehensive documentation based on reST + Sphinx: http://posativ.org/docs (or docs/ in the repository). Also includes an annotated example.conf, #43

    • ๐Ÿ†• new italian and russian translations

    Minor improvements:

    • ๐Ÿšš move isso:application to isso.run:application to avoid uneccessary initialization in some cases (change module if you use uWSGI or Gunicorn)
    • โž• add Date header to email notifications, #42
    • check for blank text in new comment, #41
    • โ†ช work around IE10's HTML5 abilities for custom data-attributes
    • โž• add support for Gunicorn (and other pre-forking WSGI servers)