CVS messages for Trace
September 18, 2008
- Commit #140943 by Justin Miller at 22:12
bringing up to date with development repository r4416
July 7, 2008
- Commit #125846 by Justin Miller at 16:16Trace: /modules/trace/API.txt 1.2
Trace: /modules/trace/drivers/file.inc 1.3
Trace: /modules/trace/drivers/socket.inc 1.2
Trace: /modules/trace/drivers/syslog.inc 1.3
Trace: /modules/trace/hooks.ini 1.3
Trace: /modules/trace/INSTALL.txt 1.2
Trace: /modules/trace/README.txt 1.3
Trace: /modules/trace/TODO.txt 1.10
Trace: /modules/trace/trace.admin.inc 1.6
Trace: /modules/trace/trace.api.inc 1.9
Trace: /modules/trace/trace.info 1.2
Trace: /modules/trace/trace.install 1.3
Trace: /modules/trace/trace.module 1.8Imported 6.x branch from SVN development repository.
October 1, 2007
-
Trace: /modules/trace/hooks.ini 1.2.2.2 @ DRUPAL-4-7
Trace: /modules/trace/README.txt 1.2.2.2 @ DRUPAL-4-7
Trace: /modules/trace/TODO.txt 1.4.2.4 @ DRUPAL-4-7
Trace: /modules/trace/trace.admin.inc 1.2.2.3 @ DRUPAL-4-7
Trace: /modules/trace/trace.module 1.3.2.3 @ DRUPAL-4-7Backported minor improvements from the 5.x branch to the 4.7.x branch.
-
Trace: /modules/trace/API.txt 1.1.2.1.2.2 @ DRUPAL-5
Trace: /modules/trace/INSTALL.txt 1.1.2.1.2.2 @ DRUPAL-5
Trace: /modules/trace/README.txt 1.2.2.1.2.2 @ DRUPAL-5
Trace: /modules/trace/TODO.txt 1.4.2.3.2.2 @ DRUPAL-5Updated documentation for Drupal 5.x.
September 30, 2007
-
Trace: /modules/trace/API.txt 1.1.2.1.2.1 @ DRUPAL-5
Trace: /modules/trace/drivers/file.inc 1.1.2.2.2.1 @ DRUPAL-5
Trace: /modules/trace/drivers/socket.inc 1.1.2.1.2.1 @ DRUPAL-5
Trace: /modules/trace/drivers/syslog.inc 1.1.2.2.2.1 @ DRUPAL-5
Trace: /modules/trace/hooks.ini 1.2.2.1.2.1 @ DRUPAL-5
Trace: /modules/trace/INSTALL.txt 1.1.2.1.2.1 @ DRUPAL-5
Trace: /modules/trace/README.txt 1.2.2.1.2.1 @ DRUPAL-5
Trace: /modules/trace/TODO.txt 1.4.2.3.2.1 @ DRUPAL-5
Trace: /modules/trace/trace.admin.inc 1.2.2.2.2.1 @ DRUPAL-5
Trace: /modules/trace/trace.api.inc 1.3.2.3.2.1 @ DRUPAL-5
Trace: /modules/trace/trace.info 1.1.2.1.2.1 @ DRUPAL-5
Trace: /modules/trace/trace.install 1.1.2.2.2.1 @ DRUPAL-5
Trace: /modules/trace/trace.module 1.3.2.2.2.1 @ DRUPAL-5Imported 5.x branch from SVN development repository.
September 17, 2007
-
Trace: /modules/trace/API.txt 1.1.2.1 @ DRUPAL-4-7
Trace: /modules/trace/drivers/file.inc 1.1.2.2 @ DRUPAL-4-7
Trace: /modules/trace/drivers/socket.inc 1.1.2.1 @ DRUPAL-4-7
Trace: /modules/trace/drivers/syslog.inc 1.1.2.2 @ DRUPAL-4-7
Trace: /modules/trace/hooks.ini 1.2.2.1 @ DRUPAL-4-7
Trace: /modules/trace/INSTALL.txt 1.1.2.1 @ DRUPAL-4-7
Trace: /modules/trace/README.txt 1.2.2.1 @ DRUPAL-4-7
Trace: /modules/trace/TODO.txt 1.4.2.3 @ DRUPAL-4-7
Trace: /modules/trace/trace.admin.inc 1.2.2.2 @ DRUPAL-4-7
Trace: /modules/trace/trace.api.inc 1.3.2.3 @ DRUPAL-4-7
Trace: /modules/trace/trace.drush NONE @ DRUPAL-4-7
Trace: /modules/trace/trace.info 1.1.2.1 @ DRUPAL-4-7
Trace: /modules/trace/trace.install 1.1.2.2 @ DRUPAL-4-7
Trace: /modules/trace/trace.module 1.3.2.2 @ DRUPAL-4-7Imported 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.
February 16, 2007
-
Added the helper function trace_backtrace(), useful for dumping the current stack trace to the trace log when debugging some random piece of code.
December 4, 2006
-
Trace: /modules/trace/TODO.txt 1.4.2.2 @ DRUPAL-4-7
Trace: /modules/trace/trace.api.inc 1.3.2.2 @ DRUPAL-4-7Merged recent bug fixes from HEAD.
-
Added to-do items for later consideration.
-
Don't try to open the error source file for errors triggered in runtime-created functions.
