doc/changes/3.24.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 27 Sep 2016 11:23:51 +0200
changeset 11703 670aa9bf0b6c
parent 11688 2fdcaf86716e
child 11806 5fdc92be3ba7
permissions -rw-r--r--
[flake8] cubicweb/server/rqlannotation.py is now flake8 friendly

3.34 (UNRELEASED)
=================

New features
------------

* Various bits of a CubicWeb application configuration can be now be
  overridden through environments variables matching configuration option
  names prefixed by ``CW_`` (for instance ``CW_BASE_URL``).

* Cubes are now standard Python packages named as ``cubicweb_<cubename>``.
  They are not anymore installed in ``<prefix>/share/cubicweb/cubes``. Their
  discovery by CubicWeb is handled by a new setuptools entry point
  ``cubicweb.cubes``. A backward compatibility layer is kept for "legacy"
  cubes.