]> git.p6c8.net - devedit.git/history - modules/Command.pm
Updated change log
[devedit.git] / modules / Command.pm
2009-05-09 pcanterinoWhen removing multiple files, just redirect if all...
2009-05-07 pcanterinoSmall bugfix when filtering out invalid files before...
2009-05-06 pcanterinoAdded a feature for removing multiple files from a...
2009-03-31 pcanterinoAdded a copyright note at the top of each file
2009-03-31 pcanterinoAdded new template {IF} block ("even") for allowing...
2009-03-30 pcanterinoAdded new configurtaion option for hiding dot files.
2009-03-30 pcanterinoAllow to specify a remote name for an uploaded file
2006-08-24 pcanterinoTrying to simplify some of Dev-Editor's functions:
2005-08-01 pcanterino- Fixed the prototype problem of dir_copy() in File...
2005-07-06 pcanterinoWhoops...
2005-07-06 pcanterinoImplemented experimental feature of copying a whole...
2005-06-14 pcanterinoAgain: Forgot to encode HTML in some more strings...
2005-06-14 pcanterinoForgot to encode HTML in some more strings...
2005-06-14 pcanterinoForgot to encode HTML in some strings
2005-06-10 pcanterino- Dev-Editor is now able to forbid accessing a file...
2005-05-29 pcanterinoRemoved some spaces
2005-05-15 pcanterino- Before changing the permissions of a file, check...
2005-05-05 pcanterino- Changed names of some {IF} blocks (make use of negations)
2005-05-05 pcanterino- Make use of capabilities of new template class
2005-04-24 pcanterinoSmall changes
2005-04-22 pcanterinoSome small changes
2005-04-22 pcanterino- Removed HTML::Entities:
2005-04-15 pcanterinoSmall cleanup
2005-04-15 pcanterinoThis line of code causes nothing but problems! I though...
2005-04-15 pcanterino- Do not write new file content if the user did not...
2005-04-10 pcanterinoDo not switch to binmode before saving a file or before...
2005-04-10 pcanterino*grr*
2005-04-10 pcanterino- Locking did not work
2005-04-10 pcanterino- Began to change the behaviour of Dev-Editor's editing...
2005-03-18 pcanterinoUsing the move() function from the File::Copy module...
2005-02-28 pcanterinoDon't create an incomplete HTML table if the root direc...
2005-02-14 pcanterinoThe file saving process was aborted if the user wanted...
2005-02-13 pcanterino- For security reasons, I completely changed the handli...
2005-02-10 pcanterino- Check if unlocking of the list of files in use was...
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-06 pcanterino- When composing the temporary virtual path for a new...
2005-01-05 pcanterino- Removed error message "file_in_use"
2005-01-02 pcanterino- Check if the CGI module was able to create a valid...
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-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-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-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-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 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-02 pcanterinoSome small changes
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-20 pcanterinoWhen viewing a file and if the file is editable, there...
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-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-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-20 pcanterinoCopying and renaming of files is back again!
2004-02-13 pcanterinoBegan to implement the possibility to control the outpu...
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-02 pcanterino- The commands are now dispatched in Command.pm. Only...
2003-11-10 pcanterinoIn directory listing, when a file cannot be viewed... version_1_1
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- exec_endedit(): Any line seperator will be converted...
2003-10-08 pcanterinoDev-Editor 1.0 version_1_0
2003-09-25 pcanterino- Special chars will be encoded to HTML entities in...
2003-09-23 pcanterino- Added check for binary files in directory view
2003-09-23 pcanterinoInitial version first

patrick-canterino.de