From a99761152d1a400eb7cfd2cf27d9dd0ca32ef17c Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Sun, 1 Aug 2021 23:45:44 +0200 Subject: [PATCH] move untested extensions to the archive folder (see comment) anyone wishing to test and confirm it should go back to the project can submit an issue (or better propose a PR). --- .../untested-extensions}/ext-closepath/ext-closepath.js | 0 .../untested-extensions}/ext-closepath/locale/en.js | 0 .../untested-extensions}/ext-closepath/locale/zh-CN.js | 0 .../untested-extensions}/ext-foreignobject/ext-foreignobject.js | 0 .../untested-extensions}/ext-foreignobject/locale/en.js | 0 .../untested-extensions}/ext-foreignobject/locale/zh-CN.js | 0 .../untested-extensions}/ext-mathjax/ext-mathjax.js | 0 .../untested-extensions}/ext-mathjax/locale/en.js | 0 .../untested-extensions}/ext-mathjax/locale/zh-CN.js | 0 .../untested-extensions}/ext-mathjax/mathjax/MathJax.min.js | 0 .../untested-extensions}/ext-mathjax/mathjax/TeX-AMS-MML_SVG.js | 0 .../untested-extensions}/ext-placemark/ext-placemark.js | 0 .../untested-extensions}/ext-placemark/locale/en.js | 0 .../ext-server_moinsave/ext-server_moinsave.js | 0 .../untested-extensions}/ext-server_moinsave/locale/en.js | 0 .../untested-extensions}/ext-server_moinsave/locale/zh-CN.js | 0 .../untested-extensions}/ext-server_opensave/allowedMimeTypes.php | 0 .../untested-extensions}/ext-server_opensave/ext-php_savefile.js | 0 .../ext-server_opensave/ext-server_opensave.js | 0 .../untested-extensions}/ext-server_opensave/fileopen.php | 0 .../untested-extensions}/ext-server_opensave/filesave.php | 0 .../untested-extensions}/ext-server_opensave/locale/en.js | 0 .../untested-extensions}/ext-server_opensave/locale/zh-CN.js | 0 .../untested-extensions}/ext-server_opensave/savefile.php | 0 .../untested-extensions}/ext-webappfind/ext-webappfind.js | 0 .../untested-extensions}/ext-webappfind/locale/en.js | 0 .../untested-extensions}/ext-webappfind/locale/zh-CN.js | 0 .../ext-xdomain-messaging/ext-xdomain-messaging.js | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename {src/editor/extensions => archive/untested-extensions}/ext-closepath/ext-closepath.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-closepath/locale/en.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-closepath/locale/zh-CN.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-foreignobject/ext-foreignobject.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-foreignobject/locale/en.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-foreignobject/locale/zh-CN.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-mathjax/ext-mathjax.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-mathjax/locale/en.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-mathjax/locale/zh-CN.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-mathjax/mathjax/MathJax.min.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-mathjax/mathjax/TeX-AMS-MML_SVG.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-placemark/ext-placemark.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-placemark/locale/en.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_moinsave/ext-server_moinsave.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_moinsave/locale/en.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_moinsave/locale/zh-CN.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_opensave/allowedMimeTypes.php (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_opensave/ext-php_savefile.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_opensave/ext-server_opensave.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_opensave/fileopen.php (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_opensave/filesave.php (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_opensave/locale/en.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_opensave/locale/zh-CN.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-server_opensave/savefile.php (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-webappfind/ext-webappfind.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-webappfind/locale/en.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-webappfind/locale/zh-CN.js (100%) rename {src/editor/extensions => archive/untested-extensions}/ext-xdomain-messaging/ext-xdomain-messaging.js (100%) diff --git a/src/editor/extensions/ext-closepath/ext-closepath.js b/archive/untested-extensions/ext-closepath/ext-closepath.js similarity index 100% rename from src/editor/extensions/ext-closepath/ext-closepath.js rename to archive/untested-extensions/ext-closepath/ext-closepath.js diff --git a/src/editor/extensions/ext-closepath/locale/en.js b/archive/untested-extensions/ext-closepath/locale/en.js similarity index 100% rename from src/editor/extensions/ext-closepath/locale/en.js rename to archive/untested-extensions/ext-closepath/locale/en.js diff --git a/src/editor/extensions/ext-closepath/locale/zh-CN.js b/archive/untested-extensions/ext-closepath/locale/zh-CN.js similarity index 100% rename from src/editor/extensions/ext-closepath/locale/zh-CN.js rename to archive/untested-extensions/ext-closepath/locale/zh-CN.js diff --git a/src/editor/extensions/ext-foreignobject/ext-foreignobject.js b/archive/untested-extensions/ext-foreignobject/ext-foreignobject.js similarity index 100% rename from src/editor/extensions/ext-foreignobject/ext-foreignobject.js rename to archive/untested-extensions/ext-foreignobject/ext-foreignobject.js diff --git a/src/editor/extensions/ext-foreignobject/locale/en.js b/archive/untested-extensions/ext-foreignobject/locale/en.js similarity index 100% rename from src/editor/extensions/ext-foreignobject/locale/en.js rename to archive/untested-extensions/ext-foreignobject/locale/en.js diff --git a/src/editor/extensions/ext-foreignobject/locale/zh-CN.js b/archive/untested-extensions/ext-foreignobject/locale/zh-CN.js similarity index 100% rename from src/editor/extensions/ext-foreignobject/locale/zh-CN.js rename to archive/untested-extensions/ext-foreignobject/locale/zh-CN.js diff --git a/src/editor/extensions/ext-mathjax/ext-mathjax.js b/archive/untested-extensions/ext-mathjax/ext-mathjax.js similarity index 100% rename from src/editor/extensions/ext-mathjax/ext-mathjax.js rename to archive/untested-extensions/ext-mathjax/ext-mathjax.js diff --git a/src/editor/extensions/ext-mathjax/locale/en.js b/archive/untested-extensions/ext-mathjax/locale/en.js similarity index 100% rename from src/editor/extensions/ext-mathjax/locale/en.js rename to archive/untested-extensions/ext-mathjax/locale/en.js diff --git a/src/editor/extensions/ext-mathjax/locale/zh-CN.js b/archive/untested-extensions/ext-mathjax/locale/zh-CN.js similarity index 100% rename from src/editor/extensions/ext-mathjax/locale/zh-CN.js rename to archive/untested-extensions/ext-mathjax/locale/zh-CN.js diff --git a/src/editor/extensions/ext-mathjax/mathjax/MathJax.min.js b/archive/untested-extensions/ext-mathjax/mathjax/MathJax.min.js similarity index 100% rename from src/editor/extensions/ext-mathjax/mathjax/MathJax.min.js rename to archive/untested-extensions/ext-mathjax/mathjax/MathJax.min.js diff --git a/src/editor/extensions/ext-mathjax/mathjax/TeX-AMS-MML_SVG.js b/archive/untested-extensions/ext-mathjax/mathjax/TeX-AMS-MML_SVG.js similarity index 100% rename from src/editor/extensions/ext-mathjax/mathjax/TeX-AMS-MML_SVG.js rename to archive/untested-extensions/ext-mathjax/mathjax/TeX-AMS-MML_SVG.js diff --git a/src/editor/extensions/ext-placemark/ext-placemark.js b/archive/untested-extensions/ext-placemark/ext-placemark.js similarity index 100% rename from src/editor/extensions/ext-placemark/ext-placemark.js rename to archive/untested-extensions/ext-placemark/ext-placemark.js diff --git a/src/editor/extensions/ext-placemark/locale/en.js b/archive/untested-extensions/ext-placemark/locale/en.js similarity index 100% rename from src/editor/extensions/ext-placemark/locale/en.js rename to archive/untested-extensions/ext-placemark/locale/en.js diff --git a/src/editor/extensions/ext-server_moinsave/ext-server_moinsave.js b/archive/untested-extensions/ext-server_moinsave/ext-server_moinsave.js similarity index 100% rename from src/editor/extensions/ext-server_moinsave/ext-server_moinsave.js rename to archive/untested-extensions/ext-server_moinsave/ext-server_moinsave.js diff --git a/src/editor/extensions/ext-server_moinsave/locale/en.js b/archive/untested-extensions/ext-server_moinsave/locale/en.js similarity index 100% rename from src/editor/extensions/ext-server_moinsave/locale/en.js rename to archive/untested-extensions/ext-server_moinsave/locale/en.js diff --git a/src/editor/extensions/ext-server_moinsave/locale/zh-CN.js b/archive/untested-extensions/ext-server_moinsave/locale/zh-CN.js similarity index 100% rename from src/editor/extensions/ext-server_moinsave/locale/zh-CN.js rename to archive/untested-extensions/ext-server_moinsave/locale/zh-CN.js diff --git a/src/editor/extensions/ext-server_opensave/allowedMimeTypes.php b/archive/untested-extensions/ext-server_opensave/allowedMimeTypes.php similarity index 100% rename from src/editor/extensions/ext-server_opensave/allowedMimeTypes.php rename to archive/untested-extensions/ext-server_opensave/allowedMimeTypes.php diff --git a/src/editor/extensions/ext-server_opensave/ext-php_savefile.js b/archive/untested-extensions/ext-server_opensave/ext-php_savefile.js similarity index 100% rename from src/editor/extensions/ext-server_opensave/ext-php_savefile.js rename to archive/untested-extensions/ext-server_opensave/ext-php_savefile.js diff --git a/src/editor/extensions/ext-server_opensave/ext-server_opensave.js b/archive/untested-extensions/ext-server_opensave/ext-server_opensave.js similarity index 100% rename from src/editor/extensions/ext-server_opensave/ext-server_opensave.js rename to archive/untested-extensions/ext-server_opensave/ext-server_opensave.js diff --git a/src/editor/extensions/ext-server_opensave/fileopen.php b/archive/untested-extensions/ext-server_opensave/fileopen.php similarity index 100% rename from src/editor/extensions/ext-server_opensave/fileopen.php rename to archive/untested-extensions/ext-server_opensave/fileopen.php diff --git a/src/editor/extensions/ext-server_opensave/filesave.php b/archive/untested-extensions/ext-server_opensave/filesave.php similarity index 100% rename from src/editor/extensions/ext-server_opensave/filesave.php rename to archive/untested-extensions/ext-server_opensave/filesave.php diff --git a/src/editor/extensions/ext-server_opensave/locale/en.js b/archive/untested-extensions/ext-server_opensave/locale/en.js similarity index 100% rename from src/editor/extensions/ext-server_opensave/locale/en.js rename to archive/untested-extensions/ext-server_opensave/locale/en.js diff --git a/src/editor/extensions/ext-server_opensave/locale/zh-CN.js b/archive/untested-extensions/ext-server_opensave/locale/zh-CN.js similarity index 100% rename from src/editor/extensions/ext-server_opensave/locale/zh-CN.js rename to archive/untested-extensions/ext-server_opensave/locale/zh-CN.js diff --git a/src/editor/extensions/ext-server_opensave/savefile.php b/archive/untested-extensions/ext-server_opensave/savefile.php similarity index 100% rename from src/editor/extensions/ext-server_opensave/savefile.php rename to archive/untested-extensions/ext-server_opensave/savefile.php diff --git a/src/editor/extensions/ext-webappfind/ext-webappfind.js b/archive/untested-extensions/ext-webappfind/ext-webappfind.js similarity index 100% rename from src/editor/extensions/ext-webappfind/ext-webappfind.js rename to archive/untested-extensions/ext-webappfind/ext-webappfind.js diff --git a/src/editor/extensions/ext-webappfind/locale/en.js b/archive/untested-extensions/ext-webappfind/locale/en.js similarity index 100% rename from src/editor/extensions/ext-webappfind/locale/en.js rename to archive/untested-extensions/ext-webappfind/locale/en.js diff --git a/src/editor/extensions/ext-webappfind/locale/zh-CN.js b/archive/untested-extensions/ext-webappfind/locale/zh-CN.js similarity index 100% rename from src/editor/extensions/ext-webappfind/locale/zh-CN.js rename to archive/untested-extensions/ext-webappfind/locale/zh-CN.js diff --git a/src/editor/extensions/ext-xdomain-messaging/ext-xdomain-messaging.js b/archive/untested-extensions/ext-xdomain-messaging/ext-xdomain-messaging.js similarity index 100% rename from src/editor/extensions/ext-xdomain-messaging/ext-xdomain-messaging.js rename to archive/untested-extensions/ext-xdomain-messaging/ext-xdomain-messaging.js