doc/3.18.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 15 Oct 2013 14:02:22 +0200
changeset 9291 4894bb92558a
parent 9259 68cde7431c2c
child 9301 84ff860a966b
permissions -rw-r--r--
[web] remove action "Got Rhythm" (closes #3093362)

What's new in CubicWeb 3.18?
============================

New functionalities
--------------------

* add a security debugging tool
  (see `#2920304 <http://www.cubicweb.org/2920304>`_)


API changes
-----------

* not really an API change, but the entity permission checks are now
  systematically deferred to an operation, instead of a) trying in a
  hook and b) if it failed, retrying later in an operation


Deprecation
---------------------



Deprecated Code Drops
----------------------

* ``ldapuser`` have been dropped; use ``ldapfeed`` now
  (see `#2936496 <http://www.cubicweb.org/2936496>`_)

* action ``GotRhythm`` was removed, make sure you do not
  import it in your cubes (even to unregister it)
  (see `#3093362 <http://www.cubicweb.org/3093362>`_)

* all 3.8 backward compat is gone

* all 3.9 backward compat (including the javascript side) is gone