Skip to content

Commit

Permalink
Merge remote-tracking branch 'jobara/FLUID-5786'
Browse files Browse the repository at this point in the history
* jobara/FLUID-5786:
  FLUID-5786: renamed versioned namespace
  FLUID-5786: Correct fluid.version number
  FLUID-5786: Changing SNAPSHOT to dev
  • Loading branch information
colinbdclark committed Oct 6, 2015
2 parents e174221 + 657d4d4 commit 0dee2e6
Show file tree
Hide file tree
Showing 74 changed files with 204 additions and 203 deletions.
3 changes: 2 additions & 1 deletion .jshintrc
Expand Up @@ -28,6 +28,7 @@
"worker": true,

"globals": {
"fluid_2_0": true
"fluid_2_0_0_beta_1": true,
"JSON": false
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "infusion",
"description": "Infusion is an application framework for developing flexible stuff with JavaScript.",
"version": "2.0.0-SNAPSHOT",
"version": "2.0.0-dev",
"author": "Fluid Project",
"bugs": "http://issues.fluidproject.org/browse/FLUID",
"homepage": "http://www.fluidproject.org/",
Expand Down
8 changes: 4 additions & 4 deletions src/components/inlineEdit/js/InlineEdit.js
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -968,10 +968,10 @@ var fluid_2_0 = fluid_2_0 || {};
editables: ".flc-inlineEditable"
}
});

fluid.inlineEdits = function (container, options) {
var that = fluid.inlineEditsComponent(container, options);
return that.inlineEdits;
};
})(jQuery, fluid_2_0);

})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/inlineEdit/js/InlineEditIntegrations.js
Expand Up @@ -13,7 +13,7 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt

/* global CKEDITOR, tinyMCE */

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -421,4 +421,4 @@ var fluid_2_0 = fluid_2_0 || {};
blurHandlerBinder: fluid.inlineEdit.dropdown.blurHandlerBinder,
editModeRenderer: fluid.inlineEdit.dropdown.editModeRenderer
});
})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/overviewPanel/js/OverviewPanel.js
Expand Up @@ -10,7 +10,7 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {

Expand Down Expand Up @@ -195,4 +195,4 @@ var fluid_2_0 = fluid_2_0 || {};
}
};

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/pager/js/PagedTable.js
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -129,4 +129,4 @@ var fluid_2_0 = fluid_2_0 || {};
});


})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/pager/js/Pager.js
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -553,4 +553,4 @@ var fluid_2_0 = fluid_2_0 || {};
}
});

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/pager/js/Table.js
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -436,4 +436,4 @@ var fluid_2_0 = fluid_2_0 || {};
columnDefs: [] // [{key: "columnName", valuebinding: "*.valuePath", sortable: true/false}]
});

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/progress/js/Progress.js
Expand Up @@ -11,7 +11,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -266,4 +266,4 @@ var fluid_2_0 = fluid_2_0 || {};
updatePosition: false
});

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/reorderer/js/GeometricManager.js
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -639,4 +639,4 @@ var fluid_2_0 = fluid_2_0 || {};
}
return togo;
};
})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/reorderer/js/ImageReorderer.js
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -146,4 +146,4 @@ var fluid_2_0 = fluid_2_0 || {};
fluid.lightbox = fluid.reorderImages;


})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/reorderer/js/LayoutReorderer.js
Expand Up @@ -10,7 +10,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand All @@ -33,4 +33,4 @@ var fluid_2_0 = fluid_2_0 || {};
var options = $.extend(true, assembleOptions, userOptions);
return fluid.reorderer(container, options);
};
})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/reorderer/js/ModuleLayout.js
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -302,4 +302,4 @@ var fluid_2_0 = fluid_2_0 || {};
};


})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/reorderer/js/Reorderer.js
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -961,4 +961,4 @@ var fluid_2_0 = fluid_2_0 || {};
};
};

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/reorderer/js/ReordererDOMUtilities.js
Expand Up @@ -10,7 +10,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -90,4 +90,4 @@ var fluid_2_0 = fluid_2_0 || {};
((node.nodeType === 3) && fluid.dom.isWhitespaceNode(node)); // a text node, all ws
};

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/slidingPanel/js/SlidingPanel.js
Expand Up @@ -10,7 +10,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -112,4 +112,4 @@ var fluid_2_0 = fluid_2_0 || {};
that.events[that.model.isShowing ? "onPanelShow" : "onPanelHide"].fire();
};

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/tableOfContents/js/TableOfContents.js
Expand Up @@ -10,7 +10,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -397,4 +397,4 @@ var fluid_2_0 = fluid_2_0 || {};

});

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/tabs/js/Tabs.js
Expand Up @@ -11,7 +11,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -51,4 +51,4 @@ var fluid_2_0 = fluid_2_0 || {};
});
};

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/textToSpeech/js/TextToSpeech.js
Expand Up @@ -11,7 +11,7 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt

/* global speechSynthesis, SpeechSynthesisUtterance*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -205,4 +205,4 @@ var fluid_2_0 = fluid_2_0 || {};
speechSynthesis.cancel();
};

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/textfieldSlider/js/TextfieldSlider.js
Expand Up @@ -9,7 +9,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -180,4 +180,4 @@ var fluid_2_0 = fluid_2_0 || {};
return $.extend(true, {}, sliderOptions, model, range);
};

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/tooltip/js/Tooltip.js
Expand Up @@ -9,7 +9,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -213,4 +213,4 @@ var fluid_2_0 = fluid_2_0 || {};
delay: 300
});

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/uiOptions/js/UIOptions.js
Expand Up @@ -9,7 +9,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};
(function ($, fluid) {
"use strict";

Expand Down Expand Up @@ -38,4 +38,4 @@ var fluid_2_0 = fluid_2_0 || {};
}
});

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/undo/js/Undo.js
Expand Up @@ -11,7 +11,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -181,4 +181,4 @@ var fluid_2_0 = fluid_2_0 || {};
gradeNames: ["fluid.undo"]
});

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/uploader/js/DemoUploadManager.js
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -138,4 +138,4 @@ var fluid_2_0 = fluid_2_0 || {};
}
});

})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/uploader/js/ErrorPanel.js
Expand Up @@ -9,7 +9,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -231,4 +231,4 @@ var fluid_2_0 = fluid_2_0 || {};
};


})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);
4 changes: 2 additions & 2 deletions src/components/uploader/js/FileQueue.js
Expand Up @@ -11,7 +11,7 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

var fluid_2_0 = fluid_2_0 || {};
var fluid_2_0_0_beta_1 = fluid_2_0_0_beta_1 || {};

(function ($, fluid) {
"use strict";
Expand Down Expand Up @@ -193,4 +193,4 @@ var fluid_2_0 = fluid_2_0 || {};
};


})(jQuery, fluid_2_0);
})(jQuery, fluid_2_0_0_beta_1);

0 comments on commit 0dee2e6

Please sign in to comment.