cmskit / wizard-filemanager
A cms-kit wizard to manage files in file folder and pick filepaths
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.3.3
- cmskit/jquery-ui: dev-master
- cmskit/package-installer: 1.0.*@dev
- studio-42/elfinder: 2.*@dev
This package is not auto-updated.
Last update: 2025-03-29 18:54:48 UTC
README
Installation path: backend/wizards/filemanager
Description
This Wizard adds a File-Manager to upload & manage files in accessible folders (defined via some right-management) and lets you select a file-path as string.
Installation
manual Installation
- download and extract this Folder into backend/wizards/
Installation via package management
- Input-Type: String with Wizard (VARCHAR) or call from other Wizards
- Include-Code: filemanager
- Input: nothing (just returns something)
- Return: File-Path
- Credits: elFinder 3-clauses BSD license
Installation
manual Installation
- download and extract this Folder into backend/wizards/
Installation via package management
Upgrade
To work smoothly you should run compressor/compress.php and inlude 2 files
- create/purge a Folder called "min/"
- comment the "exit" in compress.php
- check the dependencies in the ...src.html
- copy css- + js-References to the XML-Section of compress.php + delete html-comments
- check the code for correct XML-Syntax (self-closing CSS-Links)
- place actual "js/" and "css/" Folders in "filemanager/" (you can delete the src-files after successfull compression)
- copy "js/i18n/" to "filemanager/"
- run compressor/compress.php and check the files
- test the App (if there are JS-Errors switch from compression to concatenation
- uncomment the "exit" after use
License
elFinder is issued under a 3-clauses BSD license.
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.