Last change
on this file since 31894 was
30183,
checked in by ddtddt, 10 years ago
|
[extensions] - event_tracer - check 2.7
|
-
Property svn:eol-style set to
LF
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1705] | 1 | <div class="titrePage"> |
---|
| 2 | <h2>Event Tracer</h2> |
---|
| 3 | </div> |
---|
| 4 | |
---|
[1580] | 5 | <p> |
---|
[30183] | 6 | The event tracer is a developer tool that logs in the footer of the window all calls to trigger_change method. |
---|
[2342] | 7 | You can use this plugin to see what events is Piwigo calling. |
---|
[1580] | 8 | <b>Note that $conf['show_queries'] must be true.</b> |
---|
| 9 | </p> |
---|
[2268] | 10 | <form method="post" action="" class="general"> |
---|
[1580] | 11 | <fieldset> |
---|
| 12 | <legend>Event Tracer</legend> |
---|
| 13 | |
---|
[2773] | 14 | <label>Show event arguments |
---|
[2254] | 15 | <input type="checkbox" name="eventTracer_show_args" {$EVENT_TRACER_SHOW_ARGS} /> |
---|
[1580] | 16 | </label> |
---|
[2773] | 17 | |
---|
[1580] | 18 | <br/> |
---|
[2773] | 19 | |
---|
[1580] | 20 | <label>Fill below a list of regular expressions (one per line). |
---|
| 21 | An event will be logged if its name matches at least one expression in the list. |
---|
[2254] | 22 | <textarea name="eventTracer_filters" id="eventTracer_filters"rows="10" cols="80">{$EVENT_TRACER_FILTERS}</textarea> |
---|
[1580] | 23 | </label> |
---|
| 24 | |
---|
[2773] | 25 | <br/> |
---|
| 26 | |
---|
| 27 | <label>Show all registered handlers |
---|
| 28 | <input type="checkbox" name="eventTracer_show_registered" {$EVENT_TRACER_SHOW_REGISTERED} /> |
---|
| 29 | </label> |
---|
| 30 | |
---|
[3611] | 31 | <label>Show all included php files |
---|
| 32 | <input type="checkbox" name="eventTracer_show_included_files" {$EVENT_TRACER_SHOW_INCLUDED_FILES} /> |
---|
| 33 | </label> |
---|
| 34 | |
---|
[1580] | 35 | </fieldset> |
---|
| 36 | |
---|
[1919] | 37 | <p><input class="submit" type="submit" value="Submit" /></p> |
---|
[1793] | 38 | |
---|
[2254] | 39 | <p><a href="{$U_LIST_EVENTS}">Click here to see a complete list of actions and events trigered by this PWG version</a>.</p> |
---|
[1580] | 40 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.