diff --git a/local/modules/Tinymce/.gitignore b/local/modules/Tinymce/.gitignore
deleted file mode 100644
index fc9e06409..000000000
--- a/local/modules/Tinymce/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Resources/*
\ No newline at end of file
diff --git a/local/modules/Tinymce/AdminIncludes/category-edit-js.html b/local/modules/Tinymce/AdminIncludes/category-edit-js.html
index a75604b18..8e2952d56 100644
--- a/local/modules/Tinymce/AdminIncludes/category-edit-js.html
+++ b/local/modules/Tinymce/AdminIncludes/category-edit-js.html
@@ -1 +1 @@
-{include file="include/tinymce_init.tpl"}
\ No newline at end of file
+{include file="includes/tinymce_init.tpl"}
\ No newline at end of file
diff --git a/local/modules/Tinymce/AdminIncludes/content-edit-js.html b/local/modules/Tinymce/AdminIncludes/content-edit-js.html
index a75604b18..8e2952d56 100644
--- a/local/modules/Tinymce/AdminIncludes/content-edit-js.html
+++ b/local/modules/Tinymce/AdminIncludes/content-edit-js.html
@@ -1 +1 @@
-{include file="include/tinymce_init.tpl"}
\ No newline at end of file
+{include file="includes/tinymce_init.tpl"}
\ No newline at end of file
diff --git a/local/modules/Tinymce/AdminIncludes/coupon-create-js.html b/local/modules/Tinymce/AdminIncludes/coupon-create-js.html
index 209efdd16..8e2952d56 100644
--- a/local/modules/Tinymce/AdminIncludes/coupon-create-js.html
+++ b/local/modules/Tinymce/AdminIncludes/coupon-create-js.html
@@ -1 +1 @@
-{include file="include/tinymce_init.tpl"}
+{include file="includes/tinymce_init.tpl"}
\ No newline at end of file
diff --git a/local/modules/Tinymce/AdminIncludes/coupon-update-js.html b/local/modules/Tinymce/AdminIncludes/coupon-update-js.html
index a75604b18..8e2952d56 100644
--- a/local/modules/Tinymce/AdminIncludes/coupon-update-js.html
+++ b/local/modules/Tinymce/AdminIncludes/coupon-update-js.html
@@ -1 +1 @@
-{include file="include/tinymce_init.tpl"}
\ No newline at end of file
+{include file="includes/tinymce_init.tpl"}
\ No newline at end of file
diff --git a/local/modules/Tinymce/AdminIncludes/document-edit-js.html b/local/modules/Tinymce/AdminIncludes/document-edit-js.html
index a75604b18..8e2952d56 100644
--- a/local/modules/Tinymce/AdminIncludes/document-edit-js.html
+++ b/local/modules/Tinymce/AdminIncludes/document-edit-js.html
@@ -1 +1 @@
-{include file="include/tinymce_init.tpl"}
\ No newline at end of file
+{include file="includes/tinymce_init.tpl"}
\ No newline at end of file
diff --git a/local/modules/Tinymce/AdminIncludes/folder-edit-js.html b/local/modules/Tinymce/AdminIncludes/folder-edit-js.html
index a75604b18..8e2952d56 100644
--- a/local/modules/Tinymce/AdminIncludes/folder-edit-js.html
+++ b/local/modules/Tinymce/AdminIncludes/folder-edit-js.html
@@ -1 +1 @@
-{include file="include/tinymce_init.tpl"}
\ No newline at end of file
+{include file="includes/tinymce_init.tpl"}
\ No newline at end of file
diff --git a/local/modules/Tinymce/AdminIncludes/image-edit-js.html b/local/modules/Tinymce/AdminIncludes/image-edit-js.html
index a75604b18..8e2952d56 100644
--- a/local/modules/Tinymce/AdminIncludes/image-edit-js.html
+++ b/local/modules/Tinymce/AdminIncludes/image-edit-js.html
@@ -1 +1 @@
-{include file="include/tinymce_init.tpl"}
\ No newline at end of file
+{include file="includes/tinymce_init.tpl"}
\ No newline at end of file
diff --git a/local/modules/Tinymce/AdminIncludes/product-edit-js.html b/local/modules/Tinymce/AdminIncludes/product-edit-js.html
index a75604b18..8e2952d56 100644
--- a/local/modules/Tinymce/AdminIncludes/product-edit-js.html
+++ b/local/modules/Tinymce/AdminIncludes/product-edit-js.html
@@ -1 +1 @@
-{include file="include/tinymce_init.tpl"}
\ No newline at end of file
+{include file="includes/tinymce_init.tpl"}
\ No newline at end of file
diff --git a/local/modules/Tinymce/Config/config.xml b/local/modules/Tinymce/Config/config.xml
index df0ef054b..42d3733f9 100644
--- a/local/modules/Tinymce/Config/config.xml
+++ b/local/modules/Tinymce/Config/config.xml
@@ -3,34 +3,4 @@
jPlayer events that have occurred over the past 1 second:'
- + '
(Backgrounds: Never occurred Occurred before Occurred Multiple occurrences reset)
Update jPlayer Inspector
' - + '' - + 'This jPlayer instance is running in your browser where:
"
-
- for(i = 0; i < $(this).data("jPlayerInspector").jPlayer.data("jPlayer").solutions.length; i++) {
- var solution = $(this).data("jPlayerInspector").jPlayer.data("jPlayer").solutions[i];
- jPlayerInfo += " jPlayer's " + solution + " solution is";
- if($(this).data("jPlayerInspector").jPlayer.data("jPlayer")[solution].used) {
- jPlayerInfo += " being used and will support:";
- for(format in $(this).data("jPlayerInspector").jPlayer.data("jPlayer")[solution].support) {
- if($(this).data("jPlayerInspector").jPlayer.data("jPlayer")[solution].support[format]) {
- jPlayerInfo += " " + format;
- }
- }
- jPlayerInfo += "
";
- } else {
- jPlayerInfo += " not required
";
- }
- }
- jPlayerInfo += "
status.formatType = '" + formatType + "'
";
- if(formatType) {
- jPlayerInfo += "Browser canPlay('" + $.jPlayer.prototype.format[formatType].codec + "')";
- } else {
- jPlayerInfo += "
status.src = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.src + "'
status.media = {
";
- for(prop in $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.media) {
- jPlayerInfo += " " + prop + ": " + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.media[prop] + "
"; // Some are strings
- }
- jPlayerInfo += "};
";
- jPlayerInfo += "status.videoWidth = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.videoWidth + "'";
- jPlayerInfo += " | status.videoHeight = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.videoHeight + "'";
- jPlayerInfo += "status.width = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.width + "'";
- jPlayerInfo += " | status.height = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.height + "'";
- jPlayerInfo += "
Raw browser test for HTML5 support. Should equal a function if HTML5 is available.
";
- if($(this).data("jPlayerInspector").jPlayer.data("jPlayer").html.audio.available) {
- jPlayerInfo += "htmlElement.audio.canPlayType = " + (typeof $(this).data("jPlayerInspector").jPlayer.data("jPlayer").htmlElement.audio.canPlayType) +"
"
- }
- if($(this).data("jPlayerInspector").jPlayer.data("jPlayer").html.video.available) {
- jPlayerInfo += "htmlElement.video.canPlayType = " + (typeof $(this).data("jPlayerInspector").jPlayer.data("jPlayer").htmlElement.video.canPlayType) +"";
- }
- jPlayerInfo += "
This instance is using the constructor options:
"
- + "$('#" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").internal.self.id + "').jPlayer({
"
-
- + " swfPath: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "swfPath") + "',
"
-
- + " solution: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "solution") + "',
"
-
- + " supplied: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "supplied") + "',
"
-
- + " preload: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "preload") + "',
"
-
- + " volume: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "volume") + ",
"
-
- + " muted: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "muted") + ",
"
-
- + " backgroundColor: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "backgroundColor") + "',
"
-
- + " cssSelectorAncestor: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "cssSelectorAncestor") + "',
"
-
- + " cssSelector: {";
-
- var cssSelector = $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "cssSelector");
- for(prop in cssSelector) {
-
- // jPlayerInfo += "
" + prop + ": '" + cssSelector[prop] + "'," // This works too of course, but want to use option method for deep keys.
- jPlayerInfo += "
" + prop + ": '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "cssSelector." + prop) + "',"
- }
-
- jPlayerInfo = jPlayerInfo.slice(0, -1); // Because the sloppy comma was bugging me.
-
- jPlayerInfo += "
},
"
-
- + " errorAlerts: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "errorAlerts") + ",
"
-
- + " warningAlerts: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "warningAlerts") + "
"
-
- + "});
jPlayer is " + - ($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.paused ? "paused" : "playing") + - " at time: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentTime*10)/10 + "s." + - " (d: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.duration*10)/10 + "s" + - ", sp: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.seekPercent) + "%" + - ", cpr: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPercentRelative) + "%" + - ", cpa: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPercentAbsolute) + "%)
" - ); - return this; - } - }; - $.fn.jPlayerInspector = function( method ) { - // Method calling logic - if ( methods[method] ) { - return methods[ method ].apply( this, Array.prototype.slice.call( arguments, 1 )); - } else if ( typeof method === 'object' || ! method ) { - return methods.init.apply( this, arguments ); - } else { - $.error( 'Method ' + method + ' does not exist on jQuery.jPlayerInspector' ); - } - }; -})(jQuery); diff --git a/local/modules/Tinymce/Resources/js/tinymce/plugins/filemanager/jPlayer/jquery.jplayer.min.js b/local/modules/Tinymce/Resources/js/tinymce/plugins/filemanager/jPlayer/jquery.jplayer.min.js deleted file mode 100644 index ecd3ab514..000000000 --- a/local/modules/Tinymce/Resources/js/tinymce/plugins/filemanager/jPlayer/jquery.jplayer.min.js +++ /dev/null @@ -1,107 +0,0 @@ -/* - * jPlayer Plugin for jQuery JavaScript Library - * http://www.jplayer.org - * - * Copyright (c) 2009 - 2013 Happyworm Ltd - * Licensed under the MIT license. - * http://opensource.org/licenses/MIT - * - * Author: Mark J Panaghiston - * Version: 2.4.0 - * Date: 5th June 2013 - */ - -(function(b,f){"function"===typeof define&&define.amd?define(["jquery"],f):b.jQuery?f(b.jQuery):f(b.Zepto)})(this,function(b,f){b.fn.jPlayer=function(a){var c="string"===typeof a,d=Array.prototype.slice.call(arguments,1),e=this;a=!c&&d.length?b.extend.apply(null,[!0,a].concat(d)):a;if(c&&"_"===a.charAt(0))return e;c?this.each(function(){var c=b(this).data("jPlayer"),h=c&&b.isFunction(c[a])?c[a].apply(c,d):c;if(h!==c&&h!==f)return e=h,!1}):this.each(function(){var c=b(this).data("jPlayer");c?c.option(a|| -{}):b(this).data("jPlayer",new b.jPlayer(a,this))});return e};b.jPlayer=function(a,c){if(arguments.length){this.element=b(c);this.options=b.extend(!0,{},this.options,a);var d=this;this.element.bind("remove.jPlayer",function(){d.destroy()});this._init()}};"function"!==typeof b.fn.stop&&(b.fn.stop=function(){});b.jPlayer.emulateMethods="load play pause";b.jPlayer.emulateStatus="src readyState networkState currentTime duration paused ended playbackRate";b.jPlayer.emulateOptions="muted volume";b.jPlayer.reservedEvent= -"ready flashreset resize repeat error warning";b.jPlayer.event={};b.each("ready flashreset resize repeat click error warning loadstart progress suspend abort emptied stalled play pause loadedmetadata loadeddata waiting playing canplay canplaythrough seeking seeked timeupdate ended ratechange durationchange volumechange".split(" "),function(){b.jPlayer.event[this]="jPlayer_"+this});b.jPlayer.htmlEvent="loadstart abort emptied stalled loadedmetadata loadeddata canplay canplaythrough ratechange".split(" "); -b.jPlayer.pause=function(){b.each(b.jPlayer.prototype.instances,function(a,c){c.data("jPlayer").status.srcSet&&c.jPlayer("pause")})};b.jPlayer.timeFormat={showHour:!1,showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0,sepHour:":",sepMin:":",sepSec:""};var l=function(){this.init()};l.prototype={init:function(){this.options={timeFormat:b.jPlayer.timeFormat}},time:function(a){var c=new Date(1E3*(a&&"number"===typeof a?a:0)),b=c.getUTCHours();a=this.options.timeFormat.showHour?c.getUTCMinutes():c.getUTCMinutes()+ -60*b;c=this.options.timeFormat.showMin?c.getUTCSeconds():c.getUTCSeconds()+60*a;b=this.options.timeFormat.padHour&&10>b?"0"+b:b;a=this.options.timeFormat.padMin&&10>a?"0"+a:a;c=this.options.timeFormat.padSec&&10>c?"0"+c:c;b=""+(this.options.timeFormat.showHour?b+this.options.timeFormat.sepHour:"");b+=this.options.timeFormat.showMin?a+this.options.timeFormat.sepMin:"";return b+=this.options.timeFormat.showSec?c+this.options.timeFormat.sepSec:""}};var m=new l;b.jPlayer.convertTime=function(a){return m.time(a)}; -b.jPlayer.uaBrowser=function(a){a=a.toLowerCase();var b=/(opera)(?:.*version)?[ \/]([\w.]+)/,d=/(msie) ([\w.]+)/,e=/(mozilla)(?:.*? rv:([\w.]+))?/;a=/(webkit)[ \/]([\w.]+)/.exec(a)||b.exec(a)||d.exec(a)||0>a.indexOf("compatible")&&e.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}};b.jPlayer.uaPlatform=function(a){var b=a.toLowerCase(),d=/(android)/,e=/(mobile)/;a=/(ipad|iphone|ipod|android|blackberry|playbook|windows ce|webos)/.exec(b)||[];b=/(ipad|playbook)/.exec(b)||!e.exec(b)&&d.exec(b)|| -[];a[1]&&(a[1]=a[1].replace(/\s/g,"_"));return{platform:a[1]||"",tablet:b[1]||""}};b.jPlayer.browser={};b.jPlayer.platform={};var j=b.jPlayer.uaBrowser(navigator.userAgent);j.browser&&(b.jPlayer.browser[j.browser]=!0,b.jPlayer.browser.version=j.version);j=b.jPlayer.uaPlatform(navigator.userAgent);j.platform&&(b.jPlayer.platform[j.platform]=!0,b.jPlayer.platform.mobile=!j.tablet,b.jPlayer.platform.tablet=!!j.tablet);b.jPlayer.getDocMode=function(){var a;b.jPlayer.browser.msie&&(document.documentMode? -a=document.documentMode:(a=5,document.compatMode&&"CSS1Compat"===document.compatMode&&(a=7)));return a};b.jPlayer.browser.documentMode=b.jPlayer.getDocMode();b.jPlayer.nativeFeatures={init:function(){var a=document,b=a.createElement("video"),d={w3c:"fullscreenEnabled fullscreenElement requestFullscreen exitFullscreen fullscreenchange fullscreenerror".split(" "),moz:"mozFullScreenEnabled mozFullScreenElement mozRequestFullScreen mozCancelFullScreen mozfullscreenchange mozfullscreenerror".split(" "), -webkit:" webkitCurrentFullScreenElement webkitRequestFullScreen webkitCancelFullScreen webkitfullscreenchange ".split(" "),webkitVideo:"webkitSupportsFullscreen webkitDisplayingFullscreen webkitEnterFullscreen webkitExitFullscreen ".split(" ")},e=["w3c","moz","webkit","webkitVideo"],g,h;this.fullscreen=b={support:{w3c:!!a[d.w3c[0]],moz:!!a[d.moz[0]],webkit:"function"===typeof a[d.webkit[3]],webkitVideo:"function"===typeof b[d.webkitVideo[2]]},used:{}};g=0;for(h=e.length;g"+this.options.dictFallbackText+"
"),d+='
RESPONSIVE filemanager v.'+version+'
responsivefilemanager.com
Copyright © Tecrail - Alberto Peripolli. All rights reserved.
License
This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.

RESPONSIVE filemanager v.'+version+'
responsivefilemanager.com
Copyright © Tecrail - Alberto Peripolli. All rights reserved.
License
This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.