[contributions(DRUPAL-4-7):arto] /modules/trace trace.drush /modules/trace API.txt INSTALL.txt README.txt TODO.txt /modules/trace/drivers file.inc socket.inc syslog.inc /modules/trace hooks.ini trace.admin.inc trace.api.inc trace.info trace.install trace.module

drupal-cvs at drupal.org drupal-cvs at drupal.org
Mon Sep 17 10:38:58 UTC 2007


User: arto	Branch: DRUPAL-4-7	Date: Mon, 17 Sep 2007 10:38:58 +0000

Removed files:
  /modules/trace trace.drush

Modified files:
  /modules/trace API.txt INSTALL.txt README.txt TODO.txt
  /modules/trace/drivers file.inc socket.inc syslog.inc
  /modules/trace hooks.ini trace.admin.inc trace.api.inc trace.info trace.install trace.module

Log message:
  Imported latest version from SVN development repository.
  
  Changelog:
  - Removed Drush stubs, as they are unlikely to be further fleshed out.
  - #127645: Added information to README.txt regarding manual trace toggling using MySQL; updated TODO.txt to reflect the current status of the module.
  - #171465: Added a sanity check to _trace_format_function_call() argument handling.
  - Implemented a new None output driver, useful for allowing third-party extension modules take over logging responsibilities.
  - Removed the hardcoding of LOG_NOTICE from the Syslog output driver.
  - Amended the default settings for excluded pages to take into account 404 Not Found requests of favicon.ico.
  - Disabled the watchdog tracing settings for the moment, as they have not yet been implemented.
  - Implemented a new setting for determining whether to output page request start/stop times, allowing less noisy log files in production environments.
  - Also log the explicit time duration for SQL queries, in addition to the (estimated) time delta from the start of the page request.

Links:
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/API.txt&old=1.1&new=1.1.2.1&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/INSTALL.txt&old=1.1&new=1.1.2.1&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/README.txt&old=1.2&new=1.2.2.1&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/TODO.txt&old=1.4.2.2&new=1.4.2.3&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/drivers/file.inc&old=1.1.2.1&new=1.1.2.2&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/drivers/socket.inc&old=1.1&new=1.1.2.1&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/drivers/syslog.inc&old=1.1.2.1&new=1.1.2.2&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/hooks.ini&old=1.2&new=1.2.2.1&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/trace.admin.inc&old=1.2.2.1&new=1.2.2.2&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/trace.api.inc&old=1.3.2.2&new=1.3.2.3&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/trace.info&old=1.1&new=1.1.2.1&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/trace.install&old=1.1.2.1&new=1.1.2.2&root=contrib
  http://cvs.drupal.org/diff.php?path=contributions/modules/trace/trace.module&old=1.3.2.1&new=1.3.2.2&root=contrib



More information about the drupal-cvs mailing list