]> git.p6c8.net - devedit.git/log
devedit.git
21 years ago- exec_endedit(): Any line seperator will be converted to the OS specific line seperator
pcanterino [Wed, 22 Oct 2003 09:41:46 +0000 (09:41 +0000)]
- exec_endedit(): Any line seperator will be converted to the OS specific line seperator
- Implemented some checks if we have enough permissions to do some things if files (still needs work)
- Some error messages now include directory links

21 years agoVersion 1.1.1:
pcanterino [Fri, 17 Oct 2003 17:13:22 +0000 (17:13 +0000)]
Version 1.1.1:
- Improved constructor
- If we tried to unlock the list file and the lock file already exists, the 'lock' variable in the object properties wasn't set to 0
- Fixed a lot of typos
- Removed $VERSION variable (version number is now found in the head comment)

21 years agocheck_path() was cleaned up. It now uses upper_path() and file_name() instead of...
pcanterino [Mon, 13 Oct 2003 17:35:48 +0000 (17:35 +0000)]
check_path() was cleaned up. It now uses upper_path() and file_name() instead of fileparse().

21 years agoRemoved the call of canonpath() in dir_read(). File::Spec is not longer included...
pcanterino [Mon, 13 Oct 2003 17:09:03 +0000 (17:09 +0000)]
Removed the call of canonpath() in dir_read(). File::Spec is not longer included in this module.

21 years agoDev-Editor 1.0 version_1_0
pcanterino [Wed, 8 Oct 2003 11:47:51 +0000 (11:47 +0000)]
Dev-Editor 1.0

21 years agoVersion 1.1:
pcanterino [Fri, 26 Sep 2003 17:46:03 +0000 (17:46 +0000)]
Version 1.1:
- The file with the list will ony be unlocked, if it was locked by ourselves
- If the path to lock file is missing, it will be created by adding ".lock" to the path of the list file
- The return value of print() in save() is now checked
- Comments translated into English

21 years agoSome checks for the return values of open(), close() and print() added
pcanterino [Fri, 26 Sep 2003 17:29:13 +0000 (17:29 +0000)]
Some checks for the return values of open(), close() and print() added

21 years ago- Special chars will be encoded to HTML entities in directory listing and in other...
pcanterino [Thu, 25 Sep 2003 13:49:18 +0000 (13:49 +0000)]
- Special chars will be encoded to HTML entities in directory listing and in other messages (very dirty at several points)
- Improved check for binary files (empty files were recognized as binary files)
- Check if someone tries to delete a directory

21 years ago- Added check for binary files in directory view
pcanterino [Tue, 23 Sep 2003 20:02:25 +0000 (20:02 +0000)]
- Added check for binary files in directory view
- Several comments added

21 years agoInitial version first
pcanterino [Tue, 23 Sep 2003 12:15:14 +0000 (12:15 +0000)]
Initial version

patrick-canterino.de