Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

CVS log for phpWebFileManager/index.php

[BACK] Up to [Platon] / phpWebFileManager

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.55 / (download) - [select for diffs], Thu Dec 14 08:31:25 2006 UTC (17 years, 3 months ago) by brolin


Changes since 1.54: +48 -3 lines
Diff to previous 1.54 (colored)

add support for description files (from my patch submitted on
2006-05-20 but never comitted)

Revision 1.54 / (download) - [select for diffs], Sun Dec 18 09:50:52 2005 UTC (18 years, 3 months ago) by nepto

Changes since 1.53: +13 -13 lines
Diff to previous 1.53 (colored)

Moved header before form definitions and footer after form closing

Revision 1.53 / (download) - [select for diffs], Sat Oct 1 17:17:34 2005 UTC (18 years, 6 months ago) by nepto


Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

Bumped copyright year and changed Platon SDG to Platon Group.

Revision 1.52 / (download) - [select for diffs], Sat Oct 1 16:50:26 2005 UTC (18 years, 6 months ago) by nepto

Changes since 1.51: +30 -26 lines
Diff to previous 1.51 (colored)

Added implementation of multiple file uploads.

Revision 1.51 / (download) - [select for diffs], Tue Dec 28 12:43:44 2004 UTC (19 years, 3 months ago) by nepto

Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored)

Implemented #248: pre-fill filename during rename operation.

Revision 1.50 / (download) - [select for diffs], Tue Dec 28 12:32:00 2004 UTC (19 years, 3 months ago) by nepto

Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

View links are built using SCRIPT_NAME instead of REQUEST_URI variable.

Revision 1.49 / (download) - [select for diffs], Tue Dec 28 12:15:00 2004 UTC (19 years, 3 months ago) by nepto

Changes since 1.48: +6 -8 lines
Diff to previous 1.48 (colored)

All global variables such as $HTTP_SERVER_VARS replaced
by corrensponding superglobals $_SERVER and others.
Version changed to 0.6.3pre1.

Revision 1.48 / (download) - [select for diffs], Sun Dec 12 21:53:58 2004 UTC (19 years, 3 months ago) by nepto

Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Fixed bug with HTTPS view links creation.

Revision 1.47 / (download) - [select for diffs], Tue Apr 6 16:49:54 2004 UTC (19 years, 11 months ago) by nepto

Changes since 1.46: +3 -4 lines
Diff to previous 1.46 (colored)

Undesirable rawurlencode() calls on $fm_cfg['url']['root'] were removed.
This is related to bug #214.

Revision 1.46 / (download) - [select for diffs], Sat Dec 20 18:44:15 2003 UTC (20 years, 3 months ago) by nepto


Changes since 1.45: +3 -2 lines
Diff to previous 1.45 (colored)

Made textarea columns and rows are configurable.

Revision 1.45 / (download) - [select for diffs], Thu Dec 18 17:54:54 2003 UTC (20 years, 3 months ago) by nepto

Changes since 1.44: +44 -44 lines
Diff to previous 1.44 (colored)

All HTML attributes are quoted now.

Revision 1.44 / (download) - [select for diffs], Thu Nov 20 14:07:26 2003 UTC (20 years, 4 months ago) by nepto

Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Changed URL from www.platon.sk to platon.sk.

Revision 1.43 / (download) - [select for diffs], Wed May 14 14:03:52 2003 UTC (20 years, 10 months ago) by nepto

Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored)

Fixed bug #79: view functionality broken under HTTPS.

Revision 1.42 / (download) - [select for diffs], Sat Feb 15 11:16:38 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.41: +53 -51 lines
Diff to previous 1.41 (colored)

* make code around view functionality faster</></>
* special handling of $fm_cfg['url']['root'] beginning with / character
* file edit contents in textarea is escaped now
* possibility to have upload/create file/directory buttons

Revision 1.41 / (download) - [select for diffs], Thu Feb 13 23:27:46 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.40: +6 -3 lines
Diff to previous 1.40 (colored)

File edit contents in textarea is escaped now.

Revision 1.40 / (download) - [select for diffs], Thu Feb 13 20:17:02 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.39: +8 -3 lines
Diff to previous 1.39 (colored)

Buttons support for creating/uploading files/directories.

Revision 1.39 / (download) - [select for diffs], Wed Feb 12 19:46:07 2003 UTC (21 years, 1 month ago) by nepto


Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Changed e-mail address also in sources.

Revision 1.38 / (download) - [select for diffs], Wed Feb 12 19:35:16 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.37: +46 -28 lines
Diff to previous 1.37 (colored)

Determination between text and binary files in file edit functionality.

