Share

Weeble File Manager

File Release Notes and Changelog

Release Name: 1.1

Notes:
Weeble File Manage v1.1

Weeble File Manager (aka WeebleFM) is a php file manager
run through an ftp connection that offers a wide variety
of functionality as similar web based file managers used
by Tripod and Yahoo. It offers a easy to use interface for 
its users along with easy installation for the host. 
WeebleFM gives private web hosters the chance to offer 
their clients an easy and quick alternative to FTP, 
TELNET, and SSH.

Features Include:
* Copy, Move, Rename, & Delete.
* Create new files and directories.
* Upload and download files.
* Built-in File Editor.
* Option to show/hide hidden files and directories.
* Changing of file permissions (where supported).

Requires:
* PHP 4.1.x (pre 4.1.x support coming soon)
 + FTP module
 + mcrypt module

Changes: Changes since v1.0.6 - Added copy functionality for files. - Added support to Move files and directories. - Added ownership display. - Added handling of custom icons on a per file extension basis. - Added handling for multiple uploads. (upload.php) - Added config variable to set the max number of multiple uploads at one time. - Added docs/manual.[txt,html,pdf] - Added quick install guide docs/INSTALL - Updated README with some real information. - Added links to edit.php and ftp.php to the manual. - Fixed bug with create that didn't properly check for a name being given. - Rewrote the calls to functions that build and display the directory listing. - Made the icon array use keys. - Syntax changes in settings.php to make for easier reading on the part of the users. - Warning level array is now associative with intuitive key names. - Corrected bug in ftp.php where both a file and a directory could be selected at the same time. - Extended cookie expiration to one year. - Corrected visual anomoly in edit.php where logout link didn't properly line up. - Corrected form encoding type in edit.php. - Disabled the upload file size restriction as it's not properly handled. Will revisit this at a later time. - Misc. syntax, spelling, typo bugs. - Minor bug fixes and visual tweaks.