Pyramid Cubicweb Changes

0.3.1 (2015-06-18)

0.3.0 (2015-05-11)

  • Reorganize the authentication stack around on pyramid_multiauth (issue 4985962).
  • Implement the CW message API on top of the Pyramid Flash Messages (issue 5298654).
  • Don’t commit ‘uncommitable’ connexions anymore (issue 5343870).
  • Debug mode enables pyramid.reload_templates.
  • Testcases can override pyramid settings (issue 5307426).
  • pyramid_debugtoolbar is not mandatory anymore (issue 5310434).
  • Add unit tests (coverage 79%).
  • Performance improvements (issue 4891437 & issue 4870347).
  • Documentation improvements
  • Set response headers on exceptions (issue 4939219).
  • Rename the package name from ‘pyramid_cubicweb’ to ‘pyramid-cubicweb’, for consistency with other pyramid extensions.

0.2.1 (2015-01-23)

  • Fix cors ‘methods’ and ‘headers’ parameters passing (issue 4849874).

0.2.0 (2015-01-21)

0.1.3 (2014-12-08)

0.1.2 (2014-11-15)

  • Fix excessive rollbacks on HTTPSuccessful or HTTPRedirection (issue 4566482)

0.1.1 (2014-11-02)

0.1.0 (2014-10-23)

Initial release

  • Provides a pyramid-based authentication and session management for a cubicweb instance.
  • Run a cubicweb instance as a pyramid application