doc/3.14.rst
changeset 7992 4ff9f25cb06e
parent 7878 dcdccb495e78
child 8034 b07d61090706
equal deleted inserted replaced
7991:dcc5a4d48122 7992:4ff9f25cb06e
    65   new cube in cubes using this feature, along with a dependancy on cubicweb >=
    65   new cube in cubes using this feature, along with a dependancy on cubicweb >=
    66   3.14.
    66   3.14.
    67 
    67 
    68 * jQuery has been updated to 1.6.4. No backward compat issue known (yet...)
    68 * jQuery has been updated to 1.6.4. No backward compat issue known (yet...)
    69 
    69 
       
    70 * Table views refactoring : new RsetTableView and EntityTableView, as well as
       
    71   rewritten an enhanced version of PyValTableView on the same bases.  Those
       
    72   deprecates former `TableView`, `EntityAttributesTableView` and `CellView`,
       
    73   which are however kept for backward compat, with some warnings that may not be
       
    74   very clear unfortunatly (you may see your own table view subclass name here,
       
    75   which doesn't make the problem that clear). Notice that `_cw.view('table',
       
    76   rset, *kwargs)` will be routed to the new `RsetTableView` or to the old
       
    77   `TableView` depending on given extra arguments. See #1986413.
       
    78 
    70 
    79 
    71 Unintrusive API changes
    80 Unintrusive API changes
    72 -----------------------
    81 -----------------------
    73 
    82 
    74 * refactored properties forms (eg user preferences and site wide properties) to
    83 * refactored properties forms (eg user preferences and site wide properties) to