/[drupal]/contributions/modules/visualize_backtrace/visualize_backtrace.module
ViewVC logotype

Log of /contributions/modules/visualize_backtrace/visualize_backtrace.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 03:01:14 2009 UTC (9 months, 4 weeks ago) by kentbye
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.1: +256 -11 lines
Diff to previous 1.1.2.2.2.1 , to branch point 1.1.2.2 , to next main 1.1.2.7
#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

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 02:53:05 2009 UTC (9 months, 4 weeks ago) by kentbye
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +489 -450 lines
Diff to previous 1.1
#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

Revision 1.1.2.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 02:10:45 2008 UTC (12 months, 2 weeks ago) by kentbye
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +3 -2 lines
Diff to previous 1.1.2.2
#269223 putting in a variable for the file path to unbreak the Drupal 6 dev release

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 18:11:25 2007 UTC (2 years ago) by kentbye
Branch: DRUPAL-5
Changes since 1.1.2.6: +59 -54 lines
Diff to previous 1.1.2.6 , to branch point 1.1 , to next main 1.2
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.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 02:25:56 2007 UTC (2 years ago) by kentbye
Branch: DRUPAL-5
Changes since 1.1.2.5: +175 -156 lines
Diff to previous 1.1.2.5 , to branch point 1.1
(#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.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 01:49:25 2007 UTC (2 years ago) by kentbye
Branch: DRUPAL-5
Changes since 1.1.2.4: +30 -20 lines
Diff to previous 1.1.2.4 , to branch point 1.1
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()

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 01:20:05 2007 UTC (2 years ago) by kentbye
Branch: DRUPAL-5
Changes since 1.1.2.3: +436 -216 lines
Diff to previous 1.1.2.3 , to branch point 1.1
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.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 20:41:52 2007 UTC (2 years ago) by kentbye
Branch: DRUPAL-5
Changes since 1.1.2.2: +15 -4 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Add in sortable table behavior to the module, which depends upon the jQuery UI Backport to work. Also includes a *.js file, *.css file and images

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 21:02:09 2007 UTC (2 years, 1 month ago) by kentbye
Branch: DRUPAL-5
Branch point for: DRUPAL-6--1
Changes since 1.1.2.1: +215 -435 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Upgrading to Drupal 6x by changing hook_menu, hook_help arguments, and adding new color codes & key for all of the new Drupal 6 files

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 23 21:30:37 2007 UTC (2 years, 1 month ago) by kentbye
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1: +18 -5 lines
Diff to previous 1.1
Incorporated feedback from litwol including: configurable font size of source code, show trace files in reverse chronological order, changes default contributed module directory to sites/, add to the development .info package.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 17:11:18 2007 UTC (2 years, 1 month ago) by kentbye
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Initial commit of visualize_backtrace module, which parses XDebug function call trace files into flowchart visualizations.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2