1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 18:42:42 +01:00
Commit Graph

1286 Commits

Author SHA1 Message Date
Mark McDowall
041ad20bb3 Renamed EpisodeSorting to Naming (to Match UI).
Fixed EpisodeNaming CSS (Floats are now contained properly).
Renamed CodeFile1 to FooterModel.
2011-11-28 17:11:55 -08:00
Mark McDowall
7af6977cab Indexers will actually support searching for daily episodes. 2011-11-28 12:05:28 -08:00
kay.one
2de116b99d Menu tweaks. 2011-11-26 22:35:51 -08:00
kay.one
7c529b03b4 Local search updates. 2011-11-26 22:31:13 -08:00
kay.one
1aa295b2ca New menu. Removed some old images. 2011-11-26 22:03:16 -08:00
kay.one
66e6503e5a Updated config page titles 2011-11-26 22:02:32 -08:00
kay.one
5c04d14c70 Updated jQueryUI 2011-11-26 21:53:30 -08:00
kay.one
8ee8ae79c0 TVDb exceptions are now ignored. 2011-11-26 19:53:13 -08:00
kay.one
ed9460da66 Merge branch 'markus' into kay.one 2011-11-26 19:19:40 -08:00
kay.one
16eb22b3de Minor code changes 2011-11-26 19:19:11 -08:00
Mark McDowall
0b8cc7c7e7 Removed commented CSS from EpisodeSorting.
Removed border from Notification Settings.
2011-11-26 12:44:24 -08:00
Mark McDowall
4a904cbf2f Cleaned up EpisodeSorting Settings CSS. 2011-11-26 12:42:42 -08:00
Mark McDowall
e1ffe3d8f9 Fixed Notification Settings. 2011-11-26 12:34:28 -08:00
Mark McDowall
4bdfaec115 Fixed EpisodeSorting. 2011-11-26 12:31:45 -08:00
Mark McDowall
4e27d82480 Fixed Indexer Settings. 2011-11-26 12:28:20 -08:00
Mark McDowall
e55e4387fd Fixed Quality Settings. 2011-11-26 11:37:31 -08:00
Mark McDowall
02f6af4750 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-11-26 11:10:36 -08:00
Mark McDowall
726eccb0e8 Processing of Daily Episode searching now supported. 2011-11-26 11:10:13 -08:00
kay.one
3bcbc713f3 Updated localsearch UI. 2011-11-26 10:27:44 -08:00
kay.one
59fcb5f138 Fixed local search position 2011-11-26 09:43:49 -08:00
kay.one
8d26659339 Update jQuery to 1.7.1 (but using Telerik's 1.6.4) 2011-11-26 09:25:56 -08:00
kay.one
c1ea4c18c2 Updated WebActivator to 1.5 2011-11-26 09:24:14 -08:00
kay.one
da996c97c2 UI Cleanup 2011-11-25 23:53:16 -08:00
kay.one
60814fde7b Fixed a bug in SeriesSearchJob that would cause it to fail. 2011-11-25 23:52:54 -08:00
kay.one
313d0f6b8e Fixed broken tests 2011-11-25 22:45:22 -08:00
kay.one
10264cba5c post download issues are only logged as warn the first time. 2011-11-25 22:38:22 -08:00
kay.one
482c591716 Added support for pinned messaged. 2011-11-25 22:27:00 -08:00
Mark McDowall
cadccb4360 EpisodeSearch properly uses PerformSearch.
PerformSearch will handle shows that air daily.
2011-11-25 22:13:47 -08:00
kay.one
deecc08982 Indexers settings page now uses jQueryUI accordion 2011-11-25 20:02:29 -08:00
kay.one
596056289e Miniprofile is now back on for remote requests. 2011-11-25 18:27:52 -08:00
Mark McDowall
e16f83c433 Added ReferenceDataProvider to provide lookups (and refreshing) of IsDaily - which will check if the series is a daily series. 2011-11-25 18:20:50 -08:00
kay.one
910efb5941 Some minor clean-up. 2011-11-25 18:06:40 -08:00
kay.one
50a8af0842 Removed Blueprint. some of config pages have layout issus. 2011-11-25 17:34:38 -08:00
kay.one
68942e3c52 Merge branch 'markus' into kay.one
Conflicts:
	NzbDrone.Core/Providers/SearchProvider.cs
2011-11-25 16:56:38 -08:00
kay.one
034d0c46e5 Updated some logs, removed .vob .ts from video extentions 2011-11-25 15:46:29 -08:00
Mark McDowall
4180684a82 AppUpdateJob will run every 7 days. 2011-11-25 00:07:12 -08:00
Mark McDowall
65dfd3036a BacklogSearchJob will run every 30 days. 2011-11-25 00:05:24 -08:00
Mark McDowall
290e5d5897 Daily episodes that are added via RSS feed will have proper season and episode numbers. 2011-11-24 23:56:07 -08:00
Mark McDowall
8b841c633a Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-11-24 00:30:27 -08:00
Mark McDowall
38790e9f9c GetEpisodesByParseResult will properly handle Daily episodes. 2011-11-24 00:28:20 -08:00
kay.one
03aa27c45c Parser now ignores daily episodes from the future. 2011-11-24 00:12:24 -08:00
kay.one
d0d9c44124 Parser refactoring. Now tries to parse full path if file name didn't work. 2011-11-23 23:35:37 -08:00
kay.one
5c1f4bbf1a Database logging is now set to Info. 2011-11-23 23:34:59 -08:00
Mark McDowall
1317b8fbef Fixed issue with seriesLookup boxes not autocompleting after adding or removing a rootDir. 2011-11-23 23:11:13 -08:00
Mark McDowall
2aaa23b11d Refreshing EpisodeInfo will now set new or existing episodes that have air times prior to 1900 to null. 2011-11-23 22:28:52 -08:00
kay.one
f513878d78 Added Miniprofiler.MVC3, updated log grid. 2011-11-23 21:50:41 -08:00
Mark McDowall
576f5c5c09 EpisodeSearch will now notify if no download is found. 2011-11-23 20:50:09 -08:00
Mark McDowall
90e15dbcdf Removed Injection for SeasonSearchJob on RecentBacklogSearchJob. 2011-11-23 17:10:20 -08:00
Mark McDowall
e781501021 Added RecentBacklogSearchJob to fill missing episodes from the last 30 days, runs nightly. 2011-11-23 17:09:09 -08:00
Mark McDowall
04c71ff64c Extended the actions column width on Series Grid - FF was creating two rows of buttons. 2011-11-23 16:39:21 -08:00