DAL: Added a Delete method which deletes by experiment id.
HL DataTables will now be transposed and mapped as double[ROWS][COLUMNS] (transposed)
JS: Moved all classes into "modules" to prevent namespace pollution (using OAAS_MODEL for model classes, OAAS_VIEW for views and OAAS_CONTROLLER for controllers)
JS: Moved DatatypeMapper classes into Backbone views
JS: Models now correctly send DELETE requests
Added a new job overview page (which also renders run details) using AJAX
Using moment.min.js to format DateTime as string
Controllers now inherit from BaseController which provides a RedirectToLoginIfNecessary-method
Added loading animations to several AJAX bound places (loading experiments / scenarios)
Added a section to _Layout.cshtml which allows page-specific JavaScript includes (<script> only for a certain page)
Fixed Build/Edit of experiment menu redirecting to the wrong page
The Experiment Variation Dialog disables input fields, if the property has not been activated before