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

742 Commits

Author SHA1 Message Date
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
Mark McDowall
f21f3517cf System/Indexers moved to DataTables 2012-02-09 22:26:48 -08:00
Mark McDowall
185edfb7f7 System/Jobs now uses DataTables 2012-02-09 22:17:53 -08:00
Mark McDowall
463ab0812e System Config grid now uses DataTables. 2012-02-09 21:26:30 -08:00
Mark McDowall
4225685715 Upcoming grid uses combined column for SeasonNumber and EpisodeNumber.
Removed DataTables extras.
2012-02-09 14:34:59 -08:00
Mark McDowall
722db50b35 Removed old log grid copies. 2012-02-09 14:11:01 -08:00
Mark McDowall
9c24b5989b Log Grid added, using server side filtering, sorting and paging. Using DynamicQueryable. 2012-02-09 09:41:51 -08:00
Mark McDowall
ca5888160d Removed some extraneous code.
Missing grid is now a Datatable grid.
2012-02-08 17:05:16 -08:00
Mark McDowall
b82c63e2ec Removed extraneous model. 2012-02-08 16:37:54 -08:00
Mark McDowall
4af27cc4b5 History grid will now be built from a json array sent to the view. 2012-02-08 16:26:34 -08:00
Mark McDowall
6ffc429ae0 DataTables added for use on History Grid. 2012-02-08 00:17:40 -08:00
Mark McDowall
e42f0222dc NzbDrone grids now have thead and tbody properly set. 2012-02-07 14:28:53 -08:00
Mark McDowall
19fbed2c42 Centered Status Column icons.
Added mouseover titles to status column icons.
2012-02-07 00:25:00 -08:00
Mark McDowall
7ae751371d Fix: Growl will now work for notifying on grab/download.
Growl must be registered before notifications will work.
2012-02-07 00:24:59 -08:00
Mark McDowall
04fdb130b8 Really fixed the progress bar, brute force fail. 2012-02-07 00:24:59 -08:00
kay.one
2000d07180 made edit and delete series dialog height auto. 2012-02-07 00:20:56 -08:00
kay.one
ed028123f3 Prettier series grid. 2012-02-07 00:12:37 -08:00
Mark McDowall
67e8712725 Magic was hiding the progress bar colour. Brute force beats magic. Bears beat beats, Bears beat Battlestar Galactica. 2012-02-06 23:09:20 -08:00
Mark McDowall
b0c2807b56 Fixed grid ajax links. 2012-02-06 23:09:19 -08:00
kay.one
d5d77559eb styled jquery dialog header. 2012-02-06 22:37:03 -08:00
kay.one
5717b7f596 New: Rewrite of download decision engine. 2012-02-06 21:14:55 -08:00
Mark McDowall
a168bdfa00 Merge branch 'overview-grid' 2012-02-06 21:11:26 -08:00
Mark McDowall
d9acfbaea3 Another column width fix. 2012-02-06 20:22:00 -08:00
Mark McDowall
834735c850 Fixed Upcoming grid column widths. 2012-02-06 20:16:40 -08:00
Mark McDowall
854d66c1f5 More grid work. Row partial views are now sent a bool set to true if it is an alternate row. 2012-02-06 19:48:26 -08:00
Mark McDowall
93355a4ae1 Upcoming grid NzbDroned. Bye Telerik Grid. 2012-02-06 17:22:17 -08:00
Mark McDowall
c7c56f5ab8 Grid fixes.
Moved grid CSS to Grid.css.
2012-02-06 14:13:33 -08:00
Mark McDowall
b9d227d162 Stopped links in grid triggering detail view in chrome.
Fixed grid header in FF.
2012-02-05 23:47:10 -08:00
Mark McDowall
aba44fb121 Delete added to edit dialog for series. 2012-02-05 13:36:57 -08:00
Mark McDowall
e8ad13937a CSS fixes for Series grid. 2012-02-05 12:23:37 -08:00
Mark McDowall
a330348c8e Series grid updated to remove Telerik MVC Grid. 2012-02-05 12:17:23 -08:00
kay.one
174f765ec9 New: NzbDrone service to automatically report errors and episode parse issues. 2012-02-04 22:50:41 -08:00
kay.one
ea86ce2fcb banner is removed for series that don't have a banner. 2012-02-04 20:36:43 -08:00
kay.one
9bee9be397 Season toggle style updates. 2012-02-04 20:36:41 -08:00
kay.one
1571e8ab0b some minor styling updates to season gird. 2012-02-04 20:36:41 -08:00
Mark McDowall
9721738bec Cleaned up SeriesController.
More CSS fixes for Series/Details
2012-02-04 20:36:40 -08:00
Mark McDowall
a7c90351ac Click row to see the details of that episode.
Alternate rows are coloured (along with the details)
2012-02-04 20:36:40 -08:00
Mark McDowall
d7bc3a3734 Fancy grid, well getting there anyways.
Cell colour only in the "Command" column.
Cell colour toggles when ignored is toggled.
2012-02-04 20:36:39 -08:00