cmskit/wizard-filemanager

一个用于管理文件文件夹中文件和选择文件路径的cms套件向导

dev-master 2014-12-05 17:12 UTC

This package is not auto-updated.

Last update: 2024-09-28 16:11:11 UTC


README

安装路径:backend/wizards/filemanager

描述

此向导添加了一个文件管理器,用于上传和管理可访问文件夹中的文件(通过某些权利管理定义),并允许您选择一个文件路径作为字符串。

安装

手动安装

  1. 下载并解压此文件夹到 backend/wizards/

通过包管理器安装

  • 输入类型:带有向导的字符串(VARCHAR)或从其他向导调用
  • 包含代码:filemanager
  • 输入:无(只返回一些内容)
  • 返回:文件路径
  • 版权: elFinder 3-clauses BSD许可

安装

手动安装

  1. 下载并解压此文件夹到 backend/wizards/

通过包管理器安装

升级

为了顺利运行,您应该运行compressor/compress.php并包含2个文件

  1. 创建/清理名为"min/"的文件夹
  2. 在compress.php中注释掉"exit"
  3. 检查...src.html中的依赖项
    1. 将css-和js-引用复制到compress.php的XML部分,并删除html注释
    2. 检查代码的正确XML语法(自闭合CSS链接)
  4. 将实际的"js/"和"css/"文件夹放在"filemanager/"中(在成功压缩后可以删除src文件)
  5. 将"js/i18n/"复制到"filemanager/"
  6. 运行compressor/compress.php并检查文件
  7. 测试应用程序(如果有JS错误,请从压缩切换到连接)
  8. 使用后取消注释"exit"

许可证

elFinder是在3-clauses BSD许可下发布的。

Copyright (c) 2009-2012, Studio 42
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * Neither the name of the Studio 42 Ltd. nor the
      names of its contributors may be used to endorse or promote products
      derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL "STUDIO 42" BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.