Commit Graph

45 Commits

Author SHA1 Message Date
Mark McDowall b5bdda1c63 Font-Awesomed Settings 2012-10-11 00:27:05 -07:00
Mark McDowall 7b6e8f9b8f Fix: Size Limits state that it is in MB with brief description. 2012-03-02 17:12:34 -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
kay.one eddafaca93 Fixed: Settings tabs should load a lot faster. 2012-02-23 11:16:11 -08:00
Mark McDowall d616dfaa0f Fixed Quality Sliders. 2012-02-18 12:00:50 -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 418fcbd91e Renamed _RefrenceLayout to _ReferenceLayout. 2011-12-09 20:15:38 -08:00
kay.one 9f07d7c27a Full static content (css,js) versioning. 2011-12-08 20:57:35 -08:00
Mark McDowall 51958672d0 Quality Settings uses accordion now.
Fixed quality-selectee button initialization.
2011-12-08 00:19:07 -08:00
kay.one 82e2cb2d1e Settings forms are fixed. 2011-11-30 22:39:11 -08:00
kay.one 852a141c21 Settings is now a single page with tabs. 2011-11-30 21:04:44 -08:00
kay.one e01be46209 Updated jQueryUI theme. 2011-11-30 20:19:51 -08:00
Mark McDowall 2ed683159f QualityProfiles now use jQuery UI Buttons to enable/disable. 2011-11-28 21:10:43 -08:00
kay.one 66e6503e5a Updated config page titles 2011-11-26 22:02:32 -08:00
Mark McDowall e55e4387fd Fixed Quality Settings. 2011-11-26 11:37:31 -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 8c06dde28a Quality size sliders are implemented. Limits are calculated based on MB/Minute. 2011-09-15 21:42:30 -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 348ff5a386 XbmcProvider updated to include new Json API methods.
EventClient is used for sending CleanLibrary and Notifications (With NzbDrone Logo - Internal Resource).
Support for Dharma's HTTP Server (Deprecated), since Dharma doesn't support Json as well.
2011-07-09 11:19:33 -07:00
Mark McDowall 5bbc9a6f59 Fixed save button after commit. 2011-07-04 16:41:39 -07:00
Mark McDowall 14e037fc05 Merge branch 'master' of git://github.com/kayone/NzbDrone
Conflicts:
	NzbDrone.Web/Views/Settings/Quality.cshtml
2011-07-04 16:33:46 -07:00
kay.one f2b091dcd2 Fixed issue with nzbs.org search where title contained brackets 2011-07-03 15:32:36 -07:00
Mark McDowall a0081ccb0b Merge branch 'master' of git://github.com/kayone/NzbDrone 2011-07-03 11:55:55 -07:00
kay.one 9a251394da cleaned up script/content folder 2011-07-02 01:52:33 -07:00
Mark McDowall 6c995cfbdf added spacing between save button and quality profiles. 2011-07-01 14:47:12 -07:00
Mark McDowall 9d2b2d550b Removed extra jQuery registration. 2011-07-01 14:38:25 -07:00
Mark McDowall bbb318a241 Fixed add profile link. 2011-07-01 13:44:29 -07:00
Mark McDowall dc44a81099 Settings views all cleaned up. 2011-07-01 13:33:03 -07:00
Mark McDowall 859c5246d9 Overhauled Settings/Quality
CSS for Settings uses classes for aligning instead of label/input directly.
2011-07-01 02:10:42 -07:00
Mark McDowall 63e303af3b New layout for Settings/Sabnzbd
Fixed scripting for Settings/Quality
2011-06-29 22:22:34 -07:00
kay.one 206144d7e3 more javascript fixes,
UI is still pretty much fucked.
2011-06-27 19:24:42 -07:00
Mark McDowall 0921f60f08 Re-sized images for add and delete. Fixed remove profile (changing the div name without updating the removal piece... DOH!) 2011-05-29 21:57:40 -07:00
Mark McDowall 8b8dfb0d72 Profiles wrap horizontally now, instead of making the page super long. On load the Unknown quality is removed from the dropdownlist if it exists. 2011-05-29 21:49:56 -07:00
Mark McDowall cd85964edd Fixed add new profile.
Removed DownloadPropers bool.
2011-05-29 15:44:05 -07:00
Mark McDowall 556d5d9fb3 Quality Profile now uses jQuery UI Selectable instead of Sortable. 2011-05-29 01:59:25 -07:00
Mark McDowall 72e73b7513 All profiles (including the default ones) are now editable. 2011-05-28 21:07:11 -07:00
Mark McDowall 8e214029c9 Renamed Download settings to Sabnzbd settings.
Moved Download Propers to Quality settings.
Cleaned up Quality UI and enhanced it with some jQuery goodness. Mmmmm jQuery.
2011-05-17 20:39:26 -07:00
Mark McDowall d65d79a5c9 Replaced save notifications for settings on page with AJAX Notifications. 2011-05-12 21:46:26 -07:00
Mark McDowall 4e5c354cd6 Remove Div when deleting instead of just hiding it (so it's not submitted when calling save). 2011-04-24 16:00:09 -07:00
Mark McDowall ec8c83760b Adding/Deleting QualityProfiles will now save/delete the profile from the database to make the process less hacky.
RootDir and UserProfileSection do not inherit the master layout automatically.
2011-04-21 17:30:19 -07:00
Mark McDowall d3d138c2af Master page for RAZOR views created and will be auto inherited by pages.
Settings have been RAZORfied.
2011-04-20 20:52:09 -07:00
Mark McDowall 0e5ceff380 Settings partial pages are all in RAZOR now! 2011-04-20 18:43:09 -07:00
Renamed from NzbDrone.Web/Views/Settings/Quality.ascx (Browse further)