CVS messages for Visualize Backtrace
January 28, 2009
-
Visualize Backtrace: /modules/visualize_backtrace/visualize_backtrace.module 1.1.2.2.2.2 @ DRUPAL-6--1
#365303 -- previous commit was to HEAD, this is to the proper DRUPAL-6--1 branch. This patch adds support for outputting an entire functional call stack from a Drupal page load into a nested krumo-styled output, also added support for dumping a full call stack to an output file so that you could do a diff of the Drupal functions called between two page loads, and some other miscellaneous cleanup
-
#365303 which adds support for outputting an entire functional call stack from a Drupal page load into a nested krumo-styled output, also added support for dumping a full call stack to an output file so that you could do a diff of the Drupal functions called between two page loads, and some other miscellaneous cleanup
November 7, 2008
-
Visualize Backtrace: /modules/visualize_backtrace/visualize_backtrace.module 1.1.2.2.2.1 @ DRUPAL-6--1
#269223 putting in a variable for the file path to unbreak the Drupal 6 dev release
December 4, 2007
-
Visualize Backtrace: /modules/visualize_backtrace/visualize_backtrace.info 1.1.2.1.2.1 @ DRUPAL-6--1
#197052 by Moshe. Core is now required in the .info file -- version is added by packaging script now.
November 27, 2007
-
Fixed time information in *.dot graphs, slow functions are now automatically have font colors that are highlighted red, added children information to the *.dot functions, rearranged *.dot function information, removed api.drupal.org links in *.dot graphs to make the file sizes smaller and b/c it isn't used or well-known, and started to comment out deprecated time_delta & memory code to be deleted later when the forwardtrace function is fixed and cleaned up.
-
(#193709) Rewrote the awk trace file processing command into native PHP for windows compatibility, and added a speed improvement by dumping the processed function_call_stack data into the parsed trace file, and then checking to see if it exists before parsing the original trace file again. Also rearranged the Full Functional Call Stack column order, and changed the time display to properly show the sum of all of the children functions (#194903) and also added a 'children' column, and added some more detailed comments.
-
Part of #192391 Replaced some *nix-specific commands with PHP alternatives (i.e. ls -l & awk with PHP filesize() & pwd replaced with the PHP getcwd()
-
Re-commiting the visualize_backtrace.module with the DRUPAL-5 branch + jQuery UI table sorting because somehow the DRUPAL=6 branch code was submitted to the DRUPAL-5 branch.
-
Visualize Backtrace: /modules/visualize_backtrace/images/asc.gif 1.1
Visualize Backtrace: /modules/visualize_backtrace/images/bg.gif 1.1
Visualize Backtrace: /modules/visualize_backtrace/images/desc.gif 1.1adding javascript table soring images
November 26, 2007
-
Directory /cvs/drupal-contrib/contributions/modules/visualize_backtrace/images added to the repository --> Using per-directory sticky tag `DRUPAL-5'
