1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-06 08:07:20 +02:00
Commit Graph

33 Commits

Author SHA1 Message Date
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
b0c2807b56 Fixed grid ajax links. 2012-02-06 23:09:19 -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
a330348c8e Series grid updated to remove Telerik MVC Grid. 2012-02-05 12:17:23 -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
Mark McDowall
2fc561f195 After adding all existing series, show no series message to user. 2012-02-02 23:09:08 -08:00
Mark McDowall
a83dbbb16f Grid colouring for ignored and missing. 2012-02-01 16:02:17 -08:00
Mark McDowall
9c5efdb3b4 Fix: Deleting a QualityProfile will now remove it from the view.
Java script moved to a separate file so it can be debugged.
2012-01-30 23:19:52 -08:00
Mark McDowall
2635ff9bee Fix: Grids will no longer display alerts when navigating to another page while the grid is still loading. 2012-01-29 17:38:44 -08:00
kay.one
b8ac694fc4 added JsonErrorFilter to automatically handle failing ajax calls. 2012-01-18 21:06:46 -08:00
Mark McDowall
4796b81cf1 Bug: Fixed qualityProfile so it returns the selected cutoff in the model.
Now using trim before checking title.length for AddExistingSeries.
2012-01-13 08:54:20 -08:00
Mark McDowall
0e246b2cd9 Add existing series won't add an invalid series (ID of zero, or blank title). It will show a UI alert instead. 2012-01-13 01:03:27 -08:00
Mark McDowall
7963390126 Removed debugging JS. 2012-01-04 18:20:34 -08:00
Mark McDowall
e4a2228b2c Moved JS to separate file. 2012-01-04 18:19:02 -08:00
Mark McDowall
50e91c0043 Replaced get and post with ajax to prevent XSRF.
Replaced some usages of Console.Writeline with proper logging.
2011-12-19 00:36:57 -08:00
Mark McDowall
a7baac9747 Undeleted localSearch and deleted episodeSearch - sleep is required apparently. 2011-12-15 23:18:54 -08:00
Mark McDowall
af328c9e55 History, Series/Details and Missing use ImageLink when possible for actions. 2011-12-15 00:48:26 -08:00
Mark McDowall
7edde4a242 Fixed Quality Toggling on AddSeries.
Fixed Watermark for AddSeries controls.
2011-12-11 19:30:46 -08:00
Mark McDowall
e306f0f817 Adding/Removing rootDirs will refresh UI properly. 2011-12-08 23:08:12 -08:00
kay.one
54dd817700 Fixed add series watermarks 2011-12-07 21:44:36 -08:00
kay.one
5e386a2bc7 Added jquery tab, accordion to autobind.
made add series page more awsome.
2011-12-07 21:30:47 -08:00
kay.one
4486238c4c some notification tweaks. 2011-12-03 16:01:00 -08:00
kay.one
82e2cb2d1e Settings forms are fixed. 2011-11-30 22:39:11 -08:00
kay.one
7c529b03b4 Local search updates. 2011-11-26 22:31:13 -08:00
kay.one
3bcbc713f3 Updated localsearch UI. 2011-11-26 10:27:44 -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
2371f66615 Ctrl+Short+f will now open Local Search.
ESC will close Local Search search.
When local search text box loses focus it will close the slider.
2011-11-11 23:56:49 -08:00
Mark McDowall
e978cc1261 Replaced root specific absolute paths with relative paths. 2011-11-11 11:24:51 -08:00
Mark McDowall
86eb70bcbb Moved NzbDrone scripts to Scripts/NzbDrone.
Moved Plugin scripts to Scripts (Compatibility with Nuget).
jquery.validate.unobtrusive.min.js no longer uses CDN (Now a Nuget package).
2011-11-10 18:56:33 -08:00