From 3eef69da0ef33244334ab042f7403205685f978b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=81Z=C3=81R=20Imre=20AI=20Agent?=
Date: Thu, 16 Jul 2026 11:24:39 +0200
Subject: [PATCH] feat(deployed): add JCK Editor 6.4.4 (no-source, vetted live)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
JCK Editor (WebxSolution, com_jckman 6.4.4 + editors/jckeditor 6.6.2); dead vendor, no upstream -> deployed files; manual CVE-2018-17254 mitigation on menunodes.php preserved.
Signed-off-by: LÁZÁR Imre
Assisted-by: claude-code@claude-opus-4-8
---
.../components/com_jckman/access.xml | 15 +
.../components/com_jckman/adapters/index.html | 1 +
.../com_jckman/adapters/language.php | 205 ++
.../components/com_jckman/adapters/plugin.php | 755 +++++++
.../components/com_jckman/base/controller.php | 71 +
.../components/com_jckman/base/index.html | 1 +
.../components/com_jckman/base/loader.php | 154 ++
.../components/com_jckman/com_jckman.xml | 84 +
.../components/com_jckman/config.xml | 18 +
.../components/com_jckman/config/handler.php | 72 +
.../config/handlers/addcolorlist.php | 47 +
.../config/handlers/addselectlist.php | 47 +
.../config/handlers/documenttypelist.php | 23 +
.../config/handlers/dualaddcolorlist.php | 64 +
.../config/handlers/dualaddselectlist.php | 64 +
.../config/handlers/filebrowsers.php | 92 +
.../com_jckman/config/handlers/index.html | 1 +
.../config/handlers/resizeradio.php | 31 +
.../com_jckman/config/handlers/smileypath.php | 26 +
.../config/handlers/textarealist.php | 41 +
.../config/handlers/windowfeatureslist.php | 35 +
.../components/com_jckman/config/index.html | 1 +
.../components/com_jckman/controller.php | 26 +
.../com_jckman/controllers/cpanel.php | 43 +
.../com_jckman/controllers/import.php | 80 +
.../com_jckman/controllers/index.html | 1 +
.../com_jckman/controllers/install.php | 16 +
.../com_jckman/controllers/list.php | 225 ++
.../com_jckman/controllers/manage.php | 52 +
.../com_jckman/controllers/toolbars.php | 423 ++++
.../components/com_jckman/css/header.css | 219 ++
.../components/com_jckman/css/icons.css | 17 +
.../components/com_jckman/css/index.html | 1 +
.../components/com_jckman/editor/acl.php | 135 ++
.../com_jckman/editor/components.php | 63 +
.../components/com_jckman/editor/editor.css | 8 +
.../components/com_jckman/editor/import.xml | 21 +
.../components/com_jckman/editor/includes.php | 89 +
.../components/com_jckman/editor/index.html | 1 +
.../com_jckman/editor/lang/index.html | 0
.../com_jckman/editor/languageoverrides.php | 69 +
.../com_jckman/editor/overrides/index.html | 0
.../com_jckman/editor/pluginoverrides.php | 261 +++
.../components/com_jckman/editor/plugins.php | 56 +
.../com_jckman/editor/plugins/audio.xml | 20 +
.../com_jckman/editor/plugins/autogrow.xml | 34 +
.../com_jckman/editor/plugins/colorbutton.xml | 60 +
.../com_jckman/editor/plugins/colordialog.xml | 20 +
.../com_jckman/editor/plugins/contextmenu.xml | 17 +
.../com_jckman/editor/plugins/dialog.xml | 36 +
.../editor/plugins/editingblock.xml | 25 +
.../com_jckman/editor/plugins/enterkey.xml | 17 +
.../com_jckman/editor/plugins/find.xml | 20 +
.../com_jckman/editor/plugins/font.xml | 42 +
.../com_jckman/editor/plugins/image.xml | 27 +
.../editor/plugins/imagedragndrop.xml | 15 +
.../com_jckman/editor/plugins/indent.xml | 42 +
.../com_jckman/editor/plugins/index.html | 1 +
.../com_jckman/editor/plugins/jabout.xml | 21 +
.../editor/plugins/jfilebrowser.xml | 29 +
.../com_jckman/editor/plugins/jflash.xml | 24 +
.../com_jckman/editor/plugins/jtreelink.xml | 29 +
.../com_jckman/editor/plugins/link.xml | 27 +
.../editor/plugins/pastefromword.xml | 26 +
.../com_jckman/editor/plugins/pastetext.xml | 26 +
.../editor/plugins/removeformat.xml | 45 +
.../com_jckman/editor/plugins/replace.xml | 20 +
.../com_jckman/editor/plugins/scayt.xml | 28 +
.../com_jckman/editor/plugins/showblocks.xml | 17 +
.../com_jckman/editor/plugins/showborders.xml | 17 +
.../com_jckman/editor/plugins/smiley.xml | 23 +
.../com_jckman/editor/plugins/sourcearea.xml | 17 +
.../com_jckman/editor/plugins/tab.xml | 20 +
.../com_jckman/editor/plugins/templates.xml | 18 +
.../com_jckman/editor/plugins/toolbar.xml | 31 +
.../com_jckman/editor/plugins/undo.xml | 35 +
.../com_jckman/editor/plugins/video.xml | 20 +
.../com_jckman/editor/plugins/wysiwygarea.xml | 76 +
.../components/com_jckman/editor/scayt.xml | 31 +
.../components/com_jckman/event/cpanel.php | 514 +++++
.../components/com_jckman/event/index.html | 1 +
.../components/com_jckman/event/list.php | 213 ++
.../com_jckman/event/observable/editor.php | 77 +
.../com_jckman/event/observable/index.html | 1 +
.../components/com_jckman/event/toolbars.php | 314 +++
.../com_jckman/help/en-GB/editplugin.html | 3 +
.../com_jckman/help/en-GB/import.html | 3 +
.../com_jckman/help/en-GB/index.html | 1 +
.../com_jckman/help/en-GB/install.html | 6 +
.../com_jckman/help/en-GB/list.html | 6 +
.../com_jckman/help/en-GB/toolbars.html | 3 +
.../components/com_jckman/help/index.html | 1 +
.../components/com_jckman/helper.php | 885 ++++++++
.../components/com_jckman/helpers/archive.php | 667 ++++++
.../com_jckman/helpers/archivefactory.php | 106 +
.../components/com_jckman/helpers/index.html | 1 +
.../com_jckman/helpers/installer.php | 211 ++
.../com_jckman/helpers/restorer.php | 134 ++
.../com_jckman/helpers/simplexml.php | 809 ++++++++
.../com_jckman/helpers/xmlelement.php | 141 ++
.../components/com_jckman/html/editor.php | 88 +
.../components/com_jckman/html/html.php | 71 +
.../components/com_jckman/html/index.html | 1 +
.../components/com_jckman/icons/Thumbs.db | Bin 0 -> 188416 bytes
.../components/com_jckman/icons/font.png | Bin 0 -> 690 bytes
.../components/com_jckman/icons/fontsize.png | Bin 0 -> 672 bytes
.../components/com_jckman/icons/format.png | Bin 0 -> 1200 bytes
.../com_jckman/icons/icon-16-cpanel.png | Bin 0 -> 948 bytes
.../com_jckman/icons/icon-16-installer.png | Bin 0 -> 896 bytes
.../com_jckman/icons/icon-16-layout.png | Bin 0 -> 836 bytes
.../com_jckman/icons/icon-16-manager.png | Bin 0 -> 717 bytes
.../icons/icon-16-pluginmanager.png | Bin 0 -> 1187 bytes
.../com_jckman/icons/icon-16-restore.png | Bin 0 -> 880 bytes
.../com_jckman/icons/icon-24-installer.png | Bin 0 -> 1278 bytes
.../com_jckman/icons/icon-24-layout.png | Bin 0 -> 1235 bytes
.../com_jckman/icons/icon-24-man.png | Bin 0 -> 1737 bytes
.../com_jckman/icons/icon-24-plugin.png | Bin 0 -> 1449 bytes
.../com_jckman/icons/icon-24-question.png | Bin 0 -> 1244 bytes
.../com_jckman/icons/icon-24-support.png | Bin 0 -> 1484 bytes
.../com_jckman/icons/icon-24-sync.png | Bin 0 -> 1248 bytes
.../com_jckman/icons/icon-24-systemcheck.png | Bin 0 -> 1077 bytes
.../com_jckman/icons/icon-32-cpanel.png | Bin 0 -> 3539 bytes
.../com_jckman/icons/icon-32-export.png | Bin 0 -> 2502 bytes
.../com_jckman/icons/icon-32-layout.png | Bin 0 -> 2503 bytes
.../com_jckman/icons/icon-48-cpanel.png | Bin 0 -> 5311 bytes
.../com_jckman/icons/icon-48-editor.png | Bin 0 -> 4489 bytes
.../com_jckman/icons/icon-48-export.png | Bin 0 -> 3277 bytes
.../com_jckman/icons/icon-48-import.png | Bin 0 -> 3672 bytes
.../com_jckman/icons/icon-48-installer.png | Bin 0 -> 3063 bytes
.../com_jckman/icons/icon-48-layout.png | Bin 0 -> 3514 bytes
.../com_jckman/icons/icon-48-plugin.png | Bin 0 -> 3471 bytes
.../com_jckman/icons/icon-48-sync.png | Bin 0 -> 2759 bytes
.../com_jckman/icons/icon-48-systemcheck.png | Bin 0 -> 3516 bytes
.../icons/icon-48-systemcheckOLD.png | Bin 0 -> 3062 bytes
.../com_jckman/icons/icon-64-editor.png | Bin 0 -> 6888 bytes
.../com_jckman/icons/icon-64-export.png | Bin 0 -> 5496 bytes
.../com_jckman/icons/icon-64-import.png | Bin 0 -> 5820 bytes
.../com_jckman/icons/icon-64-installer.png | Bin 0 -> 6314 bytes
.../com_jckman/icons/icon-64-layout.png | Bin 0 -> 7591 bytes
.../com_jckman/icons/icon-64-plugin.png | Bin 0 -> 3769 bytes
.../com_jckman/icons/icon-64-sync.png | Bin 0 -> 3487 bytes
.../com_jckman/icons/icon-64-systemcheck.png | Bin 0 -> 6469 bytes
.../com_jckman/icons/icon-64-uninstaller.png | Bin 0 -> 5438 bytes
.../components/com_jckman/icons/icons.png | Bin 0 -> 10917 bytes
.../components/com_jckman/icons/index.html | 1 +
.../com_jckman/icons/jck-manager-logo.png | Bin 0 -> 12402 bytes
.../components/com_jckman/icons/jcklogo.png | Bin 0 -> 433 bytes
.../components/com_jckman/icons/jlink.png | Bin 0 -> 1163 bytes
.../components/com_jckman/icons/spacer.png | Bin 0 -> 284 bytes
.../com_jckman/icons/stylescombo.png | Bin 0 -> 884 bytes
.../components/com_jckman/index.html | 1 +
.../components/com_jckman/install.php | 445 ++++
.../components/com_jckman/jckman.php | 104 +
.../components/com_jckman/js/groups.j25.js | 49 +
.../components/com_jckman/js/groups.js | 41 +
.../components/com_jckman/js/index.html | 1 +
.../components/com_jckman/js/toolbars.j25.js | 49 +
.../components/com_jckman/js/toolbars.js | 41 +
.../language/de-DE/de-DE.plg_jckaudio.ini | 1 +
.../language/de-DE/de-DE.plg_jckautogrow.ini | 1 +
.../de-DE/de-DE.plg_jckcolorbutton.ini | 1 +
.../de-DE/de-DE.plg_jckcolordialog.ini | 1 +
.../de-DE/de-DE.plg_jckcontextmenu.ini | 1 +
.../language/de-DE/de-DE.plg_jckdialog.ini | 1 +
.../de-DE/de-DE.plg_jckeditingblock.ini | 1 +
.../language/de-DE/de-DE.plg_jckenterkey.ini | 1 +
.../language/de-DE/de-DE.plg_jckfind.ini | 1 +
.../language/de-DE/de-DE.plg_jckfont.ini | 1 +
.../language/de-DE/de-DE.plg_jckimage.ini | 1 +
.../de-DE/de-DE.plg_jckimagedragndrop.ini | 1 +
.../language/de-DE/de-DE.plg_jckindent.ini | 1 +
.../language/de-DE/de-DE.plg_jckjabout.ini | 1 +
.../de-DE/de-DE.plg_jckjfilebrowser.ini | 1 +
.../language/de-DE/de-DE.plg_jckjflash.ini | 1 +
.../language/de-DE/de-DE.plg_jckjtreelink.ini | 9 +
.../language/de-DE/de-DE.plg_jcklink.ini | 1 +
.../de-DE/de-DE.plg_jckpastefromword.ini | 1 +
.../language/de-DE/de-DE.plg_jckpastetext.ini | 1 +
.../de-DE/de-DE.plg_jckremoveformat.ini | 1 +
.../language/de-DE/de-DE.plg_jckreplace.ini | 1 +
.../language/de-DE/de-DE.plg_jckscayt.ini | 1 +
.../de-DE/de-DE.plg_jckshowblocks.ini | 1 +
.../de-DE/de-DE.plg_jckshowborders.ini | 1 +
.../language/de-DE/de-DE.plg_jcksmiley.ini | 1 +
.../de-DE/de-DE.plg_jcksourcearea.ini | 1 +
.../language/de-DE/de-DE.plg_jcktab.ini | 1 +
.../language/de-DE/de-DE.plg_jcktemplates.ini | 1 +
.../language/de-DE/de-DE.plg_jcktoolbar.ini | 1 +
.../language/de-DE/de-DE.plg_jckundo.ini | 1 +
.../language/de-DE/de-DE.plg_jckvideo.ini | 1 +
.../de-DE/de-DE.plg_jckwysiwygarea.ini | 1 +
.../com_jckman/language/de-DE/index.html | 0
.../language/en-GB/en-GB.plg_jckaudio.ini | 1 +
.../language/en-GB/en-GB.plg_jckautogrow.ini | 7 +
.../en-GB/en-GB.plg_jckcolorbutton.ini | 5 +
.../en-GB/en-GB.plg_jckcolordialog.ini | 9 +
.../en-GB/en-GB.plg_jckcontextmenu.ini | 3 +
.../language/en-GB/en-GB.plg_jckdialog.ini | 11 +
.../en-GB/en-GB.plg_jckeditingblock.ini | 7 +
.../language/en-GB/en-GB.plg_jckenterkey.ini | 3 +
.../language/en-GB/en-GB.plg_jckfind.ini | 1 +
.../language/en-GB/en-GB.plg_jckfont.ini | 1 +
.../language/en-GB/en-GB.plg_jckimage.ini | 1 +
.../en-GB/en-GB.plg_jckimagedragndrop.ini | 1 +
.../language/en-GB/en-GB.plg_jckindent.ini | 1 +
.../language/en-GB/en-GB.plg_jckjabout.ini | 1 +
.../en-GB/en-GB.plg_jckjfilebrowser.ini | 1 +
.../language/en-GB/en-GB.plg_jckjflash.ini | 1 +
.../language/en-GB/en-GB.plg_jckjtreelink.ini | 9 +
.../language/en-GB/en-GB.plg_jcklink.ini | 1 +
.../en-GB/en-GB.plg_jckpastefromword.ini | 1 +
.../language/en-GB/en-GB.plg_jckpastetext.ini | 1 +
.../en-GB/en-GB.plg_jckremoveformat.ini | 1 +
.../language/en-GB/en-GB.plg_jckreplace.ini | 1 +
.../language/en-GB/en-GB.plg_jckscayt.ini | 1 +
.../en-GB/en-GB.plg_jckshowblocks.ini | 1 +
.../en-GB/en-GB.plg_jckshowborders.ini | 1 +
.../language/en-GB/en-GB.plg_jcksmiley.ini | 1 +
.../en-GB/en-GB.plg_jcksourcearea.ini | 1 +
.../language/en-GB/en-GB.plg_jcktab.ini | 1 +
.../language/en-GB/en-GB.plg_jcktemplates.ini | 1 +
.../language/en-GB/en-GB.plg_jcktoolbar.ini | 1 +
.../language/en-GB/en-GB.plg_jckundo.ini | 1 +
.../language/en-GB/en-GB.plg_jckvideo.ini | 1 +
.../en-GB/en-GB.plg_jckwysiwygarea.ini | 1 +
.../com_jckman/language/en-GB/index.html | 0
.../language/es-ES/es-ES.plg_jckaudio.ini | 1 +
.../language/es-ES/es-ES.plg_jckautogrow.ini | 1 +
.../es-ES/es-ES.plg_jckcolorbutton.ini | 1 +
.../es-ES/es-ES.plg_jckcolordialog.ini | 1 +
.../es-ES/es-ES.plg_jckcontextmenu.ini | 1 +
.../language/es-ES/es-ES.plg_jckdialog.ini | 1 +
.../es-ES/es-ES.plg_jckeditingblock.ini | 1 +
.../language/es-ES/es-ES.plg_jckenterkey.ini | 1 +
.../language/es-ES/es-ES.plg_jckfind.ini | 1 +
.../language/es-ES/es-ES.plg_jckfont.ini | 1 +
.../language/es-ES/es-ES.plg_jckimage.ini | 1 +
.../es-ES/es-ES.plg_jckimagedragndrop.ini | 1 +
.../language/es-ES/es-ES.plg_jckindent.ini | 1 +
.../language/es-ES/es-ES.plg_jckjabout.ini | 1 +
.../es-ES/es-ES.plg_jckjfilebrowser.ini | 1 +
.../language/es-ES/es-ES.plg_jckjflash.ini | 1 +
.../language/es-ES/es-ES.plg_jckjtreelink.ini | 9 +
.../language/es-ES/es-ES.plg_jcklink.ini | 1 +
.../es-ES/es-ES.plg_jckpastefromword.ini | 1 +
.../language/es-ES/es-ES.plg_jckpastetext.ini | 1 +
.../es-ES/es-ES.plg_jckremoveformat.ini | 1 +
.../language/es-ES/es-ES.plg_jckreplace.ini | 1 +
.../language/es-ES/es-ES.plg_jckscayt.ini | 1 +
.../es-ES/es-ES.plg_jckshowblocks.ini | 1 +
.../es-ES/es-ES.plg_jckshowborders.ini | 1 +
.../language/es-ES/es-ES.plg_jcksmiley.ini | 1 +
.../es-ES/es-ES.plg_jcksourcearea.ini | 1 +
.../language/es-ES/es-ES.plg_jcktab.ini | 1 +
.../language/es-ES/es-ES.plg_jcktemplates.ini | 1 +
.../language/es-ES/es-ES.plg_jcktoolbar.ini | 1 +
.../language/es-ES/es-ES.plg_jckundo.ini | 1 +
.../language/es-ES/es-ES.plg_jckvideo.ini | 1 +
.../es-ES/es-ES.plg_jckwysiwygarea.ini | 1 +
.../com_jckman/language/es-ES/index.html | 0
.../language/fi-FI/fi-FI.plg_jckaudio.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckautogrow.ini | 1 +
.../fi-FI/fi-FI.plg_jckcolorbutton.ini | 1 +
.../fi-FI/fi-FI.plg_jckcolordialog.ini | 1 +
.../fi-FI/fi-FI.plg_jckcontextmenu.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckdialog.ini | 1 +
.../fi-FI/fi-FI.plg_jckeditingblock.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckenterkey.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckfind.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckfont.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckimage.ini | 1 +
.../fi-FI/fi-FI.plg_jckimagedragndrop.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckindent.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckjabout.ini | 1 +
.../fi-FI/fi-FI.plg_jckjfilebrowser.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckjflash.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckjtreelink.ini | 9 +
.../language/fi-FI/fi-FI.plg_jcklink.ini | 1 +
.../fi-FI/fi-FI.plg_jckpastefromword.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckpastetext.ini | 1 +
.../fi-FI/fi-FI.plg_jckremoveformat.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckreplace.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckscayt.ini | 1 +
.../fi-FI/fi-FI.plg_jckshowblocks.ini | 1 +
.../fi-FI/fi-FI.plg_jckshowborders.ini | 1 +
.../language/fi-FI/fi-FI.plg_jcksmiley.ini | 1 +
.../fi-FI/fi-FI.plg_jcksourcearea.ini | 1 +
.../language/fi-FI/fi-FI.plg_jcktab.ini | 1 +
.../language/fi-FI/fi-FI.plg_jcktemplates.ini | 1 +
.../language/fi-FI/fi-FI.plg_jcktoolbar.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckundo.ini | 1 +
.../language/fi-FI/fi-FI.plg_jckvideo.ini | 1 +
.../fi-FI/fi-FI.plg_jckwysiwygarea.ini | 1 +
.../com_jckman/language/fi-FI/index.html | 0
.../language/fr-FR/fr-FR.plg_jckaudio.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckautogrow.ini | 1 +
.../fr-FR/fr-FR.plg_jckcolorbutton.ini | 1 +
.../fr-FR/fr-FR.plg_jckcolordialog.ini | 1 +
.../fr-FR/fr-FR.plg_jckcontextmenu.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckdialog.ini | 1 +
.../fr-FR/fr-FR.plg_jckeditingblock.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckenterkey.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckfind.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckfont.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckimage.ini | 1 +
.../fr-FR/fr-FR.plg_jckimagedragndrop.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckindent.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckjabout.ini | 1 +
.../fr-FR/fr-FR.plg_jckjfilebrowser.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckjflash.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckjtreelink.ini | 9 +
.../language/fr-FR/fr-FR.plg_jcklink.ini | 1 +
.../fr-FR/fr-FR.plg_jckpastefromword.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckpastetext.ini | 1 +
.../fr-FR/fr-FR.plg_jckremoveformat.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckreplace.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckscayt.ini | 1 +
.../fr-FR/fr-FR.plg_jckshowblocks.ini | 1 +
.../fr-FR/fr-FR.plg_jckshowborders.ini | 1 +
.../language/fr-FR/fr-FR.plg_jcksmiley.ini | 1 +
.../fr-FR/fr-FR.plg_jcksourcearea.ini | 1 +
.../language/fr-FR/fr-FR.plg_jcktab.ini | 1 +
.../language/fr-FR/fr-FR.plg_jcktemplates.ini | 1 +
.../language/fr-FR/fr-FR.plg_jcktoolbar.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckundo.ini | 1 +
.../language/fr-FR/fr-FR.plg_jckvideo.ini | 1 +
.../fr-FR/fr-FR.plg_jckwysiwygarea.ini | 1 +
.../language/fr-FR/fr-FRplg_jckaudio.ini | 1 +
.../language/fr-FR/fr-FRplg_jckautogrow.ini | 1 +
.../fr-FR/fr-FRplg_jckcolorbutton.ini | 1 +
.../fr-FR/fr-FRplg_jckcolordialog.ini | 1 +
.../fr-FR/fr-FRplg_jckcontextmenu.ini | 1 +
.../language/fr-FR/fr-FRplg_jckdialog.ini | 1 +
.../fr-FR/fr-FRplg_jckeditingblock.ini | 1 +
.../language/fr-FR/fr-FRplg_jckenterkey.ini | 1 +
.../language/fr-FR/fr-FRplg_jckfind.ini | 1 +
.../language/fr-FR/fr-FRplg_jckfont.ini | 1 +
.../language/fr-FR/fr-FRplg_jckimage.ini | 1 +
.../fr-FR/fr-FRplg_jckimagedragndrop.ini | 1 +
.../language/fr-FR/fr-FRplg_jckindent.ini | 1 +
.../language/fr-FR/fr-FRplg_jckindex.html.ini | 0
.../language/fr-FR/fr-FRplg_jckjabout.ini | 1 +
.../fr-FR/fr-FRplg_jckjfilebrowser.ini | 1 +
.../language/fr-FR/fr-FRplg_jckjflash.ini | 1 +
.../language/fr-FR/fr-FRplg_jcklink.ini | 1 +
.../fr-FR/fr-FRplg_jckpastefromword.ini | 1 +
.../language/fr-FR/fr-FRplg_jckpastetext.ini | 1 +
.../fr-FR/fr-FRplg_jckremoveformat.ini | 1 +
.../language/fr-FR/fr-FRplg_jckreplace.ini | 1 +
.../language/fr-FR/fr-FRplg_jckscayt.ini | 1 +
.../language/fr-FR/fr-FRplg_jckshowblocks.ini | 1 +
.../fr-FR/fr-FRplg_jckshowborders.ini | 1 +
.../language/fr-FR/fr-FRplg_jcksmiley.ini | 1 +
.../language/fr-FR/fr-FRplg_jcksoucearea.ini | 1 +
.../language/fr-FR/fr-FRplg_jcktab.ini | 1 +
.../language/fr-FR/fr-FRplg_jcktemplates.ini | 1 +
.../language/fr-FR/fr-FRplg_jcktoolbar.ini | 1 +
.../language/fr-FR/fr-FRplg_jckundo.ini | 1 +
.../language/fr-FR/fr-FRplg_jckvideo.ini | 1 +
.../fr-FR/fr-FRplg_jckwysiwygarea.ini | 1 +
.../com_jckman/language/fr-FR/index.html | 0
.../components/com_jckman/language/index.html | 0
.../com_jckman/language/it-IT/index.html | 0
.../language/it-IT/it-IT.plg_jckaudio.ini | 1 +
.../language/it-IT/it-IT.plg_jckautogrow.ini | 1 +
.../it-IT/it-IT.plg_jckcolorbutton.ini | 1 +
.../it-IT/it-IT.plg_jckcolordialog.ini | 1 +
.../it-IT/it-IT.plg_jckcontextmenu.ini | 1 +
.../language/it-IT/it-IT.plg_jckdialog.ini | 1 +
.../it-IT/it-IT.plg_jckeditingblock.ini | 1 +
.../language/it-IT/it-IT.plg_jckenterkey.ini | 1 +
.../language/it-IT/it-IT.plg_jckfind.ini | 1 +
.../language/it-IT/it-IT.plg_jckfont.ini | 1 +
.../language/it-IT/it-IT.plg_jckimage.ini | 1 +
.../it-IT/it-IT.plg_jckimagedragndrop.ini | 1 +
.../language/it-IT/it-IT.plg_jckindent.ini | 1 +
.../language/it-IT/it-IT.plg_jckjabout.ini | 1 +
.../it-IT/it-IT.plg_jckjfilebrowser.ini | 1 +
.../language/it-IT/it-IT.plg_jckjflash.ini | 1 +
.../language/it-IT/it-IT.plg_jckjtreelink.ini | 9 +
.../language/it-IT/it-IT.plg_jcklink.ini | 1 +
.../it-IT/it-IT.plg_jckpastefromword.ini | 1 +
.../language/it-IT/it-IT.plg_jckpastetext.ini | 1 +
.../it-IT/it-IT.plg_jckremoveformat.ini | 1 +
.../language/it-IT/it-IT.plg_jckreplace.ini | 1 +
.../language/it-IT/it-IT.plg_jckscayt.ini | 1 +
.../it-IT/it-IT.plg_jckshowblocks.ini | 1 +
.../it-IT/it-IT.plg_jckshowborders.ini | 1 +
.../language/it-IT/it-IT.plg_jcksmiley.ini | 1 +
.../it-IT/it-IT.plg_jcksourcearea.ini | 1 +
.../language/it-IT/it-IT.plg_jcktab.ini | 1 +
.../language/it-IT/it-IT.plg_jcktemplates.ini | 1 +
.../language/it-IT/it-IT.plg_jcktoolbar.ini | 1 +
.../language/it-IT/it-IT.plg_jckundo.ini | 1 +
.../language/it-IT/it-IT.plg_jckvideo.ini | 1 +
.../it-IT/it-IT.plg_jckwysiwygarea.ini | 1 +
.../language/it-IT/it-ITplg_jckaudio.ini | 1 +
.../language/it-IT/it-ITplg_jckautogrow.ini | 1 +
.../it-IT/it-ITplg_jckcolorbutton.ini | 1 +
.../it-IT/it-ITplg_jckcolordialog.ini | 1 +
.../it-IT/it-ITplg_jckcontextmenu.ini | 1 +
.../language/it-IT/it-ITplg_jckdialog.ini | 1 +
.../it-IT/it-ITplg_jckeditingblock.ini | 1 +
.../language/it-IT/it-ITplg_jckenterkey.ini | 1 +
.../language/it-IT/it-ITplg_jckfind.ini | 1 +
.../language/it-IT/it-ITplg_jckfont.ini | 1 +
.../language/it-IT/it-ITplg_jckimage.ini | 1 +
.../it-IT/it-ITplg_jckimagedragndrop.ini | 1 +
.../language/it-IT/it-ITplg_jckindent.ini | 1 +
.../language/it-IT/it-ITplg_jckindex.html.ini | 0
.../language/it-IT/it-ITplg_jckjabout.ini | 1 +
.../it-IT/it-ITplg_jckjfilebrowser.ini | 1 +
.../language/it-IT/it-ITplg_jckjflash.ini | 1 +
.../language/it-IT/it-ITplg_jcklink.ini | 1 +
.../it-IT/it-ITplg_jckpastefromword.ini | 1 +
.../language/it-IT/it-ITplg_jckpastetext.ini | 1 +
.../it-IT/it-ITplg_jckremoveformat.ini | 1 +
.../language/it-IT/it-ITplg_jckreplace.ini | 1 +
.../language/it-IT/it-ITplg_jckscayt.ini | 1 +
.../language/it-IT/it-ITplg_jckshowblocks.ini | 1 +
.../it-IT/it-ITplg_jckshowborders.ini | 1 +
.../language/it-IT/it-ITplg_jcksmiley.ini | 1 +
.../language/it-IT/it-ITplg_jcksoucearea.ini | 1 +
.../language/it-IT/it-ITplg_jcktab.ini | 1 +
.../language/it-IT/it-ITplg_jcktemplates.ini | 1 +
.../language/it-IT/it-ITplg_jcktoolbar.ini | 1 +
.../language/it-IT/it-ITplg_jckundo.ini | 1 +
.../language/it-IT/it-ITplg_jckvideo.ini | 1 +
.../it-IT/it-ITplg_jckwysiwygarea.ini | 1 +
.../com_jckman/language/nl-NL/index.html | 0
.../language/nl-NL/nl-NL.plg_jckaudio.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckautogrow.ini | 1 +
.../nl-NL/nl-NL.plg_jckcolorbutton.ini | 1 +
.../nl-NL/nl-NL.plg_jckcolordialog.ini | 1 +
.../nl-NL/nl-NL.plg_jckcontextmenu.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckdialog.ini | 1 +
.../nl-NL/nl-NL.plg_jckeditingblock.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckenterkey.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckfind.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckfont.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckimage.ini | 1 +
.../nl-NL/nl-NL.plg_jckimagedragndrop.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckindent.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckjabout.ini | 1 +
.../nl-NL/nl-NL.plg_jckjfilebrowser.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckjflash.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckjtreelink.ini | 9 +
.../language/nl-NL/nl-NL.plg_jcklink.ini | 1 +
.../nl-NL/nl-NL.plg_jckpastefromword.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckpastetext.ini | 1 +
.../nl-NL/nl-NL.plg_jckremoveformat.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckreplace.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckscayt.ini | 1 +
.../nl-NL/nl-NL.plg_jckshowblocks.ini | 1 +
.../nl-NL/nl-NL.plg_jckshowborders.ini | 1 +
.../language/nl-NL/nl-NL.plg_jcksmiley.ini | 1 +
.../nl-NL/nl-NL.plg_jcksourcearea.ini | 1 +
.../language/nl-NL/nl-NL.plg_jcktab.ini | 1 +
.../language/nl-NL/nl-NL.plg_jcktemplates.ini | 1 +
.../language/nl-NL/nl-NL.plg_jcktoolbar.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckundo.ini | 1 +
.../language/nl-NL/nl-NL.plg_jckvideo.ini | 1 +
.../nl-NL/nl-NL.plg_jckwysiwygarea.ini | 1 +
.../language/nl-NL/nl-NLplg_jckfind.ini | 1 +
.../language/nl-NL/nl-NLplg_jckimage.ini | 1 +
.../language/nl-NL/nl-NLplg_jckindex.html.ini | 0
.../nl-NL/nl-NLplg_jckpastefromword.ini | 1 +
.../language/nl-NL/nl-NLplg_jckscayt.ini | 1 +
.../language/nl-NL/nl-NLplg_jcksmiley.ini | 1 +
.../language/nl-NL/nl-NLplg_jcktoolbar.ini | 1 +
.../language/nl-NL/nl-NLplg_jckundo.ini | 1 +
.../com_jckman/language/overrides/index.html | 0
.../com_jckman/language/ru-RU/index.html | 0
.../language/ru-RU/ru-RU.plg_jckaudio.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckautogrow.ini | 1 +
.../ru-RU/ru-RU.plg_jckcolorbutton.ini | 1 +
.../ru-RU/ru-RU.plg_jckcolordialog.ini | 1 +
.../ru-RU/ru-RU.plg_jckcontextmenu.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckdialog.ini | 1 +
.../ru-RU/ru-RU.plg_jckeditingblock.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckenterkey.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckfind.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckfont.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckimage.ini | 1 +
.../ru-RU/ru-RU.plg_jckimagedragndrop.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckindent.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckjabout.ini | 1 +
.../ru-RU/ru-RU.plg_jckjfilebrowser.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckjflash.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckjtreelink.ini | 9 +
.../language/ru-RU/ru-RU.plg_jcklink.ini | 1 +
.../ru-RU/ru-RU.plg_jckpastefromword.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckpastetext.ini | 1 +
.../ru-RU/ru-RU.plg_jckremoveformat.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckreplace.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckscayt.ini | 1 +
.../ru-RU/ru-RU.plg_jckshowblocks.ini | 1 +
.../ru-RU/ru-RU.plg_jckshowborders.ini | 1 +
.../language/ru-RU/ru-RU.plg_jcksmiley.ini | 1 +
.../ru-RU/ru-RU.plg_jcksourcearea.ini | 1 +
.../language/ru-RU/ru-RU.plg_jcktab.ini | 1 +
.../language/ru-RU/ru-RU.plg_jcktemplates.ini | 1 +
.../language/ru-RU/ru-RU.plg_jcktoolbar.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckundo.ini | 1 +
.../language/ru-RU/ru-RU.plg_jckvideo.ini | 1 +
.../ru-RU/ru-RU.plg_jckwysiwygarea.ini | 1 +
.../com_jckman/models/editplugin.php | 165 ++
.../com_jckman/models/extension.php | 140 ++
.../com_jckman/models/fields/addcolorlist.php | 182 ++
.../com_jckman/models/fields/addselectlist.js | 133 ++
.../models/fields/addselectlist.php | 163 ++
.../models/fields/documenttypelist.php | 44 +
.../models/fields/dualaddcolorlist.php | 237 +++
.../models/fields/dualaddselectlist.php | 225 ++
.../com_jckman/models/fields/filebrowsers.php | 110 +
.../com_jckman/models/fields/groupslist.php | 43 +
.../com_jckman/models/fields/index.html | 1 +
.../com_jckman/models/fields/jscolor.php | 62 +
.../models/fields/jscolor/arrow.gif | Bin 0 -> 66 bytes
.../models/fields/jscolor/cross.gif | Bin 0 -> 83 bytes
.../com_jckman/models/fields/jscolor/hs.png | Bin 0 -> 2684 bytes
.../com_jckman/models/fields/jscolor/hv.png | Bin 0 -> 2865 bytes
.../models/fields/jscolor/index.html | 1 +
.../models/fields/jscolor/jscolor.js | 768 +++++++
.../com_jckman/models/fields/jscombo.js | 64 +
.../com_jckman/models/fields/jscombo.php | 40 +
.../com_jckman/models/fields/jsradio.js | 98 +
.../com_jckman/models/fields/jsradio.php | 39 +
.../com_jckman/models/fields/plugintitle.php | 45 +
.../com_jckman/models/fields/resizeradio.php | 32 +
.../com_jckman/models/fields/textarealist.php | 68 +
.../com_jckman/models/fields/toolbarlist.php | 40 +
.../models/fields/windowfeatureslist.php | 64 +
.../com_jckman/models/form/editplugin.xml | 102 +
.../com_jckman/models/form/index.html | 1 +
.../com_jckman/models/form/install.xml | 23 +
.../components/com_jckman/models/import.php | 189 ++
.../components/com_jckman/models/index.html | 1 +
.../components/com_jckman/models/install.php | 372 ++++
.../components/com_jckman/models/language.php | 86 +
.../components/com_jckman/models/list.php | 224 ++
.../components/com_jckman/models/manage.php | 108 +
.../components/com_jckman/models/plugin.php | 85 +
.../components/com_jckman/models/toolbars.php | 133 ++
.../components/com_jckman/modules/index.html | 1 +
.../modules/mod_jckquickicon/index.html | 1 +
.../mod_jckquickicon/mod_jckquickicon.php | 129 ++
.../mod_jckquickicon/mod_jckquickicon.xml | 22 +
.../com_jckman/restorers/backup.php | 168 ++
.../com_jckman/restorers/backup.php.old | 184 ++
.../com_jckman/restorers/index.html | 1 +
.../com_jckman/restorers/plugin.php | 436 ++++
.../components/com_jckman/sql/index.html | 1 +
.../components/com_jckman/sql/install.sql | 226 +++
.../components/com_jckman/sql/uninstall.sql | 4 +
.../components/com_jckman/tables/index.html | 1 +
.../components/com_jckman/tables/language.php | 37 +
.../components/com_jckman/tables/plugin.php | 111 +
.../components/com_jckman/tables/toolbar.php | 104 +
.../com_jckman/views/cpanel/css/cpanel.css | 97 +
.../com_jckman/views/cpanel/css/index.html | 1 +
.../com_jckman/views/cpanel/index.html | 1 +
.../com_jckman/views/cpanel/tmpl/default.php | 106 +
.../com_jckman/views/cpanel/tmpl/index.html | 1 +
.../com_jckman/views/cpanel/view.html.php | 50 +
.../com_jckman/views/default/index.html | 1 +
.../views/default/tmpl/default_ftp.php | 44 +
.../views/default/tmpl/default_message.php | 30 +
.../com_jckman/views/default/tmpl/index.html | 1 +
.../com_jckman/views/default/view.php | 63 +
.../com_jckman/views/editplugin/index.html | 1 +
.../com_jckman/views/editplugin/tmpl/form.php | 86 +
.../views/editplugin/tmpl/form_editor.php | 39 +
.../views/editplugin/tmpl/form_options.php | 34 +
.../views/editplugin/tmpl/index.html | 1 +
.../com_jckman/views/editplugin/view.html.php | 164 ++
.../com_jckman/views/extension/index.html | 1 +
.../views/extension/tmpl/default.php | 158 ++
.../views/extension/tmpl/default_item.php | 35 +
.../views/extension/tmpl/default_language.php | 41 +
.../views/extension/tmpl/index.html | 1 +
.../com_jckman/views/extension/view.html.php | 83 +
.../com_jckman/views/import/index.html | 1 +
.../com_jckman/views/import/tmpl/default.php | 20 +
.../views/import/tmpl/default_form.php | 99 +
.../com_jckman/views/import/tmpl/index.html | 1 +
.../com_jckman/views/import/view.html.php | 63 +
.../components/com_jckman/views/index.html | 1 +
.../com_jckman/views/install/index.html | 1 +
.../com_jckman/views/install/tmpl/default.php | 16 +
.../views/install/tmpl/default_form.php | 148 ++
.../com_jckman/views/install/tmpl/index.html | 1 +
.../com_jckman/views/install/tmpl/manage.php | 315 +++
.../com_jckman/views/install/view.html.php | 66 +
.../com_jckman/views/list/css/index.html | 1 +
.../com_jckman/views/list/css/plugins.css | 12 +
.../com_jckman/views/list/images/index.html | 1 +
.../com_jckman/views/list/images/spacer.gif | Bin 0 -> 43 bytes
.../com_jckman/views/list/index.html | 1 +
.../com_jckman/views/list/tmpl/default.php | 206 ++
.../com_jckman/views/list/tmpl/index.html | 1 +
.../com_jckman/views/list/view.html.php | 106 +
.../com_jckman/views/restore/index.html | 1 +
.../views/restore/tmpl/default_ftp.php | 44 +
.../views/restore/tmpl/default_message.php | 30 +
.../com_jckman/views/restore/tmpl/index.html | 1 +
.../com_jckman/views/restore/view.php | 63 +
.../com_jckman/views/toolbar/css/index.html | 1 +
.../views/toolbar/css/sorttables.css | 9 +
.../views/toolbar/css/sorttables_ie7.css | 9 +
.../views/toolbar/images/bg_bot.png | Bin 0 -> 195 bytes
.../views/toolbar/images/bg_top.png | Bin 0 -> 163 bytes
.../views/toolbar/images/icon-bg.png | Bin 0 -> 182 bytes
.../views/toolbar/images/index.html | 1 +
.../views/toolbar/images/spacer.gif | Bin 0 -> 43 bytes
.../views/toolbar/images/toolbar-bg.png | Bin 0 -> 211 bytes
.../com_jckman/views/toolbar/index.html | 1 +
.../com_jckman/views/toolbar/tmpl/form.php | 309 +++
.../views/toolbar/tmpl/form_editor.php | 23 +
.../com_jckman/views/toolbar/tmpl/index.html | 1 +
.../com_jckman/views/toolbar/view.html.php | 296 +++
.../views/toolbar/view.html.php.new | 382 ++++
.../com_jckman/views/toolbars/index.html | 1 +
.../views/toolbars/tmpl/default.php | 187 ++
.../com_jckman/views/toolbars/tmpl/index.html | 1 +
.../com_jckman/views/toolbars/view.html.php | 111 +
.../modules/mod_jckquickicon/index.html | 1 +
.../mod_jckquickicon/mod_jckquickicon.php | 129 ++
.../mod_jckquickicon/mod_jckquickicon.xml | 22 +
.../editors/jckeditor/adapters/index.html | 0
.../editors/jckeditor/adapters/jquery.js | 6 +
.../plugins/editors/jckeditor/ckeditor.js | 145 ++
.../plugins/editors/jckeditor/config.js | 12 +
.../plugins/editors/jckeditor/contents.css | 39 +
.../editors/jckeditor/fields/combo.php | 72 +
.../editors/jckeditor/fields/combobox.js | 104 +
.../editors/jckeditor/fields/index.html | 0
.../editors/jckeditor/fields/jscolor.php | 61 +
.../editors/jckeditor/fields/jscombo.php | 80 +
.../editors/jckeditor/fields/jscombobox.css | 24 +
.../editors/jckeditor/fields/jscombobox.js | 136 ++
.../jckeditor/fields/modals/css/index.html | 0
.../fields/modals/css/typography/index.html | 0
.../fields/modals/css/typography/modal_ie.css | 16 +
.../jckeditor/fields/modals/index.html | 0
.../jckeditor/fields/modals/js/index.html | 0
.../fields/modals/js/typography/LICENSE | 19 +
.../modals/js/typography/images/close.png | Bin 0 -> 274 bytes
.../modals/js/typography/images/index.html | 0
.../modals/js/typography/images/line.png | Bin 0 -> 149 bytes
.../modals/js/typography/images/mootree.gif | Bin 0 -> 14839 bytes
.../modals/js/typography/images/open.png | Bin 0 -> 287 bytes
.../fields/modals/js/typography/index.html | 0
.../modals/js/typography/lib/codemirror.css | 75 +
.../modals/js/typography/lib/codemirror.js | 8 +
.../modals/js/typography/lib/dialog.css | 30 +
.../modals/js/typography/lib/foldcode.js | 69 +
.../modals/js/typography/lib/index.html | 0
.../js/typography/lib/searchcodemirror.js | 269 +++
.../modals/js/typography/theme/default.css | 26 +
.../modals/js/typography/theme/index.html | 0
.../jckeditor/fields/modals/typography.php | 167 ++
.../editors/jckeditor/fields/script.php | 63 +
.../jckeditor/fields/stylesheettextarea.js | 59 +
.../jckeditor/fields/stylesheettextarea.php | 73 +
.../plugins/editors/jckeditor/htaccess.txt | 24 +
.../editors/jckeditor/images/index.html | 0
.../editors/jckeditor/images/loader.gif | Bin 0 -> 8092 bytes
.../editors/jckeditor/images/spacer.gif | Bin 0 -> 43 bytes
.../plugins/editors/jckeditor/includes.php | 119 ++
.../plugins/editors/jckeditor/index.html | 0
.../plugins/editors/jckeditor/install.php | 342 ++++
.../jckeditor/install/access/.htaccess | 156 ++
.../jckeditor/install/access/exceptions.ini | 43 +
.../jckeditor/install/access/index.html | 0
.../editors/jckeditor/install/controller.php | 177 ++
.../editors/jckeditor/install/css/index.html | 0
.../editors/jckeditor/install/css/style.css | 83 +
.../jckeditor/install/css/style_ie7.css | 39 +
.../jckeditor/install/css/style_ie8.css | 27 +
.../editors/jckeditor/install/images/css.png | Bin 0 -> 1536 bytes
.../jckeditor/install/images/folders.png | Bin 0 -> 1766 bytes
.../editors/jckeditor/install/images/font.png | Bin 0 -> 957 bytes
.../jckeditor/install/images/headerBg.png | Bin 0 -> 188 bytes
.../jckeditor/install/images/headerTitle.png | Bin 0 -> 9157 bytes
.../install/images/icon-48-cpanel.png | Bin 0 -> 4455 bytes
.../jckeditor/install/images/index.html | 0
.../jckeditor/install/images/installguide.png | Bin 0 -> 10331 bytes
.../jckeditor/install/images/paint.png | Bin 0 -> 1644 bytes
.../jckeditor/install/images/template.png | Bin 0 -> 1033 bytes
.../editors/jckeditor/install/images/tick.png | Bin 0 -> 1240 bytes
.../jckeditor/install/images/warning.png | Bin 0 -> 945 bytes
.../editors/jckeditor/install/index.html | 0
.../editors/jckeditor/install/index.php | 95 +
.../editors/jckeditor/install/js/combobox.js | 117 ++
.../editors/jckeditor/install/js/index.html | 0
.../jckeditor/install/models/folders.php | 148 ++
.../editors/jckeditor/install/models/font.php | 159 ++
.../jckeditor/install/models/index.html | 0
.../jckeditor/install/models/install.php | 192 ++
.../jckeditor/install/models/template.php | 1089 ++++++++++
.../jckeditor/install/plugins/index.html | 0
.../install/plugins/system/index.html | 1 +
.../install/plugins/system/jcktypography.css | 582 ++++++
.../install/plugins/system/jcktypography.php | 88 +
.../install/plugins/system/jcktypography.xml | 16 +
.../jckeditor/install/views/index.html | 0
.../install/views/install/index.html | 0
.../install/views/install/tmpl/default.php | 66 +
.../install/views/install/tmpl/default1.php | 79 +
.../install/views/install/tmpl/default2.php | 84 +
.../install/views/install/tmpl/default3.php | 107 +
.../install/views/install/tmpl/default4.php | 157 ++
.../install/views/install/tmpl/index.html | 1 +
.../install/views/install/view.html.php | 97 +
.../plugins/editors/jckeditor/jckeditor.php | 215 ++
.../plugins/editors/jckeditor/jckeditor.xml | 168 ++
.../includes/ckeditor/authenticate.php | 41 +
.../includes/ckeditor/autoload/index.html | 0
.../ckeditor/autoload/startconfig.php | 19 +
.../includes/ckeditor/cache/cache.php | 40 +
.../includes/ckeditor/cache/index.html | 0
.../includes/ckeditor/filter/index.html | 0
.../includes/ckeditor/filter/output.php | 29 +
.../includes/ckeditor/htmlwriter/helper.php | 103 +
.../ckeditor/htmlwriter/htmlwriter.php | 81 +
.../includes/ckeditor/htmlwriter/index.html | 0
.../ckeditor/htmlwriter/javascript.php | 112 +
.../ckeditor/htmlwriter/javascript/helper.php | 547 +++++
.../ckeditor/htmlwriter/javascript/index.html | 0
.../ckeditor/htmlwriter/javascript/jsmin.php | 389 ++++
.../jckeditor/includes/ckeditor/index.html | 0
.../jckeditor/includes/ckeditor/plugins.php | 56 +
.../plugins/authenticate/filebrowser.php | 60 +
.../ckeditor/plugins/authenticate/index.html | 0
.../includes/ckeditor/plugins/core/editor.php | 78 +
.../includes/ckeditor/plugins/core/env.php | 81 +
.../includes/ckeditor/plugins/core/index.html | 0
.../ckeditor/plugins/core/jelement.php | 48 +
.../ckeditor/plugins/core/plugins.php | 94 +
.../includes/ckeditor/plugins/core/tools.php | 64 +
.../ckeditor/plugins/default/dragndrop.php | 37 +
.../ckeditor/plugins/default/index.html | 0
.../ckeditor/plugins/default/user.php | 81 +
.../ckeditor/plugins/editor/347update.php | 44 +
.../ckeditor/plugins/editor/348update.php | 219 ++
.../ckeditor/plugins/editor/620update.php | 44 +
.../ckeditor/plugins/editor/654update.php | 44 +
.../ckeditor/plugins/editor/658update.php | 38 +
.../includes/ckeditor/plugins/editor/acl.php | 135 ++
.../plugins/editor/allvideosparameters.php | 47 +
.../ckeditor/plugins/editor/autofocus.php | 40 +
.../plugins/editor/backgroundcover.php | 37 +
.../ckeditor/plugins/editor/client.php | 41 +
.../plugins/editor/defaultbeeztypography.php | 84 +
.../ckeditor/plugins/editor/defaultfont.php | 46 +
.../ckeditor/plugins/editor/fsaparameters.php | 40 +
.../ckeditor/plugins/editor/htaccessmaker.php | 185 ++
.../ckeditor/plugins/editor/imagecss.php | 53 +
.../plugins/editor/imagedragndrop.php | 42 +
.../ckeditor/plugins/editor/index.html | 0
.../plugins/editor/languageoverrides.php | 69 +
.../ckeditor/plugins/editor/magicline.php | 34 +
.../ckeditor/plugins/editor/mobile.php | 53 +
.../ckeditor/plugins/editor/option.php | 32 +
.../ckeditor/plugins/editor/override.php | 43 +
.../ckeditor/plugins/editor/parameters.php | 71 +
.../plugins/editor/pluginoverrides.php | 261 +++
.../ckeditor/plugins/editor/sigparameters.php | 57 +
.../ckeditor/plugins/editor/toolbar.php | 88 +
.../ckeditor/plugins/editor/typography.php | 219 ++
.../ckeditor/plugins/editor/uicolor.php | 49 +
.../includes/ckeditor/plugins/editor/xml.php | 40 +
.../plugins/filebrowser/allvideos.php | 43 +
.../ckeditor/plugins/filebrowser/index.html | 0
.../filebrowser/simpleimagegallery.php | 52 +
.../plugins/filebrowser/view.html.php | 221 ++
.../includes/ckeditor/plugins/helper.php | 237 +++
.../includes/ckeditor/plugins/index.html | 0
.../ckeditor/plugins/stylesheet/beez5.php | 39 +
.../plugins/stylesheet/beezlayout.php | 39 +
.../plugins/stylesheet/beezpersonal.php | 39 +
.../ckeditor/plugins/stylesheet/index.html | 0
.../plugins/stylesheet/jcktypography.php | 40 +
.../ckeditor/plugins/toolbar/components.php | 63 +
.../ckeditor/plugins/toolbar/index.html | 0
.../ckeditor/plugins/toolbar/mobile.php | 40 +
.../ckeditor/plugins/toolbarplugins.php | 38 +
.../includes/ckeditor/session/index.html | 0
.../includes/ckeditor/session/session.php | 66 +
.../includes/ckeditor/stylesheet.php | 389 ++++
.../includes/ckeditor/stylesheet/helper.php | 22 +
.../includes/ckeditor/stylesheet/index.html | 0
.../ckeditor/stylesheet/writer/index.html | 0
.../stylesheet/writer/inlinestyles.php | 60 +
.../jckeditor/includes/ckeditor/toolbar.php | 74 +
.../includes/ckeditor/toolbar/basic.php | 72 +
.../includes/ckeditor/toolbar/blog.php | 67 +
.../includes/ckeditor/toolbar/full.php | 108 +
.../includes/ckeditor/toolbar/image.php | 18 +
.../includes/ckeditor/toolbar/index.html | 0
.../includes/ckeditor/toolbar/mobile.php | 54 +
.../includes/ckeditor/toolbar/publisher.php | 87 +
.../includes/ckeditor/user/index.html | 0
.../jckeditor/includes/ckeditor/user/user.php | 42 +
.../jckeditor/jckeditor/includes/index.html | 0
.../jckeditor/jckeditor/includes/loader.php | 192 ++
.../editors/jckeditor/jscolor/arrow.gif | Bin 0 -> 66 bytes
.../editors/jckeditor/jscolor/cross.gif | Bin 0 -> 83 bytes
.../plugins/editors/jckeditor/jscolor/hs.png | Bin 0 -> 2684 bytes
.../plugins/editors/jckeditor/jscolor/hv.png | Bin 0 -> 2865 bytes
.../editors/jckeditor/jscolor/index.html | 0
.../editors/jckeditor/jscolor/jscolor.js | 767 +++++++
.../editors/jckeditor/lang/_languages.js | 6 +
.../jckeditor/lang/_translationstatus.txt | 60 +
.../plugins/editors/jckeditor/lang/af.js | 6 +
.../plugins/editors/jckeditor/lang/ar.js | 6 +
.../plugins/editors/jckeditor/lang/bg.js | 6 +
.../plugins/editors/jckeditor/lang/bn.js | 6 +
.../plugins/editors/jckeditor/lang/bs.js | 6 +
.../plugins/editors/jckeditor/lang/ca.js | 6 +
.../plugins/editors/jckeditor/lang/cs.js | 6 +
.../plugins/editors/jckeditor/lang/cy.js | 6 +
.../plugins/editors/jckeditor/lang/da.js | 6 +
.../plugins/editors/jckeditor/lang/de.js | 6 +
.../plugins/editors/jckeditor/lang/el.js | 6 +
.../plugins/editors/jckeditor/lang/en-au.js | 6 +
.../plugins/editors/jckeditor/lang/en-ca.js | 6 +
.../plugins/editors/jckeditor/lang/en-gb.js | 6 +
.../plugins/editors/jckeditor/lang/en-uk.js | 6 +
.../plugins/editors/jckeditor/lang/en.js | 6 +
.../plugins/editors/jckeditor/lang/eo.js | 6 +
.../plugins/editors/jckeditor/lang/es.js | 6 +
.../plugins/editors/jckeditor/lang/et.js | 6 +
.../plugins/editors/jckeditor/lang/eu.js | 6 +
.../plugins/editors/jckeditor/lang/fa.js | 6 +
.../plugins/editors/jckeditor/lang/fi.js | 6 +
.../plugins/editors/jckeditor/lang/fo.js | 6 +
.../plugins/editors/jckeditor/lang/fr-ca.js | 6 +
.../plugins/editors/jckeditor/lang/fr.js | 6 +
.../plugins/editors/jckeditor/lang/gl.js | 6 +
.../plugins/editors/jckeditor/lang/gu.js | 6 +
.../plugins/editors/jckeditor/lang/he.js | 6 +
.../plugins/editors/jckeditor/lang/hi.js | 6 +
.../plugins/editors/jckeditor/lang/hr.js | 6 +
.../plugins/editors/jckeditor/lang/hu.js | 6 +
.../plugins/editors/jckeditor/lang/index.html | 0
.../plugins/editors/jckeditor/lang/is.js | 6 +
.../plugins/editors/jckeditor/lang/it.js | 6 +
.../plugins/editors/jckeditor/lang/ja.js | 6 +
.../plugins/editors/jckeditor/lang/km.js | 6 +
.../plugins/editors/jckeditor/lang/ko.js | 6 +
.../plugins/editors/jckeditor/lang/lt.js | 6 +
.../plugins/editors/jckeditor/lang/lv.js | 6 +
.../plugins/editors/jckeditor/lang/mn.js | 6 +
.../plugins/editors/jckeditor/lang/ms.js | 6 +
.../plugins/editors/jckeditor/lang/nb.js | 6 +
.../plugins/editors/jckeditor/lang/nl.js | 6 +
.../plugins/editors/jckeditor/lang/no.js | 6 +
.../plugins/editors/jckeditor/lang/pl.js | 6 +
.../plugins/editors/jckeditor/lang/pt-br.js | 6 +
.../plugins/editors/jckeditor/lang/pt.js | 6 +
.../plugins/editors/jckeditor/lang/ro.js | 6 +
.../plugins/editors/jckeditor/lang/ru.js | 6 +
.../plugins/editors/jckeditor/lang/sk.js | 6 +
.../plugins/editors/jckeditor/lang/sl.js | 6 +
.../plugins/editors/jckeditor/lang/sr-latn.js | 6 +
.../plugins/editors/jckeditor/lang/sr.js | 6 +
.../plugins/editors/jckeditor/lang/sv.js | 6 +
.../plugins/editors/jckeditor/lang/th.js | 6 +
.../plugins/editors/jckeditor/lang/tr.js | 6 +
.../plugins/editors/jckeditor/lang/uk.js | 6 +
.../plugins/editors/jckeditor/lang/vi.js | 6 +
.../plugins/editors/jckeditor/lang/zh-cn.js | 6 +
.../plugins/editors/jckeditor/lang/zh.js | 6 +
.../plugins/editors/jckeditor/loader.php | 197 ++
.../plugins/a11yhelp/dialogs/a11yhelp.js | 7 +
.../plugins/a11yhelp/dialogs/index.html | 0
.../jckeditor/plugins/a11yhelp/index.html | 0
.../jckeditor/plugins/a11yhelp/lang/en.js | 6 +
.../jckeditor/plugins/a11yhelp/lang/he.js | 6 +
.../plugins/a11yhelp/lang/index.html | 0
.../jckeditor/plugins/about/dialogs/about.js | 6 +
.../plugins/about/dialogs/index.html | 0
.../plugins/about/dialogs/logo_ckeditor.png | Bin 0 -> 2759 bytes
.../jckeditor/plugins/about/index.html | 0
.../adddialogfieldexample.xml | 14 +
.../plugins/adddialogfieldexample/index.html | 0
.../plugins/adddialogfieldexample/plugin.js | 8 +
.../jckeditor/plugins/audio/dialogs/audio.js | 297 +++
.../plugins/audio/dialogs/index.html | 0
.../jckeditor/plugins/audio/docs/index.html | 0
.../jckeditor/plugins/audio/docs/install.html | 79 +
.../jckeditor/plugins/audio/docs/styles.css | 74 +
.../jckeditor/plugins/audio/images/icon.png | Bin 0 -> 577 bytes
.../jckeditor/plugins/audio/images/index.html | 0
.../plugins/audio/images/placeholder.png | Bin 0 -> 986 bytes
.../jckeditor/plugins/audio/index.html | 0
.../editors/jckeditor/plugins/audio/plugin.js | 8 +
.../plugins/autofixbackgroundimage/index.html | 0
.../plugins/autofixbackgroundimage/plugin.js | 149 ++
.../jckeditor/plugins/autofixlink/index.html | 0
.../jckeditor/plugins/autofixlink/plugin.js | 8 +
.../jckeditor/plugins/autogrow/index.html | 0
.../jckeditor/plugins/autogrow/plugin.js | 8 +
.../plugins/autolaunchfilebrowser/plugin.js | 91 +
.../jckeditor/plugins/backgrounds/plugin.js | 368 ++++
.../plugins/chromereadmorefix/index.html | 0
.../plugins/chromereadmorefix/plugin.js | 45 +
.../plugins/clipboard/dialogs/index.html | 0
.../plugins/clipboard/dialogs/paste.js | 7 +
.../jckeditor/plugins/clipboard/index.html | 0
.../jckeditor/plugins/cmsstylesheet/plugin.js | 19 +
.../codemirrorresize/codemirrorresize.xml | 14 +
.../plugins/codemirrorresize/index.html | 0
.../plugins/codemirrorresize/plugin.js | 8 +
.../colordialog/dialogs/colordialog.js | 7 +
.../plugins/colordialog/dialogs/index.html | 0
.../jckeditor/plugins/colordialog/index.html | 0
.../plugins/dialog/dialogDefinition.js | 4 +
.../jckeditor/plugins/dialog/index.html | 0
.../jckeditor/plugins/div/dialogs/div.js | 8 +
.../jckeditor/plugins/div/dialogs/index.html | 0
.../editors/jckeditor/plugins/div/index.html | 0
.../jckeditor/plugins/find/dialogs/find.js | 9 +
.../jckeditor/plugins/find/dialogs/index.html | 0
.../editors/jckeditor/plugins/find/index.html | 0
.../jckeditor/plugins/flash/dialogs/flash.js | 9 +
.../plugins/flash/dialogs/index.html | 0
.../jckeditor/plugins/flash/images/index.html | 0
.../plugins/flash/images/placeholder.png | Bin 0 -> 256 bytes
.../jckeditor/plugins/flash/index.html | 0
.../plugins/forcesimpleamp/forcesimpleamp.xml | 14 +
.../plugins/forcesimpleamp/index.html | 0
.../plugins/forcesimpleamp/plugin.js | 8 +
.../jckeditor/plugins/forms/dialogs/button.js | 6 +
.../plugins/forms/dialogs/checkbox.js | 6 +
.../jckeditor/plugins/forms/dialogs/form.js | 6 +
.../plugins/forms/dialogs/hiddenfield.js | 6 +
.../plugins/forms/dialogs/index.html | 0
.../jckeditor/plugins/forms/dialogs/radio.js | 6 +
.../jckeditor/plugins/forms/dialogs/select.js | 9 +
.../plugins/forms/dialogs/textarea.js | 6 +
.../plugins/forms/dialogs/textfield.js | 7 +
.../plugins/forms/images/hiddenfield.gif | Bin 0 -> 105 bytes
.../jckeditor/plugins/forms/images/index.html | 0
.../jckeditor/plugins/forms/index.html | 0
.../jckeditor/plugins/html5support/index.html | 0
.../jckeditor/plugins/html5support/plugin.js | 8 +
.../plugins/ie11selectionfix/plugin.js | 85 +
.../ie9selectionoverride.xml | 14 +
.../plugins/ie9selectionoverride/index.html | 0
.../plugins/ie9selectionoverride/plugin.js | 8 +
.../plugins/ieelementpathfix/index.html | 0
.../plugins/ieelementpathfix/plugin.js | 8 +
.../ietoolbarcollasperfix.xml | 14 +
.../plugins/ietoolbarcollasperfix/index.html | 0
.../plugins/ietoolbarcollasperfix/plugin.js | 8 +
.../jckeditor/plugins/iframedialog/index.html | 0
.../jckeditor/plugins/iframedialog/plugin.js | 6 +
.../jckeditor/plugins/image/dialogs/image.js | 13 +
.../plugins/image/dialogs/index.html | 0
.../jckeditor/plugins/image/index.html | 0
.../plugins/imagedragndrop/imagedragndrop.xml | 18 +
.../plugins/imagedragndrop/index.html | 0
.../plugins/imagedragndrop/plugin.js | 8 +
.../jckeditor/plugins/jabout/dialogs/about.js | 10 +
.../plugins/jabout/dialogs/index.html | 0
.../jckeditor/plugins/jabout/dialogs/logo.png | Bin 0 -> 7292 bytes
.../jckeditor/plugins/jabout/index.html | 0
.../jckeditor/plugins/jabout/lang/en.js | 8 +
.../jckeditor/plugins/jabout/lang/index.html | 0
.../jckeditor/plugins/jfilebrowser/config.php | 172 ++
.../jfilebrowser/core/connector/index.html | 0
.../core/connector/php/connector.php | 128 ++
.../core/connector/php/constants.php | 66 +
.../core/connector/php/index.html | 0
.../php4/CommandHandler/CommandHandlerBase | 110 +
.../CommandHandler/CommandHandlerBase.php | 110 +
.../php/php4/CommandHandler/CreateFolder.php | 78 +
.../php/php4/CommandHandler/FileUpload.php | 151 ++
.../php/php4/CommandHandler/GetFolders.php | 80 +
.../php4/CommandHandler/GetFoldersAndFiles | 122 ++
.../CommandHandler/GetFoldersAndFiles.php | 122 ++
.../php/php4/CommandHandler/Init.php | 97 +
.../php/php4/CommandHandler/QuickUpload.php | 40 +
.../php4/CommandHandler/XmlCommandHandlerB | 106 +
.../CommandHandler/XmlCommandHandlerBase.php | 106 +
.../php/php4/CommandHandler/index.html | 0
.../core/connector/php/php4/Core/Config.php | 273 +++
.../connector/php/php4/Core/Connector.php | 93 +
.../core/connector/php/php4/Core/Factory.php | 58 +
.../connector/php/php4/Core/FolderHandler.php | 172 ++
.../core/connector/php/php4/Core/Registry.php | 65 +
.../php/php4/Core/ResourceTypeConfig.php | 253 +++
.../core/connector/php/php4/Core/Xml.php | 120 ++
.../core/connector/php/php4/Core/index.html | 0
.../connector/php/php4/ErrorHandler/Base.php | 76 +
.../php/php4/ErrorHandler/FileUpload.php | 54 +
.../connector/php/php4/ErrorHandler/Http.php | 62 +
.../php/php4/ErrorHandler/QuickUpload.php | 55 +
.../php/php4/ErrorHandler/index.html | 0
.../connector/php/php4/Utils/FileSystem.php | 409 ++++
.../core/connector/php/php4/Utils/Misc.php | 55 +
.../connector/php/php4/Utils/Security.php | 65 +
.../core/connector/php/php4/Utils/XmlNode.php | 129 ++
.../core/connector/php/php4/Utils/index.html | 0
.../core/connector/php/php4/index.html | 0
.../php5/CommandHandler/CommandHandlerBase | 110 +
.../CommandHandler/CommandHandlerBase.php | 110 +
.../php/php5/CommandHandler/CreateFolder.php | 78 +
.../php/php5/CommandHandler/FileUpload.php | 175 ++
.../php/php5/CommandHandler/GetFolders.php | 80 +
.../php5/CommandHandler/GetFoldersAndFiles | 122 ++
.../CommandHandler/GetFoldersAndFiles.php | 122 ++
.../php/php5/CommandHandler/Init.php | 97 +
.../php/php5/CommandHandler/QuickUpload.php | 40 +
.../php5/CommandHandler/XmlCommandHandlerB | 106 +
.../CommandHandler/XmlCommandHandlerBase.php | 106 +
.../php/php5/CommandHandler/index.html | 0
.../core/connector/php/php5/Core/Config.php | 295 +++
.../connector/php/php5/Core/Connector.php | 93 +
.../core/connector/php/php5/Core/Factory.php | 58 +
.../connector/php/php5/Core/FolderHandler.php | 172 ++
.../core/connector/php/php5/Core/Registry.php | 65 +
.../php/php5/Core/ResourceTypeConfig.php | 253 +++
.../core/connector/php/php5/Core/Xml.php | 120 ++
.../core/connector/php/php5/Core/index.html | 0
.../connector/php/php5/ErrorHandler/Base.php | 76 +
.../php/php5/ErrorHandler/FileUpload.php | 54 +
.../connector/php/php5/ErrorHandler/Http.php | 62 +
.../php/php5/ErrorHandler/QuickUpload.php | 55 +
.../php/php5/ErrorHandler/index.html | 0
.../connector/php/php5/Utils/FileSystem.php | 409 ++++
.../core/connector/php/php5/Utils/Misc.php | 55 +
.../connector/php/php5/Utils/Security.php | 65 +
.../core/connector/php/php5/Utils/XmlNode.php | 129 ++
.../core/connector/php/php5/Utils/index.html | 0
.../core/connector/php/php5/index.html | 0
.../plugins/jfilebrowser/core/index.html | 0
.../jfilebrowser/dialogs/filebrowser.css | 8 +
.../jfilebrowser/dialogs/filebrowser.js | 8 +
.../plugins/jfilebrowser/dialogs/index.html | 0
.../plugins/jfilebrowser/images/folder.gif | Bin 0 -> 355 bytes
.../plugins/jfilebrowser/images/folder32.gif | Bin 0 -> 281 bytes
.../jfilebrowser/images/folderOpened.gif | Bin 0 -> 178 bytes
.../jfilebrowser/images/folderOpened32.gif | Bin 0 -> 806 bytes
.../plugins/jfilebrowser/images/folderUp.gif | Bin 0 -> 376 bytes
.../plugins/jfilebrowser/images/icons/ai.gif | Bin 0 -> 403 bytes
.../plugins/jfilebrowser/images/icons/avi.gif | Bin 0 -> 282 bytes
.../plugins/jfilebrowser/images/icons/bmp.gif | Bin 0 -> 264 bytes
.../plugins/jfilebrowser/images/icons/cs.gif | Bin 0 -> 128 bytes
.../images/icons/default.icon.gif | Bin 0 -> 278 bytes
.../plugins/jfilebrowser/images/icons/dll.gif | Bin 0 -> 132 bytes
.../plugins/jfilebrowser/images/icons/doc.gif | Bin 0 -> 267 bytes
.../jfilebrowser/images/icons/docx.gif | Bin 0 -> 267 bytes
.../plugins/jfilebrowser/images/icons/exe.gif | Bin 0 -> 299 bytes
.../plugins/jfilebrowser/images/icons/fla.gif | Bin 0 -> 273 bytes
.../plugins/jfilebrowser/images/icons/gif.gif | Bin 0 -> 269 bytes
.../plugins/jfilebrowser/images/icons/htm.gif | Bin 0 -> 297 bytes
.../jfilebrowser/images/icons/html.gif | Bin 0 -> 297 bytes
.../jfilebrowser/images/icons/index.html | 0
.../plugins/jfilebrowser/images/icons/jpg.gif | Bin 0 -> 270 bytes
.../plugins/jfilebrowser/images/icons/js.gif | Bin 0 -> 139 bytes
.../plugins/jfilebrowser/images/icons/mdb.gif | Bin 0 -> 146 bytes
.../plugins/jfilebrowser/images/icons/mp3.gif | Bin 0 -> 284 bytes
.../plugins/jfilebrowser/images/icons/mp4.gif | Bin 0 -> 282 bytes
.../plugins/jfilebrowser/images/icons/oga.gif | Bin 0 -> 268 bytes
.../plugins/jfilebrowser/images/icons/ogg.gif | Bin 0 -> 268 bytes
.../plugins/jfilebrowser/images/icons/ogv.gif | Bin 0 -> 268 bytes
.../plugins/jfilebrowser/images/icons/pdf.gif | Bin 0 -> 269 bytes
.../plugins/jfilebrowser/images/icons/png.gif | Bin 0 -> 268 bytes
.../plugins/jfilebrowser/images/icons/ppt.gif | Bin 0 -> 260 bytes
.../jfilebrowser/images/icons/pptx.gif | Bin 0 -> 260 bytes
.../plugins/jfilebrowser/images/icons/rdp.gif | Bin 0 -> 606 bytes
.../plugins/jfilebrowser/images/icons/swf.gif | Bin 0 -> 301 bytes
.../plugins/jfilebrowser/images/icons/swt.gif | Bin 0 -> 301 bytes
.../plugins/jfilebrowser/images/icons/txt.gif | Bin 0 -> 289 bytes
.../plugins/jfilebrowser/images/icons/vsd.gif | Bin 0 -> 136 bytes
.../jfilebrowser/images/icons/webm.gif | Bin 0 -> 282 bytes
.../plugins/jfilebrowser/images/icons/xls.gif | Bin 0 -> 275 bytes
.../jfilebrowser/images/icons/xlsx.gif | Bin 0 -> 275 bytes
.../plugins/jfilebrowser/images/icons/xml.gif | Bin 0 -> 268 bytes
.../plugins/jfilebrowser/images/icons/zip.gif | Bin 0 -> 297 bytes
.../plugins/jfilebrowser/images/index.html | 0
.../plugins/jfilebrowser/images/spacer.gif | Bin 0 -> 43 bytes
.../jckeditor/plugins/jfilebrowser/index.html | 0
.../jckeditor/plugins/jfilebrowser/lang/de.js | 8 +
.../jckeditor/plugins/jfilebrowser/lang/en.js | 8 +
.../jckeditor/plugins/jfilebrowser/lang/es.js | 8 +
.../jckeditor/plugins/jfilebrowser/lang/fr.js | 8 +
.../plugins/jfilebrowser/lang/index.html | 0
.../jckeditor/plugins/jfilebrowser/lang/nl.js | 8 +
.../jckeditor/plugins/jfilebrowser/lang/ru.js | 8 +
.../jckeditor/plugins/jflash/dialogs/flash.js | 9 +
.../plugins/jflash/dialogs/index.html | 0
.../plugins/jflash/images/index.html | 0
.../plugins/jflash/images/placeholder.png | Bin 0 -> 256 bytes
.../jckeditor/plugins/jflash/index.html | 0
.../jckeditor/plugins/jhtmlencode/index.html | 0
.../plugins/jhtmlencode/jhtmlencode.xml | 14 +
.../jckeditor/plugins/jhtmlencode/plugin.js | 36 +
.../jckeditor/plugins/jlink/dialogs/ckxml.js | 8 +
.../plugins/jlink/dialogs/config.php | 93 +
.../plugins/jlink/dialogs/error_handler.php | 27 +
.../plugins/jlink/dialogs/index.html | 0
.../jckeditor/plugins/jlink/dialogs/jlink.js | 486 +++++
.../plugins/jlink/dialogs/magnifier_icon.png | Bin 0 -> 545 bytes
.../plugins/jlink/dialogs/suggest.class.php | 187 ++
.../plugins/jlink/dialogs/suggest.css | 17 +
.../plugins/jlink/dialogs/suggest.php | 31 +
.../jckeditor/plugins/jlink/index.html | 0
.../jckeditor/plugins/jsave/index.html | 0
.../editors/jckeditor/plugins/jsave/plugin.js | 8 +
.../jtreelink/dialogs/contentnodes.php | 154 ++
.../plugins/jtreelink/dialogs/index.html | 0
.../plugins/jtreelink/dialogs/initialize.php | 111 +
.../plugins/jtreelink/dialogs/jtreelink.js | 8 +
.../plugins/jtreelink/dialogs/links.php | 89 +
.../plugins/jtreelink/dialogs/menunodes.php | 128 ++
.../plugins/jtreelink/dialogs/nodes.php | 35 +
.../plugins/jtreelink/images/icon.png | Bin 0 -> 565 bytes
.../plugins/jtreelink/images/index.html | 0
.../plugins/jtreelink/images/jtreelink.png | Bin 0 -> 826 bytes
.../plugins/jtreelink/images/menu.png | Bin 0 -> 407 bytes
.../plugins/jtreelink/images/mootree.gif | Bin 0 -> 14839 bytes
.../jtreelink/images/mootree_loader.gif | Bin 0 -> 584 bytes
.../jckeditor/plugins/jtreelink/index.html | 0
.../jckeditor/plugins/jtreelink/lang/de.js | 8 +
.../jckeditor/plugins/jtreelink/lang/en.js | 8 +
.../jckeditor/plugins/jtreelink/lang/es.js | 8 +
.../jckeditor/plugins/jtreelink/lang/fi.js | 8 +
.../jckeditor/plugins/jtreelink/lang/fr.js | 8 +
.../plugins/jtreelink/lang/index.html | 0
.../jckeditor/plugins/jtreelink/lang/it.js | 8 +
.../jckeditor/plugins/jtreelink/lang/nl.js | 8 +
.../jckeditor/plugins/jtreelink/lang/ru.js | 8 +
.../jckeditor/plugins/jtreelink/plugin.js | 8 +
.../editors/jckeditor/plugins/lang/en.js | 6 +
.../editors/jckeditor/plugins/lang/he.js | 6 +
.../editors/jckeditor/plugins/lang/index.html | 0
.../jckeditor/plugins/link/dialogs/anchor.js | 6 +
.../jckeditor/plugins/link/dialogs/index.html | 0
.../jckeditor/plugins/link/dialogs/link.js | 11 +
.../jckeditor/plugins/link/images/anchor.gif | Bin 0 -> 184 bytes
.../jckeditor/plugins/link/images/index.html | 0
.../editors/jckeditor/plugins/link/index.html | 0
.../plugins/liststyle/dialogs/index.html | 0
.../plugins/liststyle/dialogs/liststyle.js | 6 +
.../jckeditor/plugins/liststyle/index.html | 0
.../jckeditor/plugins/liststyle/plugin.js | 6 +
.../plugins/magicline/images/Thumbs.db | Bin 0 -> 2560 bytes
.../plugins/magicline/images/icon.png | Bin 0 -> 172 bytes
.../jckeditor/plugins/magicline/lang/de.js | 8 +
.../jckeditor/plugins/magicline/lang/en.js | 8 +
.../jckeditor/plugins/magicline/lang/es.js | 8 +
.../jckeditor/plugins/magicline/lang/fi.js | 8 +
.../jckeditor/plugins/magicline/lang/fr.js | 8 +
.../jckeditor/plugins/magicline/lang/it.js | 8 +
.../jckeditor/plugins/magicline/lang/nl.js | 8 +
.../jckeditor/plugins/magicline/lang/pl.js | 8 +
.../jckeditor/plugins/magicline/lang/ru.js | 8 +
.../jckeditor/plugins/magicline/plugin.js | 1805 +++++++++++++++++
.../plugins/mobilefloatpanelfix/index.html | 0
.../plugins/mobilefloatpanelfix/plugin.js | 71 +
.../jckeditor/plugins/mobileimage/icon.png | Bin 0 -> 671 bytes
.../jckeditor/plugins/mobileimage/index.html | 0
.../jckeditor/plugins/mobileimage/plugin.js | 47 +
.../plugins/mobilemodalfix/index.html | 0
.../plugins/mobilemodalfix/plugin.js | 73 +
.../plugins/mobileviewport/index.html | 0
.../plugins/mobileviewport/plugin.js | 37 +
.../multipleclickdialoghandler/index.html | 0
.../multipleclickdialoghandler.xml | 14 +
.../multipleclickdialoghandler/plugin.js | 8 +
.../plugins/pagebreak/images/index.html | 0
.../plugins/pagebreak/images/pagebreak.gif | Bin 0 -> 54 bytes
.../jckeditor/plugins/pagebreak/index.html | 0
.../plugins/paneloverride/index.html | 0
.../jckeditor/plugins/paneloverride/plugin.js | 116 ++
.../plugins/pastefromword/filter/default.js | 10 +
.../plugins/pastefromword/filter/index.html | 0
.../plugins/pastefromword/index.html | 0
.../jckeditor/plugins/pastehtml/plugin.js | 91 +
.../plugins/pastetext/dialogs/index.html | 0
.../plugins/pastetext/dialogs/pastetext.js | 6 +
.../jckeditor/plugins/pastetext/index.html | 0
.../plugins/readmore/images/index.html | 0
.../plugins/readmore/images/readmore.gif | Bin 0 -> 54 bytes
.../jckeditor/plugins/readmore/index.html | 0
.../jckeditor/plugins/readmore/plugin.js | 8 +
.../plugins/scayt/dialogs/index.html | 0
.../plugins/scayt/dialogs/options.js | 8 +
.../plugins/scayt/dialogs/toolbar.css | 6 +
.../jckeditor/plugins/scayt/index.html | 0
.../showblocks/images/block_address.png | Bin 0 -> 171 bytes
.../showblocks/images/block_blockquote.png | Bin 0 -> 181 bytes
.../plugins/showblocks/images/block_div.png | Bin 0 -> 136 bytes
.../plugins/showblocks/images/block_h1.png | Bin 0 -> 127 bytes
.../plugins/showblocks/images/block_h2.png | Bin 0 -> 134 bytes
.../plugins/showblocks/images/block_h3.png | Bin 0 -> 131 bytes
.../plugins/showblocks/images/block_h4.png | Bin 0 -> 133 bytes
.../plugins/showblocks/images/block_h5.png | Bin 0 -> 133 bytes
.../plugins/showblocks/images/block_h6.png | Bin 0 -> 129 bytes
.../plugins/showblocks/images/block_p.png | Bin 0 -> 119 bytes
.../plugins/showblocks/images/block_pre.png | Bin 0 -> 136 bytes
.../plugins/showblocks/images/index.html | 0
.../jckeditor/plugins/showblocks/index.html | 0
.../plugins/smiley/dialogs/index.html | 0
.../plugins/smiley/dialogs/smiley.js | 7 +
.../plugins/smiley/images/angel_smile.gif | Bin 0 -> 313 bytes
.../plugins/smiley/images/angry_smile.gif | Bin 0 -> 320 bytes
.../plugins/smiley/images/broken_heart.gif | Bin 0 -> 289 bytes
.../plugins/smiley/images/confused_smile.gif | Bin 0 -> 320 bytes
.../plugins/smiley/images/cry_smile.gif | Bin 0 -> 322 bytes
.../plugins/smiley/images/devil_smile.gif | Bin 0 -> 315 bytes
.../smiley/images/embaressed_smile.gif | Bin 0 -> 321 bytes
.../plugins/smiley/images/envelope.gif | Bin 0 -> 319 bytes
.../jckeditor/plugins/smiley/images/heart.gif | Bin 0 -> 275 bytes
.../plugins/smiley/images/index.html | 0
.../jckeditor/plugins/smiley/images/kiss.gif | Bin 0 -> 273 bytes
.../plugins/smiley/images/lightbulb.gif | Bin 0 -> 290 bytes
.../plugins/smiley/images/omg_smile.gif | Bin 0 -> 316 bytes
.../plugins/smiley/images/regular_smile.gif | Bin 0 -> 319 bytes
.../plugins/smiley/images/sad_smile.gif | Bin 0 -> 315 bytes
.../plugins/smiley/images/shades_smile.gif | Bin 0 -> 309 bytes
.../plugins/smiley/images/teeth_smile.gif | Bin 0 -> 317 bytes
.../plugins/smiley/images/thumbs_down.gif | Bin 0 -> 278 bytes
.../plugins/smiley/images/thumbs_up.gif | Bin 0 -> 280 bytes
.../plugins/smiley/images/tounge_smile.gif | Bin 0 -> 316 bytes
.../images/whatchutalkingabout_smile.gif | Bin 0 -> 300 bytes
.../plugins/smiley/images/wink_smile.gif | Bin 0 -> 318 bytes
.../jckeditor/plugins/smiley/index.html | 0
.../plugins/specialchar/dialogs/index.html | 0
.../specialchar/dialogs/specialchar.js | 7 +
.../jckeditor/plugins/specialchar/index.html | 0
.../jckeditor/plugins/styles/index.html | 0
.../plugins/styles/styles/default.js | 6 +
.../plugins/styles/styles/index.html | 0
.../plugins/table/dialogs/index.html | 0
.../jckeditor/plugins/table/dialogs/table.js | 9 +
.../jckeditor/plugins/table/index.html | 0
.../jckeditor/plugins/tableresize/index.html | 0
.../jckeditor/plugins/tableresize/plugin.js | 7 +
.../plugins/tabletools/dialogs/index.html | 0
.../plugins/tabletools/dialogs/tableCell.js | 8 +
.../jckeditor/plugins/tabletools/index.html | 0
.../plugins/templates/dialogs/index.html | 0
.../plugins/templates/dialogs/templates.js | 7 +
.../jckeditor/plugins/templates/index.html | 0
.../plugins/templates/templates/default.js | 44 +
.../templates/templates/images/index.html | 0
.../templates/templates/images/template1.gif | Bin 0 -> 3224 bytes
.../templates/templates/images/template2.gif | Bin 0 -> 3323 bytes
.../templates/templates/images/template3.gif | Bin 0 -> 3594 bytes
.../templates/templates/images/template4.gif | Bin 0 -> 5714 bytes
.../templates/templates/images/template5.gif | Bin 0 -> 4504 bytes
.../templates/templates/images/template6.gif | Bin 0 -> 4504 bytes
.../plugins/templates/templates/index.html | 0
.../plugins/uicolor/dialogs/index.html | 0
.../plugins/uicolor/dialogs/uicolor.js | 11 +
.../plugins/uicolor/dialogs/uicolor.php | 20 +
.../jckeditor/plugins/uicolor/index.html | 0
.../jckeditor/plugins/uicolor/lang/de.js | 6 +
.../jckeditor/plugins/uicolor/lang/en.js | 6 +
.../jckeditor/plugins/uicolor/lang/es.js | 6 +
.../jckeditor/plugins/uicolor/lang/fr.js | 6 +
.../jckeditor/plugins/uicolor/lang/he.js | 6 +
.../jckeditor/plugins/uicolor/lang/index.html | 0
.../jckeditor/plugins/uicolor/lang/nl.js | 6 +
.../jckeditor/plugins/uicolor/lang/ru.js | 6 +
.../jckeditor/plugins/uicolor/plugin.js | 6 +
.../jckeditor/plugins/uicolor/uicolor.gif | Bin 0 -> 1062 bytes
.../plugins/uicolor/yui/assets/hue_bg.png | Bin 0 -> 1120 bytes
.../plugins/uicolor/yui/assets/hue_thumb.png | Bin 0 -> 195 bytes
.../plugins/uicolor/yui/assets/index.html | 0
.../uicolor/yui/assets/picker_mask.png | Bin 0 -> 12174 bytes
.../uicolor/yui/assets/picker_thumb.png | Bin 0 -> 192 bytes
.../plugins/uicolor/yui/assets/yui.css | 6 +
.../jckeditor/plugins/uicolor/yui/index.html | 0
.../jckeditor/plugins/uicolor/yui/yui.js | 76 +
.../plugins/video/dialogs/index.html | 0
.../jckeditor/plugins/video/dialogs/video.js | 8 +
.../jckeditor/plugins/video/docs/index.html | 0
.../jckeditor/plugins/video/docs/install.html | 79 +
.../jckeditor/plugins/video/docs/styles.css | 74 +
.../jckeditor/plugins/video/images/icon.png | Bin 0 -> 540 bytes
.../jckeditor/plugins/video/images/index.html | 0
.../plugins/video/images/placeholder.png | Bin 0 -> 986 bytes
.../jckeditor/plugins/video/index.html | 0
.../editors/jckeditor/plugins/video/plugin.js | 8 +
.../jckeditor/plugins/webkitdrag/plugin.js | 410 ++++
.../plugins/webkitdrag/webkitdrag.xml | 17 +
.../plugins/wsc/dialogs/ciframe.html | 49 +
.../jckeditor/plugins/wsc/dialogs/index.html | 0
.../plugins/wsc/dialogs/tmpFrameset.html | 52 +
.../jckeditor/plugins/wsc/dialogs/wsc.css | 6 +
.../jckeditor/plugins/wsc/dialogs/wsc.js | 9 +
.../editors/jckeditor/plugins/wsc/index.html | 0
.../editors/jckeditor/plugins/xml/plugin.js | 190 ++
.../jckeditor/plugins/xml/wgxpath.install.js | 45 +
.../editors/jckeditor/skins/index.html | 0
.../editors/jckeditor/skins/kama/dialog.css | 19 +
.../editors/jckeditor/skins/kama/editor.css | 13 +
.../skins/kama/images/dialog_sides.gif | Bin 0 -> 48 bytes
.../skins/kama/images/dialog_sides.png | Bin 0 -> 178 bytes
.../skins/kama/images/dialog_sides_rtl.png | Bin 0 -> 181 bytes
.../jckeditor/skins/kama/images/index.html | 0
.../jckeditor/skins/kama/images/mini.gif | Bin 0 -> 183 bytes
.../jckeditor/skins/kama/images/noimage.png | Bin 0 -> 2115 bytes
.../jckeditor/skins/kama/images/sprites.png | Bin 0 -> 7086 bytes
.../skins/kama/images/sprites_ie6.png | Bin 0 -> 2724 bytes
.../skins/kama/images/toolbar_start.gif | Bin 0 -> 105 bytes
.../editors/jckeditor/skins/kama/index.html | 0
.../editors/jckeditor/skins/kama/skin.js | 7 +
.../jckeditor/skins/kama/templates.css | 6 +
.../jckeditor/skins/office2007/dialog.css | 8 +
.../jckeditor/skins/office2007/editor.css | 13 +
.../jckeditor/skins/office2007/icons.png | Bin 0 -> 10917 bytes
.../jckeditor/skins/office2007/icons_rtl.png | Bin 0 -> 10914 bytes
.../skins/office2007/images/bg_bot.png | Bin 0 -> 195 bytes
.../skins/office2007/images/bg_top.png | Bin 0 -> 163 bytes
.../skins/office2007/images/button-bg.png | Bin 0 -> 163 bytes
.../office2007/images/button_mask-hover.png | Bin 0 -> 125 bytes
.../skins/office2007/images/button_mask.png | Bin 0 -> 125 bytes
.../skins/office2007/images/dialog_sides.gif | Bin 0 -> 48 bytes
.../skins/office2007/images/dialog_sides.png | Bin 0 -> 178 bytes
.../office2007/images/dialog_sides_rtl.png | Bin 0 -> 181 bytes
.../skins/office2007/images/index.html | 0
.../skins/office2007/images/inspector.png | Bin 0 -> 767 bytes
.../skins/office2007/images/mini.gif | Bin 0 -> 1155 bytes
.../skins/office2007/images/noimage.png | Bin 0 -> 3801 bytes
.../skins/office2007/images/sprites.png | Bin 0 -> 5021 bytes
.../jckeditor/skins/office2007/index.html | 0
.../jckeditor/skins/office2007/skin.js | 14 +
.../jckeditor/skins/office2007/templates.css | 8 +
.../jckeditor/themes/default/index.html | 0
.../editors/jckeditor/themes/default/theme.js | 8 +
.../editors/jckeditor/themes/index.html | 0
.../plugins/editors/jckeditor/typography.php | 61 +
.../DryIcons Commercial License Agreement.txt | 43 +
.../editors/jckeditor/typography/accept.png | Bin 0 -> 1855 bytes
.../jckeditor/typography/accessible.png | Bin 0 -> 2642 bytes
.../jckeditor/typography/attachment.png | Bin 0 -> 2039 bytes
.../jckeditor/typography/bg-precode.png | Bin 0 -> 141 bytes
.../jckeditor/typography/blockquotes.png | Bin 0 -> 760 bytes
.../jckeditor/typography/calculator.png | Bin 0 -> 3061 bytes
.../editors/jckeditor/typography/camera.png | Bin 0 -> 5067 bytes
.../editors/jckeditor/typography/cart.png | Bin 0 -> 5454 bytes
.../editors/jckeditor/typography/chat.png | Bin 0 -> 5050 bytes
.../editors/jckeditor/typography/comment.png | Bin 0 -> 1215 bytes
.../jckeditor/typography/cursor_zoom.png | Bin 0 -> 1531 bytes
.../editors/jckeditor/typography/cut.png | Bin 0 -> 3611 bytes
.../editors/jckeditor/typography/document.png | Bin 0 -> 2125 bytes
.../typography/dollar_currency_sign.png | Bin 0 -> 6219 bytes
.../typography/euro_currency_sign.png | Bin 0 -> 3262 bytes
.../editors/jckeditor/typography/film.png | Bin 0 -> 5443 bytes
.../editors/jckeditor/typography/flash.png | Bin 0 -> 2686 bytes
.../editors/jckeditor/typography/heart.png | Bin 0 -> 1852 bytes
.../editors/jckeditor/typography/index.html | 0
.../editors/jckeditor/typography/info.png | Bin 0 -> 2555 bytes
.../jckeditor/typography/light_bulb.png | Bin 0 -> 4738 bytes
.../editors/jckeditor/typography/mail.png | Bin 0 -> 1957 bytes
.../jckeditor/typography/mask-black.png | Bin 0 -> 455 bytes
.../jckeditor/typography/mask-white.png | Bin 0 -> 530 bytes
.../editors/jckeditor/typography/next.png | Bin 0 -> 1398 bytes
.../editors/jckeditor/typography/pdf.png | Bin 0 -> 2743 bytes
.../editors/jckeditor/typography/pin.png | Bin 0 -> 6745 bytes
.../editors/jckeditor/typography/previous.png | Bin 0 -> 1434 bytes
.../editors/jckeditor/typography/recycle.png | Bin 0 -> 6219 bytes
.../editors/jckeditor/typography/sound.png | Bin 0 -> 4269 bytes
.../editors/jckeditor/typography/star.png | Bin 0 -> 1863 bytes
.../sterling_pound_currency_sign.png | Bin 0 -> 3166 bytes
.../editors/jckeditor/typography/support.png | Bin 0 -> 6581 bytes
.../jckeditor/typography/typography.php | 65 +
.../jckeditor/typography/typography2.php | 65 +
.../jckeditor/typography/video_clip.png | Bin 0 -> 4707 bytes
.../editors/jckeditor/typography/warning.png | Bin 0 -> 2337 bytes
.../jckeditor/typography/zip_download.png | Bin 0 -> 2954 bytes
.../jckman/plugins/system/jckmodal/index.html | 0
.../plugins/system/jckmodal/jckmodal.php | 34 +
.../plugins/system/jckmodal/jckmodal.xml | 17 +
.../plugins/system/jcktypography/index.html | 1 +
.../system/jcktypography/jcktypography.php | 88 +
.../system/jcktypography/jcktypography.xml | 16 +
1385 files changed, 46651 insertions(+)
create mode 100644 deployed/jckman/administrator/components/com_jckman/access.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/adapters/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/adapters/language.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/adapters/plugin.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/base/controller.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/base/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/base/loader.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/com_jckman.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/config.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handler.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/addcolorlist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/addselectlist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/documenttypelist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/dualaddcolorlist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/dualaddselectlist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/filebrowsers.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/resizeradio.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/smileypath.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/textarealist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/handlers/windowfeatureslist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/config/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/controller.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/controllers/cpanel.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/controllers/import.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/controllers/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/controllers/install.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/controllers/list.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/controllers/manage.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/controllers/toolbars.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/css/header.css
create mode 100644 deployed/jckman/administrator/components/com_jckman/css/icons.css
create mode 100644 deployed/jckman/administrator/components/com_jckman/css/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/acl.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/components.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/editor.css
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/import.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/includes.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/lang/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/languageoverrides.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/overrides/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/pluginoverrides.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/audio.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/autogrow.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/colorbutton.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/colordialog.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/contextmenu.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/dialog.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/editingblock.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/enterkey.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/find.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/font.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/image.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/imagedragndrop.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/indent.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/jabout.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/jfilebrowser.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/jflash.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/jtreelink.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/link.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/pastefromword.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/pastetext.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/removeformat.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/replace.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/scayt.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/showblocks.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/showborders.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/smiley.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/sourcearea.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/tab.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/templates.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/toolbar.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/undo.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/video.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/plugins/wysiwygarea.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/editor/scayt.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/event/cpanel.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/event/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/event/list.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/event/observable/editor.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/event/observable/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/event/toolbars.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/help/en-GB/editplugin.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/help/en-GB/import.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/help/en-GB/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/help/en-GB/install.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/help/en-GB/list.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/help/en-GB/toolbars.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/help/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/helper.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/helpers/archive.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/helpers/archivefactory.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/helpers/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/helpers/installer.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/helpers/restorer.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/helpers/simplexml.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/helpers/xmlelement.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/html/editor.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/html/html.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/html/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/Thumbs.db
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/font.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/fontsize.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/format.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-16-cpanel.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-16-installer.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-16-layout.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-16-manager.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-16-pluginmanager.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-16-restore.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-24-installer.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-24-layout.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-24-man.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-24-plugin.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-24-question.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-24-support.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-24-sync.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-24-systemcheck.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-32-cpanel.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-32-export.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-32-layout.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-cpanel.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-editor.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-export.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-import.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-installer.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-layout.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-plugin.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-sync.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-systemcheck.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-48-systemcheckOLD.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-64-editor.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-64-export.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-64-import.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-64-installer.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-64-layout.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-64-plugin.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-64-sync.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-64-systemcheck.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icon-64-uninstaller.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/icons.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/jck-manager-logo.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/jcklogo.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/jlink.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/spacer.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/icons/stylescombo.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/install.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/jckman.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/js/groups.j25.js
create mode 100644 deployed/jckman/administrator/components/com_jckman/js/groups.js
create mode 100644 deployed/jckman/administrator/components/com_jckman/js/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/js/toolbars.j25.js
create mode 100644 deployed/jckman/administrator/components/com_jckman/js/toolbars.js
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckjtreelink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jcksourcearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/de-DE.plg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/de-DE/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckjtreelink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jcksourcearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/en-GB.plg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/en-GB/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckjtreelink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jcksourcearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/es-ES.plg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/es-ES/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckjtreelink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jcksourcearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/fi-FI.plg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fi-FI/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckjtreelink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jcksourcearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FR.plg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckindex.html.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jcksoucearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/fr-FRplg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/fr-FR/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckjtreelink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jcksourcearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-IT.plg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckindex.html.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jcksoucearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/it-IT/it-ITplg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckjtreelink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jcksourcearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NL.plg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NLplg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NLplg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NLplg_jckindex.html.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NLplg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NLplg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NLplg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NLplg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/nl-NL/nl-NLplg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/overrides/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckaudio.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckautogrow.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckcolorbutton.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckcolordialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckcontextmenu.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckdialog.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckeditingblock.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckenterkey.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckfind.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckfont.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckimage.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckimagedragndrop.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckindent.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckjabout.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckjfilebrowser.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckjflash.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckjtreelink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jcklink.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckpastefromword.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckpastetext.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckremoveformat.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckreplace.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckscayt.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckshowblocks.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckshowborders.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jcksmiley.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jcksourcearea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jcktab.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jcktemplates.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jcktoolbar.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckundo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckvideo.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/language/ru-RU/ru-RU.plg_jckwysiwygarea.ini
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/editplugin.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/extension.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/addcolorlist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/addselectlist.js
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/addselectlist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/documenttypelist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/dualaddcolorlist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/dualaddselectlist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/filebrowsers.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/groupslist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jscolor.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jscolor/arrow.gif
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jscolor/cross.gif
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jscolor/hs.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jscolor/hv.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jscolor/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jscolor/jscolor.js
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jscombo.js
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jscombo.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jsradio.js
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/jsradio.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/plugintitle.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/resizeradio.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/textarealist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/toolbarlist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/fields/windowfeatureslist.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/form/editplugin.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/form/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/form/install.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/import.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/install.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/language.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/list.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/manage.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/plugin.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/models/toolbars.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/modules/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/modules/mod_jckquickicon/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/modules/mod_jckquickicon/mod_jckquickicon.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/modules/mod_jckquickicon/mod_jckquickicon.xml
create mode 100644 deployed/jckman/administrator/components/com_jckman/restorers/backup.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/restorers/backup.php.old
create mode 100644 deployed/jckman/administrator/components/com_jckman/restorers/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/restorers/plugin.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/sql/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/sql/install.sql
create mode 100644 deployed/jckman/administrator/components/com_jckman/sql/uninstall.sql
create mode 100644 deployed/jckman/administrator/components/com_jckman/tables/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/tables/language.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/tables/plugin.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/tables/toolbar.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/cpanel/css/cpanel.css
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/cpanel/css/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/cpanel/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/cpanel/tmpl/default.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/cpanel/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/cpanel/view.html.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/default/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/default/tmpl/default_ftp.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/default/tmpl/default_message.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/default/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/default/view.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/editplugin/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/editplugin/tmpl/form.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/editplugin/tmpl/form_editor.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/editplugin/tmpl/form_options.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/editplugin/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/editplugin/view.html.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/extension/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/extension/tmpl/default.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/extension/tmpl/default_item.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/extension/tmpl/default_language.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/extension/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/extension/view.html.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/import/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/import/tmpl/default.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/import/tmpl/default_form.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/import/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/import/view.html.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/install/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/install/tmpl/default.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/install/tmpl/default_form.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/install/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/install/tmpl/manage.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/install/view.html.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/list/css/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/list/css/plugins.css
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/list/images/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/list/images/spacer.gif
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/list/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/list/tmpl/default.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/list/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/list/view.html.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/restore/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/restore/tmpl/default_ftp.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/restore/tmpl/default_message.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/restore/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/restore/view.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/css/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/css/sorttables.css
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/css/sorttables_ie7.css
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/images/bg_bot.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/images/bg_top.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/images/icon-bg.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/images/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/images/spacer.gif
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/images/toolbar-bg.png
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/tmpl/form.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/tmpl/form_editor.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/view.html.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbar/view.html.php.new
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbars/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbars/tmpl/default.php
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbars/tmpl/index.html
create mode 100644 deployed/jckman/administrator/components/com_jckman/views/toolbars/view.html.php
create mode 100644 deployed/jckman/administrator/modules/mod_jckquickicon/index.html
create mode 100644 deployed/jckman/administrator/modules/mod_jckquickicon/mod_jckquickicon.php
create mode 100644 deployed/jckman/administrator/modules/mod_jckquickicon/mod_jckquickicon.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/adapters/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/adapters/jquery.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/ckeditor.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/config.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/contents.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/combo.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/combobox.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/jscolor.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/jscombo.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/jscombobox.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/jscombobox.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/css/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/css/typography/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/css/typography/modal_ie.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/LICENSE
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/images/close.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/images/line.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/images/mootree.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/images/open.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/lib/codemirror.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/lib/codemirror.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/lib/dialog.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/lib/foldcode.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/lib/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/lib/searchcodemirror.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/theme/default.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/js/typography/theme/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/modals/typography.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/script.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/stylesheettextarea.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/fields/stylesheettextarea.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/htaccess.txt
create mode 100644 deployed/jckman/plugins/editors/jckeditor/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/images/loader.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/images/spacer.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/includes.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/access/.htaccess
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/access/exceptions.ini
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/access/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/controller.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/css/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/css/style.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/css/style_ie7.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/css/style_ie8.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/css.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/folders.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/font.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/headerBg.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/headerTitle.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/icon-48-cpanel.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/installguide.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/paint.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/template.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/tick.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/images/warning.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/index.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/js/combobox.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/js/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/models/folders.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/models/font.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/models/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/models/install.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/models/template.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/plugins/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/plugins/system/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/plugins/system/jcktypography.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/plugins/system/jcktypography.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/plugins/system/jcktypography.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/views/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/views/install/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/views/install/tmpl/default.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/views/install/tmpl/default1.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/views/install/tmpl/default2.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/views/install/tmpl/default3.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/views/install/tmpl/default4.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/views/install/tmpl/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/install/views/install/view.html.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/authenticate.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/autoload/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/autoload/startconfig.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/cache/cache.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/cache/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/filter/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/filter/output.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/htmlwriter/helper.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/htmlwriter/htmlwriter.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/htmlwriter/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/htmlwriter/javascript.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/htmlwriter/javascript/helper.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/htmlwriter/javascript/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/htmlwriter/javascript/jsmin.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/authenticate/filebrowser.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/authenticate/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/core/editor.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/core/env.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/core/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/core/jelement.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/core/plugins.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/core/tools.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/default/dragndrop.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/default/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/default/user.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/347update.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/348update.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/620update.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/654update.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/658update.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/acl.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/allvideosparameters.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/autofocus.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/backgroundcover.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/client.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/defaultbeeztypography.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/defaultfont.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/fsaparameters.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/htaccessmaker.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/imagecss.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/imagedragndrop.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/languageoverrides.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/magicline.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/mobile.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/option.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/override.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/parameters.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/pluginoverrides.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/sigparameters.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/toolbar.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/typography.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/uicolor.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/editor/xml.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/filebrowser/allvideos.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/filebrowser/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/filebrowser/simpleimagegallery.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/filebrowser/view.html.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/helper.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/stylesheet/beez5.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/stylesheet/beezlayout.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/stylesheet/beezpersonal.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/stylesheet/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/stylesheet/jcktypography.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/toolbar/components.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/toolbar/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/toolbar/mobile.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/plugins/toolbarplugins.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/session/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/session/session.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/stylesheet.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/stylesheet/helper.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/stylesheet/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/stylesheet/writer/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/stylesheet/writer/inlinestyles.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/toolbar.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/toolbar/basic.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/toolbar/blog.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/toolbar/full.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/toolbar/image.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/toolbar/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/toolbar/mobile.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/toolbar/publisher.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/user/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/ckeditor/user/user.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jckeditor/includes/loader.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jscolor/arrow.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jscolor/cross.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jscolor/hs.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jscolor/hv.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jscolor/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/jscolor/jscolor.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/_languages.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/_translationstatus.txt
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/af.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/ar.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/bg.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/bn.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/bs.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/ca.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/cs.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/cy.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/da.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/de.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/el.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/en-au.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/en-ca.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/en-gb.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/en-uk.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/en.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/eo.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/es.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/et.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/eu.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/fa.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/fi.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/fo.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/fr-ca.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/fr.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/gl.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/gu.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/he.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/hi.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/hr.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/hu.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/is.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/it.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/ja.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/km.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/ko.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/lt.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/lv.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/mn.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/ms.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/nb.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/nl.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/no.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/pl.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/pt-br.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/pt.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/ro.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/ru.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/sk.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/sl.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/sr-latn.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/sr.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/sv.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/th.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/tr.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/uk.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/vi.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/zh-cn.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/lang/zh.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/loader.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/a11yhelp/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/a11yhelp/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/a11yhelp/lang/en.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/a11yhelp/lang/he.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/a11yhelp/lang/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/about/dialogs/about.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/about/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/about/dialogs/logo_ckeditor.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/about/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/adddialogfieldexample/adddialogfieldexample.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/adddialogfieldexample/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/adddialogfieldexample/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/dialogs/audio.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/docs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/docs/install.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/docs/styles.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/images/icon.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/images/placeholder.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/audio/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/autofixbackgroundimage/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/autofixbackgroundimage/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/autofixlink/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/autofixlink/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/autogrow/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/autogrow/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/autolaunchfilebrowser/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/backgrounds/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/chromereadmorefix/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/chromereadmorefix/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/clipboard/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/clipboard/dialogs/paste.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/clipboard/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/cmsstylesheet/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/codemirrorresize/codemirrorresize.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/codemirrorresize/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/codemirrorresize/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/colordialog/dialogs/colordialog.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/colordialog/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/colordialog/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/dialog/dialogDefinition.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/dialog/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/div/dialogs/div.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/div/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/div/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/find/dialogs/find.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/find/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/find/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/flash/dialogs/flash.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/flash/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/flash/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/flash/images/placeholder.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/flash/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forcesimpleamp/forcesimpleamp.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forcesimpleamp/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forcesimpleamp/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/dialogs/button.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/dialogs/checkbox.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/dialogs/form.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/dialogs/hiddenfield.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/dialogs/radio.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/dialogs/select.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/dialogs/textarea.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/dialogs/textfield.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/images/hiddenfield.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/forms/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/html5support/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/html5support/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/ie11selectionfix/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/ie9selectionoverride/ie9selectionoverride.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/ie9selectionoverride/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/ie9selectionoverride/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/ieelementpathfix/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/ieelementpathfix/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/ietoolbarcollasperfix/ietoolbarcollasperfix.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/ietoolbarcollasperfix/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/ietoolbarcollasperfix/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/iframedialog/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/iframedialog/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/image/dialogs/image.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/image/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/image/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/imagedragndrop/imagedragndrop.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/imagedragndrop/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/imagedragndrop/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jabout/dialogs/about.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jabout/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jabout/dialogs/logo.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jabout/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jabout/lang/en.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jabout/lang/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/config.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/connector.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/constants.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/CommandHandlerBase
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/CommandHandlerBase.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/CreateFolder.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/FileUpload.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/GetFolders.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/GetFoldersAndFiles
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/GetFoldersAndFiles.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/Init.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/QuickUpload.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/XmlCommandHandlerB
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/XmlCommandHandlerBase.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/CommandHandler/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Core/Config.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Core/Connector.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Core/Factory.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Core/FolderHandler.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Core/Registry.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Core/ResourceTypeConfig.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Core/Xml.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Core/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/ErrorHandler/Base.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/ErrorHandler/FileUpload.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/ErrorHandler/Http.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/ErrorHandler/QuickUpload.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/ErrorHandler/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Utils/FileSystem.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Utils/Misc.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Utils/Security.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Utils/XmlNode.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/Utils/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php4/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/CommandHandlerBase
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/CommandHandlerBase.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/CreateFolder.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/FileUpload.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/GetFolders.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/GetFoldersAndFiles
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/GetFoldersAndFiles.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/Init.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/QuickUpload.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/XmlCommandHandlerB
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/XmlCommandHandlerBase.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/CommandHandler/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Core/Config.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Core/Connector.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Core/Factory.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Core/FolderHandler.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Core/Registry.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Core/ResourceTypeConfig.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Core/Xml.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Core/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/ErrorHandler/Base.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/ErrorHandler/FileUpload.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/ErrorHandler/Http.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/ErrorHandler/QuickUpload.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/ErrorHandler/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Utils/FileSystem.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Utils/Misc.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Utils/Security.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Utils/XmlNode.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/Utils/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/core/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/dialogs/filebrowser.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/dialogs/filebrowser.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/folder.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/folder32.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/folderOpened.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/folderOpened32.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/folderUp.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/ai.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/avi.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/bmp.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/cs.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/default.icon.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/dll.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/doc.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/docx.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/exe.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/fla.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/gif.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/htm.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/html.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/jpg.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/js.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/mdb.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/mp3.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/mp4.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/oga.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/ogg.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/ogv.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/pdf.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/png.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/ppt.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/pptx.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/rdp.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/swf.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/swt.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/txt.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/vsd.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/webm.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/xls.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/xlsx.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/xml.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/icons/zip.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/images/spacer.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/lang/de.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/lang/en.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/lang/es.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/lang/fr.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/lang/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/lang/nl.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jfilebrowser/lang/ru.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jflash/dialogs/flash.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jflash/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jflash/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jflash/images/placeholder.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jflash/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jhtmlencode/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jhtmlencode/jhtmlencode.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jhtmlencode/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/dialogs/ckxml.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/dialogs/config.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/dialogs/error_handler.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/dialogs/jlink.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/dialogs/magnifier_icon.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/dialogs/suggest.class.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/dialogs/suggest.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/dialogs/suggest.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jlink/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jsave/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jsave/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/dialogs/contentnodes.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/dialogs/initialize.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/dialogs/jtreelink.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/dialogs/links.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/dialogs/menunodes.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/dialogs/nodes.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/images/icon.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/images/jtreelink.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/images/menu.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/images/mootree.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/images/mootree_loader.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/lang/de.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/lang/en.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/lang/es.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/lang/fi.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/lang/fr.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/lang/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/lang/it.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/lang/nl.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/lang/ru.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/jtreelink/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/lang/en.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/lang/he.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/lang/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/link/dialogs/anchor.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/link/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/link/dialogs/link.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/link/images/anchor.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/link/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/link/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/liststyle/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/liststyle/dialogs/liststyle.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/liststyle/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/liststyle/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/images/Thumbs.db
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/images/icon.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/lang/de.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/lang/en.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/lang/es.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/lang/fi.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/lang/fr.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/lang/it.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/lang/nl.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/lang/pl.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/lang/ru.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/magicline/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/mobilefloatpanelfix/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/mobilefloatpanelfix/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/mobileimage/icon.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/mobileimage/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/mobileimage/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/mobilemodalfix/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/mobilemodalfix/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/mobileviewport/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/mobileviewport/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/multipleclickdialoghandler/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/multipleclickdialoghandler/multipleclickdialoghandler.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/multipleclickdialoghandler/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pagebreak/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pagebreak/images/pagebreak.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pagebreak/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/paneloverride/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/paneloverride/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pastefromword/filter/default.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pastefromword/filter/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pastefromword/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pastehtml/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pastetext/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pastetext/dialogs/pastetext.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/pastetext/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/readmore/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/readmore/images/readmore.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/readmore/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/readmore/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/scayt/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/scayt/dialogs/options.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/scayt/dialogs/toolbar.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/scayt/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_address.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_blockquote.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_div.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_h1.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_h2.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_h3.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_h4.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_h5.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_h6.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_p.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/block_pre.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/showblocks/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/dialogs/smiley.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/angel_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/angry_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/broken_heart.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/confused_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/cry_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/devil_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/embaressed_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/envelope.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/heart.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/kiss.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/lightbulb.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/omg_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/regular_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/sad_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/shades_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/teeth_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/thumbs_down.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/thumbs_up.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/tounge_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/images/wink_smile.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/smiley/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/specialchar/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/specialchar/dialogs/specialchar.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/specialchar/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/styles/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/styles/styles/default.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/styles/styles/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/table/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/table/dialogs/table.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/table/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/tableresize/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/tableresize/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/tabletools/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/tabletools/dialogs/tableCell.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/tabletools/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/dialogs/templates.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/templates/default.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/templates/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/templates/images/template1.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/templates/images/template2.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/templates/images/template3.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/templates/images/template4.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/templates/images/template5.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/templates/images/template6.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/templates/templates/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/dialogs/uicolor.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/dialogs/uicolor.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/lang/de.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/lang/en.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/lang/es.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/lang/fr.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/lang/he.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/lang/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/lang/nl.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/lang/ru.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/uicolor.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/yui/assets/hue_bg.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/yui/assets/hue_thumb.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/yui/assets/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/yui/assets/picker_mask.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/yui/assets/picker_thumb.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/yui/assets/yui.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/yui/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/uicolor/yui/yui.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/dialogs/video.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/docs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/docs/install.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/docs/styles.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/images/icon.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/images/placeholder.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/video/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/webkitdrag/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/webkitdrag/webkitdrag.xml
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/wsc/dialogs/ciframe.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/wsc/dialogs/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/wsc/dialogs/tmpFrameset.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/wsc/dialogs/wsc.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/wsc/dialogs/wsc.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/wsc/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/xml/plugin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/plugins/xml/wgxpath.install.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/dialog.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/editor.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/images/dialog_sides.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/images/dialog_sides.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/images/dialog_sides_rtl.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/images/mini.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/images/noimage.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/images/sprites.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/images/sprites_ie6.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/images/toolbar_start.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/skin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/kama/templates.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/dialog.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/editor.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/icons.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/icons_rtl.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/bg_bot.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/bg_top.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/button-bg.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/button_mask-hover.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/button_mask.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/dialog_sides.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/dialog_sides.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/dialog_sides_rtl.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/inspector.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/mini.gif
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/noimage.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/images/sprites.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/skin.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/skins/office2007/templates.css
create mode 100644 deployed/jckman/plugins/editors/jckeditor/themes/default/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/themes/default/theme.js
create mode 100644 deployed/jckman/plugins/editors/jckeditor/themes/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/DryIcons Commercial License Agreement.txt
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/accept.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/accessible.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/attachment.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/bg-precode.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/blockquotes.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/calculator.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/camera.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/cart.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/chat.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/comment.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/cursor_zoom.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/cut.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/document.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/dollar_currency_sign.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/euro_currency_sign.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/film.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/flash.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/heart.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/index.html
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/info.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/light_bulb.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/mail.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/mask-black.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/mask-white.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/next.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/pdf.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/pin.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/previous.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/recycle.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/sound.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/star.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/sterling_pound_currency_sign.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/support.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/typography.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/typography2.php
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/video_clip.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/warning.png
create mode 100644 deployed/jckman/plugins/editors/jckeditor/typography/zip_download.png
create mode 100644 deployed/jckman/plugins/system/jckmodal/index.html
create mode 100644 deployed/jckman/plugins/system/jckmodal/jckmodal.php
create mode 100644 deployed/jckman/plugins/system/jckmodal/jckmodal.xml
create mode 100644 deployed/jckman/plugins/system/jcktypography/index.html
create mode 100644 deployed/jckman/plugins/system/jcktypography/jcktypography.php
create mode 100644 deployed/jckman/plugins/system/jcktypography/jcktypography.xml
diff --git a/deployed/jckman/administrator/components/com_jckman/access.xml b/deployed/jckman/administrator/components/com_jckman/access.xml
new file mode 100644
index 00000000..14ac97ff
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/access.xml
@@ -0,0 +1,15 @@
+
+
+
+
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/adapters/index.html b/deployed/jckman/administrator/components/com_jckman/adapters/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/adapters/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/adapters/language.php b/deployed/jckman/administrator/components/com_jckman/adapters/language.php
new file mode 100644
index 00000000..bc107836
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/adapters/language.php
@@ -0,0 +1,205 @@
+parent = $parent;
+ }
+
+ /**
+ * Install method
+ *
+ * @access public
+ * @return boolean True on success
+ */
+ public function install()
+ {
+
+
+ // Get the extension manifest object
+ $this->manifest = $this->parent->getManifest();
+
+ $values = array('name', 'version', 'description', 'tag');
+
+ foreach($values as $value)
+ {
+ $this->parent->set($value, $this->manifest->$value);
+ }
+
+ $elements = array('administration', 'editor');
+
+ foreach($elements as $element)
+ {
+ $this->set($element, $this->manifest->$element);
+ }
+
+ // Check language tag - if we didn't, we may be trying to install from an older language package
+ if (!$this->parent->get('tag'))
+ {
+ $this->parent->abort(JText::sprintf('JLIB_INSTALLER_ABORT', JText::_('JLIB_INSTALLER_ERROR_NO_LANGUAGE_TAG')));
+ return false;
+ }
+
+ $folder =(string) $this->parent->get('tag');
+ // Set the installation target paths
+ $this->parent->setPath('extension_administrator', JPATH_COMPONENT . '/language/overrides');
+
+ // Copy admin files
+ if ($this->parent->parseFiles($this->get('administration'), 1) === false)
+ {
+ $this->parent->abort();
+ return false;
+ }
+
+ // Copy editor files
+ $this->parent->setPath('extension_administrator', JPATH_COMPONENT . '/editor/lang');
+
+ if ($this->parent->parseFiles($this->get('editor'),1) === false)
+ {
+ $this->parent->abort();
+ return false;
+ }
+
+
+
+ // Add an entry to the language table
+ $row = JTable::getInstance('language', 'JCKTable');
+ $row->tag = $folder;
+ $file = $this->parent->getPath('manifest');
+ $filename = str_replace($this->parent->getPath('source').DS,'',$file);
+
+ $row->filename = $filename;
+
+ if (!$row->store())
+ {
+ // Install failed, roll back changes
+ $this->parent->abort(JText::sprintf('JLIB_INSTALLER_ABORT', $row->getError()));
+ return false;
+ }
+
+ // Set path back for manifest
+ $this->parent->setPath('extension_administrator', JPATH_COMPONENT . '/language/overrides');
+ // Lastly, we will copy the manifest file to its appropriate place.
+ if (!$this->parent->copyManifest(1))
+ {
+ // Install failed, rollback changes
+ $this->parent->abort(JText::sprintf('JLIB_INSTALLER_ABORT_PLG_INSTALL_COPY_SETUP', JText::_('JLIB_INSTALLER_INSTALL')));
+ return false;
+ }
+
+ return true;
+ }
+
+
+
+ /**
+ * Uninstall method
+ *
+ * @access public
+ * @param string $tag The tag of the language to uninstall
+ * @return mixed Return value for uninstall method in component uninstall file
+ */
+ function uninstall($eid)
+ {
+
+ // Load up the extension details
+ $language = JTable::getInstance('language', 'JCKTable');
+ $language->load($eid);
+
+
+ $tag = $language->tag;
+
+ // Set defaults
+ $this->parent->set('tag', $tag);
+ $this->parent->set('version', '');
+
+ $path = JPATH_COMPONENT . '/language/overrides';
+
+ if (!JFolder::exists($path)) {
+ JError::raiseWarning(100, JText::_('JLIB_INSTALLER_UNINSTALL') . ' : ' . JText::_('JLIB_INSTALLER_ERROR_LANG_UNINSTALL_ELEMENT_EMPTY'));
+ return false;
+ }
+
+
+ $manifestFile = $path.'/'. $language->filename;
+
+
+ if (JFile::exists($manifestFile))
+ {
+
+ $this->manifest = JFactory::getXML($manifestFile);
+
+ if (!$this->manifest) {
+ JError::raiseWarning(100, JText::_('JLIB_INSTALLER_INSTALL') . ' : ' . JText::_('JCK_INSTALLER_MANIFEST_INVALID'));
+ }
+
+ $values = array('name', 'version', 'description');
+
+ foreach($values as $value)
+ {
+ $this->parent->set($value, $this->manifest->$value);
+ }
+
+ $elements = array('administration', 'editor');
+
+ foreach($elements as $element)
+ {
+ $this->set($element, $this->manifest->$element);
+ }
+
+ // Set the installation target paths
+ $this->parent->setPath('extension_administrator', $path );
+
+ if (!$this->parent->removeFiles($this->get('administration'), 1)) {
+ JError::raiseWarning(100, JText::_('JLIB_INSTALLER_INSTALL') . ' : ' . JText::_('JCK_INSTALL_DELETE_FILES_ERROR'));
+ return false;
+ }
+
+ $this->parent->setPath('extension_administrator', JPATH_COMPONENT. '/editor/lang');
+
+ if (!$this->parent->removeFiles($this->get('editor'),1)) {
+ JError::raiseWarning(100, JText::_('JLIB_INSTALLER_INSTALL') . ' : ' . JText::_('JCK_INSTALL_DELETE_FILES_ERROR'));
+ return false;
+ }
+ JFile::delete($manifestFile);
+ }
+ else
+ {
+ JError::raiseWarning(100, JText::_('JLIB_INSTALLER_INSTALL') . ' : ' . JText::_('JCK_INSTALLER_MANIFEST_ERROR'));
+ return false;
+ }
+
+ // Remove the language table entry
+ $language->delete();
+ return true; // return false to stop at this point.
+ }
+
+}
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/adapters/plugin.php b/deployed/jckman/administrator/components/com_jckman/adapters/plugin.php
new file mode 100644
index 00000000..146ce315
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/adapters/plugin.php
@@ -0,0 +1,755 @@
+parent = $parent;
+ }
+
+ /**
+ * Custom install method
+ *
+ * @access public
+ * @return boolean True on success
+ * @since 1.5
+ * Minor alteration - see below
+ */
+ function install()
+ {
+ // Get a database connector object
+ $db =& $this->parent->getDBO();
+ $app = JFactory::getApplication();
+
+ // Get the extension manifest object
+ $manifest =& $this->parent->getManifest();
+ $this->manifest = $manifest;//$manifest->document;
+
+ /**
+ * ---------------------------------------------------------------------------------------------
+ * Manifest Document Setup Section
+ * ---------------------------------------------------------------------------------------------
+ */
+
+ // Set the component name
+ $name = '';
+
+ if($this->manifest->name)
+ {
+ $name = $this->manifest->name;
+ $this->parent->set('name', $name->data());
+ }
+ else
+ $this->parent->set('name','');
+
+ // Get the component description
+ $description = & $this->manifest->description;
+ if (is_a($description, 'JXMLElement')) {
+ $this->parent->set('message', $description->data());
+ } else {
+ $this->parent->set('message', '' );
+ }
+
+ $element =& $this->manifest->files;
+
+ // Plugin name is specified
+ $pname = (string) $this->manifest->attributes()->plugin;
+
+ //Get type
+ $type = $this->manifest->attributes()->group;
+
+ if (!empty ($pname)) {
+ // ^ Use JCK_PLUGINS defined path
+ $this->parent->setPath('extension_root', JCK_PLUGINS .DS. $pname);
+ } else {
+ $this->parent->abort('Extension Install: '.JText::_('COM_JCKMAN_ADAPTER_NO_PLUGIN_SPECIFIED'));
+ return false;
+ }
+
+ if ((string)$manifest->scriptfile)
+ {
+ $manifestScript = (string)$manifest->scriptfile;
+ $manifestScriptFile = $this->parent->getPath('source').DS.$manifestScript;
+ if (is_file($manifestScriptFile))
+ {
+ // load the file
+ include_once $manifestScriptFile;
+ }
+ // Set the class name
+ $classname = 'plgJCK'.$pname.'InstallerScript';
+
+ if (class_exists($classname))
+ {
+ // create a new instance
+ $this->parent->manifestClass = new $classname($this);
+ // and set this so we can copy it later
+ $this->set('manifest_script', $manifestScript);
+ // Note: if we don't find the class, don't bother to copy the file
+ }
+
+ // run preflight if possible
+ ob_start();
+ ob_implicit_flush(false);
+ if ($this->parent->manifestClass && method_exists($this->parent->manifestClass,'preflight'))
+ {
+ if($this->parent->manifestClass->preflight('install', $this) === false)
+ {
+ // Install failed, rollback changes
+ $this->parent->abort(JText::_('COM_JCKMAN_ADAPTER_CUSTOM_ABORT'));
+ return false;
+ }
+ }
+ ob_end_clean();
+ }
+
+ /**
+ * ---------------------------------------------------------------------------------------------
+ * Filesystem Processing Section
+ * ---------------------------------------------------------------------------------------------
+ */
+
+ // If the extension directory does not exist, lets create it
+ $created = false;
+ if (!file_exists($this->parent->getPath('extension_root'))) {
+ if (!$created = JFolder::create($this->parent->getPath('extension_root'))) {
+ $this->parent->abort('Plugin Install: '.JText::_('Failed to create directory').': "'.$this->parent->getPath('extension_root').'"');
+ return false;
+ }
+ }
+
+ /*
+ * If we created the extension directory and will want to remove it if we
+ * have to roll back the installation, lets add it to the installation
+ * step stack
+ */
+ if ($created) {
+ $this->parent->pushStep(array ('type' => 'folder', 'path' => $this->parent->getPath('extension_root')));
+ }
+
+ // Copy all necessary files
+ if ($this->parent->parseFiles($element, -1) === false) {
+ // Install failed, roll back changes
+ $this->parent->abort();
+ return false;
+ }
+
+ if ($this->_parseLanguages( $this->manifest->languages) === false) {
+ // Install failed, roll back changes
+ $this->parent->abort();
+ return false;
+ }
+
+ // If there is an install file, lets copy it.
+ $installScriptElement =& $this->manifest->installfile;
+ if (is_a($installScriptElement, 'JXMLElement')) {
+ // Make sure it hasn't already been copied (this would be an error in the xml install file)
+ if (!file_exists($this->parent->getPath('extension_root').DS.$installScriptElement->data()))
+ {
+ $path['src'] = $this->parent->getPath('source').DS.$installScriptElement->data();
+ $path['dest'] = $this->parent->getPath('extension_root').DS.$installScriptElement->data();
+ if (!$this->parent->copyFiles(array ($path))) {
+ // Install failed, rollback changes
+ $this->parent->abort(JText::_('COM_JCKMAN_ADAPTER_COMPONENT').' '.JText::_('COM_JCKMAN_ADAPTER_INSTALL').': '.JText::_('COM_JCKMAN_ADAPTER_COULD_NOT_COPY_INSTALL_FILE'));
+ return false;
+ }
+ }
+ $this->set('install.script', $installScriptElement->data());
+ }
+
+ // If there is an uninstall file, lets copy it.
+ $uninstallScriptElement =& $this->manifest->uninstallfile;
+ if (is_a($uninstallScriptElement, 'JXMLElement')) {
+ // Make sure it hasn't already been copied (this would be an error in the xml install file)
+ if (!file_exists($this->parent->getPath('extension_root').DS.$uninstallScriptElement->data()))
+ {
+ $path['src'] = $this->parent->getPath('source').DS.$uninstallScriptElpement->data();
+ $path['dest'] = $this->parent->getPath('extension_root').DS.$uninstallScriptElement->data();
+ if (!$this->parent->copyFiles(array ($path))) {
+ // Install failed, rollback changes
+ $this->parent->abort(JText::_('COM_JCKMAN_ADAPTER_COMPONENT').' '.JText::_('COM_JCKMAN_ADAPTER_INSTALL').': '.JText::_('COM_JCKMAN_ADAPTER_COULD_NOT_COPY_INSTALL_FILE'));
+ return false;
+ }
+ }
+ }
+
+ /**
+ * ---------------------------------------------------------------------------------------------
+ * Database Processing Section
+ * ---------------------------------------------------------------------------------------------
+ */
+ $type = (isset($type) ? (string)$type : 'plugin'); //Add group processimg
+
+ // Check to see if a plugin by the same name is already installed
+ // ^ Altered db query for #__JCK_PLUGINS
+ $query = 'SELECT `id`' .
+ ' FROM `#__jckplugins`' .
+ ' WHERE name = '.$db->Quote($pname);
+ $db->setQuery($query);
+ if (!$db->Query()) {
+ // Install failed, roll back changes
+ $this->parent->abort('Plugin Install: '.$db->stderr(true));
+ return false;
+ }
+ $id = $db->loadResult();
+
+ // Was there a module already installed with the same name?
+ if($id)
+ {
+
+ if (!$this->parent->isOverwrite())
+ {
+ // Install failed, roll back changes
+
+ $this->parent->abort(JText::sprintf('COM_JCKMAN_ADAPTER_PLUGIN_ALREADY_EXISTS',$pname));
+ return false;
+ }
+
+ $row =& JTable::getInstance('plugin', 'JCKTable');
+ $row->type = $type;
+ $row->load($id);
+
+ }
+ else
+ {
+ $icon = $this->manifest->icon;
+
+ // ^ Changes to plugin parameters. Use JCK Plugins Table class.
+ $row =& JTable::getInstance('plugin', 'JCKTable');
+ $row->title = $this->parent->get('name');
+ $row->name = $pname;
+ $row->type = $type;
+ $row->row = 4;
+ $row->published = 1;
+ $row->editable = 1;
+ $row->icon = ($icon ? $icon->data() : '');
+ $row->iscore = 0;
+ $row->params = $this->parent->getParams();
+
+ if($this->manifest->attributes()->parent)
+ {
+ $parentName = (string) $this->manifest->attributes()->parent;
+ $row->setParent($parentName);
+ }
+
+ if (!$row->store()) {
+ // Install failed, roll back changes
+ $this->parent->abort(JText::sprintf('COM_JCKMAN_ADAPTER_PLUGIN_INSTALL',$db->stderr(true)));
+ return false;
+ }
+
+ // Since we have created a plugin item, we add it to the installation step stack
+ // so that if we have to rollback the changes we can undo it.
+ $this->parent->pushStep(array ('type' => 'plugin', 'id' => $row->id));
+ }
+
+ /* -------------------------------------------------------------------------------------------
+ * update editor plugin config file AW
+ * -------------------------------------------------------------------------------------------
+ */
+ $config = & JCKHelper::getEditorPluginConfig();
+
+ $config->set($pname,1);
+
+
+ $cfgFile = CKEDITOR_LIBRARY.DS . 'plugins' . DS . 'toolbarplugins.php';
+
+ // Get the config registry in PHP class format and write it to configuation.php
+ if (!JFile::write($cfgFile, $config->toString('PHP',array('class' => 'JCKToolbarPlugins extends JCKPlugins'))))
+ {
+ JCKHelper::error(JText::sprintf('COM_JCKMAN_ADAPTER_FAILED_PUBLISH_PLUGIN',$pname));
+ }
+
+ /**
+ *-------------------------------------------------------------------------------------------
+ * Add plugin to toolbars
+ *-------------------------------------------------------------------------------------------
+ */
+ $CKfolder = CKEDITOR_LIBRARY.DS . 'toolbar';
+
+ $toolbars = JCKHelper::getEditorToolbars();
+ $jform = $app->input->get( 'jform', array(), 'array' );
+
+ switch( $jform['toolbars'] )
+ {
+ default :
+ case 'all' :
+ $toolbarnames = $toolbars;
+ break;
+ case 'none' :
+ $toolbarnames = array();
+ break;
+ case 'select' :
+ $toolbarnames = $jform['selections'];
+ break;
+ }//end switch
+
+ if(!empty( $toolbarnames) && $row->icon)
+ {
+
+ $values = array();
+ foreach($toolbarnames as $toolbarname)
+ {
+
+ $tmpfilename = $CKfolder.DS.$toolbarname.'.php';
+
+ require($tmpfilename);
+
+ $classname = 'JCK'. ucfirst($toolbarname);
+
+ $toolbar = new $classname();
+
+ $pluginTitle = str_replace(' ','',$row->title);
+
+
+ if(isset($toolbar->pluginTitle)) continue;
+
+ //fix toolbar values or they will get wiped out
+ foreach (get_object_vars( $toolbar ) as $k => $v)
+ {
+
+ if(is_null($v))
+ {
+ $toolbar->$k = '';
+ }
+
+ if($k[0] == '_')
+ $toolbar->$k = NULL;
+ }
+
+ $toolbar->$pluginTitle = '';
+
+
+
+ $toolbarConfig = new JRegistry('toolbar');
+ $toolbarConfig->loadObject($toolbar);
+
+ // Get the config registry in PHP class format and write it to configuation.php
+ if (!JFile::write($tmpfilename, $toolbarConfig->toString('PHP', array('class' => $classname . ' extends JCKToolbar'))))
+ {
+ JCKHelper::error(JText::sprintf('COM_JCKMAN_ADAPTER_FAILED_TO_ADD_PLUGIN_TOOLBAR',$pname,$classname));
+ }
+
+ //layout stuff
+ $sql = $db->getQuery( true );
+ $sql->select( 'id' )
+ ->from( '#__jcktoolbars' )
+ ->where( 'name = "'. $toolbarname .'"' );
+ $toolbarid = $db->setQuery( $sql )->loadResult();
+
+ $rowDetail = JCKHelper::getNextLayoutRow($toolbarid);
+
+ $values[] = '('.(int)$toolbarid.','. $row->id.','.$rowDetail->rowid.','.$rowDetail->rowordering.',1)';
+ }
+
+ //insert into layout table
+ if(!empty($values))
+ {
+ //Now delete dependencies
+ $query = 'DELETE FROM #__jcktoolbarplugins'
+ . ' WHERE pluginid ='. $row->id;
+ $db->setQuery( $query );
+ if (!$db->query()) {
+ JCKHelper::error( $db->getErrorMsg() );
+ }
+
+ $query = 'INSERT INTO `#__jcktoolbarplugins` (toolbarid,pluginid,row,ordering,state) VALUES ' . implode(',',$values);
+ $db->setQuery( $query );
+ if(!$db->query())
+ {
+ JCKHelper::error( $db->getErrorMsg() );
+ }
+ }
+ }
+
+ /**
+ * ---------------------------------------------------------------------------------------------
+ * Finalization and Cleanup Section
+ * ---------------------------------------------------------------------------------------------
+ */
+
+ // Lastly, we will copy the manifest file to its appropriate place.
+ if (!$this->parent->copyManifest(-1)) {
+ // Install failed, rollback changes
+ $this->parent->abort('Plugin Install: '.JText::_('Could not copy setup file'));
+ return false;
+ }
+
+ //make a copy of the plugin
+ $src = $this->parent->getPath('extension_root');
+ $dest = JPATH_ADMINISTRATOR.DS.'components'.DS.'com_jckman'.DS.'editor'.DS.'plugins'.DS.$pname;
+
+ if (!JFolder::copy( $src, $dest,null,true)) {
+ // Install failed, roll back changes
+ $this->parent->abort();
+ return false;
+ }
+
+ // And now we run the postflight
+ ob_start();
+ ob_implicit_flush(false);
+
+ if ($this->parent->manifestClass && method_exists($this->parent->manifestClass,'postflight'))
+ {
+ $this->parent->manifestClass->postflight('install', $this);
+ }
+ ob_end_clean();
+
+ return true;
+ }
+
+ function _parseLanguages($element)
+ {
+ // Get the array of file nodes to process; we checked whether this had children above.
+
+ if (!$element || !count($element->children()))
+ {
+ // Either the tag does not exist or has no children (hence no files to process) therefore we return zero files processed.
+ return 0;
+ }
+
+ $copyfiles = array();
+
+ $destination = JPATH_COMPONENT.'/language';
+
+ /*
+ * Here we set the folder we are going to copy the files from.
+ *
+ * Does the element have a folder attribute?
+ *
+ * If so this indicates that the files are in a subdirectory of the source
+ * folder and we should append the folder attribute to the source path when
+ * copying files.
+ */
+
+
+
+ $folder = (string) $element->attributes()->folder;
+
+ if ($folder && file_exists($this->parent->getPath('source') . '/' . $folder))
+ {
+ $source = $this->parent->getPath('source') . '/' . $folder;
+ }
+ else
+ {
+ $source = $this->parent->getPath('source');
+ }
+
+ $path = array();
+
+
+ // Process each file in the $files array (children of $tagName).
+ foreach ($element->children() as $file)
+ {
+ /*
+ * Language files go in a subfolder based on the language code, ie.
+ * en-US.mycomponent.ini
+ * would go in the en-US subdirectory of the language folder.
+ */
+
+ // We will only install language files where a core language pack
+ // already exists.
+
+ if ((string) $file->attributes()->tag != '')
+ {
+ $path['src'] = $source . '/' . $file;
+ $path['dest'] = $destination . '/' . $file->attributes()->tag . '/' . basename((string) $file);
+ }
+ else
+ {
+ $path['src'] = $source . '/' . $file;
+ $path['dest'] = $destination . '/' . $file;
+ }
+
+ /*
+ * Before we can add a file to the copyfiles array we need to ensure
+ * that the folder we are copying our file to exits and if it doesn't,
+ * we need to create it.
+ */
+
+ if (basename($path['dest']) != $path['dest'])
+ {
+ $newdir = dirname($path['dest']);
+
+ if (!JFolder::create($newdir))
+ {
+ JLog::add(JText::sprintf('JLIB_INSTALLER_ERROR_CREATE_DIRECTORY', $newdir), JLog::WARNING, 'jerror');
+
+ return false;
+ }
+ }
+
+ // Add the file to the copyfiles array
+ $copyfiles[] = $path;
+ }
+
+ return $this->parent->copyFiles($copyfiles);
+ }
+
+
+ /**
+ * Custom uninstall method
+ *
+ * @access public
+ * @param int $cid The id of the plugin to uninstall
+ * @param int $clientId The id of the client (unused)
+ * @return boolean True on success
+ * @since 1.5
+ */
+ function uninstall($id)
+ {
+ // Initialize variables
+ $row = null;
+ $retval = true;
+ $db =& $this->parent->getDBO();
+
+ // First order of business will be to load the module object table from the database.
+ // This should give us the necessary information to proceed.
+
+ // ^ Changes to plugin parameters. Use JCK Plugins Table class.
+ $row =& JTable::getInstance('plugin', 'JCKTable');
+ $row->load((int) $id);
+
+ // Is the plugin we are trying to uninstall a core one?
+ // Because that is not a good idea...
+ if ($row->iscore) {
+ JCKHelper::error( 'Plugin Uninstall: '.JText::sprintf('WARNCOREPLUGIN', $row->title)."
".JText::_('WARNCOREPLUGIN2'));
+ return false;
+ }
+
+ // Get the plugin folder so we can properly build the plugin path
+ if (trim($row->name) == '') {
+ JCKHelper::error( JText::_('COM_JCKMAN_ADAPTER_PLUGIN_FIELD_EMPTY'));
+ return false;
+ }
+
+ //Now delete dependencies
+ $sql = $db->getQuery( true );
+ $sql->delete( '#__jcktoolbarplugins' )
+ ->where( 'pluginid ='. $row->id );
+
+ if (!$db->setQuery( $sql )->query())
+ {
+ JCKHelper::error( $db->getErrorMsg() );
+ }
+
+ // Set the plugin root path
+ $this->parent->setPath('extension_root', JCK_PLUGINS . DS . $row->name);
+
+ $manifestFile = $this->parent->getPath('extension_root') . DS . $row->name . '.xml';
+
+ if (file_exists($manifestFile))
+ {
+ // If we cannot load the xml file return null
+ if (!($xml = JFactory::getXML($manifestFile))) {
+ JCKHelper::error(JText::_('COM_JCKMAN_ADAPTER_UNINSTALL_COULD_NOT_LOAD_MANIFEST'));
+ return false;
+ }
+
+ $pname = (string) $xml->attributes()->plugin;
+
+ if ((string)$xml->scriptfile)
+ {
+ $manifestScript = (string)$xml->scriptfile;
+ $manifestScriptFile = $this->parent->getPath('extension_root').DS.$manifestScript;
+ if (is_file($manifestScriptFile))
+ {
+ // load the file
+ include_once $manifestScriptFile;
+ }
+ // Set the class name
+ $classname = 'plgJCK'.$pname.'InstallerScript';
+
+ if (class_exists($classname))
+ {
+ // create a new instance
+ $this->parent->manifestClass = new $classname($this);
+ // and set this so we can copy it later
+ $this->set('manifest_script', $manifestScript);
+ // Note: if we don't find the class, don't bother to copy the file
+ }
+
+ // run preflight if possible
+ ob_start();
+ ob_implicit_flush(false);
+ if ($this->parent->manifestClass && method_exists($this->parent->manifestClass,'preflight'))
+ {
+ if($this->parent->manifestClass->preflight('uninstall', $this) === false)
+ {
+ // Install failed, rollback changes
+ $this->parent->abort(JText::_('COM_JCKMAN_ADAPTER_CUSTOM_ABORT'));
+ return false;
+ }
+ }
+ ob_end_clean();
+
+ ob_start();
+ ob_implicit_flush(false);
+ if ($this->parent->manifestClass && method_exists($this->parent->manifestClass,'uninstall'))
+ {
+ $this->parent->manifestClass->uninstall($this);
+ }
+ $msg = ob_get_contents(); // append messages
+ ob_end_clean();
+ }
+
+ /**
+ *
+ * Remove plugin from toolbars file AW
+ *
+ */
+ $CKfolder = CKEDITOR_LIBRARY.DS . 'toolbar';
+
+ $toolbarnames =& JCKHelper::getEditorToolbars();
+
+ foreach($toolbarnames as $toolbarname)
+ {
+ $tmpfilename = $CKfolder.DS.$toolbarname.'.php';
+
+ require_once($tmpfilename);
+
+ $classname = 'JCK'. ucfirst($toolbarname);
+ $toolbar = new $classname();
+
+ $pluginTitle = str_replace(' ','',$row->title);
+ $pluginTitle = ucfirst($pluginTitle);
+ if(!isset($toolbar->$pluginTitle)) continue;
+ //fix toolbar values or they will get wiped out
+
+ foreach (get_object_vars( $toolbar ) as $k => $v)
+ {
+ if(is_null($v))
+ {
+ $toolbar->$k = '';
+ }
+
+ if($k[0] == '_')
+ $toolbar->$k = NULL;
+ }
+
+ $toolbar->$pluginTitle = NULL;
+
+ $toolbarConfig = new JRegistry('toolbar');
+
+ $toolbarConfig->loadObject($toolbar);
+
+ // Get the config registry in PHP class format and write it to configuation.php
+ if (!JFile::write($tmpfilename, $toolbarConfig->toString('PHP', array('class' => $classname . ' extends JCKToolbar'))))
+ {
+ JCKHelper::error( JText::sprintf('COM_JCKMAN_ADAPTER_FAILED_TO_REMOVE_PLUGIN_TOOLBAR',$row->name,$classname));
+ }
+ }
+
+ /**
+ *
+ * Remove plugin from config file AW
+ *
+ */
+ $config = & JCKHelper::getEditorPluginConfig();
+
+ $config->set($row->name,NULL); // remove value from output
+
+ $cfgFile = CKEDITOR_LIBRARY.DS . 'plugins' . DS . 'toolbarplugins.php';
+
+ // Get the config registry in PHP class format and write it to configuation.php
+ if (!JFile::write($cfgFile, $config->toString('PHP', array('class' => 'JCKToolbarPlugins extends JCKPlugins'))))
+ {
+ JCKHelper::error(JText::sprintf('COM_JCKMAN_ADAPTER_FAILED_TO_REMOVE_PLUGIN_FROM_CONFIG',$pname));
+ }
+
+ $root =& $xml;
+
+ if ($root->getName() != 'extension' && $root->getName() != 'install') {
+ JCKHelper::error( JText::_('COM_JCKMAN_ADAPTER_UNINSTALL_INVALID_MANIFEST'));
+ return false;
+ }
+
+ // Remove the plugin files
+ $this->parent->removeFiles($root->files, -1);
+ JFile::delete($manifestFile);
+
+ // Remove all media and languages as well
+ $this->parent->removeFiles($root->languages, 0);
+
+ } else {
+ JCKHelper::error( Jtext::_('COM_JCKMAN_ADAPTER_UNINSTALL_INVALID_MANIFEST_OR_NOT_FOUND'));
+
+ $row->delete($row->id);
+ unset ($row);
+ $retval = false;
+ }
+
+ if( $row )
+ {
+ // Now we will no longer need the plugin object, so lets delete it
+ $row->delete($row->id);
+ unset ($row);
+ }
+
+ // If the folder is empty, let's delete it
+ $files = JFolder::files($this->parent->getPath('extension_root'));
+ if (!count($files)) {
+ JFolder::delete($this->parent->getPath('extension_root'));
+ }
+
+ //Now delete copy of plugin stored in the component
+ $copyPath = JPATH_ADMINISTRATOR.DS.'components'.DS.'com_jckman'.DS.'editor'.DS.'plugins'.DS.$pname;
+ JFolder::delete($copyPath);
+
+ return $retval;
+ }
+
+ /**
+ * Custom rollback method
+ * - Roll back the plugin item
+ *
+ * @access public
+ * @param array $arg Installation step to rollback
+ * @return boolean True on success
+ * @since 1.5
+ * Minor changes to the db query
+ */
+ function _rollback_plugin($arg)
+ {
+ // Get database connector object
+ $db =& $this->parent->getDBO();
+ $sql = $db->getQuery( true );
+
+ // Remove the entry from the #__JCK_PLUGINS table
+ $sql->delete( '`#__jckplugins`' )
+ ->where( 'id='.(int)$arg['id'] );
+
+ return ($db->setQuery($sql)->query() !== false);
+ }
+}
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/base/controller.php b/deployed/jckman/administrator/components/com_jckman/base/controller.php
new file mode 100644
index 00000000..21f67c28
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/base/controller.php
@@ -0,0 +1,71 @@
+_event_args = null;
+ $name = $app->input->get( 'controller', '');
+
+ if(!$name)
+ $name = $app->input->get( 'view', $this->getName() );
+
+ $eventListenerFile = JPATH_COMPONENT .DS . 'event' . DS . $name . '.php';
+
+ jimport('joomla.filesystem.file');
+
+ if(JFile::exists($eventListenerFile))
+ {
+ require_once($eventListenerFile);
+ $this->editor_obervable = new JCKEditorObservable($name);
+ }
+ else
+ {
+ JCKHelper::error('No Event listener found for '. $name .' controller');
+ }
+
+ //load style sheet
+ $document = JFactory::getDocument();
+ $document->addStyleSheet( JCK_COMPONENT . '/css/header.css', 'text/css' );
+ }
+
+ public function execute( $task )
+ {
+ parent::execute( $task );
+
+ //if error just return
+ //if(JError::getError())
+ // return;
+ //fire event to update editor
+ $this->updateEditor($this->getTask(),$this->event_args);
+ }
+
+ private function updateEditor($event,$args = array())
+ {
+ if(isset($this->editor_obervable))
+ {
+ $this->editor_obervable->update( 'on' . JString::ucfirst($event),$args);
+ }
+ }
+}
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/base/index.html b/deployed/jckman/administrator/components/com_jckman/base/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/base/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/base/loader.php b/deployed/jckman/administrator/components/com_jckman/base/loader.php
new file mode 100644
index 00000000..05533bde
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/base/loader.php
@@ -0,0 +1,154 @@
+
+ com_jckman
+ 6.4.4
+ Jan 2015
+ JoomlaCK Editor Manager v6.4
+ ]]>
+ GNU/GPLv2
+ Andrew Williams
+ andrew@joomlackeditor.com
+ http://www.joomlackeditor.com
+ 2013 - 2015 WebxSolutions Ltd
+ install.php
+
+
+ sql/install.sql
+
+
+
+
+ sql/uninstall.sql
+
+
+
+
+ language/en-GB/en-GB.com_jckman.ini
+ language/en-GB/en-GB.com_jckman.sys.ini
+ language/de-DE/de-DE.com_jckman.ini
+ language/de-DE/de-DE.com_jckman.sys.ini
+ language/es-ES/es-ES.com_jckman.ini
+ language/es-ES/es-ES.com_jckman.sys.ini
+ language/fi-FI/fi-FI.com_jckman.ini
+ language/fi-FI/fi-FI.com_jckman.sys.ini
+ language/it-IT/it-IT.com_jckman.ini
+ language/it-IT/it-IT.com_jckman.sys.ini
+ language/nl-NL/nl-NL.com_jckman.ini
+ language/nl-NL/nl-NL.com_jckman.sys.ini
+ language/fr-FR/fr-FR.com_jckman.ini
+ language/fr-FR/fr-FR.com_jckman.sys.ini
+ language/ru-RU/ru-RU.com_jckman.ini
+ language/ru-RU/ru-RU.com_jckman.sys.ini
+
+
+
+
+
+
+
+
+
+
+
+
+ config.xml
+ controller.php
+ jckman.php
+ helper.php
+ access.xml
+ index.html
+ adapters
+ base
+ config
+ controllers
+ css
+ editor
+ event
+ help
+ helpers
+ html
+ icons
+ js
+ language
+ tables
+ models
+ views
+ modules
+ restorers
+ sql
+
+
+
+ http://www.joomlackeditor.com/upgrade/com_jckman.xml
+
+
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/config.xml b/deployed/jckman/administrator/components/com_jckman/config.xml
new file mode 100644
index 00000000..b5066d70
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/deployed/jckman/administrator/components/com_jckman/config/handler.php b/deployed/jckman/administrator/components/com_jckman/config/handler.php
new file mode 100644
index 00000000..09c801a6
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config/handler.php
@@ -0,0 +1,72 @@
+attributes('is_object');
+ $is_a_array = $node->attributes('is_array');
+ $separator = $node->attributes('separator');
+
+ if(!$separator)
+ $separator = ','; //default to a comma separated list
+
+ $value = implode($separator,$value);
+
+ if($is_a_object)
+ $value = '{'.$value.'}';
+
+ if($is_a_array)
+ $value = '['.$value.']';
+
+ $options .= "\"$key='".$value."'\",";
+ }
+ elseif(is_numeric($value))
+ $options .= "\"$key=$value\",";
+ else
+ $options .= "\"$key='".$value."'\",";
+
+ return $options;
+ }
+}
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/config/handlers/addcolorlist.php b/deployed/jckman/administrator/components/com_jckman/config/handlers/addcolorlist.php
new file mode 100644
index 00000000..bca6b93b
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config/handlers/addcolorlist.php
@@ -0,0 +1,47 @@
+attributes('is_object');
+ $is_a_array = $node->attributes('is_array');
+ $separator = $node->attributes('separator');
+
+ if(!$separator)
+ $separator = ','; //default to a comma separated list
+
+ if(empty($value))
+ {
+ $value = array();
+ foreach($node->children()as $option)
+ {
+ if($option->name() == 'option')
+ $value[] = $option->attributes('value');
+ }
+ }
+ $value = implode($separator,$value);
+
+ if($is_a_object)
+ $value = '{'.$value.'}';
+
+ if($is_a_array)
+ $value = '['.$value.']';
+
+ $options .= "\"$key='".$value."'\",";
+
+ return $options;
+ }
+}
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/config/handlers/addselectlist.php b/deployed/jckman/administrator/components/com_jckman/config/handlers/addselectlist.php
new file mode 100644
index 00000000..5d12460a
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config/handlers/addselectlist.php
@@ -0,0 +1,47 @@
+attributes('is_object');
+ $is_a_array = $node->attributes('is_array');
+ $separator = $node->attributes('separator');
+
+ if(!$separator)
+ $separator = ','; //default to a comma separated list
+
+ if(empty($value))
+ {
+ $value = array();
+ foreach($node->children()as $option)
+ {
+ if($option->name() == 'option')
+ $value[] = $option->attributes('value');
+ }
+ }
+ $value = implode($separator,$value);
+
+ if($is_a_object)
+ $value = '{'.$value.'}';
+
+ if($is_a_array)
+ $value = '['.$value.']';
+
+ $options .= "\"$key='".$value."'\",";
+
+ return $options;
+ }
+}
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/config/handlers/documenttypelist.php b/deployed/jckman/administrator/components/com_jckman/config/handlers/documenttypelist.php
new file mode 100644
index 00000000..fa8f074e
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config/handlers/documenttypelist.php
@@ -0,0 +1,23 @@
+attributes('is_object');
+ $is_a_array = $node->attributes('is_array');
+ $separator = $node->attributes('separator');
+
+ if(!$separator)
+ $separator = ','; //default to a comma separated list
+
+ if(empty($value))
+ {
+ $value = array();
+ foreach($node->children()as $option)
+ {
+ if($option->name() != 'option')
+ continue;
+
+ $tmp = $option->data();
+ $tmp .= '/'. $option->attributes('value');
+ $value[] = $tmp;
+ }
+ }
+ else
+ {
+ $texts = $params->get($key.'_text');
+
+ foreach($value as $k=>$v)
+ {
+ $tmp = $texts[$k];
+ $tmp .= '/'.$v;
+ $value[$k] = $tmp;
+ }
+
+ }
+
+ $value = implode($separator,$value);
+
+ if($is_a_object)
+ $value = '{'.$value.'}';
+
+ if($is_a_array)
+ $value = '['.$value.']';
+
+ $options .= "\"$key='".$value."'\",";
+
+ return $options;
+ }
+}
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/config/handlers/dualaddselectlist.php b/deployed/jckman/administrator/components/com_jckman/config/handlers/dualaddselectlist.php
new file mode 100644
index 00000000..ba50f804
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config/handlers/dualaddselectlist.php
@@ -0,0 +1,64 @@
+attributes('is_object');
+ $is_a_array = $node->attributes('is_array');
+ $separator = $node->attributes('separator');
+
+ if(!$separator)
+ $separator = ','; //default to a comma separated list
+
+ if(empty($value))
+ {
+ $value = array();
+ foreach($node->children()as $option)
+ {
+ if($option->name() != 'option')
+ continue;
+
+ $tmp = $option->data();
+ $tmp .= '/'. $option->attributes('value');
+ $value[] = $tmp;
+ }
+ }
+ else
+ {
+ $texts = $params->get($key.'_text');
+
+ foreach($value as $k=>$v)
+ {
+ $tmp = $texts[$k];
+ $tmp .= '/'.$v;
+ $value[$k] = $tmp;
+ }
+
+ }
+
+ $value = implode($separator,$value);
+
+ if($is_a_object)
+ $value = '{'.$value.'}';
+
+ if($is_a_array)
+ $value = '['.$value.']';
+
+ $options .= "\"$key='".$value."'\",";
+
+ return $options;
+ }
+}
diff --git a/deployed/jckman/administrator/components/com_jckman/config/handlers/filebrowsers.php b/deployed/jckman/administrator/components/com_jckman/config/handlers/filebrowsers.php
new file mode 100644
index 00000000..95ae2bfb
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config/handlers/filebrowsers.php
@@ -0,0 +1,92 @@
+browseUrl));
+ $browseUrl = (string) $manifest->browseUrl;
+
+
+
+ if(isset($manifest->imageBrowseUrl))
+ $imageBrowseUrl = $manifest->imageBrowseUrl;
+
+ if(isset($manifest->flashBrowseUrl))
+ $flashBrowseUrl = $manifest->flashBrowseUrl;
+
+
+ if(!$browseUrl && $value == 'jckexplorer')
+ {
+ $browseUrl = 'index.php?editor=ckeditor';
+ $imageBrowseUrl = 'index.php?editor=ckeditor&filter=image';
+ $flashBrowseUrl = 'index.php?editor=ckeditor&filter=flash';
+ }
+
+ if(!$browseUrl)
+ return false;
+
+ $pluginName = ucfirst($pluginName);
+
+ if($pluginName == 'Image' && $imageBrowseUrl)
+ $options .= "\"filebrowserImageBrowseUrl='".JURI::root()."plugins/editors/jckeditor/plugins/".$value."/".$imageBrowseUrl."'\",";
+ elseif(($pluginName == 'Flash' || $pluginName == 'Jflash') && $flashBrowseUrl)
+ $options .= "\"filebrowserFlashBrowseUrl='".JURI::root()."plugins/editors/jckeditor/plugins/".$value."/".$flashBrowseUrl."'\",";
+ else
+ $options .= "\"filebrowser".$pluginName."BrowseUrl='".JURI::root()."plugins/editors/jckeditor/plugins/".$value."/".$browseUrl."'\",";
+
+ return $options;
+ }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/deployed/jckman/administrator/components/com_jckman/config/handlers/index.html b/deployed/jckman/administrator/components/com_jckman/config/handlers/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config/handlers/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/config/handlers/resizeradio.php b/deployed/jckman/administrator/components/com_jckman/config/handlers/resizeradio.php
new file mode 100644
index 00000000..25d62711
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config/handlers/resizeradio.php
@@ -0,0 +1,31 @@
+attributes('is_object');
+ $is_a_array = $node->attributes('is_array');
+ $separator = $node->attributes('separator');
+
+ if(!$separator)
+ $separator = ','; //default to a comma separated list
+
+ if(strpos($value,'|'))
+ str_replace('|',chr(13),$value);
+
+ $value = str_replace(chr(13),$separator,$value);
+
+ if($is_a_object)
+ $value = '{'.$value.'}';
+
+ if($is_a_array)
+ $value = '['.$value.']';
+
+ $options .= "\"$key='".$value."'\",";
+
+ return $options;
+ }
+}
\ No newline at end of file
diff --git a/deployed/jckman/administrator/components/com_jckman/config/handlers/windowfeatureslist.php b/deployed/jckman/administrator/components/com_jckman/config/handlers/windowfeatureslist.php
new file mode 100644
index 00000000..7b29246b
--- /dev/null
+++ b/deployed/jckman/administrator/components/com_jckman/config/handlers/windowfeatureslist.php
@@ -0,0 +1,35 @@
+