Javascript bundling updated

Using VS extension: 'Bundler & Minifier'
This commit is contained in:
Gary Sharp
2016-09-29 18:34:06 +10:00
parent 5fcb81e9e8
commit 9baca7f633
59 changed files with 287 additions and 512 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*!
/*!
* Modernizr v2.7.2
* www.modernizr.com
*
@@ -1,28 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Core/modernizr-2.7.2.js</file>
<file>Core/jquery-2.1.1.js</file>
<file>Core/jquery.validate.js</file>
<file>Core/jquery.validate.unobtrusive.js</file>
<file>Core/disco.unobtrusiveValidation.extensions.js</file>
<file>Core/jquery-ui-1.10.4.js</file>
<file>Core/jquery.watermark.js</file>
<file>Core/jquery.dataTables.js</file>
<file>Core/moment.js</file>
<file>Core/moment.en-au.js</file>
<file>Core/disco.moment.extensions.js</file>
<file>Core/livestamp.js</file>
<file>Core/disco.dataTables.extensions.js</file>
<file>Core/disco.uicore.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
$(function () {
$(function () {
$('.ajaxLoading:not(.showInitially)').hide();
})
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Disco-AjaxHelperIcons/disco.ajaxhelpericons.js</file>
</files>
</bundle>
@@ -1 +1 @@
$(function(){$(".ajaxLoading:not(.showInitially)").hide()});
$(function(){$(".ajaxLoading:not(.showInitially)").hide()});
@@ -1,4 +1,4 @@
// WebcamJS v1.0
// WebcamJS v1.0
// Webcam library for capturing JPEG/PNG images in JavaScript
// Attempts getUserMedia, falls back to Flash
// Author: Joseph Huckaby: http://github.com/jhuckaby
@@ -561,8 +561,10 @@ Webcam.init();
var comments = dialog.find('input.comments')
.keypress(function (e) {
if (e.which === 13) {
result = true;
dialog.dialog("close");
if (!!comments.val()) {
result = true;
dialog.dialog("close");
}
}
});
@@ -573,8 +575,15 @@ Webcam.init();
autoOpen: true,
buttons: {
"Upload": function () {
result = true;
dialog.dialog("close");
if (!!comments.val()) {
result = true;
dialog.dialog("close");
window.setTimeout(function () {
comments.focus();
}, 1);
} else {
alert('Please provide a comment for this attachment.');
}
},
Cancel: function () {
dialog.dialog("close");
@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Disco-AttachmentUploader/webcam.js</file>
<file>Disco-AttachmentUploader/disco-attachmentuploader.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
(function ($, window, document) {
(function ($, window, document) {
$(function () {
var createJobDialog = null;
var dialogMethods = {
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Disco-CreateJob/disco.createjob.js</file>
</files>
</bundle>
@@ -1 +1 @@
(function(n,t,i){n(function(){var r=null,u={close:function(){r.dialog("close")},setButtons:function(n){r&&r.dialog("option","buttons",n)}};i.DiscoFunctions||(i.DiscoFunctions={});i.DiscoFunctions.CreateOpenJobDialog=function(f){r=n("<div>").attr("id","createJobDialog").css({paddingTop:"0"}).appendTo(i.body);r.dialog({resizable:!1,draggable:!1,modal:!0,autoOpen:!1,title:"Create Job",width:850,height:Math.min(670,n(t).height()-50),close:function(){r.find("iframe").attr("src","about:blank");r.dialog("destroy").remove();r=null},buttons:{}});var e=n("<iframe>").attr({src:f}).css({border:"none",height:"100%",width:"100%"}).appendTo(r);r[0].discoDialogMethods=u;t.setTimeout(function(){r.dialog("open")},1)};n("#buttonCreateJob").click(function(){var t=n(this),r=t.attr("href");return i.DiscoFunctions.CreateOpenJobDialog(r),!1})})})($,window,document);
(function(n,t,i){n(function(){var r=null,u={close:function(){r.dialog("close")},setButtons:function(n){r&&r.dialog("option","buttons",n)}};i.DiscoFunctions||(i.DiscoFunctions={});i.DiscoFunctions.CreateOpenJobDialog=function(f){r=n("<div>").attr("id","createJobDialog").css({paddingTop:"0"}).appendTo(i.body);r.dialog({resizable:!1,draggable:!1,modal:!0,autoOpen:!1,title:"Create Job",width:850,height:Math.min(670,n(t).height()-50),close:function(){r.find("iframe").attr("src","about:blank");r.dialog("destroy").remove();r=null},buttons:{}});var e=n("<iframe>").attr({src:f}).css({border:"none",height:"100%",width:"100%"}).appendTo(r);r[0].discoDialogMethods=u;t.setTimeout(function(){r.dialog("open")},1)};n("#buttonCreateJob").click(function(){var t=n(this),r=t.attr("href");return i.DiscoFunctions.CreateOpenJobDialog(r),!1})})})($,window,document);
@@ -1,4 +1,4 @@
(function (window, document, $) {
(function (window, document, $) {
var dataTables = [];
$(function () {
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Disco-DataTableHelpers/disco.datatablehelpers.js</file>
</files>
</bundle>
@@ -1 +1 @@
(function(n,t,i){var r=[];i(function(){function t(){var t=i(this).closest(".dataTables_wrapper");t.length>0&&n.setTimeout(function(){var e=i(n),o=t.height(),r=t.offset(),u=e.scrollTop(),s=e.height(),h=u-r.top,f;h>0?i("html").animate({scrollTop:r.top},125):(f=(u+s-(o+r.top))*-1,f>0&&(o>s?i("html").animate({scrollTop:r.top},125):i("html").animate({scrollTop:u+f},125)))},1)}i("table.jobTable").each(function(){var u=i(this),h=!1,l=u.hasClass("enablePaging"),a=u.hasClass("enableFilter"),v=u.find("tr").length>20,y={bPaginate:l,sPaginationType:"full_numbers",bLengthChange:v,iDisplayLength:20,bFilter:a,bSort:!0,bInfo:!1,bAutoWidth:!1,aoColumnDefs:[{aTargets:["dates"],sSortDataType:"disco_datetime",sType:"disco_datetime"}],aaSorting:[],oLanguage:{sSearch:"Filter:"},fnDrawCallback:function(){h?t.apply(u):h=!0}},p=u.dataTable(y),c,o,f,e,n,s;if(u.hasClass("hideStatusClosed")&&(c=u.children("tbody"),o=c.children('tr[data-status="Closed"]'),o.length>0)){f=i(this).closest(".dataTables_wrapper");e=f;f.parent(".jobTable").length>0&&(e=f.parent());n=e.prev();n.length>0&&(n.is("h1")||n.is("h2")||n.is("h3"))?n.data("dataTable_originalContent",n.html()).text("Active "+n.text()):n=null;s=e.find("div.allClosed_container");s.length>0?(u.hide(),f.find(".dataTables_filter").hide()):i('<a class="dataTables_showStatusClosed button small" href="#">').text("Show Closed Jobs ("+o.length+")").appendTo(e);e.on("click","a.dataTables_showStatusClosed",function(){return u.show(),f.find(".dataTables_filter").show(),u.removeClass("hideStatusClosed"),s.remove(),i(this).remove(),n&&n.html(n.data("dataTable_originalContent")),t.apply(u[0]),!1})}r.push(this)});i("table.deviceTable").each(function(){var n=i(this),t=n.find("tr").length>20,u={bPaginate:t,sPaginationType:"full_numbers",bLengthChange:t,iDisplayLength:20,bFilter:!0,bSort:!0,bInfo:!1,bAutoWidth:!1,aaSorting:[],oLanguage:{sSearch:"Filter:"}};n.dataTable(u);r.push(this)});i("table.userTable").each(function(){var n=i(this),t=n.find("tr").length>20,u={bPaginate:t,sPaginationType:"full_numbers",bLengthChange:t,iDisplayLength:20,bFilter:!0,bSort:!0,bInfo:!1,bAutoWidth:!1,aaSorting:[],oLanguage:{sSearch:"Filter:"}};n.dataTable(u);r.push(this)})})})(window,document,$);
(function(n,t,i){var r=[];i(function(){function t(){var t=i(this).closest(".dataTables_wrapper");t.length>0&&n.setTimeout(function(){var e=i(n),o=t.height(),r=t.offset(),u=e.scrollTop(),s=e.height(),h=u-r.top,f;h>0?i("html").animate({scrollTop:r.top},125):(f=(u+s-(o+r.top))*-1,f>0&&(o>s?i("html").animate({scrollTop:r.top},125):i("html").animate({scrollTop:u+f},125)))},1)}i("table.jobTable").each(function(){var u=i(this),h=!1,l=u.hasClass("enablePaging"),a=u.hasClass("enableFilter"),v=u.find("tr").length>20,y={bPaginate:l,sPaginationType:"full_numbers",bLengthChange:v,iDisplayLength:20,bFilter:a,bSort:!0,bInfo:!1,bAutoWidth:!1,aoColumnDefs:[{aTargets:["dates"],sSortDataType:"disco_datetime",sType:"disco_datetime"}],aaSorting:[],oLanguage:{sSearch:"Filter:"},fnDrawCallback:function(){h?t.apply(u):h=!0}},p=u.dataTable(y),c,o,f,e,n,s;if(u.hasClass("hideStatusClosed")&&(c=u.children("tbody"),o=c.children('tr[data-status="Closed"]'),o.length>0)){f=i(this).closest(".dataTables_wrapper");e=f;f.parent(".jobTable").length>0&&(e=f.parent());n=e.prev();n.length>0&&(n.is("h1")||n.is("h2")||n.is("h3"))?n.data("dataTable_originalContent",n.html()).text("Active "+n.text()):n=null;s=e.find("div.allClosed_container");s.length>0?(u.hide(),f.find(".dataTables_filter").hide()):i('<a class="dataTables_showStatusClosed button small" href="#">').text("Show Closed Jobs ("+o.length+")").appendTo(e);e.on("click","a.dataTables_showStatusClosed",function(){return u.show(),f.find(".dataTables_filter").show(),u.removeClass("hideStatusClosed"),s.remove(),i(this).remove(),n&&n.html(n.data("dataTable_originalContent")),t.apply(u[0]),!1})}r.push(this)});i("table.deviceTable").each(function(){var n=i(this),t=n.find("tr").length>20,u={bPaginate:t,sPaginationType:"full_numbers",bLengthChange:t,iDisplayLength:20,bFilter:!0,bSort:!0,bInfo:!1,bAutoWidth:!1,aaSorting:[],oLanguage:{sSearch:"Filter:"}};n.dataTable(u);r.push(this)});i("table.userTable").each(function(){var n=i(this),t=n.find("tr").length>20,u={bPaginate:t,sPaginationType:"full_numbers",bLengthChange:t,iDisplayLength:20,bFilter:!0,bSort:!0,bInfo:!1,bAutoWidth:!1,aaSorting:[],oLanguage:{sSearch:"Filter:"}};n.dataTable(u);r.push(this)})})})(window,document,$);
@@ -1,4 +1,4 @@
/// <reference path="../../Core/jquery-1.7.1.js" />
/// <reference path="../../Core/jquery-1.7.1.js" />
function DiscoExpressionEditor(host, validateUrl, expression) {
this.host = host;
this.hostDocument = null;
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Disco-ExpressionEditor/disco.expressioneditor.js</file>
</files>
</bundle>
@@ -1 +1 @@
function DiscoExpressionEditor(n,t,i){this.host=n;this.hostDocument=null;this.hostContainer=null;this.validateUrl=t;this.expression=i?i:"";this.expressionHtml="";this.expressionException=null;this.hostInited=null;this.expressionValidated=null;this.expressionExceptionChanged=null}DiscoExpressionEditor.prototype={hostInit:function(){var n=this,i=function(){n.hostDocument=n.host.contents();n.hostContainer=n.hostDocument.find("body");n.host.focus(function(){n.setException(null);n.renderExpression()});n.hostContainer.bind("paste",function(){setTimeout(function(){n.setExpression(n.hostContainer.text())},50)});n.expression&&n.setExpression(n.expression);n.hostInited&&n.hostInited()},t=function(){n.host.unbind("load",t);n.host.load(i);n.host[0].contentWindow.document.designMode="on"};n.host.load(t)},parseExpression:function(n,t){for(var f,r,u=n.split("\n"),i=0;i<u.length;i++)t&&t.PositionRow==i+1?(f=u[i].trim(),r='<p id="line'+i+'" class="line lineError">',f.length>=t.PositionColumn?(r+=f.substr(0,t.PositionColumn-1),r+='<span class="error">'+f.substr(t.PositionColumn-1,1)+"<\/span>",r+=f.substr(t.PositionColumn)):(r+=f,r+='<span class="error">&nbsp;<\/span>'),r+="<\/p>",u[i]=r):u[i]='<p id="line'+i+'" class="line">'+u[i].trim()+"<\/p>";return u.join("")},setExpression:function(n){this.expression=n;this.setException(null);this.renderExpression()},getExpression:function(){var n=null;return $("p",this.hostContainer).each(function(){n==null?n=$(this).text():n+="\n"+$(this).text()}),this.expression=n,n},setException:function(n){this.expressionException!==n&&(this.expressionException=n,this.expressionExceptionChanged&&this.expressionExceptionChanged(n))},renderExpression:function(){this.expressionHtml=this.parseExpression(this.expression,this.expressionException);this.hostContainer.html(this.expressionHtml)},validateExpression:function(){var n=this,t=n.getExpression();$.getJSON(n.validateUrl,{Expression:t},function(t){n.setException(t);n.renderExpression();n.expressionValidated&&n.expressionValidated(t.ExpressionValid,t)})}};String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};
function DiscoExpressionEditor(n,t,i){this.host=n;this.hostDocument=null;this.hostContainer=null;this.validateUrl=t;this.expression=i?i:"";this.expressionHtml="";this.expressionException=null;this.hostInited=null;this.expressionValidated=null;this.expressionExceptionChanged=null}DiscoExpressionEditor.prototype={hostInit:function(){var n=this,i=function(){n.hostDocument=n.host.contents();n.hostContainer=n.hostDocument.find("body");n.host.focus(function(){n.setException(null);n.renderExpression()});n.hostContainer.bind("paste",function(){setTimeout(function(){n.setExpression(n.hostContainer.text())},50)});n.expression&&n.setExpression(n.expression);n.hostInited&&n.hostInited()},t=function(){n.host.unbind("load",t);n.host.load(i);n.host[0].contentWindow.document.designMode="on"};n.host.load(t)},parseExpression:function(n,t){for(var f,r,u=n.split("\n"),i=0;i<u.length;i++)t&&t.PositionRow==i+1?(f=u[i].trim(),r='<p id="line'+i+'" class="line lineError">',f.length>=t.PositionColumn?(r+=f.substr(0,t.PositionColumn-1),r+='<span class="error">'+f.substr(t.PositionColumn-1,1)+"<\/span>",r+=f.substr(t.PositionColumn)):(r+=f,r+='<span class="error">&nbsp;<\/span>'),r+="<\/p>",u[i]=r):u[i]='<p id="line'+i+'" class="line">'+u[i].trim()+"<\/p>";return u.join("")},setExpression:function(n){this.expression=n;this.setException(null);this.renderExpression()},getExpression:function(){var n=null;return $("p",this.hostContainer).each(function(){n==null?n=$(this).text():n+="\n"+$(this).text()}),this.expression=n,n},setException:function(n){this.expressionException!==n&&(this.expressionException=n,this.expressionExceptionChanged&&this.expressionExceptionChanged(n))},renderExpression:function(){this.expressionHtml=this.parseExpression(this.expression,this.expressionException);this.hostContainer.html(this.expressionHtml)},validateExpression:function(){var n=this,t=n.getExpression();$.getJSON(n.validateUrl,{Expression:t},function(t){n.setException(t);n.renderExpression();n.expressionValidated&&n.expressionValidated(t.ExpressionValid,t)})}};String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};
@@ -1,4 +1,4 @@
if (!document.DiscoFunctions) {
if (!document.DiscoFunctions) {
document.DiscoFunctions = {};
}
if (!document.DiscoFunctions.PropertyChangeHelper) {
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Disco-PropertyChangeHelpers/disco.propertychangehelpers.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
/// <reference path="../../Core/jquery-1.7.1.js" />
/// <reference path="../../Core/jquery-1.7.1.js" />
(function ($) {
var checkboxBulkSelectMethods = {
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Disco-jQueryExtensions/disco.jQueryExtensions.js</file>
</files>
</bundle>
@@ -1 +1 @@
(function(n){var t={init:function(i){return i=n.extend({parentSelector:"tr"},i),this.each(function(){var u=n(this),r,e,o;if(u.data("checkboxBulkSelect_parentSelector",i.parentSelector),r=u.closest(i.parentSelector).find('input[type="checkbox"]'),r.length>0){function s(){return r.prop("checked",!0),f(),!1}function h(){return r.prop("checked",!1),f(),!1}function f(){t.update.apply(u,[r,i.parentSelector,e,o])}e=n("<a>").addClass("selectAll").attr("href","#").text("ALL").click(s);o=n("<a>").addClass("selectNone").attr("href","#").text("NONE").click(h);u.append(n("<span>").text("Select: "),e,n("<span>").text(" | "),o);r.click(f);f()}})},update:function(t,i,r,u){return this.each(function(){$this=n(this);i||(i=$this.data("checkboxBulkSelect_parentSelector"));t||(t=$this.closest(i).find('input[type="checkbox"]'));r||(r=$this.find("a.selectAll").first());u||(u=$this.find("a.selectNone").first());var f=t.filter(":checked");t.length==f.length?(r.prop("disabled",!0),u.prop("disabled",!1)):f.length==0?(u.prop("disabled",!0),r.prop("disabled",!1)):(r.prop("disabled",!1),u.prop("disabled",!1))})}};n.fn.checkboxBulkSelect=function(i){if(t[i])return t[i].apply(this,Array.prototype.slice(arguments,1));if(typeof i!="object"&&i)n.error("Method "+i+" does not exist on jQuery.checkboxBulkSelect");else return t.init.apply(this,arguments)}})(jQuery);
(function(n){var t={init:function(i){return i=n.extend({parentSelector:"tr"},i),this.each(function(){var u=n(this),r,e,o;if(u.data("checkboxBulkSelect_parentSelector",i.parentSelector),r=u.closest(i.parentSelector).find('input[type="checkbox"]'),r.length>0){function s(){return r.prop("checked",!0),f(),!1}function h(){return r.prop("checked",!1),f(),!1}function f(){t.update.apply(u,[r,i.parentSelector,e,o])}e=n("<a>").addClass("selectAll").attr("href","#").text("ALL").click(s);o=n("<a>").addClass("selectNone").attr("href","#").text("NONE").click(h);u.append(n("<span>").text("Select: "),e,n("<span>").text(" | "),o);r.click(f);f()}})},update:function(t,i,r,u){return this.each(function(){$this=n(this);i||(i=$this.data("checkboxBulkSelect_parentSelector"));t||(t=$this.closest(i).find('input[type="checkbox"]'));r||(r=$this.find("a.selectAll").first());u||(u=$this.find("a.selectNone").first());var f=t.filter(":checked");t.length==f.length?(r.prop("disabled",!0),u.prop("disabled",!1)):f.length==0?(u.prop("disabled",!0),r.prop("disabled",!1)):(r.prop("disabled",!1),u.prop("disabled",!1))})}};n.fn.checkboxBulkSelect=function(i){if(t[i])return t[i].apply(this,Array.prototype.slice(arguments,1));if(typeof i!="object"&&i)n.error("Method "+i+" does not exist on jQuery.checkboxBulkSelect");else return t.init.apply(this,arguments)}})(jQuery);
@@ -1,4 +1,4 @@
// ==ClosureCompiler==
// ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS
/**
@@ -17670,4 +17670,3 @@ extend(Highcharts, {
});
}());
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Highcharts/highcharts.src.js</file>
</files>
</bundle>
+1 -1
View File
@@ -1,4 +1,4 @@
/**
/**
* @license Highcharts JS v4.0.1 (2014-04-24)
*
* (c) 2009-2014 Torstein Honsi
@@ -1,4 +1,4 @@
// Knockout JavaScript library v3.1.0
// Knockout JavaScript library v3.1.0
// (c) Steven Sanderson - http://knockoutjs.com/
// License: MIT (http://www.opensource.org/licenses/mit-license.php)
@@ -94,4 +94,3 @@ v,x=0,A,C;A=q[x];x++)switch(C=A.moved,A.status){case "deleted":C===p&&(v=r[t],v.
v.S,v.Ia),v.Zb=!0)}l(h.beforeRemove,e);l(h.afterMove,z);l(h.afterAdd,m);a.a.f.set(d,c,s)}})();a.b("utils.setDomNodeChildrenFromArrayMapping",a.a.Ua);a.K=function(){this.allowTemplateRewriting=!1};a.K.prototype=new a.C;a.K.prototype.renderTemplateSource=function(b){var c=(9>a.a.oa?0:b.nodes)?b.nodes():null;if(c)return a.a.R(c.cloneNode(!0).childNodes);b=b.text();return a.a.Qa(b)};a.K.Ja=new a.K;a.Wa(a.K.Ja);a.b("nativeTemplateEngine",a.K);(function(){a.La=function(){var a=this.ac=function(){if(!t||
!t.tmpl)return 0;try{if(0<=t.tmpl.tag.tmpl.open.toString().indexOf("__"))return 2}catch(a){}return 1}();this.renderTemplateSource=function(b,e,f){f=f||{};if(2>a)throw Error("Your version of jQuery.tmpl is too old. Please upgrade to jQuery.tmpl 1.0.0pre or later.");var h=b.data("precompiled");h||(h=b.text()||"",h=t.template(null,"{{ko_with $item.koBindingContext}}"+h+"{{/ko_with}}"),b.data("precompiled",h));b=[e.$data];e=t.extend({koBindingContext:e},f.templateOptions);e=t.tmpl(h,b,e);e.appendTo(w.createElement("div"));
t.fragments={};return e};this.createJavaScriptEvaluatorBlock=function(a){return"{{ko_code ((function() { return "+a+" })()) }}"};this.addTemplate=function(a,b){w.write("<script type='text/html' id='"+a+"'>"+b+"\x3c/script>")};0<a&&(t.tmpl.tag.ko_code={open:"__.push($1 || '');"},t.tmpl.tag.ko_with={open:"with($1) {",close:"} "})};a.La.prototype=new a.C;var b=new a.La;0<b.ac&&a.Wa(b);a.b("jqueryTmplTemplateEngine",a.La)})()})})();})();
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Knockout/knockout-3.1.0.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
/*
/*
* Shadowbox.js, version 3.0.3
* http://shadowbox-js.com/
*
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Shadowbox/shadowbox.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>Timeline/disco.simileajaxextensions.js</file>
<file>Timeline/simile-ajax-bundle-DiscoMod.js</file>
<file>Timeline/disco.timelineextensions.js</file>
<file>Timeline/timeline-bundle.js</file>
<file>Timeline/timeline.js</file>
<file>Timeline/labellers.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
/*!
/*!
* jquery.fancytree.js
* Dynamic tree view control, with support for lazy loading of branches.
* https://github.com/mar10/fancytree/
@@ -5280,4 +5280,3 @@ $.ui.fancytree.registerExtension("themeroller", {
}
});
}(jQuery, window, document));
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>jQuery-Fancytree/jquery.fancytree-all.js</file>
</files>
</bundle>
@@ -1,4 +1,4 @@
/*!
/*!
* jquery.fancytree.js
* Dynamic tree view control, with support for lazy loading of branches.
* https://github.com/mar10/fancytree/
@@ -1,4 +1,4 @@
/**
/**
* Isotope v1.5.25
* An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>jQuery-Isotope/jquery.isotope.js</file>
</files>
</bundle>
@@ -1,4 +1,4 @@
(function(n,t){"use strict";var tt=n.document,i=n.Modernizr,o=function(n){return n.charAt(0).toUpperCase()+n.slice(1)},p="Moz Webkit O Ms".split(" "),e=function(n){var r=tt.documentElement.style,i,t,u;if(typeof r[n]=="string")return n;for(n=o(n),t=0,u=p.length;t<u;t++)if(i=p[t]+n,typeof r[i]=="string")return i},s=e("transform"),w=e("transitionProperty"),u,r,h,c,b,l,k,d,f,g,a,nt,v,y;
(function(n,t){"use strict";var tt=n.document,i=n.Modernizr,o=function(n){return n.charAt(0).toUpperCase()+n.slice(1)},p="Moz Webkit O Ms".split(" "),e=function(n){var r=tt.documentElement.style,i,t,u;if(typeof r[n]=="string")return n;for(n=o(n),t=0,u=p.length;t<u;t++)if(i=p[t]+n,typeof r[i]=="string")return i},s=e("transform"),w=e("transitionProperty"),u,r,h,c,b,l,k,d,f,g,a,nt,v,y;
/*!
* Modernizr v1.6ish: miniModernizr for Isotope
* http://www.modernizr.com
@@ -1,4 +1,4 @@
/**
/**
* Copyright 2010 Tim Down.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>jQuery-NumberFormatter/jshashtable-2.1.js</file>
<file>jQuery-NumberFormatter/jquery.numberformatter.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
/* jquery.signalR.core.js */
/* jquery.signalR.core.js */
/*global window:false */
/*!
* ASP.NET SignalR JavaScript Library v2.1.1
@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>jQuery-SignalR/jquery.signalR-2.1.1.js</file>
<file>jQuery-SignalR/disco-hubs.js</file>
</files>
</bundle>
@@ -1,4 +1,4 @@
/*!
/*!
* ASP.NET SignalR JavaScript Library v2.1.1
* http://signalr.net/
*
@@ -1,4 +1,4 @@
/*************************************************************************
/*************************************************************************
jquery.dynatree.js
Dynamic tree view control, with support for lazy loading of branches.
@@ -3335,4 +3335,3 @@ var _registerDnd = function() {
// ---------------------------------------------------------------------------
}(jQuery));
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>jQueryUI-DynaTree/jquery.dynatree.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
/*! jQuery Timepicker Addon - v1.4.3 - 2013-11-30
/*! jQuery Timepicker Addon - v1.4.3 - 2013-11-30
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
(function ($) {
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>jQueryUI-TimePicker/jquery-ui-timepicker-addon.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
window.SimileAjax = {
window.SimileAjax = {
loaded: true,
loadingScriptsCount: 0,
error: null,
@@ -4431,4 +4431,3 @@ Timeline.GregorianDateLabeller.monthNames["en"] = [
Timeline.GregorianDateLabeller.dayNames["en"] = [
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
];
@@ -1,4 +1,4 @@
tinyMCEPreInit = {
tinyMCEPreInit = {
suffix: '',
base: '/ClientSource/Scripts/Modules/tinymce',
query: ''
@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<settings>
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
<minify>true</minify>
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
<runOnBuild>true</runOnBuild>
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
<outputDirectory />
</settings>
<!--The order of the <file> elements determines the order of the files in the bundle.-->
<files>
<file>tinymce/disco.tinymceextensions.js</file>
<file>tinymce/tinymce.js</file>
<file>tinymce/themes/simple/theme.js</file>
<file>tinymce/jquery.tinymce.min.js</file>
</files>
</bundle>
File diff suppressed because one or more lines are too long
+75 -135
View File
@@ -1252,39 +1252,17 @@
<LastGenOutput>Noticeboard.generated.cs</LastGenOutput>
</None>
<Content Include="ClientBin\DiscoServices.InitialPluginLibraryManifest.json" />
<None Include="bundleconfig.json" />
<None Include="ClientSource\Scripts\Core\disco.dataTables.extensions.js" />
<None Include="ClientSource\Scripts\Core\disco.moment.extensions.js" />
<None Include="ClientSource\Scripts\Core\disco.unobtrusiveValidation.extensions.js" />
<None Include="ClientSource\Scripts\Core\jquery.dataTables.js" />
<None Include="ClientSource\Scripts\Core\jquery.watermark.js" />
<None Include="ClientSource\Scripts\Core.js">
<DependentUpon>Core.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Core.min.js">
<DependentUpon>Core.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.js">
<DependentUpon>Disco-AttachmentUploader.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.min.js">
<DependentUpon>Disco-AttachmentUploader.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.js.bundle" />
<None Include="ClientSource\Scripts\Modules\jQuery-Fancytree.js">
<DependentUpon>jQuery-Fancytree.js.bundle</DependentUpon>
</None>
<None Include="ClientSource\Scripts\Modules\jQuery-Fancytree.js.bundle" />
<None Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.js">
<DependentUpon>Disco-AjaxHelperIcons.js.bundle</DependentUpon>
</None>
<None Include="ClientSource\Scripts\Core\disco.uicore.js" />
<None Include="ClientSource\Scripts\Core\moment.en-au.js" />
<None Include="ClientSource\Scripts\Core\moment.js" />
<None Include="ClientSource\Scripts\Core\_references.js" />
<None Include="ClientSource\Scripts\Core\livestamp.js" />
<Content Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.min.js">
<DependentUpon>Disco-AjaxHelperIcons.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons\disco.ajaxhelpericons.js" />
<None Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers\disco.datatablehelpers.js" />
<None Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor\disco.expressioneditor.js" />
@@ -1293,96 +1271,31 @@
<None Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers\disco.propertychangehelpers.js" />
<None Include="ClientSource\Scripts\Modules\jQuery-Isotope\jquery.isotope.js" />
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\webcam.js" />
<None Include="ClientSource\Scripts\Core.js" />
<Content Include="ClientSource\Scripts\Core.min.js">
<DependentUpon>Core.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.js" />
<Content Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.min.js">
<DependentUpon>Disco-AjaxHelperIcons.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.js" />
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader.min.js">
<DependentUpon>Disco-AttachmentUploader.js</DependentUpon>
</Content>
<Content Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\webcam.swf" />
<None Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers.js">
<DependentUpon>Disco-DataTableHelpers.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\Disco-CreateJob.js">
<DependentUpon>Disco-CreateJob.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-CreateJob.js" />
<Content Include="ClientSource\Scripts\Modules\Disco-CreateJob.min.js">
<DependentUpon>Disco-CreateJob.js.bundle</DependentUpon>
<DependentUpon>Disco-CreateJob.js</DependentUpon>
</Content>
<Content Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers.min.js">
<DependentUpon>Disco-DataTableHelpers.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.js">
<DependentUpon>Disco-ExpressionEditor.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.min.js">
<DependentUpon>Disco-ExpressionEditor.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.js">
<DependentUpon>Disco-jQueryExtensions.js.bundle</DependentUpon>
</None>
<None Include="ClientSource\Scripts\Modules\Disco-AttachmentUploader\disco-attachmentuploader.js" />
<Content Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.min.js">
<DependentUpon>Disco-jQueryExtensions.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.js">
<DependentUpon>Disco-PropertyChangeHelpers.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.min.js">
<DependentUpon>Disco-PropertyChangeHelpers.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Highcharts.js">
<DependentUpon>Highcharts.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\Highcharts.min.js">
<DependentUpon>Highcharts.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQuery-Isotope.js">
<DependentUpon>jQuery-Isotope.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\jQuery-Fancytree.min.js">
<DependentUpon>jQuery-Fancytree.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQuery-Fancytree\jquery.fancytree-all.js" />
<Content Include="ClientSource\Scripts\Modules\jQuery-Isotope.min.js">
<DependentUpon>jQuery-Isotope.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.js">
<DependentUpon>jQuery-NumberFormatter.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.min.js">
<DependentUpon>jQuery-NumberFormatter.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter\jquery.numberformatter.js" />
<None Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter\jshashtable-2.1.js" />
<None Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree\jquery.dynatree.js" />
<None Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker\jquery-ui-timepicker-addon.js" />
<None Include="ClientSource\Scripts\Modules\Shadowbox\shadowbox.js" />
<None Include="ClientSource\Scripts\Modules\jQuery-SignalR.js">
<DependentUpon>jQuery-SignalR.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\jQuery-SignalR.min.js">
<DependentUpon>jQuery-SignalR.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.js">
<DependentUpon>jQueryUI-DynaTree.js.bundle</DependentUpon>
</None>
<None Include="ClientSource\Scripts\Modules\jQuery-SignalR\disco-hubs.js" />
<Content Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.min.js">
<DependentUpon>jQueryUI-DynaTree.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.js">
<DependentUpon>jQueryUI-TimePicker.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.min.js">
<DependentUpon>jQueryUI-TimePicker.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Knockout.js">
<DependentUpon>Knockout.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\Knockout.min.js">
<DependentUpon>Knockout.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Shadowbox.js">
<DependentUpon>Shadowbox.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\Shadowbox.min.js">
<DependentUpon>Shadowbox.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Timeline\disco.simileajaxextensions.js" />
<None Include="ClientSource\Scripts\Modules\Timeline\disco.timelineextensions.js" />
<None Include="ClientSource\Scripts\Modules\Timeline\labellers.js" />
@@ -1390,18 +1303,6 @@
<None Include="ClientSource\Scripts\Modules\Timeline\timeline-bundle.js" />
<None Include="ClientSource\Scripts\Modules\Timeline\timeline.js" />
<None Include="ClientSource\Scripts\Modules\tinymce\disco.tinymceextensions.js" />
<None Include="ClientSource\Scripts\Modules\tinymce.js">
<DependentUpon>tinymce.js.bundle</DependentUpon>
</None>
<None Include="ClientSource\Scripts\Modules\Timeline.js">
<DependentUpon>Timeline.js.bundle</DependentUpon>
</None>
<Content Include="ClientSource\Scripts\Modules\Timeline.min.js">
<DependentUpon>Timeline.js.bundle</DependentUpon>
</Content>
<Content Include="ClientSource\Scripts\Modules\tinymce.min.js">
<DependentUpon>tinymce.js.bundle</DependentUpon>
</Content>
<None Include="ClientSource\Style\BundleSite.css">
<DependentUpon>BundleSite.less</DependentUpon>
</None>
@@ -1422,6 +1323,66 @@
<None Include="ClientSource\Scripts\Modules\tinymce\skins\lightgray\img\loader.gif" />
<None Include="ClientSource\Scripts\Modules\tinymce\skins\lightgray\img\object.gif" />
<None Include="ClientSource\Scripts\Modules\tinymce\skins\lightgray\img\trans.gif" />
<None Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers.js" />
<Content Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers.min.js">
<DependentUpon>Disco-DataTableHelpers.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.js" />
<Content Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.min.js">
<DependentUpon>Disco-ExpressionEditor.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.js" />
<Content Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.min.js">
<DependentUpon>Disco-jQueryExtensions.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.js" />
<Content Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.min.js">
<DependentUpon>Disco-PropertyChangeHelpers.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Highcharts.js" />
<Content Include="ClientSource\Scripts\Modules\Highcharts.min.js">
<DependentUpon>Highcharts.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQuery-Fancytree.js" />
<Content Include="ClientSource\Scripts\Modules\jQuery-Fancytree.min.js">
<DependentUpon>jQuery-Fancytree.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQuery-Isotope.js" />
<Content Include="ClientSource\Scripts\Modules\jQuery-Isotope.min.js">
<DependentUpon>jQuery-Isotope.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.js" />
<Content Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.min.js">
<DependentUpon>jQuery-NumberFormatter.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQuery-SignalR.js" />
<Content Include="ClientSource\Scripts\Modules\jQuery-SignalR.min.js">
<DependentUpon>jQuery-SignalR.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.js" />
<Content Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.min.js">
<DependentUpon>jQueryUI-DynaTree.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.js" />
<Content Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.min.js">
<DependentUpon>jQueryUI-TimePicker.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Knockout.js" />
<Content Include="ClientSource\Scripts\Modules\Knockout.min.js">
<DependentUpon>Knockout.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Shadowbox.js" />
<Content Include="ClientSource\Scripts\Modules\Shadowbox.min.js">
<DependentUpon>Shadowbox.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\Timeline.js" />
<Content Include="ClientSource\Scripts\Modules\Timeline.min.js">
<DependentUpon>Timeline.js</DependentUpon>
</Content>
<None Include="ClientSource\Scripts\Modules\tinymce.js" />
<Content Include="ClientSource\Scripts\Modules\tinymce.min.js">
<DependentUpon>tinymce.js</DependentUpon>
</Content>
<Content Include="ClientSource\Style\tinymce\content.inline.min.css">
<DependentUpon>content.inline.less</DependentUpon>
</Content>
@@ -1724,27 +1685,6 @@
<Content Include="Global.asax" />
<None Include="ClientSource\Style\AppMaintenance.less" />
<None Include="ClientSource\Style\Dialog.less" />
<None Include="ClientSource\Scripts\Core.js.bundle">
<SubType>Designer</SubType>
</None>
<None Include="ClientSource\Scripts\Modules\Disco-AjaxHelperIcons.js.bundle" />
<None Include="ClientSource\Scripts\Modules\Disco-CreateJob.js.bundle" />
<None Include="ClientSource\Scripts\Modules\tinymce.js.bundle">
<SubType>Designer</SubType>
</None>
<None Include="ClientSource\Scripts\Modules\Timeline.js.bundle" />
<None Include="ClientSource\Scripts\Modules\Shadowbox.js.bundle" />
<None Include="ClientSource\Scripts\Modules\Knockout.js.bundle" />
<None Include="ClientSource\Scripts\Modules\jQueryUI-TimePicker.js.bundle" />
<None Include="ClientSource\Scripts\Modules\jQueryUI-DynaTree.js.bundle" />
<None Include="ClientSource\Scripts\Modules\jQuery-SignalR.js.bundle" />
<None Include="ClientSource\Scripts\Modules\jQuery-NumberFormatter.js.bundle" />
<None Include="ClientSource\Scripts\Modules\jQuery-Isotope.js.bundle" />
<None Include="ClientSource\Scripts\Modules\Highcharts.js.bundle" />
<None Include="ClientSource\Scripts\Modules\Disco-PropertyChangeHelpers.js.bundle" />
<None Include="ClientSource\Scripts\Modules\Disco-jQueryExtensions.js.bundle" />
<None Include="ClientSource\Scripts\Modules\Disco-ExpressionEditor.js.bundle" />
<None Include="ClientSource\Scripts\Modules\Disco-DataTableHelpers.js.bundle" />
<None Include="ClientSource\Style\Timeline.css.bundle" />
<Content Include="ClientSource\Style\FontAwesome\fontawesome-webfont.woff" />
<Content Include="ClientSource\Style\FontAwesome\fontawesome-webfont.ttf" />
+140
View File
@@ -0,0 +1,140 @@
[
{
"outputFileName": "ClientSource/Scripts/Core.js",
"inputFiles": [
"ClientSource/Scripts/Core/modernizr-2.7.2.js",
"ClientSource/Scripts/Core/jquery-2.1.1.js",
"ClientSource/Scripts/Core/jquery.validate.js",
"ClientSource/Scripts/Core/jquery.validate.unobtrusive.js",
"ClientSource/Scripts/Core/disco.unobtrusiveValidation.extensions.js",
"ClientSource/Scripts/Core/jquery-ui-1.10.4.js",
"ClientSource/Scripts/Core/jquery.watermark.js",
"ClientSource/Scripts/Core/jquery.dataTables.js",
"ClientSource/Scripts/Core/moment.js",
"ClientSource/Scripts/Core/moment.en-au.js",
"ClientSource/Scripts/Core/disco.moment.extensions.js",
"ClientSource/Scripts/Core/livestamp.js",
"ClientSource/Scripts/Core/disco.dataTables.extensions.js",
"ClientSource/Scripts/Core/disco.uicore.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Disco-AjaxHelperIcons.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Disco-AjaxHelperIcons/disco.ajaxhelpericons.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Disco-AttachmentUploader.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Disco-AttachmentUploader/webcam.js",
"ClientSource/Scripts/Modules/Disco-AttachmentUploader/disco-attachmentuploader.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Disco-CreateJob.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Disco-CreateJob/disco.createjob.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Disco-DataTableHelpers.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Disco-DataTableHelpers/disco.datatablehelpers.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Disco-ExpressionEditor.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Disco-ExpressionEditor/disco.expressioneditor.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Disco-jQueryExtensions.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Disco-jQueryExtensions/disco.jQueryExtensions.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Disco-PropertyChangeHelpers.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Disco-PropertyChangeHelpers/disco.propertychangehelpers.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Highcharts.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Highcharts/highcharts.src.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/jQuery-Fancytree.js",
"inputFiles": [
"ClientSource/Scripts/Modules/jQuery-Fancytree/jquery.fancytree-all.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/jQuery-Isotope.js",
"inputFiles": [
"ClientSource/Scripts/Modules/jQuery-Isotope/jquery.isotope.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/jQuery-NumberFormatter.js",
"inputFiles": [
"ClientSource/Scripts/Modules/jQuery-NumberFormatter/jshashtable-2.1.js",
"ClientSource/Scripts/Modules/jQuery-NumberFormatter/jquery.numberformatter.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/jQuery-SignalR.js",
"inputFiles": [
"ClientSource/Scripts/Modules/jQuery-SignalR/jquery.signalR-2.1.1.js",
"ClientSource/Scripts/Modules/jQuery-SignalR/disco-hubs.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/jQueryUI-DynaTree.js",
"inputFiles": [
"ClientSource/Scripts/Modules/jQueryUI-DynaTree/jquery.dynatree.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/jQueryUI-TimePicker.js",
"inputFiles": [
"ClientSource/Scripts/Modules/jQueryUI-TimePicker/jquery-ui-timepicker-addon.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Knockout.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Knockout/knockout-3.1.0.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Shadowbox.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Shadowbox/shadowbox.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/Timeline.js",
"inputFiles": [
"ClientSource/Scripts/Modules/Timeline/disco.simileajaxextensions.js",
"ClientSource/Scripts/Modules/Timeline/simile-ajax-bundle-DiscoMod.js",
"ClientSource/Scripts/Modules/Timeline/disco.timelineextensions.js",
"ClientSource/Scripts/Modules/Timeline/timeline-bundle.js",
"ClientSource/Scripts/Modules/Timeline/timeline.js",
"ClientSource/Scripts/Modules/Timeline/labellers.js"
]
},
{
"outputFileName": "ClientSource/Scripts/Modules/tinymce.js",
"inputFiles": [
"ClientSource/Scripts/Modules/tinymce/disco.tinymceextensions.js",
"ClientSource/Scripts/Modules/tinymce/tinymce.js",
"ClientSource/Scripts/Modules/tinymce/themes/simple/theme.js",
"ClientSource/Scripts/Modules/tinymce/jquery.tinymce.min.js"
]
}
]