]> git.p6c8.net - devedit.git/history - modules
Catch some errors that might occur when unpacking an archive
[devedit.git] / modules /
2010-12-30 pcanterinoCatch some errors that might occur when unpacking an...
2010-12-27 pcanterinoAdded rudimentary support for unpacking archive files...
2010-12-26 pcanterinoCatch error of trying to download a non-readable file...
2010-12-24 pcanterino- Some color changes
2010-12-24 pcanterinoAdded new configuration option "startdir" which defines...
2010-12-24 pcanterino- I always wanted an option for switching Dev-Editor...
2010-12-23 pcanterino- Tool.pm: Be consistent (lc instead of uc)
2010-12-23 pcanterinoNew config option: disable_commands. This option define...
2010-05-24 pcanterinoAdded a checkbox for editing a file after creating it
2009-12-29 pcanterinoAllow to execute a HTTP download of a file
2009-05-12 pcanterinoChanged version number to 3.1
2009-05-11 pcanterinoChanged usage of template class.
2009-05-10 pcanterinoMake use of new methods defined by template class.
2009-05-09 pcanterinoIn some parts of file "Command.pm", make use of new...
2009-05-09 pcanterinoIn file "Output.pm", make use of new methods defined...
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 pcanterinoUpdated template class to version 2.0
2009-03-30 pcanterinoAllow to specify a remote name for an uploaded file
2008-04-25 pcanterinoIf "*" was supplied as a DOS wildcard, don't convert...
2006-08-24 pcanterinoTrying to simplify some of Dev-Editor's functions:
2005-11-10 pcanterino- Fixed a security problem: version_3_0_1
2005-09-30 pcanterino*wargl*
2005-09-30 pcanterinoYou can now define alias names for users who have an...
2005-08-25 pcanterino- Now, Dev-Editor is able to switch some configuration...
2005-08-01 pcanterino- Fixed the prototype problem of dir_copy() in File...
2005-07-23 pcanterinoRestored the version of check_path() found in revision...
2005-07-23 pcanterinoChanging the mode of inaccessible directories works...
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-07 pcanterinoSimplified check_path() a little bit
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-05-05 pcanterinoUpdated to version 1.5
2005-04-24 pcanterinoSmall changes
2005-04-23 pcanterinoRemoved debug code
2005-04-22 pcanterinoFixed a really strange bug only occuring on Windows...
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-21 pcanterinoUpdated to version 1.4a
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-16 pcanterinohttp://forum.de.selfhtml.org/?t=101375&m=622582
2005-02-14 pcanterinoThe file saving process was aborted if the user wanted...
2005-02-13 pcanterinoWindows drive letters are case-insensitive!
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-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...
next

patrick-canterino.de