[drupal-devel] [feature] Trigger debug mode on-the-fly
mathias
drupal-devel at drupal.org
Tue Apr 26 20:55:18 UTC 2005
Issue status update for http://drupal.org/node/21379
Project: Drupal
Version: cvs
Component: other
Category: feature requests
Priority: normal
Assigned to: Anonymous
Reported by: mathias
Updated by: mathias
Status: patch
Attachment: http://drupal.org/files/issues/devel_GET_params_core.patch (2.38 KB)
This patch allows admins who are using devel.module to optionally toggle
the page timer, query logger and page redirection for each request using
GET parameters rather than navigating to admin/settings/devel and
flipping the global settings back and forth. I added this since I
usually don't need to print out this information for every page. Now I
just use:
http://example.com/index.php?q=node&dev_query=1
for the request I'm interested in. Two other params can also be
toggled: dev_timer and dev_redirect.
mathias
More information about the drupal-devel
mailing list