1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-21 00:41:43 +02:00
Commit Graph

779 Commits

Author SHA1 Message Date
Mark McDowall
991ba4ff0a Merge branch 'indexers'
Fixed indexer validation after merge.
Quality js moved to on() instead of live()
2012-02-25 14:21:03 -08:00
Mark McDowall
1a5b20a48b Validation is working on Settings -> Indexers again. 2012-02-25 14:21:03 -08:00
kay.one
11db27f6ac Better check against internal server error exceptions during unit tests. 2012-02-25 11:57:56 -08:00
kay.one
67298d62a0 More new icons, updated status colors. 2012-02-25 11:41:48 -08:00
kay.one
0bb36eb20c Some new icons/ Submenu tweaks. 2012-02-25 08:35:27 -08:00
kay.one
3b18c9f621 Removed single episode rename button
Fix: while renaming series/seasons a single failure no longer stops the whole process
Fix: much better notification during batch rename
2012-02-24 18:01:53 -08:00
Mark McDowall
0ff60bde92 Mass edit is now Series Editor.
Renamed Opps to Oops.
Fixed broken SeriesEditor.
2012-02-23 14:31:50 -08:00
kay.one
eddafaca93 Fixed: Settings tabs should load a lot faster. 2012-02-23 11:16:11 -08:00
Mark McDowall
ac58d84a78 New: Added indexer status summary to Settings -> Indexer. 2012-02-22 16:35:52 -08:00
Mark McDowall
29656c72b0 Edit added to Series/Details. 2012-02-22 13:41:47 -08:00
Mark McDowall
fc087fde9f Using jquery button. Now called showDownloaded (defaults to on) 2012-02-22 11:52:31 -08:00
Mark McDowall
d0f7833ac8 Hide downloaded, not downloading. 2012-02-22 08:37:44 -08:00
Mark McDowall
0afa7e17cf New: Hide Downloaded option added to Upcoming, state is saved in a cookie. 2012-02-22 08:12:12 -08:00
Mark McDowall
ffadccb6f7 Added Ajax wheel to Existing Series when loading from the server. 2012-02-21 23:46:09 -08:00
Mark McDowall
6116fdb032 Merge branch 'season-ignore'
Conflicts:
	NzbDrone.Core.Test/NzbDrone.Core.Test.csproj
	NzbDrone.Core/NzbDrone.Core.csproj
2012-02-21 23:45:46 -08:00
Mark McDowall
2c44005ef5 Minor spelling mistake.. 2012-02-21 23:08:22 -08:00
kay.one
7e38afc838 Logging/Download notification tweaks. 2012-02-21 20:43:19 -08:00
Mark McDowall
6e767eafab New: Added Plex to Notifications, allowing notifications and library updates. 2012-02-21 15:10:42 -08:00
Mark McDowall
aac42d4882 More Season ignore work. Already ignored seasons will be ignored.
Fix: Season Ignore is handled separately from Episode Ignore.
2012-02-20 22:50:38 -08:00
kay.one
d27f14d7aa Updated SignalR to 0.4.0.1 2012-02-18 14:35:20 -08:00
kay.one
0b59bd1312 Updated Unobtrusive Validation to 2.0.20126 2012-02-18 14:34:37 -08:00
Mark McDowall
0dcbe11a41 New: Mass Edit to edit multiple series at once. 2012-02-18 12:42:14 -08:00
Mark McDowall
c739b3e132 Update clients when new episode is imported (ready). 2012-02-18 12:42:12 -08:00
Mark McDowall
8519c3c745 Updated jQuery Validation to 1.9 (Fixed Nuget conflict) 2012-02-18 12:42:12 -08:00
Mark McDowall
f19721912b SignalR added to provide realtime episode status updates. (Series/Details and Downloading only currently) 2012-02-18 12:42:11 -08:00
Mark McDowall
462eb53897 Retention check added to DecisionEngine.
Retention is configurable from Settings/Indexers.
2012-02-18 12:33:04 -08:00
Mark McDowall
8c0efac00b MassEdit grid won't try to show details. 2012-02-18 12:18:51 -08:00
Mark McDowall
afbb107106 Mass edit uses common styling and Datatables for alternate row colouring. 2012-02-18 12:16:27 -08:00
Mark McDowall
d616dfaa0f Fixed Quality Sliders. 2012-02-18 12:00:50 -08:00
Mark McDowall
02dcb219a2 Fix: Series grid won't flash an unstyled header before it is loaded. 2012-02-18 11:41:29 -08:00
kay.one
5064eaf9a9 minor ui tweaks. 2012-02-17 16:43:16 -08:00
Mark McDowall
2064700eb1 Fixed Details link is Series/Index.
Delete extraneous Series partial view.
2012-02-17 16:25:18 -08:00
Mark McDowall
ba43509a67 Cookie will be saved for 1 year now. 2012-02-15 23:27:03 -08:00
Mark McDowall
172827e76e New: Sorting added to Series Grid, sort order will be saved even after navigating to another page. 2012-02-15 23:17:15 -08:00
Mark McDowall
d68ae8f3f3 SeriesGrid now has sorting. 2012-02-15 21:53:12 -08:00
Mark McDowall
2deb6822b0 Updated Nuget packages. 2012-02-14 18:08:47 -08:00
Mark McDowall
830eab57aa Fix: Sorting on grids will now be ordered properly regardless of user's date format. 2012-02-14 11:15:12 -08:00
Mark McDowall
102ad8d3cf Fix: Sorting on grids will now be ordered properly regardless of user's date format. 2012-02-14 11:15:11 -08:00
Mark McDowall
baed29710e Dates used for sorting will rely on EN-US standard, display will relay on user's culture. 2012-02-14 11:15:10 -08:00
kay.one
abbc1b646c Added more padding to the buttom of the page 2012-02-12 22:42:58 -08:00
kay.one
83aa6330d1 Minor cleanups. 2012-02-12 22:38:57 -08:00
kay.one
6df184b7cb New: All setting values are cached for better responsiveness. 2012-02-11 16:02:58 -08:00
Mark McDowall
2051c9d911 Cleaned up CSS for grid action images. 2012-02-11 15:16:08 -08:00
Mark McDowall
53c4641c07 Series/Details season status now shows the correct season status. 2012-02-11 14:01:58 -08:00
Mark McDowall
bc3e7239c2 Log grid will reload when logs are cleared.
History grid will reload when history is trimmed or purged.
2012-02-10 21:00:22 -08:00
kay.one
5ecbdd3e64 Package cleanup 2012-02-10 16:48:20 -08:00
Mark McDowall
1ace2d5b22 Added missing image. 2012-02-10 00:26:11 -08:00
Mark McDowall
0f756e9e02 Status image on Series grid will update when monitored state is changed. 2012-02-10 00:16:35 -08:00
Mark McDowall
3f1dd805da Good bye Telerik, Hello jQuery 1.7
New: Major redesign of grids on all pages.
2012-02-09 23:37:31 -08:00
Mark McDowall
d6e4c5fc53 System/PendingProcessing grid converted to Datatables.
Misnamed Controller and Views removed.
2012-02-09 23:11:56 -08:00