]> git.p6c8.net - devedit.git/history - modules
file_read() is now able to open a file in binary mode (maybe we will need it)
[devedit.git] / modules /
2005-02-09 pcanterinofile_read() is now able to open a file in binary mode...
2005-02-05 pcanterinoUpdated to version 1.4
2005-02-01 pcanterinoChanged some comments
2005-01-24 pcanterinoARGH!
2005-01-21 pcanterinoParse the {IF} block "gmt" only once
2005-01-20 pcanterino- Allow to use Greenwich Mean Time in date strings...
2005-01-08 pcanterino- NOW check_path() should work properly version_2_3
2005-01-07 pcanterinoSmall cleanup
2005-01-07 pcanterinoLet's hope, check_path() is now working properly.
2005-01-06 pcanterino- Fixed a bug occuring if the "curdir" CGI parameter...
2005-01-06 pcanterino- When composing the temporary virtual path for a new...
2005-01-05 pcanterino- Removed error message "file_in_use"
2005-01-04 pcanterino- In the virtual directory string, check_path() convert...
2005-01-02 pcanterino- Check if the CGI module was able to create a valid...
2004-12-31 pcanterinoWhen parsing a configuration file, ignore lines like...
2004-12-29 pcanterinoCleaned exec_show() and exec_beginedit()
2004-12-26 pcanterino- Allow to filter directory listing using DOS-style...
2004-12-21 pcanterino- While processing a file upload, check if the user...
2004-12-21 pcanterinoSome small changes
2004-12-17 pcanterino- Dev-Editor now uses flock(). flock() is called using...
2004-12-17 pcanterinoRemoved useless "use Tool;" in Output.pm
2004-12-16 pcanterino- Entities in some more strings are now encoded
2004-12-13 pcanterino- exec_chprop() should have a proper coding style,...
2004-12-10 pcanterinoThe "Edit" link of files in use were not greyed in...
2004-12-06 pcanterinoDo not allow to change the properties of the virtual...
2004-12-03 pcanterinoSome cleanings
2004-12-03 pcanterinoVersion 1.3:
2004-11-29 pcanterinoFile uploads did not work. Fixed in Dev-Editor 2.2a. version_2_2a
2004-11-29 pcanterinoThis file testing order before saving a file makes...
2004-11-27 pcanterinoChanged my email address (patshaping@gmx.net -> patrick...
2004-11-26 pcanterino- Check if we have enough permissions to write in direc...
2004-11-25 pcanterinoSome small changes
2004-11-24 pcanterino- Check if the user really wants to upload a file to...
2004-11-24 pcanterino- Added new if blocks to the templates about.htm and...
2004-11-13 pcanterinoThe path the user wants to access must now BEGIN with...
2004-11-13 pcanterino- The abort() routine from the Output module is now...
2004-11-10 pcanterinoAnother bug in the same line!
2004-11-09 pcanterinoStupid bug
2004-11-05 pcanterino- Dev-Editor now checks if it is able to access a direc...
2004-10-31 pcanterino- There is no need to load the POSIX module twice
2004-10-30 pcanterinoBecause of the ugly behaviour of $(, I'm now using...
2004-10-28 pcanterinoChanged a comment
2004-10-28 pcanterinoRemoving one and more whitespace makes more sense than...
2004-10-27 pcanterinoWe are now using the `chgrp` system command to change...
2004-10-23 pcanterinoWhen viewing a file, insert the contents of the file...
2004-10-22 pcanterinoNow we already unlock the file at the begining of exec_...
2004-10-05 pcanterinoChanged some comments
2004-10-05 pcanterinoexec_unlock() now checks if the file is really in use...
2004-10-05 pcanterinoCheck if the user wants to write text data into a binar...
2004-10-04 pcanterinoImproved file editing using another filename:
2004-09-05 pcanterinoOoops...?
2004-08-29 pcanterinoAdded an option for overwriting files during file uploa...
2004-08-05 pcanterinoRemoved the race condition in file_create() which could...
2004-08-02 pcanterinoSome small changes
2004-08-01 pcanterinoAllow to change the group of a file using the Group ID
2004-07-30 pcanterinoReplaced the code of mode_string() by some self-written...
2004-07-29 pcanterinoDev-Editor is now able to change the mode and the group...
2004-07-27 pcanterinoCommands are now case-insensitive
2004-07-22 pcanterinoDo not allow removing or renaming the root directory
2004-07-21 pcanterinoFiles and directories are now sorted case-insensitively
2004-07-20 pcanterinoWhen viewing a file and if the file is editable, there...
2004-07-17 pcanterinoSmall enhancement for devedit_reload()
2004-07-12 pcanterinoD'oh!
2004-07-12 pcanterinoHeavily improved devedit_reload():
2004-07-11 pcanterinoIn directory listing, when clicking on the buttons...
2004-07-03 pcanterinoIf the user wants to view/edit a file larger than a...
2004-06-29 pcanterinoTypo
2004-05-23 pcanterinoUpdated to version 1.3
2004-04-25 pcanterinoSplitted the configuration file into three parts:
2004-03-15 pcanterinoIn directory listing, there is a new menu item "View...
2004-03-14 pcanterinoAdded an "About" dialogue, which shows some (more or...
2004-03-14 pcanterinoThere is no need to export error_in_use() any more...
2004-03-04 pcanterinoNow, all the error messages are defined in the configur...
2004-03-01 pcanterinoDev-Editor is now able to accept HTTP file uploads.
2004-02-28 pcanterino- Improved file editing (especially if the file should...
2004-02-28 pcanterinoSome cleanings...
2004-02-20 pcanterinoCopying and renaming of files is back again!
2004-02-13 pcanterinoBegan to implement the possibility to control the outpu...
2004-01-17 pcanterinoNow, we are using an extern configuration file.
2003-12-22 pcanterinoNow, when the user wants to remove a file, a confirmati...
2003-12-21 pcanterinoIf a file or directory shall be renamed and the destina...
2003-12-19 pcanterino- If a file shall be copied and the destination file...
2003-12-13 pcanterino- Cleaned the comments
2003-12-02 pcanterinoSome cleanings...
2003-12-02 pcanterino- The commands are now dispatched in Command.pm. Only...
2003-12-01 pcanterinoWe don't use the FILEHANDLE,MODE,FILENAME version of...
2003-11-21 pcanterinoVersion 1.2:
2003-11-10 pcanterinoIn directory listing, when a file cannot be viewed... version_1_1
2003-11-05 pcanterinofile_save() does not use a temporary file any more...
2003-10-30 pcanterinoAdded directory links in some error messages
2003-10-27 pcanterino- Added devedit_reload() to easily reload Dev-Editor...
2003-10-27 pcanterino- Now checking if we have enough permissions to copy...
2003-10-22 pcanterino- Added default colors for text and links
2003-10-22 pcanterino- exec_endedit(): Any line seperator will be converted...
2003-10-17 pcanterinoVersion 1.1.1:
2003-10-13 pcanterinocheck_path() was cleaned up. It now uses upper_path...
2003-10-13 pcanterinoRemoved the call of canonpath() in dir_read(). File...
2003-10-08 pcanterinoDev-Editor 1.0 version_1_0
2003-09-26 pcanterinoVersion 1.1:
2003-09-26 pcanterinoSome checks for the return values of open(), close...
next

patrick-canterino.de