oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
154 stars 67 forks source link

Added back ability to expand/collapse ACF cfdumps #51

Closed cfchris closed 4 years ago

cfchris commented 11 years ago

Added a CSS and JS file to support ACF cfdump functionality. Stripped ACF CSS too.

ACF outputs about 175 lines of JS and 155 lines of CSS for every cfdump. Stripping that repeated CSS and JS out and including it as static files that the browser can cache, should make logging much lighter.

oarevalo commented 11 years ago

Hey Chris, I'll be including your changes in the next point release 1.8.1. I might tweak it a little after merging to organize the inclusion of the additional assets (css/js), and make sure that it all works across CFML engines. I'll keep your pull request open until then. I expect the next release to be made in the next few weeks.

cfchris commented 11 years ago

I looked at Railo's output for cfdump. It is much smaller. It shouldn't conflict with the ACF script. So, you could add a file with the Railo JS too while you're tweaking... if you felt like it.

cfchris commented 11 years ago

Oscar, any word on this?