Revision 1.37 / (download) - [select for diffs], Tue Feb 11 20:04:21 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.36: +275 -274 lines
Diff to previous 1.36 (colored)

Redefinedable header and footer function.
Code simplyfication.
Improvements.

Revision 1.36 / (download) - [select for diffs], Tue Feb 4 21:52:54 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.35: +50 -59 lines
Diff to previous 1.35 (colored)

Various improvements, especially regarding to new functions location.

Revision 1.35 / (download) - [select for diffs], Mon Feb 3 21:50:51 2003 UTC (21 years, 1 month ago) by nepto

Changes since 1.34: +240 -249 lines
Diff to previous 1.34 (colored)

Fixed bug with file or directory name "0".
Fixed returning to parent directory possibility in directory
  with one letter in its name.

Revision 1.34 / (download) - [select for diffs], Tue Jan 7 16:19:04 2003 UTC (21 years, 2 months ago) by nepto

Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Updated copyright year.

Revision 1.33 / (download) - [select for diffs], Sun Nov 24 16:51:19 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.32: +6 -3 lines
Diff to previous 1.32 (colored)

Fixed file uploading stuff.

Revision 1.32 / (download) - [select for diffs], Wed Oct 16 21:19:20 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.31: +1 -1 lines
Diff to previous 1.31 (colored)

Changed $Id tag for $Platon.

Revision 1.31 / (download) - [select for diffs], Sun Aug 11 14:10:05 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.30: +9 -9 lines
Diff to previous 1.30 (colored)

Added more mime.types file locations into configuration file.
Code cleanup & little improvements.

Revision 1.30 / (download) - [select for diffs], Sun Aug 4 23:22:58 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.29: +131 -72 lines
Diff to previous 1.29 (colored)

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, etc.
Version change to 0.4 (stable and official).

Revision 1.29 / (download) - [select for diffs], Sun Aug 4 18:19:55 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.28: +167 -190 lines
Diff to previous 1.28 (colored)

New configuration item for external file resources added.
Definedable CGI variables prefix implemented (+ new config item).

Revision 1.28 / (download) - [select for diffs], Sat Aug 3 23:41:49 2002 UTC (21 years, 7 months ago) by nepto

Changes since 1.27: +681 -556 lines
Diff to previous 1.27 (colored)

Various changes:
 - plugins moved into plugins/ subdirectory
 - register globals off compliancy
 - support for file edit and save; based on the patch by Robert
   Paciorek <Robert.Paciorek AT n17.waw.pl>
Version change to 0.3.1 (development).

Revision 1.27 / (download) - [select for diffs], Tue Jul 23 20:22:22 2002 UTC (21 years, 8 months ago) by nepto

Changes since 1.26: +26 -26 lines
Diff to previous 1.26 (colored)

Function calls echo_message() was replaced by fm_echo_message() to have
  proper namespace handling in phpWebFileManager.

Revision 1.26 / (download) - [select for diffs], Sun Jul 21 22:49:42 2002 UTC (21 years, 8 months ago) by nepto

Changes since 1.25: +107 -126 lines
Diff to previous 1.25 (colored)

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 AT tjw.org> used for file viewing
  with ability to deny this feature according to used configuration was
  added into phpWebFileManager distribution.
Further plugin auth.php containing basic HTTP authentication was also
  added into distribution
List of distribution files updated.
Version changed to 0.3 (official and stable).

Revision 1.25 / (download) - [select for diffs], Fri Jul 19 00:41:31 2002 UTC (21 years, 8 months ago) by nepto

Changes since 1.24: +11 -1 lines
Diff to previous 1.24 (colored)

Applied dirty patch for proper manipulating with files containing
  norwegian characters.

Revision 1.24 / (download) - [select for diffs], Tue May 14 14:22:55 2002 UTC (21 years, 10 months ago) by jombik9

Changes since 1.23: +3 -4 lines
Diff to previous 1.23 (colored)

Fixed view functionality (bad URL creating, / should not be
rawurlencoded()).

Revision 1.23 / (download) - [select for diffs], Fri May 10 00:46:14 2002 UTC (21 years, 10 months ago) by jombik9

Changes since 1.22: +34 -25 lines
Diff to previous 1.22 (colored)

Fixed PHP warning and notices.
Fixed printing name with more than one spaces.
Initialization CGI parameters improved check.

Revision 1.22 / (download) - [select for diffs], Sun Apr 21 23:25:50 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Fixed bug in init file inclusion.

Revision 1.21 / (download) - [select for diffs], Sun Apr 21 10:01:08 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.20: +7 -9 lines
Diff to previous 1.20 (colored)

