From 5953ae038e01f9a0c7f2a651b43c9a0733f5e1fa Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 1 Jun 2011 16:18:08 -0700 Subject: [PATCH] EpisodesWithoutFiles will ignore episodes with an air date before 1900. Renamed SiteLayout to _Layout (MVC3 standard) Moved some images to the image folder. --- NzbDrone.6.0.ReSharper | 3 +++ NzbDrone.Core/Providers/EpisodeProvider.cs | Bin 10102 -> 10186 bytes .../Content/{ => Images}/XbmcNotification.png | Bin .../Content/{ => Images}/ajax-loader.gif | Bin NzbDrone.Web/NzbDrone.Web.csproj | 6 +++--- .../{SiteLayout.cshtml => _Layout.cshtml} | 0 NzbDrone.Web/Views/_ViewStart.cshtml | 2 +- packages/repositories.config | 1 + 8 files changed, 8 insertions(+), 4 deletions(-) rename NzbDrone.Web/Content/{ => Images}/XbmcNotification.png (100%) rename NzbDrone.Web/Content/{ => Images}/ajax-loader.gif (100%) rename NzbDrone.Web/Views/Shared/{SiteLayout.cshtml => _Layout.cshtml} (100%) diff --git a/NzbDrone.6.0.ReSharper b/NzbDrone.6.0.ReSharper index c918885f0..fc6b1c5c3 100644 --- a/NzbDrone.6.0.ReSharper +++ b/NzbDrone.6.0.ReSharper @@ -32,6 +32,9 @@ $event$Handler + + + diff --git a/NzbDrone.Core/Providers/EpisodeProvider.cs b/NzbDrone.Core/Providers/EpisodeProvider.cs index 05f3d33ab49f6061bd2bf91e9113999e1993c6d9..945908caf4846433c619d9d5a77db2e134ab7734 100644 GIT binary patch delta 96 zcmez7cglamLk=wkH8q7)J;%% - + @@ -633,7 +633,7 @@ - + @@ -711,7 +711,7 @@ - + diff --git a/NzbDrone.Web/Views/Shared/SiteLayout.cshtml b/NzbDrone.Web/Views/Shared/_Layout.cshtml similarity index 100% rename from NzbDrone.Web/Views/Shared/SiteLayout.cshtml rename to NzbDrone.Web/Views/Shared/_Layout.cshtml diff --git a/NzbDrone.Web/Views/_ViewStart.cshtml b/NzbDrone.Web/Views/_ViewStart.cshtml index bf880d908..2de62418c 100644 --- a/NzbDrone.Web/Views/_ViewStart.cshtml +++ b/NzbDrone.Web/Views/_ViewStart.cshtml @@ -1,3 +1,3 @@ @{ - Layout = "~/Views/Shared/SiteLayout.cshtml"; + Layout = "~/Views/Shared/_Layout.cshtml"; } diff --git a/packages/repositories.config b/packages/repositories.config index 40652d947..dab1f97f3 100644 --- a/packages/repositories.config +++ b/packages/repositories.config @@ -3,4 +3,5 @@ + \ No newline at end of file