Update 3rd Party Libraries

Json.NET, jQuery, jQuery UI, modernizr, moment.js, Highcharts, TinyMCE,
normalize.css, T4MVC, RazorGenerator, Reactive Extensions
This commit is contained in:
Gary Sharp
2014-06-02 02:11:03 +10:00
parent 7af6a2220c
commit be25569245
168 changed files with 49268 additions and 39371 deletions
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+9 -2
View File
@@ -52,7 +52,10 @@
chart: {
renderTo: 'chartHostJobDailyOpenedClosed',
height: 175,
animation: false
animation: false,
style: {
fontFamily: '"Segoe UI", Arial, Verdana, Tahoma, sans-serif'
}
},
colors: ['#BBBBBB', '#005fab', '#60ab1e'],
title: {
@@ -71,7 +74,11 @@
verticalAlign: 'top',
y: 0,
floating: true,
borderWidth: 0
borderWidth: 0,
itemStyle: {
color: '#333',
fontWeight: 'normal'
}
},
xAxis: {
type: 'datetime',
+56 -51
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -160,47 +160,52 @@ WriteLiteral(">\r\n (function () {\r\n var cha
"ew Highcharts.Chart({\r\n chart: {\r\n " +
" renderTo: \'chartHostJobDailyOpenedClosed\',\r\n " +
" height: 175,\r\n animation" +
": false\r\n },\r\n col" +
"ors: [\'#BBBBBB\', \'#005fab\', \'#60ab1e\'],\r\n title: " +
"{\r\n text: null\r\n " +
" },\r\n plotOptions: {\r\n " +
" series: {\r\n marker: {\r\n " +
" radius: 3\r\n " +
" },\r\n animation: false\r\n " +
" }\r\n },\r\n " +
" legend: {\r\n align: \'left\',\r\n" +
" verticalAlign: \'top\',\r\n " +
" y: 0,\r\n floating: true,\r\n " +
" borderWidth: 0\r\n }" +
",\r\n xAxis: {\r\n " +
" type: \'datetime\',\r\n tickInterval: 7 * 24 * 3" +
"600 * 1000, // week\r\n tickWidth: 1,\r\n " +
" gridLineWidth: 1,\r\n " +
" dateTimeLabelFormats: {\r\n week: \'%e %b" +
"\'\r\n }\r\n },\r\n " +
" yAxis: [{\r\n tit" +
"le: {\r\n text: null\r\n " +
" },\r\n labels: {\r\n " +
" enabled: false\r\n }," +
"\r\n min: 0\r\n }," +
" {\r\n title: {\r\n " +
" text: null\r\n },\r\n " +
" labels: {\r\n enabled: fa" +
"lse\r\n },\r\n " +
" min: 0\r\n }],\r\n se" +
"ries: [{\r\n name: \'Total Open Jobs\',\r\n " +
" data: dataTotalOpenJobs,\r\n " +
" yAxis: 1\r\n }, {\r\n " +
" name: \'Closed Jobs\',\r\n data: da" +
"taClosedJobs\r\n }, {\r\n " +
" name: \'Opened Jobs\',\r\n data: dataOpen" +
"edJobs\r\n }],\r\n cre" +
"dits: {\r\n enabled: false\r\n " +
" }\r\n });\r\n });\r\n " +
" }\r\n chartData = $.parseJSON(\'");
": false,\r\n style: {\n " +
" fontFamily: \'\"Segoe UI\", Arial, Verdana, Tahoma, sans-serif\'\n " +
" }\r\n },\r\n " +
" colors: [\'#BBBBBB\', \'#005fab\', \'#60ab1e\'],\r\n " +
" title: {\r\n text: null\r\n " +
" },\r\n plotOptions: {\r" +
"\n series: {\r\n " +
" marker: {\r\n radius: 3\r\n " +
" },\r\n an" +
"imation: false\r\n }\r\n " +
" },\r\n legend: {\r\n " +
" align: \'left\',\r\n verticalAlign: \'to" +
"p\',\r\n y: 0,\r\n " +
" floating: true,\r\n borderWidth: 0,\r\n " +
" itemStyle: {\r\n " +
" color: \'#333\',\n fontWeight: \'normal\'\r" +
"\n }\r\n },\r\n " +
" xAxis: {\r\n type: " +
"\'datetime\',\r\n tickInterval: 7 * 24 * 3600 * 1" +
"000, // week\r\n tickWidth: 1,\r\n " +
" gridLineWidth: 1,\r\n date" +
"TimeLabelFormats: {\r\n week: \'%e %b\'\r\n " +
" }\r\n },\r\n " +
" yAxis: [{\r\n title: {\r\n" +
" text: null\r\n " +
" },\r\n labels: {\r\n " +
" enabled: false\r\n },\r\n " +
" min: 0\r\n }, {\r\n " +
" title: {\r\n " +
" text: null\r\n },\r\n " +
" labels: {\r\n enabled: false\r\n " +
" },\r\n min: 0" +
"\r\n }],\r\n series: [" +
"{\r\n name: \'Total Open Jobs\',\r\n " +
" data: dataTotalOpenJobs,\r\n " +
" yAxis: 1\r\n }, {\r\n " +
" name: \'Closed Jobs\',\r\n data: dataClose" +
"dJobs\r\n }, {\r\n " +
" name: \'Opened Jobs\',\r\n data: dataOpenedJobs\r" +
"\n }],\r\n credits: {" +
"\r\n enabled: false\r\n " +
" }\r\n });\r\n });\r\n " +
" }\r\n chartData = $.parseJSON(\'");
#line 119 "..\..\Views\Job\Index.cshtml"
#line 126 "..\..\Views\Job\Index.cshtml"
Write(jsonData);
@@ -210,7 +215,7 @@ WriteLiteral("\');\r\n buildChart();\r\n }());
"ript>\r\n </div>\r\n");
#line 125 "..\..\Views\Job\Index.cshtml"
#line 132 "..\..\Views\Job\Index.cshtml"
}
@@ -219,7 +224,7 @@ WriteLiteral("\');\r\n buildChart();\r\n }());
WriteLiteral("</div>\r\n");
#line 127 "..\..\Views\Job\Index.cshtml"
#line 134 "..\..\Views\Job\Index.cshtml"
if (Authorization.Has(Claims.Job.Lists.MyJobs))
{
@@ -229,7 +234,7 @@ WriteLiteral("</div>\r\n");
WriteLiteral(" <h2>My Jobs (");
#line 129 "..\..\Views\Job\Index.cshtml"
#line 136 "..\..\Views\Job\Index.cshtml"
Write(Model.MyJobs.Items.Count());
@@ -238,20 +243,20 @@ WriteLiteral(" <h2>My Jobs (");
WriteLiteral(")</h2>\r\n");
#line 130 "..\..\Views\Job\Index.cshtml"
#line 137 "..\..\Views\Job\Index.cshtml"
#line default
#line hidden
#line 130 "..\..\Views\Job\Index.cshtml"
#line 137 "..\..\Views\Job\Index.cshtml"
Write(Html.Partial(MVC.Shared.Views._JobTable, Model.MyJobs, new ViewDataDictionary()));
#line default
#line hidden
#line 130 "..\..\Views\Job\Index.cshtml"
#line 137 "..\..\Views\Job\Index.cshtml"
}
@@ -259,7 +264,7 @@ Write(Html.Partial(MVC.Shared.Views._JobTable, Model.MyJobs, new ViewDataDiction
#line default
#line hidden
#line 132 "..\..\Views\Job\Index.cshtml"
#line 139 "..\..\Views\Job\Index.cshtml"
if (Authorization.Has(Claims.Job.Lists.StaleJobs))
{
@@ -269,7 +274,7 @@ Write(Html.Partial(MVC.Shared.Views._JobTable, Model.MyJobs, new ViewDataDiction
WriteLiteral(" <h2>Stale Jobs (");
#line 134 "..\..\Views\Job\Index.cshtml"
#line 141 "..\..\Views\Job\Index.cshtml"
Write(Model.StaleJobs.Items.Count());
@@ -278,20 +283,20 @@ WriteLiteral(" <h2>Stale Jobs (");
WriteLiteral(")</h2>\r\n");
#line 135 "..\..\Views\Job\Index.cshtml"
#line 142 "..\..\Views\Job\Index.cshtml"
#line default
#line hidden
#line 135 "..\..\Views\Job\Index.cshtml"
#line 142 "..\..\Views\Job\Index.cshtml"
Write(Html.Partial(MVC.Shared.Views._JobTable, Model.StaleJobs, new ViewDataDictionary()));
#line default
#line hidden
#line 135 "..\..\Views\Job\Index.cshtml"
#line 142 "..\..\Views\Job\Index.cshtml"
}
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -753,7 +753,7 @@ WriteLiteral(">");
#line 192 "..\..\Views\Job\JobParts\_Subject.cshtml"
Write(Model.Job.Device.DeviceDomainId);
Write(Model.Job.Device.ComputerName);
#line default
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -149,7 +149,7 @@ WriteLiteral(" <span><strong>Name:</strong> ");
#line 24 "..\..\Views\Job\_CreateSubject.cshtml"
Write(Model.Device.DeviceDomainId);
Write(Model.Device.ComputerName);
#line default
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -489,7 +489,7 @@ WriteLiteral("</span> (<span>");
#line 114 "..\..\Views\User\UserParts\_Subject.cshtml"
Write(assignment.Device.DeviceDomainId);
Write(assignment.Device.ComputerName);
#line default
@@ -863,7 +863,7 @@ WriteLiteral(" </span>(<s
#line 244 "..\..\Views\User\UserParts\_Subject.cshtml"
Write(assignment.Device.DeviceDomainId);
Write(assignment.Device.ComputerName);
#line default
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34011
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.