Header updates.

Revision 1.20 / (download) - [select for diffs], Sat Apr 20 23:05:53 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.19: +193 -168 lines
Diff to previous 1.19 (colored)

Port to PostNuke (intergrated Rider's patch).
Translations updates.
New language system.
Unnecessary files removed.
Makefile updates.
Documentation updates.

Revision 1.19 / (download) - [select for diffs], Thu Mar 28 21:47:09 2002 UTC (22 years ago) by jombik9

Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored)

HTML improvements (width, colspan, ...).

Revision 1.18 / (download) - [select for diffs], Mon Mar 25 01:42:36 2002 UTC (22 years ago) by jombik9

Changes since 1.17: +68 -27 lines
Diff to previous 1.17 (colored)

Changes by Ken Kizaki <ken_kizaki@yahoo.co.jp> and Daniel Fernandez <funkyferdy@econophone.ch>:
- german translation

Changes by Greg Baker <ggbaker@cs.sfu.ca>:
- file size and last modification date support
- date format in language translation files

My changes:
- 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
- documentation update

Revision 1.17 / (download) - [select for diffs], Thu Feb 21 09:27:26 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.16: +45 -43 lines
Diff to previous 1.16 (colored)

Sync.

Revision 1.16 / (download) - [select for diffs], Thu Feb 21 09:03:54 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.15: +105 -94 lines
Diff to previous 1.15 (colored)

Indent improvements.

Revision 1.15 / (download) - [select for diffs], Sat Feb 16 20:27:36 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.14: +218 -118 lines
Diff to previous 1.14 (colored)

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

Revision 1.14 / (download) - [select for diffs], Thu Jan 24 23:50:22 2002 UTC (22 years, 2 months ago) by jombik9

Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Sync.

Revision 1.13 / (download) - [select for diffs], Sun Jan 13 02:42:28 2002 UTC (22 years, 2 months ago) by jombik9

Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored)

sync

Revision 1.12 / (download) - [select for diffs], Tue Dec 18 20:22:37 2001 UTC (22 years, 3 months ago) by jombik9

Changes since 1.11: +96 -87 lines
Diff to previous 1.11 (colored)

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

Revision 1.11 / (download) - [select for diffs], Mon Dec 10 21:07:23 2001 UTC (22 years, 3 months ago) by jombik9

Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)

Header improvements.

Revision 1.10 / (download) - [select for diffs], Sat Dec 8 18:26:02 2001 UTC (22 years, 3 months ago) by jombik9

Changes since 1.9: +11 -5 lines
Diff to previous 1.9 (colored)

Headers improvements. New standart used.

Revision 1.9 / (download) - [select for diffs], Mon Oct 29 11:43:55 2001 UTC (22 years, 5 months ago) by jombik9

Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

urlencode() changed to rawurlencode()

Revision 1.8 / (download) - [select for diffs], Thu Oct 25 22:31:25 2001 UTC (22 years, 5 months ago) by jombik9

Changes since 1.7: +61 -49 lines
Diff to previous 1.7 (colored)

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().

Revision 1.7 / (download) - [select for diffs], Mon Oct 1 14:38:49 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.6: +6 -2 lines
Diff to previous 1.6 (colored)

append_slash() bugfix

Revision 1.6 / (download) - [select for diffs], Mon Oct 1 14:34:00 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.5: +27 -4 lines
Diff to previous 1.5 (colored)

Added LINKS_PREFIX parameter to build links for View feature.
If it is not present HTML links are built in standart way.

Revision 1.5 / (download) - [select for diffs], Mon Oct 1 13:50:59 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

little improvements

Revision 1.4 / (download) - [select for diffs], Wed Sep 26 10:37:35 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.3: +170 -62 lines
Diff to previous 1.3 (colored)

Added ability to allow user to turn on/off View/Enter, Delete/Remove, Rename
and Create/Upload functionality with focus on security.

Revision 1.3 / (download) - [select for diffs], Tue Sep 25 16:16:02 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.2: +35 -18 lines
Diff to previous 1.2 (colored)

Forbid stuff (not fully implemented yet).

Revision 1.2 / (download) - [select for diffs], Mon Sep 24 14:15:41 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

ALT params added to IMG tag

Revision 1.1 / (download) - [select for diffs], Thu Sep 20 14:52:25 2001 UTC (22 years, 6 months ago) by jombik9

Initial revision

Revision 1.1.1.1 / (download) - [select for diffs] (vendor branch), Thu Sep 20 14:52:25 2001 UTC (22 years, 6 months ago) by jombik9


Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

simple file management PHP script

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top