doc/changes/3.18.rst
changeset 10496 e95b559a06a2
parent 10491 c67bcee93248
child 10502 bdcd35e575fd
equal deleted inserted replaced
10495:5bd914ebf3ae 10496:e95b559a06a2
    18 
    18 
    19 * the primary view display controller (uicfg) now has a
    19 * the primary view display controller (uicfg) now has a
    20   `set_fields_order` method similar to the one available for forms
    20   `set_fields_order` method similar to the one available for forms
    21 
    21 
    22 * new method `ResultSet.one(col=0)` to retrive a single entity and enforce the
    22 * new method `ResultSet.one(col=0)` to retrive a single entity and enforce the
    23   result has only one row (see `#3352314 https://www.cubicweb.org/ticket/3352314`_)
    23   result has only one row (see `#3352314 <https://www.cubicweb.org/ticket/3352314>`_)
    24 
    24 
    25 * new method `RequestSessionBase.find` to look for entities
    25 * new method `RequestSessionBase.find` to look for entities
    26   (see `#3361290 https://www.cubicweb.org/ticket/3361290`_)
    26   (see `#3361290 <https://www.cubicweb.org/ticket/3361290>`_)
    27 
    27 
    28 * the embedded jQuery copy has been updated to version 1.10.2, and jQuery UI to
    28 * the embedded jQuery copy has been updated to version 1.10.2, and jQuery UI to
    29   version 1.10.3.
    29   version 1.10.3.
    30 
    30 
    31 * initial support for wsgi for the debug mode, available through the new
    31 * initial support for wsgi for the debug mode, available through the new
    77   **NOW**!
    77   **NOW**!
    78 
    78 
    79 * the old multi-source system
    79 * the old multi-source system
    80 
    80 
    81 * `find_one_entity` and `find_entities` in favor of `find`
    81 * `find_one_entity` and `find_entities` in favor of `find`
    82   (see `#3361290 https://www.cubicweb.org/ticket/3361290`_)
    82   (see `#3361290 <https://www.cubicweb.org/ticket/3361290>`_)
    83 
    83 
    84 * the `TmpFileViewMixin` and `TmpPngView` classes (see `#3400448
    84 * the `TmpFileViewMixin` and `TmpPngView` classes (see
    85   https://www.cubicweb.org/ticket/3400448`_)
    85   `#3400448 <https://www.cubicweb.org/ticket/3400448>`_)
    86 
    86 
    87 Deprecated Code Drops
    87 Deprecated Code Drops
    88 ----------------------
    88 ----------------------
    89 
    89 
    90 * ``ldapuser`` have been dropped; use ``ldapfeed`` now
    90 * ``ldapuser`` have been dropped; use ``ldapfeed`` now