File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ CHANGELOG
4
4
* Fix unscoped currentrow which was throwing an error when debugging was enabled.
5
5
* Removed reference to missing images in CSS
6
6
* Updated build scripts
7
+ * How to turn off debugger for tests, it does this automatically now.
8
+ * filename cases don't match #5 on certain includes
7
9
8
10
##1 .1.0
9
11
* https://ortussolutions.atlassian.net/browse/CCM-14 Issue with unloading modules
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Description :
27
27
<meta http-equiv =" refresh" content =" #url .frequency #" >
28
28
</cfif >
29
29
<!--- Include Header --->
30
- <cfinclude template =" /cbdebugger/includes/DebugHeader .cfm" >
30
+ <cfinclude template =" /cbdebugger/includes/debugHeader .cfm" >
31
31
</head >
32
32
<body >
33
33
@@ -36,7 +36,7 @@ Description :
36
36
<!--- **************************************************************--->
37
37
<!--- TRACER STACK--->
38
38
<!--- **************************************************************--->
39
- <cfinclude template =" /cbdebugger/includes/panels/TracersPanel .cfm" >
39
+ <cfinclude template =" /cbdebugger/includes/panels/tracersPanel .cfm" >
40
40
41
41
<!--- Start Rendering the Execution Profiler panel --->
42
42
<div class =" fw_titles" > ColdBox Execution Profiler Report</div >
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ Description :
226
226
< cfset controller .getInterceptorService ().processState ( " beforeDebuggerPanel" )>
227
227
228
228
<!--- Render debuglog --->
229
- < cfsavecontent variable = " renderedDebugging" >< cfinclude template = " /cbdebugger/includes/Debug .cfm" >< / cfsavecontent >
229
+ < cfsavecontent variable = " renderedDebugging" >< cfinclude template = " /cbdebugger/includes/debug .cfm" >< / cfsavecontent >
230
230
231
231
<!--- Post Panel --->
232
232
< cfset controller .getInterceptorService ().processState ( " afterDebuggerPanel" )>
@@ -250,7 +250,7 @@ Description :
250
250
< cfset URLBase = listlast (cgi .script_name ," /" )>
251
251
< / cfif >
252
252
253
- < cfsavecontent variable = " profilerContents" >< cfinclude template = " /cbdebugger/includes/panels/ProfilerPanel .cfm" >< / cfsavecontent >
253
+ < cfsavecontent variable = " profilerContents" >< cfinclude template = " /cbdebugger/includes/panels/profilerPanel .cfm" >< / cfsavecontent >
254
254
255
255
< cfreturn profilerContents >
256
256
< / cffunction >
You can’t perform that action at this time.
0 commit comments