]> git.p6c8.net - devedit.git/commit
- Check if we have enough permissions to write in directory at the following
authorpcanterino <>
Fri, 26 Nov 2004 16:00:27 +0000 (16:00 +0000)
committerpcanterino <>
Fri, 26 Nov 2004 16:00:27 +0000 (16:00 +0000)
commit4fb80b78acb8c336200b5fe20403bcb94c0aed98
treecefed231b27e1e0539f4ee07880454d5bc94cd5c
parent0577a1ece82df55f43840d9187fd5b150ec25361
- Check if we have enough permissions to write in directory at the following
  points:
  - Before executing a command which creates a new file
  - Before uploading a file
  - Before removing or moving/renaming a file or directory
- oct() does not care about leading zeros, the resulting value is always the
  same.
- The name of the variable which will be replaced by a directory to go back to
  in error.htm was renamed from "{DIR}" to "{BACK}". "{DIR}" caused some
  problems.
- Changed the names of some error messages:
  nocopy -> no_copy
  noedit -> no_edit
  noview -> no_view
devedit.pl
errors.dat
modules/Command.pm
modules/Output.pm
templates/chprop.htm
templates/dirlist_dir.htm
templates/dirlist_file.htm
templates/error.htm

patrick-canterino.de