1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

EpisodesWithoutFiles will ignore episodes with an air date before 1900.

Renamed SiteLayout to _Layout (MVC3 standard)
Moved some images to the image folder.
This commit is contained in:
Mark McDowall 2011-06-01 16:18:08 -07:00
parent b8067b41f4
commit 5953ae038e
8 changed files with 8 additions and 4 deletions

View File

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

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -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" />

View File

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

View File

@ -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>