]> git.andy128k.dev Git - ipf.git/commit
New File/Image Manager
authoravl <alex.litovchenko@gmail.com>
Wed, 24 Dec 2008 14:10:19 +0000 (16:10 +0200)
committeravl <alex.litovchenko@gmail.com>
Wed, 24 Dec 2008 14:10:19 +0000 (16:10 +0200)
commitdb3fcada130c1ed1c849a7d48ad6f18d6d0c6499
tree2ce9a60639dca1613dbd9f8901a9cc786deeb3af
parent7b1b5557f4cdeb31ce80928edadc13b9577953a3
New File/Image Manager
384 files changed:
ipf/admin/media/tiny_mce/plugins/kfm/.htaccess [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/api/api.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/api/cms_hooks.php.dist [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/api/config.php.dist [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/configuration.dist.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/configuration.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/docs/license.txt [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/docs/readme.txt [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/docs/version.txt [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/fckplugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/get.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/i/bg-black-75.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/db.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/db.sqlite.pdo.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/directories.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/directory.class.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/file.class.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/files.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/image.class.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/images.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/json.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/kaejax.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/kfm.class.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/lang.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/login.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/object.class.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/JSON.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Date.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Datatype/Common.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Datatype/mysql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Datatype/pgsql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Datatype/sqlite.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Function/Common.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Function/mysql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Function/pgsql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Function/sqlite.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Manager/Common.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Manager/mysql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Manager/pgsql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Manager/sqlite.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Native/Common.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Native/mysql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Native/pgsql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Native/sqlite.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Reverse/Common.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Reverse/mysql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Reverse/pgsql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/Reverse/sqlite.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/mysql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/pgsql.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Driver/sqlite.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Extended.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/Iterator.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/MDB2/LOB.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/OS/Guess.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/PEAR.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/pear/System.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/includes/session.class.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/index.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/initialise.php [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/j/alerts.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/all.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/browser-specific.ie.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/browser-specific.konqueror.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/common.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/contextmenu.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/directories.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/file.class.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/file.selections.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/file.text-editing.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/files.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/hooks.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/images.and.icons.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/jquery/all.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/jquery/jquery-1.2.2.pack.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/jquery/jquery.dimensions.pack.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/jquery/jquery.grid.columnSizing.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/jquery/jquery.idrag.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/jquery/jquery.impromptu.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/jquery/jquery.iutil.pack.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/jquery/jquery.tablesorter.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/jquery/jquery.tablesorter.pack.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/kaejax_replaces.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/kdnd.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/kfm.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/modal.dialog.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/j/mootools.v1.11/.htaccess [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/mootools.v1.11/mootools.v1.11.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/notice.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/panels.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/resize_handler.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/search.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/swfupload-2.1.0b2/swfupload.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/j/swfupload-2.1.0b2/swfupload.swfobject.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/j/swfupload-2.1.0b2/swfupload_f8.swf [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/j/swfupload-2.1.0b2/swfupload_f9.swf [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/j/tags.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/j/variables.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/bg.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/bg.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/cz.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/cz.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/da.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/da.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/de.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/de.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/en.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/en.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/es.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/lang/es.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/fa.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/fa.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/fi.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/fi.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/fr.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/fr.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/ga.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/ga.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/hu.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/hu.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/it.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/it.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/nl.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/nl.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/pl.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/pl.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/ro.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/lang/ro.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/ru.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/lang/ru.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/sv.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/lang/sv.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/maintenance.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/codepress.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/codepress.html [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/codepress.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/engines/gecko.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/engines/khtml.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/engines/msie.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/engines/older.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/engines/opera.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/images/line-numbers.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/index.html [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/asp.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/asp.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/autoit.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/autoit.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/csharp.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/csharp.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/css.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/css.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/generic.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/generic.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/html.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/html.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/java.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/java.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/javascript.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/javascript.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/perl.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/perl.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/php.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/php.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/ruby.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/ruby.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/sql.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/sql.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/text.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/text.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/vbscript.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/vbscript.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/xsl.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/languages/xsl.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress-0.9.6/license.txt [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/codepress.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/edit.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/plugin.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/codepress/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/copy_to_clipboard/_clipboard.swf [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/copy_to_clipboard/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/croparea.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/cropper.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/cropper.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/img/crop.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/lib/builder.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/lib/controls.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/lib/dragdrop.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/lib/effects.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/lib/prototype.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/lib/scriptaculous.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/lib/slider.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/lib/unittest.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/licence.txt [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/marqueeHoriz.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/marqueeVert.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/plugin.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/cropper/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/extract_zip/extract_zip.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/extract_zip/plugin.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/extract_zip/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/file_details/file_details.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/file_details/plugin.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/file_details/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/image_resize_multiple/plugin.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/image_resize_multiple/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/image_resize_multiple/resize_image.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/image_rotate/plugin.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/image_rotate/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/image_rotate/rotate_ccw.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/image_rotate/rotate_cw.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/jwplayer.zip [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/jwplayer/jwplayer.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/jwplayer/mediaplayer.swf [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/jwplayer/playlist.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/jwplayer/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/jwplayer/swfobject.js [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/lightbox/plugin.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/lightbox/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/lightbox/slideshow_icon.jpg [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/plugins/return_thumbnail/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.mysql.create.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.mysql.update.0.7.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.mysql.update.0.7.2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.mysql.update.0.9.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.mysql.update.0.9.2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.pgsql.create.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.pgsql.update.0.7.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.pgsql.update.0.7.2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.pgsql.update.0.9.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.pgsql.update.0.9.2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.sqlite.create.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.sqlite.update.0.7.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.sqlite.update.0.7.2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.sqlite.update.0.9.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/db.sqlite.update.0.9.2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/image_resize/plugin.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/image_resize/plugin.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/image_resize/resize_image.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.0.7.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.0.7.2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.0.8.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.0.9.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.0.9.2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.1.0.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.1.1.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.1.1.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.1.2.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/scripts/update.1.3.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/.htaccess [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/bitsandpieces/panelheader-bg.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/bitsandpieces/panelheader.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/css.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/folders.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/hooks.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/actions/1rightarrow.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/aac.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/aac2.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/ape.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/avi.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/avi2.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/bz2.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/chm.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/core.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/deb.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/doc.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/document.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/empty.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/flac.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/folder_setting.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/font.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/font_truetype.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/gz.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/html.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/mov.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/mp3.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/mp4.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/odt.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/ogg.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/pdf.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/php.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/ppt.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/qt.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/ram.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/rar.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/rm.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/rmvb.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/rpm.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/rt.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/rtf.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/ruby.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/rv.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/svg.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/sxw.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/tar.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/tgz.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/txt.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/txt2.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/unknown.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/xls.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/16x16/mimetypes/zip.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/loader.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/aac.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/aac2.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/ape.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/avi.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/avi2.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/bz2.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/chm.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/core.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/deb.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/doc.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/document.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/empty.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/flac.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/folder_setting.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/font.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/font_truetype.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/gz.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/html.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/mov.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/mp3.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/mp4.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/odt.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/ogg.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/pdf.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/php.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/qt.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/ram.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/rar.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/rm.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/rmvb.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/rpm.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/rt.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/rtf.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/ruby.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/rv.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/svg.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/sxw.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/tar.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/tgz.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/txt.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/txt2.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/unknown.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/xls.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/64x64/mimetypes/zip.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/add_tags.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/ark_selectall.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/downloadicon.gif [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/edit.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/extract_zip.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/filenew.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/folder.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/folder_new.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/folder_yellow.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/invert_selection.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/lock.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/remove.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/resize_image.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/rotate_ccw.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/rotate_cw.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/select_none.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/show_panel.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/icons/unlock.png [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/kfm.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/large_loader.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/login.css [new file with mode: 0755]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/prompt.css [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/small_loader.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/tableicons/asc.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/tableicons/bg.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/themes/default/tableicons/desc.gif [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/upload.php [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/clipboard/clipboard_add.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/clipboard/clipboard_add_blt.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/clipboard/clipboard_empty.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/clipboard/clipboard_empty_blt.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/clipboard/clipboard_full.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/clipboard/clipboard_full_blt.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/clipboard/widget.js [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/trash/trash.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/trash/trash_blt.png [new file with mode: 0644]
ipf/admin/media/tiny_mce/plugins/kfm/widgets/trash/widget.js [new file with mode: 0644]
ipf/form/widget/htmlinput.php