]> git.p6c8.net - devedit.git/commit
- Began to change the behaviour of Dev-Editor's editing function:
authorpcanterino <>
Sun, 10 Apr 2005 09:24:20 +0000 (09:24 +0000)
committerpcanterino <>
Sun, 10 Apr 2005 09:24:20 +0000 (09:24 +0000)
commit8bc393b21655cb67a6c0bb7ef450b94c366e7aff
treec893e44778af962a225bb0503ed90bef955d53cd
parent4780f42f030a63e97503e82d71ccd5d1c323e550
- Began to change the behaviour of Dev-Editor's editing function:
  The concept of locking the file for other users before editing it is not very
  good, causes some problems and makes it difficult to add new features. So I
  decided to remove it.
  When Dev-Editor shows the form for editing a file, it calculates the MD5
  checksum and places it in the editing form. Before saving the file, the MD5
  checksum is calculated again and compared to the submitted one. If the two
  sums don't match, Dev-Editor does not save the file and shows the editing
  form.
  It seems to work, but the solution is currently VERY dirty...
- Removed the possibility to encode ISO-8859-1 HTML entities. There is no real
  use for this function.
- The extension of the configuration files is now "conf"
- Changed the names of some error messages:
  binary      -> binary_file
  cmd_unknown -> command_unknown
  create_ar   -> create_above_root
  not_exist   -> not_found
12 files changed:
devedit.conf [moved from devedit.dat with 66% similarity]
devedit.pl
errors.conf [new file with mode: 0644]
errors.dat [deleted file]
modules/Command.pm
modules/File/Access.pm
modules/File/UseList.pm [deleted file]
templates.conf [moved from templates.dat with 100% similarity]
templates/dirlist_file.htm
templates/editfile.htm
uselist [deleted file]
uselist.lock [deleted file]

patrick-canterino.de