doc/changes/3.20.rst
changeset 10504 3755cd64fff8
parent 10502 bdcd35e575fd
child 12792 e2cdb1be6bd9
equal deleted inserted replaced
10503:209738650200 10504:3755cd64fff8
    59 
    59 
    60 Deprecated Code Drops
    60 Deprecated Code Drops
    61 ----------------------
    61 ----------------------
    62 
    62 
    63 * 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:
       
    64 
    64   - CtxComponent.box_action() and CtxComponent.build_link()
    65   - CtxComponent.box_action() and CtxComponent.build_link()
       
    66   
    65   - cubicweb.devtools.htmlparser.XMLDemotingValidator
    67   - cubicweb.devtools.htmlparser.XMLDemotingValidator
    66   - various methods and properties on Entities, replaced by cw_edited and cw_attr_cache
    68   
       
    69   - various methods and properties on Entities, replaced by cw_edited
       
    70     and cw_attr_cache
       
    71   
    67   - 'commit_event' method on hooks, replaced by 'postcommit_event'
    72   - 'commit_event' method on hooks, replaced by 'postcommit_event'
    68   - server.hook.set_operation(), replaced by Operation.get_instance(...).add_data()
    73   
       
    74   - server.hook.set_operation(), replaced by
       
    75     Operation.get_instance(...).add_data()
       
    76   
    69   - View.div_id(), View.div_class() and View.create_url()
    77   - View.div_id(), View.div_class() and View.create_url()
       
    78   
    70   - `*VComponent` classes
    79   - `*VComponent` classes
    71   - in forms, Field.value() and Field.help() must take the form and the field itself as arguments
    80   
    72   - form.render() must get `w` as a named argument, and renderer.render() must take `w` as first argument
    81   - in forms, Field.value() and Field.help() must take the form and
    73   - in breadcrumbs, the optional `recurs` argument must be a set, not False
    82     the field itself as arguments
       
    83   
       
    84   - form.render() must get `w` as a named argument, and
       
    85     renderer.render() must take `w` as first argument
       
    86   
       
    87   - in breadcrumbs, the optional `recurs` argument must be a set, not
       
    88     False
       
    89   
    74   - cubicweb.web.views.idownloadable.{download_box,IDownloadableLineView}
    90   - cubicweb.web.views.idownloadable.{download_box,IDownloadableLineView}
    75   - primary views no longer have `render_entity_summary` and `summary` methods
    91   
    76   - WFHistoryVComponent's `cell_call` method is replaced by `render_body`
    92   - primary views no longer have `render_entity_summary` and `summary`
       
    93     methods
       
    94   
       
    95   - WFHistoryVComponent's `cell_call` method is replaced by
       
    96     `render_body`
       
    97   
    77   - cubicweb.dataimport.ObjectStore.add(), replaced by create_entity
    98   - cubicweb.dataimport.ObjectStore.add(), replaced by create_entity
       
    99   
    78   - ManageView.{folders,display_folders}
   100   - ManageView.{folders,display_folders}