Skip to content

Commit

Permalink
Removing adhoc query
Browse files Browse the repository at this point in the history
  • Loading branch information
stimms committed Dec 1, 2014
1 parent cbd5c81 commit f578fb8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 229 deletions.
8 changes: 0 additions & 8 deletions src/BugTracker.Web/BugTracker.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@
<Content Include="priorities.aspx" />
<Content Include="projects.aspx" />
<Content Include="queries.aspx" />
<Content Include="query.aspx" />
<Content Include="register.aspx" />
<Content Include="relationships.aspx" />
<Content Include="reports.aspx" />
Expand Down Expand Up @@ -1258,13 +1257,6 @@
<Compile Include="queries.aspx.designer.cs">
<DependentUpon>queries.aspx</DependentUpon>
</Compile>
<Compile Include="query.aspx.cs">
<DependentUpon>query.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="query.aspx.designer.cs">
<DependentUpon>query.aspx</DependentUpon>
</Compile>
<Compile Include="register.aspx.cs">
<DependentUpon>register.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
Expand Down
6 changes: 0 additions & 6 deletions src/BugTracker.Web/admin.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ Is BugTracker.NET helping you or your company? Please consider <a href=javascri
<li class=listitem><a href=customfields.aspx>Custom Fields</a>
&nbsp;&nbsp;<span class=smallnote>(add custom fields to the bug page)</span></li>

<li class=listitem><a target=_blank href=query.aspx>Run Ad-hoc Query</a>
&nbsp;&nbsp;
<span style="border: solid red 1px; padding: 2px; margin: 3px; color: red; font-size: 9px;">
This links to query.aspx.&nbsp;&nbsp;Query.aspx is potentially unsafe.&nbsp;&nbsp;Delete it if you are deploying on a public web server.
</span><br></li>

<li class=listitem><a href=notifications.aspx>Queued Email Notifications</a></li>

<li class=listitem><a href=edit_custom_html.aspx>Edit Custom Html</a></li>
Expand Down
161 changes: 0 additions & 161 deletions src/BugTracker.Web/query.aspx

This file was deleted.

12 changes: 0 additions & 12 deletions src/BugTracker.Web/query.aspx.cs

This file was deleted.

42 changes: 0 additions & 42 deletions src/BugTracker.Web/query.aspx.designer.cs

This file was deleted.

0 comments on commit f578fb8

Please sign in to comment.