Changeset 10259
- Timestamp:
- 07/13/08 18:20:55 (5 years ago)
- Files:
-
- plugins/sfAjaxDebugPlugin/trunk/README (modified) (2 diffs)
- plugins/sfAjaxDebugPlugin/trunk/package.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfAjaxDebugPlugin/trunk/README
r10211 r10259 35 35 36 36 When the plugin is activated, on every AJAX request to the server the 37 web debug toolbar is updated to reflect the last request. 37 web debug toolbar is updated to reflect the last request. A request list 38 is added to the toolbar that lets you choose between the web debug 39 toolbars for multiple AJAX requests. 38 40 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 43 The plugin can be configured in your {{{settings.yml}}}: 44 41 45 {{{ 42 46 all: 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 45 51 }}} 46 52 … … 53 59 === 0.1.0 === 54 60 * 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 18 18 <active>yes</active> 19 19 </lead> 20 <date>2008-07- 08</date>20 <date>2008-07-13</date> 21 21 <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> 24 24 </version> 25 25 <stability>