Development

Changeset 10259

You must first sign up to be able to contribute.

Changeset 10259

Show
Ignore:
Timestamp:
07/13/08 18:20:55 (5 years ago)
Author:
aferber
Message:

sfAjaxDebugPlugin: update README and package.xml for release 0.2.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfAjaxDebugPlugin/trunk/README

    r10211 r10259  
    3535 
    3636When the plugin is activated, on every AJAX request to the server the 
    37 web debug toolbar is updated to reflect the last request. 
     37web debug toolbar is updated to reflect the last request. A request list 
     38is added to the toolbar that lets you choose between the web debug 
     39toolbars for multiple AJAX requests. 
    3840 
    39 If you don't want to use the default routes provided by the plugin, you 
    40 can disable them in your {{{app.yml}}} configuration: 
     41== Configuration == 
     42 
     43The plugin can be configured in your {{{settings.yml}}}: 
     44 
    4145{{{ 
    4246all: 
    43   sf_ajax_debug: 
    44     register_routes: off 
     47  .settings: 
     48    ajax_debug:          on   # enable ajax debug toolbar 
     49    ajax_debug_requests: 10   # number of requests to keep in the list 
     50    ajax_debug_routes:   on   # register routes for sfAjaxDebugPlugin 
    4551}}} 
    4652 
     
    5359=== 0.1.0 === 
    5460  * First beta release. 
     61 
     62=== 0.2.0 === 
     63  * Add a request list to keep multiple "versions" of the toolbar around. 
     64  * Move configuration from app.yml to settings.yml. 
  • plugins/sfAjaxDebugPlugin/trunk/package.xml

    r10258 r10259  
    1818    <active>yes</active> 
    1919  </lead> 
    20   <date>2008-07-08</date> 
     20  <date>2008-07-13</date> 
    2121  <version> 
    22     <release>0.1.0</release> 
    23     <api>0.1.0</api> 
     22    <release>0.2.0</release> 
     23    <api>0.2.0</api> 
    2424  </version> 
    2525  <stability>