Current version is 0.5 and it was released in 12th February 2003.
version 0.5, February 12, 2003 (official release)
- redefinedable header and footer function
- determination between text and binary files in file edit
functionality
- code simplyfication, improvements
version 0.4.4, February 4, 2003
- fixed bug with file or directory name 0
- fixed returning to parent directory possibility
in directory with one letter in its name
- directory lib/ removed, file
functions.inc.php added
- improved phpWebFileManager inclusion possibility
- added support for local configuration file
config-local.inc.php
- numerous security fixes in file.php
plugin
version 0.4.3, December 23, 2002
Changes by Claudio Torres Casanelli <ctorres@alumnos.ubiobio.cl>:
- spanish language file added
version 0.4.2, November 24, 2002
- fixed file uploading stuff
version 0.4.1, October 2, 2002
Changes by Lamberto Isola <scianzi@yoda2000.net>:
- improved file.php pluging
- italian language file added
version 0.4, August 4, 2002 (official release)
- improved file.php pluging
- new configuration item for external file resources added
- definedable CGI variables prefix implemented
- definedable icons directory to have possibility of default
Apache icons (/icons/) usage
- more file type icons are handled using specific icons configuration file
icons.inc.php
- improved HTML output; fixed some bug with colspan and
&
version 0.3.1, August 3, 2002
- plugins moved into plugins/ subdirectory
- register globals off compliancy
- support for file edit and save; based on the patch by Robert
Paciorek <Robert.Paciorek@n17.waw.pl>
version 0.3, July 22, 2002 (official release)
- configuration options and configuration file change (from
$phpWebFileManager_OPTION to
$fm_cfg['option'])
- note, that features forbid contants were removed and substitued
by features enabled constants; keep this in mind when upgrade on this
version
- plugin file.php by Tony J. White
<tjw@tjw.org> used for file viewing with ability to deny this
feature according to used configuration was added into phpWebFileManager
distribution
- plugin auth.php containing basic HTTP
authentication was also added into distribution
version 0.2.3, July 19, 2002
Changes by Asbjørn Værnes <avaernes@online.no>:
- dirty fix for proper handling filenames with norwegian
characters
- norwegian translation
version 0.2.2, April 21, 2002
- fixed PostNuke port, init.inc.php file created for
initialization
- new subdirectory lib/ created for
phpPlatonLib functions, url_utils.lib.php file removed
- various documentation update, Ken Kizaki's PN-MODULE-HOWTO file added to
distribution
Changes by Rastislav 'Rider' Rihak <rider@lonestar.sk>:
- PostNuke port
- new multilanguage support system
- startup redirection file index.php removed
version 0.2.1, March 25, 2002
- ability to overide date format in config file
- support for enable/disable icons displaying
- all variables were uncommented in config file to prevent its initialization from CGI environment
Changes by Ken Kizaki <ken_kizaki@yahoo.co.jp> and Daniel Fernandez <funkyferdy@econophone.ch>:
Changes by Greg Baker <ggbaker@cs.sfu.ca>:
- file size and last modification date support
- date format in language translation files
version 0.2, February 21, 2002 (official release)
- several features have been implemented, phpWebFileManager seems
to be stable now, although according to TODO list, new things
will be added soon
version 0.1.8, February 16, 2002
- multilanguage support
- english and slovak translation added
- ability to deny symbolic links following
- add striping slashes from CGI variables to properly handle
directories with quotation characters
- quoted value parameters of all input tag
- HTML validity improvements
- documentation changes
version 0.1.7, December 18, 2001
- added parameters into config file to specify background color
of even and odd rows
- fm_ prefix for CGI variables to avoid variable name collisions
in large projects
version 0.1.6, October 24, 2001
- finally valid handling of all file and directory names (with spaces,
ampersands, quotes, etc) and also valid HTML references (links)
creating using appropriate functions urlencode() and htmlentities()
version 0.1.5, October 1, 2001
- added $phpWebFileManager_LINKS_PREFIX parameter to build links for View feature;
if it is not present HTML links are built in standart way
version 0.1.4, September 26, 2001
- added ability to allow user to turn on/off View/Enter, Rename
Delete/Remove and Create/Upload functionality with focus
on security
version 0.1.3, August 23, 2001
Changes by Paul Grace <paulgrace@telstra.com>:
- directories with spaces handling
- alphabetical directory sorting
version 0.1.2, July 31, 2001
- documentation and TODO list update
version 0.1.1, July 27, 2001
- change relative redirect to absolute in index.php (RFC2068)
- fixing file view
version 0.1, July 22, 2001 (official release)