2005-06-14 |
pcanterino | Forgot to encode HTML in some more strings... |
tree | commitdiff |
2005-06-14 |
pcanterino | Forgot to encode HTML in some strings |
tree | commitdiff |
2005-06-10 |
pcanterino | - Dev-Editor is now able to forbid accessing a file... |
tree | commitdiff |
2005-05-29 |
pcanterino | Removed some spaces |
tree | commitdiff |
2005-05-15 |
pcanterino | - Before changing the permissions of a file, check... |
tree | commitdiff |
2005-05-07 |
pcanterino | Simplified check_path() a little bit |
tree | commitdiff |
2005-05-05 |
pcanterino | - Changed names of some {IF} blocks (make use of negations) |
tree | commitdiff |
2005-05-05 |
pcanterino | - Make use of capabilities of new template class |
tree | commitdiff |
2005-05-05 |
pcanterino | Updated to version 1.5 |
tree | commitdiff |
2005-04-24 |
pcanterino | Small changes |
tree | commitdiff |
2005-04-23 |
pcanterino | Removed debug code |
tree | commitdiff |
2005-04-22 |
pcanterino | Fixed a really strange bug only occuring on Windows... |
tree | commitdiff |
2005-04-22 |
pcanterino | Some small changes |
tree | commitdiff |
2005-04-22 |
pcanterino | - Removed HTML::Entities: |
tree | commitdiff |
2005-04-15 |
pcanterino | Small cleanup |
tree | commitdiff |
2005-04-15 |
pcanterino | This line of code causes nothing but problems! I though... |
tree | commitdiff |
2005-04-15 |
pcanterino | - Do not write new file content if the user did not... |
tree | commitdiff |
2005-04-10 |
pcanterino | Do not switch to binmode before saving a file or before... |
tree | commitdiff |
2005-04-10 |
pcanterino | *grr* |
tree | commitdiff |
2005-04-10 |
pcanterino | - Locking did not work |
tree | commitdiff |
2005-04-10 |
pcanterino | - Began to change the behaviour of Dev-Editor's editing... |
tree | commitdiff |
2005-03-21 |
pcanterino | Updated to version 1.4a |
tree | commitdiff |
2005-03-18 |
pcanterino | Using the move() function from the File::Copy module... |
tree | commitdiff |
2005-02-28 |
pcanterino | Don't create an incomplete HTML table if the root direc... |
tree | commitdiff |
2005-02-16 |
pcanterino | http://forum.de.selfhtml.org/?t=101375&m=622582 |
tree | commitdiff |
2005-02-14 |
pcanterino | The file saving process was aborted if the user wanted... |
tree | commitdiff |
2005-02-13 |
pcanterino | Windows drive letters are case-insensitive! |
tree | commitdiff |
2005-02-13 |
pcanterino | - For security reasons, I completely changed the handli... |
tree | commitdiff |
2005-02-10 |
pcanterino | - Check if unlocking of the list of files in use was... |
tree | commitdiff |
2005-02-09 |
pcanterino | file_read() is now able to open a file in binary mode... |
tree | commitdiff |
2005-02-05 |
pcanterino | Updated to version 1.4 |
tree | commitdiff |
2005-02-01 |
pcanterino | Changed some comments |
tree | commitdiff |
2005-01-24 |
pcanterino | ARGH! |
tree | commitdiff |
2005-01-21 |
pcanterino | Parse the {IF} block "gmt" only once |
tree | commitdiff |
2005-01-20 |
pcanterino | - Allow to use Greenwich Mean Time in date strings... |
tree | commitdiff |
2005-01-08 |
pcanterino | - NOW check_path() should work properly version_2_3 |
tree | commitdiff |
2005-01-07 |
pcanterino | Small cleanup |
tree | commitdiff |
2005-01-07 |
pcanterino | Let's hope, check_path() is now working properly. |
tree | commitdiff |
2005-01-06 |
pcanterino | - Fixed a bug occuring if the "curdir" CGI parameter... |
tree | commitdiff |
2005-01-06 |
pcanterino | - When composing the temporary virtual path for a new... |
tree | commitdiff |
2005-01-05 |
pcanterino | - Removed error message "file_in_use" |
tree | commitdiff |
2005-01-04 |
pcanterino | - In the virtual directory string, check_path() convert... |
tree | commitdiff |
2005-01-02 |
pcanterino | - Check if the CGI module was able to create a valid... |
tree | commitdiff |
2004-12-31 |
pcanterino | When parsing a configuration file, ignore lines like... |
tree | commitdiff |
2004-12-29 |
pcanterino | Cleaned exec_show() and exec_beginedit() |
tree | commitdiff |
2004-12-26 |
pcanterino | - Allow to filter directory listing using DOS-style... |
tree | commitdiff |
2004-12-21 |
pcanterino | - While processing a file upload, check if the user... |
tree | commitdiff |
2004-12-21 |
pcanterino | Some small changes |
tree | commitdiff |
2004-12-17 |
pcanterino | - Dev-Editor now uses flock(). flock() is called using... |
tree | commitdiff |
2004-12-17 |
pcanterino | Removed useless "use Tool;" in Output.pm |
tree | commitdiff |
2004-12-16 |
pcanterino | - Entities in some more strings are now encoded |
tree | commitdiff |
2004-12-13 |
pcanterino | - exec_chprop() should have a proper coding style,... |
tree | commitdiff |
2004-12-10 |
pcanterino | The "Edit" link of files in use were not greyed in... |
tree | commitdiff |
2004-12-06 |
pcanterino | Do not allow to change the properties of the virtual... |
tree | commitdiff |
2004-12-03 |
pcanterino | Some cleanings |
tree | commitdiff |
2004-12-03 |
pcanterino | Version 1.3: |
tree | commitdiff |
2004-11-29 |
pcanterino | File uploads did not work. Fixed in Dev-Editor 2.2a. version_2_2a |
tree | commitdiff |
2004-11-29 |
pcanterino | This file testing order before saving a file makes... |
tree | commitdiff |
2004-11-27 |
pcanterino | Changed my email address (patshaping@gmx.net -> patrick... |
tree | commitdiff |
2004-11-26 |
pcanterino | - Check if we have enough permissions to write in direc... |
tree | commitdiff |
2004-11-25 |
pcanterino | Some small changes |
tree | commitdiff |
2004-11-24 |
pcanterino | - Check if the user really wants to upload a file to... |
tree | commitdiff |
2004-11-24 |
pcanterino | - Added new if blocks to the templates about.htm and... |
tree | commitdiff |
2004-11-13 |
pcanterino | The path the user wants to access must now BEGIN with... |
tree | commitdiff |
2004-11-13 |
pcanterino | - The abort() routine from the Output module is now... |
tree | commitdiff |
2004-11-10 |
pcanterino | Another bug in the same line! |
tree | commitdiff |
2004-11-09 |
pcanterino | Stupid bug |
tree | commitdiff |
2004-11-05 |
pcanterino | - Dev-Editor now checks if it is able to access a direc... |
tree | commitdiff |
2004-10-31 |
pcanterino | - There is no need to load the POSIX module twice |
tree | commitdiff |
2004-10-30 |
pcanterino | Because of the ugly behaviour of $(, I'm now using... |
tree | commitdiff |
2004-10-28 |
pcanterino | Changed a comment |
tree | commitdiff |
2004-10-28 |
pcanterino | Removing one and more whitespace makes more sense than... |
tree | commitdiff |
2004-10-27 |
pcanterino | We are now using the `chgrp` system command to change... |
tree | commitdiff |
2004-10-23 |
pcanterino | When viewing a file, insert the contents of the file... |
tree | commitdiff |
2004-10-22 |
pcanterino | Now we already unlock the file at the begining of exec_... |
tree | commitdiff |
2004-10-05 |
pcanterino | Changed some comments |
tree | commitdiff |
2004-10-05 |
pcanterino | exec_unlock() now checks if the file is really in use... |
tree | commitdiff |
2004-10-05 |
pcanterino | Check if the user wants to write text data into a binar... |
tree | commitdiff |
2004-10-04 |
pcanterino | Improved file editing using another filename: |
tree | commitdiff |
2004-09-05 |
pcanterino | Ooops...? |
tree | commitdiff |
2004-08-29 |
pcanterino | Added an option for overwriting files during file uploa... |
tree | commitdiff |
2004-08-05 |
pcanterino | Removed the race condition in file_create() which could... |
tree | commitdiff |
2004-08-02 |
pcanterino | Some small changes |
tree | commitdiff |
2004-08-01 |
pcanterino | Allow to change the group of a file using the Group ID |
tree | commitdiff |
2004-07-30 |
pcanterino | Replaced the code of mode_string() by some self-written... |
tree | commitdiff |
2004-07-29 |
pcanterino | Dev-Editor is now able to change the mode and the group... |
tree | commitdiff |
2004-07-27 |
pcanterino | Commands are now case-insensitive |
tree | commitdiff |
2004-07-22 |
pcanterino | Do not allow removing or renaming the root directory |
tree | commitdiff |
2004-07-21 |
pcanterino | Files and directories are now sorted case-insensitively |
tree | commitdiff |
2004-07-20 |
pcanterino | When viewing a file and if the file is editable, there... |
tree | commitdiff |
2004-07-17 |
pcanterino | Small enhancement for devedit_reload() |
tree | commitdiff |
2004-07-12 |
pcanterino | D'oh! |
tree | commitdiff |
2004-07-12 |
pcanterino | Heavily improved devedit_reload(): |
tree | commitdiff |
2004-07-11 |
pcanterino | In directory listing, when clicking on the buttons... |
tree | commitdiff |
2004-07-03 |
pcanterino | If the user wants to view/edit a file larger than a... |
tree | commitdiff |
2004-06-29 |
pcanterino | Typo |
tree | commitdiff |
2004-05-23 |
pcanterino | Updated to version 1.3 |
tree | commitdiff |
2004-04-25 |
pcanterino | Splitted the configuration file into three parts: |
tree | commitdiff |
2004-03-15 |
pcanterino | In directory listing, there is a new menu item "View... |
tree | commitdiff |
2004-03-14 |
pcanterino | Added an "About" dialogue, which shows some (more or... |
tree | commitdiff |
next |