Commit Graph

173 Commits

Author SHA1 Message Date
kay.one 9669869c9b Fixed: Fixed styling for add series dropdown
Fixed: Adding a series is now blocked unless a valid root folder is provided
2012-02-26 19:25:57 -08:00
Mark McDowall aa42111516 Fixed history grid buttons. 2012-02-26 10:53:00 -08:00
Mark McDowall 8b9cb7b8ff Added jquery.unobtrusive-ajax for Ajax Helpers, much cleaner HTML and no jQuery work-around required.
Fix: Ajax Links are working again.
2012-02-26 01:43:25 -08:00
Mark McDowall 4a55d08130 Ajax Links are all handled by jQuery now, no more MvcAjax handlers. 2012-02-26 00:36:47 -08:00
Mark McDowall b86a19451d Better validation for Growl settings. 2012-02-25 14:21:08 -08:00
Mark McDowall 8f3d4e3128 New: AddSeries autocomplete for series restyled. 2012-02-25 14:21:06 -08:00
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
Mark McDowall 0ff60bde92 Mass edit is now Series Editor.
Renamed Opps to Oops.
Fixed broken SeriesEditor.
2012-02-23 14:31:50 -08:00
Mark McDowall 29656c72b0 Edit added to Series/Details. 2012-02-22 13:41:47 -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 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 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 d616dfaa0f Fixed Quality Sliders. 2012-02-18 12:00:50 -08:00
Mark McDowall 2deb6822b0 Updated Nuget packages. 2012-02-14 18:08:47 -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 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 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 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 9c2637e23b Hotkeys won't fire when typing in a password field (now the same as text boxes). 2011-12-09 08:26:39 -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 fabc4c84bd Moved Jobs to their own folder. 2011-12-01 17:33:17 -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
kay.one 8d26659339 Update jQuery to 1.7.1 (but using Telerik's 1.6.4) 2011-11-26 09:25:56 -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
kay.one 7c598ed323 Updated Telerik to 2011.3.1115 2011-11-22 17:51:44 -08:00
kay.one 2708c75091 Cleaned up Web.Config 2011-11-21 10:39:06 -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
Mark McDowall 2c93a27962 Added SMTP settings editing to the UI.
Added testing of SMTP settings to the settings page.
Cleaned up some extraneous lines of JS and HTML.
2011-10-26 22:46:54 -07:00
Mark McDowall 955c5ce6d8 Fixed sliderImage not changing when clicked. 2011-10-25 00:03:52 -07:00
Mark McDowall 4c6287827c Fixed top slider, it will now work for multiple sliders. 2011-10-24 00:00:25 -07:00
Mark McDowall 745d9d9355 TopSlider added for local series searching!
Should be easy to add others (would want to have it close other open ones, I think).
2011-10-20 16:36:47 -07:00
Mark McDowall a9bcbfad8c Added QuickAdd for adding series, not displayed currently, needs some prettifying. 2011-10-19 08:16:34 -07:00
Mark McDowall 7786f6a914 SeriesId is now passed back to the controller when adding a new/existing series. 2011-09-08 20:52:25 -07:00
Mark McDowall d330c65165 AutoComplete is now using jQuery UI AutoComplete.
Removed jquery.liveQuery.
2011-09-08 20:26:48 -07:00
Mark McDowall 59d4ae6219 Fixed AddSeries watermarks. 2011-09-07 20:37:32 -07:00
Mark McDowall 8d0cdf272c Moved away from CDNs for 3rd party scripts.
Added Telerik MVC Controls, JQuery, JQueryUI and YUI.
2011-09-07 19:48:37 -07:00
Mark McDowall 88525a0b7c AddSeries javascript fixes.
Add new series now has a drop box for rootdir.
Moved add series javascript to addSeries.js.
2011-08-23 13:31:28 -07:00
Mark McDowall 1d1bbd3a23 Series/Details grids now use images for ignore/status/search/rename. 2011-08-22 20:52:08 -07:00
Mark McDowall 626b1407ee Merge branch 'master' of git://github.com/kayone/NzbDrone 2011-08-21 18:09:18 -07:00
kay.one ce51313cff Merge branch 'markus101' 2011-08-21 18:00:39 -07:00
kay.one 1e9ae9a508 leftover notification code 2011-08-21 18:00:12 -07:00
Mark McDowall 350e0388de Updated JobProvider to allow jobs with two targets.
JobQueueItem class created instead of using Tuples.
Added Search for Season and Rename Season jobs , plus links for them on Series/Details.
Add GetSeasonFiles added to MediaFileProvider.
2011-08-21 17:48:37 -07:00
Mark McDowall 56da830296 Added a second "master" toggle to ignoreSeason on Series/Details at the top of the page. 2011-08-19 20:02:47 -07:00
kay.one 5ab07d7028 Added instant notification framework 2011-08-08 14:50:48 -07:00
Mark McDowall 3507b97887 Settings save buttons are disabled until jQuery loads and attribute is removed (prevents saving without ajax if saving too quickly).
Notifications are set when saving now (progress) until basic is redone.
2011-08-04 21:38:18 -07:00
Mark McDowall c88ead0585 Wired in the season and episode ignore saving.
Converted setSeasonIgnore & setEpisodeIgnore to use inline SQL.
Added tests for setSeasonIgnore & setEpisodeIgnore.
2011-08-03 18:45:45 -07:00
Mark McDowall c32346e6ea New series ignore editor on Series/Details.
Styling works, backend saving not yet implemented.
2011-08-03 00:26:39 -07:00
kay.one b4fb3002a4 Updated Add Series 2011-07-27 15:59:48 -07:00
kay.one 276e01166a notification tweaks for chrome 2011-07-10 23:51:13 -07:00
kay.one 06eeea6a5c more notification tweaks 2011-07-02 15:19:23 -07:00
kay.one 46c88fa844 Notification style fix. 2011-07-02 12:22:17 -07:00
kay.one 555e62fd17 fixed some notification issues 2011-07-02 10:41:10 -07:00
kay.one a1caa789fe Instant progress notifications. Now use comet instead of pooling. 2011-07-02 01:56:58 -07:00
kay.one 9a251394da cleaned up script/content folder 2011-07-02 01:52:33 -07:00
kay.one c7a219ddc6 Merge branch 'markus101'
Conflicts:
	NzbDrone.Web/NzbDrone.Web.csproj
2011-07-01 14:01:51 -07:00
Mark McDowall dc44a81099 Settings views all cleaned up. 2011-07-01 13:33:03 -07:00
kay.one 3085bba59b more better 2011-07-01 00:52:44 -07:00
kay.one 9deea44c87 more root dir UI cleanup 2011-07-01 00:23:07 -07:00
kay.one 4253d0b4cb Merge branch 'markus101'
Conflicts:
	NzbDrone.Web/Views/Series/Index.cshtml
2011-06-29 23:19:44 -07:00
kay.one cece6e9bf6 Root Dir cleanup 2011-06-29 23:15:06 -07:00
Mark McDowall 01425ac0da Removed grid loading overlays. 2011-06-28 21:51:30 -07:00
kay.one a91339dd7e Updated telerik to 2011.1.414. 2011-06-27 22:01:54 -07:00
Mark McDowall dc5bec4d2e Work on episode count. 2011-06-02 18:33:33 -07:00
Mark McDowall 9ee74d68eb Moved episodeSearch to it's own javascript file. 2011-06-01 16:50:36 -07:00
kay.one 8eb04d9de7 Updated jQuery/Ninject/Unity using nuget 2011-05-30 00:38:39 -07:00