Commit Graph

1540 Commits

Author SHA1 Message Date
Mark McDowall 8170daf025 Minor CSS fix. 2011-12-05 18:07:11 -08:00
Mark McDowall 8919592b24 Only show one Existing Series per line now. 2011-12-05 16:49:11 -08:00
Mark McDowall a877312b1a Fixed save button text. 2011-12-04 19:29:53 -08:00
Mark McDowall f99e629817 Fixed the add button on AddSeries. 2011-12-04 19:15:02 -08:00
kay.one 4486238c4c some notification tweaks. 2011-12-03 16:01:00 -08:00
kay.one f4047dee2c episode grid is now sortable. 2011-12-03 15:44:48 -08:00
kay.one f84f8ac992 Fixed auto-complete styling. 2011-12-03 15:22:49 -08:00
kay.one c23447e994 Merge branch 'markus' into kay.one 2011-12-03 14:09:09 -08:00
Mark McDowall ac0371ff5c Fixed test per comments on last commit. 2011-12-02 18:29:05 -08:00
Mark McDowall b9e9bb06a4 EpisodeGrid sorting is done in the controller instead of the View, because it actually works... 2011-12-02 08:14:38 -08:00
Mark McDowall ceec420035 Added test to verify EpisodeInfo would ignore new episodes for an ignored season (no bug here). 2011-12-02 00:35:56 -08:00
kay.one 1de610c5bb moved last job over. 2011-12-01 23:51:32 -08:00
Mark McDowall 1498027192 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-12-01 23:45:34 -08:00
kay.one ce8713d953 last fix for deleted job didn't work, this should fix it. 2011-12-01 23:26:38 -08:00
kay.one 08a5b28f40 Banners folder moved to root. 2011-12-01 23:20:33 -08:00
kay.one 76608fc440 Banners folder moved to root. 2011-12-01 23:07:18 -08:00
Mark McDowall 9a0fe35008 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
Conflicts:
	NzbDrone.Core.Test/ProviderTests/JobProviderTests/JobProviderFixture.cs
2011-12-01 22:32:04 -08:00
Mark McDowall f3fbcec8cb GetEpisodesByParseResult will return multiple episode names when multiple episodes are found. 2011-12-01 22:26:24 -08:00
kay.one bb460163c2 Fixed job provider issue where deleted job classes would break scheduler. 2011-12-01 22:26:06 -08:00
kay.one def450290f Removed ping from service start to speed up service start time. 2011-12-01 21:44:43 -08:00
kay.one 35cddf08df Added Service install/uninstall batch files 2011-12-01 21:44:13 -08:00
kay.one 2eb14d93b7 Removed "nzbdrone" "iisexpress" spam from console. 2011-12-01 21:43:50 -08:00
Mark McDowall dba5a1a236 GetSabTitle will now handle daily episodes. 2011-12-01 21:37:13 -08:00
Mark McDowall 8de49bb112 Moved RenameSeriesJob to the Jobs folder. 2011-12-01 21:14:59 -08:00
Mark McDowall 4100274b2e Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-12-01 20:27:55 -08:00
Mark McDowall 3b4b20cc95 SceneMappingProvider will perform an update if database is empty when looking for a SeriesId or SceneName. 2011-12-01 20:24:44 -08:00
kay.one cc60b972fd Fixed broken test. 2011-12-01 17:45:19 -08:00
kay.one b1c1f5e6d6 Fixed broken build. 2011-12-01 17:37:38 -08:00
kay.one fabc4c84bd Moved Jobs to their own folder. 2011-12-01 17:33:17 -08:00
Mark McDowall f9dab843ae Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-12-01 16:39:58 -08:00
kay.one cc8c70d7f5 Fixed some bugs, cleaned up some code. 2011-12-01 11:05:17 -08:00
Mark McDowall 027e16389b Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-11-30 23:12:45 -08:00
kay.one 85736029c8 Fixed issue where update provider called db in a loop. 2011-11-30 23:10:50 -08:00
kay.one 82e2cb2d1e Settings forms are fixed. 2011-11-30 22:39:11 -08:00
kay.one 1cfc2f3fe4 Removed MainContent Section 2011-11-30 21:25:01 -08:00
Mark McDowall 3c09533976 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-11-30 21:08:53 -08:00
Mark McDowall 1b0cdf922e Removed un-needed call from Episode Search.
InventoryProvider.IsAcceptableSize will now handle daily series properly.
2011-11-30 21:08:36 -08:00
kay.one 9841d7728e Removed MainContent Section 2011-11-30 21:06:02 -08:00
kay.one 852a141c21 Settings is now a single page with tabs. 2011-11-30 21:04:44 -08:00
kay.one e01be46209 Updated jQueryUI theme. 2011-11-30 20:19:51 -08:00
kay.one 0e91aeb689 Merge branch 'markus' into kay.one 2011-11-30 20:16:59 -08:00
kay.one 5c091ccb80 Fixed broken tests. 2011-11-30 20:16:46 -08:00
Mark McDowall 6805a1041b InitializeJobs will use current DateTime to setup new jobs (Prevents jobs running immediately for new installs). 2011-11-30 18:23:22 -08:00
Mark McDowall 4ddd1a0f6f Using RealDb instead of Mocked DB. 2011-11-30 17:10:36 -08:00
Mark McDowall 21601a5805 Updated EpisodeProviderTest to use Mocker and Db. 2011-11-30 17:04:46 -08:00
Mark McDowall d82edba26c Fixed broken unit test for parsing future daily shows. 2011-11-30 00:29:31 -08:00
Mark McDowall fbc0a561ca Fixed a big where Season 0 wasn't being ignored for new seasons + a test to confirm it. 2011-11-30 00:21:18 -08:00
Mark McDowall bae2cdc1c7 Moved from Tabs to Accordion for Notifiers
Indexers is the first item in Settings SubMenu (its the default).
2011-11-29 16:45:45 -08:00
Mark McDowall 168f83dc38 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-11-29 15:24:50 -08:00
kay.one 711d729e72 Merge branch 'markus' into kay.one 2011-11-28 22:50:26 -08:00