doc/3.20.rst
changeset 10131 7e6b7739afe6
parent 10121 23af005426bf
equal deleted inserted replaced
10128:894957e1ce2d 10131:7e6b7739afe6
    16   "Data model" chapter of the CubicWeb book.
    16   "Data model" chapter of the CubicWeb book.
    17 
    17 
    18 * cubicweb-ctl plugins can use the ``cubicweb.utils.admincnx`` function
    18 * cubicweb-ctl plugins can use the ``cubicweb.utils.admincnx`` function
    19   to get a Connection object from an instance name.
    19   to get a Connection object from an instance name.
    20 
    20 
       
    21 * new 'tornado' wsgi backend
       
    22 
       
    23 * session cookies have the HttpOnly flag, so they're no longer exposed to
       
    24   javascript
       
    25 
       
    26 * rich text fields can be formatted as markdown
       
    27 
       
    28 * the edit controller detects concurrent editions, and raises a ValidationError
       
    29   if an entity was modified between form generation and submission
       
    30 
       
    31 * cubicweb can use a postgresql "schema" (namespace) for its tables
       
    32 
       
    33 * "cubicweb-ctl configure" can be used to set values of the admin user
       
    34   credentials in the sources configuration file
       
    35 
       
    36 * in debug mode, setting the _cwtracehtml parameter on a request allows tracing
       
    37   where each bit of output is produced
       
    38 
    21 .. _CWEP-002: http://hg.logilab.org/review/cwep/file/tip/CWEP-002.rst
    39 .. _CWEP-002: http://hg.logilab.org/review/cwep/file/tip/CWEP-002.rst
    22 
    40 
    23 
    41 
    24 API Changes
    42 API Changes
    25 -----------
    43 -----------
    33 * the migration environment's ``remove_cube`` function is now called ``drop_cube``.
    51 * the migration environment's ``remove_cube`` function is now called ``drop_cube``.
    34 
    52 
    35 * cubicweb.old.css is now cubicweb.css.  The previous "new"
    53 * cubicweb.old.css is now cubicweb.css.  The previous "new"
    36   cubicweb.css, along with its cubicweb.reset.css companion, have been
    54   cubicweb.css, along with its cubicweb.reset.css companion, have been
    37   removed.
    55   removed.
       
    56 
       
    57 * the jquery-treeview plugin was updated to its latest version
       
    58 
    38 
    59 
    39 Deprecated Code Drops
    60 Deprecated Code Drops
    40 ----------------------
    61 ----------------------
    41 
    62 
    42 * most of 3.10 and 3.11 backward compat is gone; this includes:
    63 * most of 3.10 and 3.11 backward compat is gone; this includes: