kay.one
7c05157f19
Merge branch 'markus101'
...
Conflicts:
NzbDrone.Web/NzbDrone.Web.csproj
2011-07-01 11:48:22 -07:00
Mark McDowall
859c5246d9
Overhauled Settings/Quality
...
CSS for Settings uses classes for aligning instead of label/input directly.
2011-07-01 02:10:42 -07:00
kay.one
3085bba59b
more better
2011-07-01 00:52:44 -07:00
kay.one
9deea44c87
more root dir UI cleanup
2011-07-01 00:23:07 -07:00
kay.one
4253d0b4cb
Merge branch 'markus101'
...
Conflicts:
NzbDrone.Web/Views/Series/Index.cshtml
2011-06-29 23:19:44 -07:00
kay.one
cece6e9bf6
Root Dir cleanup
2011-06-29 23:15:06 -07:00
Mark McDowall
63e303af3b
New layout for Settings/Sabnzbd
...
Fixed scripting for Settings/Quality
2011-06-29 22:22:34 -07:00
Mark McDowall
87e9589761
Remove empty folders after importing new downloads.
...
Fixed American Dad test (new season added to TheTvDb).
Removed unneeded .ToList()
2011-06-25 19:50:18 -07:00
Mark McDowall
342406784a
Fixed seriesGrid query and tests.
...
Fixed GetEpisodeModels that would fail due to a null AirDate.
2011-06-23 11:37:17 -07:00
Mark McDowall
938fa24a8e
Merge branch 'master' of git://github.com/kayone/NzbDrone
2011-06-23 00:05:18 -07:00
kay.one
69239bc371
Switched to SQLCE 4.0
2011-06-22 23:56:17 -07:00
Mark McDowall
b6178c9eef
Fixed an issue where RootPaths with a slash at the end would have double slash when adding a new Series.
2011-06-22 16:44:42 -07:00
Mark McDowall
3a065b86f1
Fixed series grid after save so it has proper counts.
2011-06-21 23:39:45 -07:00
kay.one
cbfbb87926
fixed issue where series controller was still going to db for every file.
...
Increased log level
tweaked connection string to sqlite
2011-06-21 22:43:45 -07:00
Mark McDowall
ecd0fb50a8
Removed extra injects that weren't needed.
...
Wrapped find series in try/catch to prevent a case where the series is in SceneMapping, but isn't in the users database. -Missed in last commit apparently.
2011-06-21 18:10:31 -07:00
Mark McDowall
47b997326b
Fixed failure when trying to add the first root dir (Missing Telerik scripts for combobox).
2011-06-21 00:02:21 -07:00
Mark McDowall
208feb7d19
CleanFileName when getting new filename from MediaFileProvider.
2011-06-20 16:46:54 -07:00
Mark McDowall
431d850d32
SeriesProvider gets QualityProfile in single call to DB.
...
SeriesProvider.GetAllSeriesWithEpisodeCount gets seasonCount(with or without specials), total episode count & episodeWithFile count (excluding ignored episodes).
Added tests for SeriesWithEpisodeCount.
2011-06-20 00:13:17 -07:00
Mark McDowall
86ab26e2d9
UpcomingProvider now gets Series in call for episodes.
2011-06-19 20:08:09 -07:00
Mark McDowall
7b5556199f
Merge branch 'master' of git://github.com/kayone/NzbDrone
2011-06-19 17:23:59 -07:00
Mark McDowall
0972c956b8
HistoryProvider will return History Items with Episode and SeriesTitle.
2011-06-19 16:44:45 -07:00
kay.one
8b484601f6
Removed all warnings
2011-06-19 13:43:47 -07:00
Mark McDowall
8f4fe398ed
Merge branch 'master' of git://github.com/kayone/NzbDrone
2011-06-18 00:18:29 -07:00
kay.one
0e86653d8a
Fixed bug where status was shown instead of title on SeriesDetail page
2011-06-17 23:41:31 -07:00
Mark McDowall
d28e94868c
Parser will remove quotes before trying to get filename from the path.
...
HistoryController - Gets Series from seriesProvider.
UpcomingComtroller - Gets Series from seriesProvider.
2011-06-17 20:11:04 -07:00
kay.one
3ef17273fd
HistoryProvider now uses PetaPoco
2011-06-16 23:59:13 -07:00
Mark McDowall
1f0e71c68e
Merge with Kayone.
2011-06-16 20:46:14 -07:00
Mark McDowall
3dbb38b54f
MediaFileProvider moved to PetaPoco.
...
Season Grid now shows episodeFile quality.
2011-06-16 20:29:39 -07:00
kay.one
3cccb5858a
Merge branch 'markus101'
...
Conflicts:
NzbDrone.Core.Test/SeriesProviderTest.cs
NzbDrone.Core/Providers/MediaFileProvider.cs
NzbDrone.Core/Providers/SeriesProvider.cs
2011-06-16 19:48:24 -07:00
kay.one
190ce6b142
ConfigProvider now uses PetaPoco
2011-06-16 19:27:10 -07:00
Mark McDowall
c3d4732baa
Adding a root dir will not add it to the DB until after it is saved, also will not save if the path is blank.
2011-06-15 19:32:55 -07:00
Mark McDowall
c8ae3de292
Upcoming view will no longer hit the DB with the same request so many times.
2011-06-14 08:14:33 -07:00
Mark McDowall
3572855c34
History view will no longer hit the DB with the same request so many times.
2011-06-14 08:07:48 -07:00
kay.one
add780b431
Ninject is now forced to use proper constructor.
2011-06-13 18:23:04 -07:00
Mark McDowall
ad89618f58
Directory controller will now swallow errors that would otherwise return invalid data to the client (forcing an annoying alert to the client), no results are returned when this happens.
2011-06-10 14:55:58 -07:00
Mark McDowall
bda226096b
Auto complete for paths added. Config text boxes are now wider.
2011-06-08 18:45:06 -07:00
Mark McDowall
54e7092e2d
Added new helper to find the best file size format given a long with file size in bytes.
...
Added view under system to see which folders have not been processed in dropDir.
2011-06-07 23:15:35 -07:00
Mark McDowall
c4163d1e0d
SabDropDirectory is now editable on Settings/Sabnzbd
2011-06-07 00:08:37 -07:00
Mark McDowall
560706ae8f
Fixed Renaming of episodes to include extension.
...
PostDownload Importing setup, need to setup job for period scan.
2011-06-06 23:29:07 -07:00
Mark McDowall
96670d0567
AddSeries/Index will show the RotoDirs Panel if no root dirs are in the DB.
2011-06-06 14:31:08 -07:00
Mark McDowall
4d3ba62e5d
Episode renaming implemented on the Series/Details page.
2011-06-05 22:23:28 -07:00
Mark McDowall
381d67e56b
Renamed image is in effect.
...
Series Detail by series will now store episodeFileId.
2011-06-05 15:19:07 -07:00
Mark McDowall
08b7b8c3e1
SeasonEditor moved to Gird Editor.
2011-06-04 22:23:50 -07:00
Mark McDowall
383dfe302f
Merge branch 'master' of git://github.com/kayone/NzbDrone
...
Conflicts:
NzbDrone.Core/Providers/MediaFileProvider.cs
2011-06-04 11:47:35 -07:00
Mark McDowall
7291497ce0
Added search to Yesterday in Upcoming View.
2011-06-03 21:47:04 -07:00
kay.one
d3be516fb2
removed Season/SeasonProvider, updated dbBenchmark tests.
2011-06-03 18:56:53 -07:00
Mark McDowall
90d9e7d41e
Moved episodeCount logic to mediaFileProvider.
...
Episode count counts by 5 now, so it doesn't take forever.
2011-06-02 20:04:39 -07:00
Mark McDowall
467ed51432
AJax load episode count to keep initial loading time of Series Grid.
2011-06-02 00:23:38 -07:00
Mark McDowall
681353de3c
Episode progress on Grid is now rounded.
2011-06-01 21:40:06 -07:00
Mark McDowall
fdfd0a2153
Added Episodes of Episodes Total progress bar to Series Grid.
2011-06-01 20:36:30 -07:00