EpisodesWithoutFiles will ignore episodes with an air date before 1900.

Renamed SiteLayout to _Layout (MVC3 standard)
Moved some images to the image folder.
pull/6/head
Mark McDowall 14 years ago
parent b8067b41f4
commit 5953ae038e

@ -32,6 +32,9 @@
<EventHandlerPatternShort>$event$Handler</EventHandlerPatternShort>
</Naming2>
</CSharp>
<HTML>
<FormatSettings />
</HTML>
<JavaScript>
<FormatSettings />
<Naming2>

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

@ -582,7 +582,7 @@
<Content Include="Content\2011.1.315\Windows7\slider-vs-right.gif" />
<Content Include="Content\2011.1.315\Windows7\sprite-vertical.png" />
<Content Include="Content\2011.1.315\Windows7\sprite.png" />
<Content Include="Content\ajax-loader.gif" />
<Content Include="Content\Images\ajax-loader.gif" />
<Content Include="Content\ie.css" />
<Content Include="Content\Images\arrow.png" />
<Content Include="Content\Images\favicon.ico" />
@ -633,7 +633,7 @@
<Content Include="Content\jquery.jgrowl.css" />
<Content Include="Content\notibar.css" />
<Content Include="Content\style.css" />
<Content Include="Content\XbmcNotification.png" />
<Content Include="Content\Images\XbmcNotification.png" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="Scripts\2011.1.315\jquery-1.5.1.min.js" />
@ -711,7 +711,7 @@
<Content Include="Views\Settings\Quality.cshtml" />
<Content Include="Views\AddSeries\RootDir.cshtml" />
<Content Include="Views\Settings\SubMenu.cshtml" />
<Content Include="Views\Shared\SiteLayout.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="Views\Shared\Footer.cshtml" />
<Content Include="Views\Settings\Index.cshtml" />
<Content Include="Views\_ViewStart.cshtml" />

@ -1,3 +1,3 @@
@{
Layout = "~/Views/Shared/SiteLayout.cshtml";
Layout = "~/Views/Shared/_Layout.cshtml";
}

@ -3,4 +3,5 @@
<repository path="..\NzbDrone.Web\packages.config" />
<repository path="..\NzbDrone.Core.Test\packages.config" />
<repository path="..\NzbDrone.Core\packages.config" />
<repository path="..\NzbDrone.Site\packages.config" />
</repositories>
Loading…
Cancel
Save