Skip to content

Commit

Permalink
Removing ability to create and edit queries from within the application
Browse files Browse the repository at this point in the history
  • Loading branch information
stimms committed Dec 3, 2014
1 parent f578fb8 commit 0b33984
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 890 deletions.
16 changes: 0 additions & 16 deletions src/BugTracker.Web/BugTracker.Web.csproj
Expand Up @@ -467,7 +467,6 @@
<Content Include="delete_org.aspx" />
<Content Include="delete_priority.aspx" />
<Content Include="delete_project.aspx" />
<Content Include="delete_query.aspx" />
<Content Include="delete_report.aspx" />
<Content Include="delete_status.aspx" />
<Content Include="delete_subscriber.aspx" />
Expand Down Expand Up @@ -550,7 +549,6 @@
<Content Include="edit_org.aspx" />
<Content Include="edit_priority.aspx" />
<Content Include="edit_project.aspx" />
<Content Include="edit_query.aspx" />
<Content Include="edit_queued_notifications.aspx" />
<Content Include="edit_report.aspx" />
<Content Include="edit_self.aspx" />
Expand Down Expand Up @@ -803,13 +801,6 @@
<Compile Include="delete_project.aspx.designer.cs">
<DependentUpon>delete_project.aspx</DependentUpon>
</Compile>
<Compile Include="delete_query.aspx.cs">
<DependentUpon>delete_query.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="delete_query.aspx.designer.cs">
<DependentUpon>delete_query.aspx</DependentUpon>
</Compile>
<Compile Include="delete_report.aspx.cs">
<DependentUpon>delete_report.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
Expand Down Expand Up @@ -926,13 +917,6 @@
<Compile Include="edit_project.aspx.designer.cs">
<DependentUpon>edit_project.aspx</DependentUpon>
</Compile>
<Compile Include="edit_query.aspx.cs">
<DependentUpon>edit_query.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="edit_query.aspx.designer.cs">
<DependentUpon>edit_query.aspx</DependentUpon>
</Compile>
<Compile Include="edit_queued_notifications.aspx.cs">
<DependentUpon>edit_queued_notifications.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
Expand Down
102 changes: 0 additions & 102 deletions src/BugTracker.Web/delete_query.aspx

This file was deleted.

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

This file was deleted.

51 changes: 0 additions & 51 deletions src/BugTracker.Web/delete_query.aspx.designer.cs

This file was deleted.

0 comments on commit 0b33984

Please sign in to comment.