doc/changes/3.27.rst
changeset 12840 d29955a6dbba
parent 12799 e5752c14e5f0
child 12851 e434d8f4734c
equal deleted inserted replaced
12835:1fd029f11dc4 12840:d29955a6dbba
    92 In addition, a series of custom panels specifically done for CW are now
    92 In addition, a series of custom panels specifically done for CW are now
    93 available, they display useful information for the development and the
    93 available, they display useful information for the development and the
    94 debugging of each page. The available panels are:
    94 debugging of each page. The available panels are:
    95 
    95 
    96   * a general panel which contains the selected controller, the current
    96   * a general panel which contains the selected controller, the current
    97     settings and useful links `screenshot <../_static/debugtoolbar_general_panel.png>`_
    97     settings and useful links `screenshot <../../_images/debugtoolbar_general_panel.png>`_
    98   * a panel listing all decisions taken in registry for building this page `screenshot <../_static/debugtoolbar_registry_decisions_panel.png>`_
    98   * a panel listing all decisions taken in registry for building this page `screenshot <../../_images/debugtoolbar_registry_decisions_panel.png>`_
    99   * a panel listing the content of the vreg registries `screenshot <../_static/debugtoolbar_registry_content_panel.png>`_
    99   * a panel listing the content of the vreg registries `screenshot <../../_images/debugtoolbar_registry_content_panel.png>`_
   100   * a panel listing all the RQL queries made during a request `screenshot <../_static/debugtoolbar_rql_panel.png>`_
   100   * a panel listing all the RQL queries made during a request `screenshot <../../_images/debugtoolbar_rql_panel.png>`_
   101   * a panel listing all the SQL queries made during a request `screenshot <../_static/debugtoolbar_sql_panel.png>`_
   101   * a panel listing all the SQL queries made during a request `screenshot <../../_images/debugtoolbar_sql_panel.png>`_
   102 
   102 
   103 Furthermore, in all those panels, next to each object/class/function/method a
   103 Furthermore, in all those panels, next to each object/class/function/method a
   104 link to display its source code is available (shown as '[source]' `screenshot
   104 link to display its source code is available (shown as '[source]' `screenshot
   105 <../_static/debugtoolbar_show_source_link.png>`_) and also every file path shown
   105 <../../_images/debugtoolbar_show_source_link.png>`_) and also every file path shown
   106 is a traceback is also a link to display the corresponding file (`screenshot
   106 is a traceback is also a link to display the corresponding file (`screenshot
   107 <../_static/debugtoolbar_traceback_source_link.png>`_). For example: `screenshot
   107 <../../_images/debugtoolbar_traceback_source_link.png>`_). For example: `screenshot
   108 <../_static/debugtoolbar_show_source.png>`_.
   108 <../../_images/debugtoolbar_show_source.png>`_.
   109 
   109 
   110 Backwards incompatible changes
   110 Backwards incompatible changes
   111 ------------------------------
   111 ------------------------------
   112 
   112 
   113 * Standardization on the way to launch a cubicweb instance, from now on the
   113 * Standardization on the way to launch a cubicweb instance, from now on the