2005-06-14 |
pcanterino | Forgot to encode HTML in some strings |
blob | commitdiff | raw |
2005-06-10 |
pcanterino | - Dev-Editor is now able to forbid accessing a file... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
pcanterino | Removed some spaces |
blob | commitdiff | raw | diff to current |
2005-05-15 |
pcanterino | - Before changing the permissions of a file, check... |
blob | commitdiff | raw | diff to current |
2005-05-05 |
pcanterino | - Changed names of some {IF} blocks (make use of negations) |
blob | commitdiff | raw | diff to current |
2005-05-05 |
pcanterino | - Make use of capabilities of new template class |
blob | commitdiff | raw | diff to current |
2005-04-24 |
pcanterino | Small changes |
blob | commitdiff | raw | diff to current |
2005-04-22 |
pcanterino | Some small changes |
blob | commitdiff | raw | diff to current |
2005-04-22 |
pcanterino | - Removed HTML::Entities: |
blob | commitdiff | raw | diff to current |
2005-04-15 |
pcanterino | Small cleanup |
blob | commitdiff | raw | diff to current |
2005-04-15 |
pcanterino | This line of code causes nothing but problems! I though... |
blob | commitdiff | raw | diff to current |
2005-04-15 |
pcanterino | - Do not write new file content if the user did not... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
pcanterino | Do not switch to binmode before saving a file or before... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
pcanterino | *grr* |
blob | commitdiff | raw | diff to current |
2005-04-10 |
pcanterino | - Locking did not work |
blob | commitdiff | raw | diff to current |
2005-04-10 |
pcanterino | - Began to change the behaviour of Dev-Editor's editing... |
blob | commitdiff | raw | diff to current |
2005-03-18 |
pcanterino | Using the move() function from the File::Copy module... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
pcanterino | Don't create an incomplete HTML table if the root direc... |
blob | commitdiff | raw | diff to current |
2005-02-14 |
pcanterino | The file saving process was aborted if the user wanted... |
blob | commitdiff | raw | diff to current |
2005-02-13 |
pcanterino | - For security reasons, I completely changed the handli... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
pcanterino | - Check if unlocking of the list of files in use was... |
blob | commitdiff | raw | diff to current |
2005-02-01 |
pcanterino | Changed some comments |
blob | commitdiff | raw | diff to current |
2005-01-24 |
pcanterino | ARGH! |
blob | commitdiff | raw | diff to current |
2005-01-21 |
pcanterino | Parse the {IF} block "gmt" only once |
blob | commitdiff | raw | diff to current |
2005-01-20 |
pcanterino | - Allow to use Greenwich Mean Time in date strings... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
pcanterino | - When composing the temporary virtual path for a new... |
blob | commitdiff | raw | diff to current |
2005-01-05 |
pcanterino | - Removed error message "file_in_use" |
blob | commitdiff | raw | diff to current |
2005-01-02 |
pcanterino | - Check if the CGI module was able to create a valid... |
blob | commitdiff | raw | diff to current |
2004-12-29 |
pcanterino | Cleaned exec_show() and exec_beginedit() |
blob | commitdiff | raw | diff to current |
2004-12-26 |
pcanterino | - Allow to filter directory listing using DOS-style... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
pcanterino | - While processing a file upload, check if the user... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
pcanterino | Some small changes |
blob | commitdiff | raw | diff to current |
2004-12-17 |
pcanterino | - Dev-Editor now uses flock(). flock() is called using... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
pcanterino | - Entities in some more strings are now encoded |
blob | commitdiff | raw | diff to current |
2004-12-13 |
pcanterino | - exec_chprop() should have a proper coding style,... |
blob | commitdiff | raw | diff to current |
2004-12-10 |
pcanterino | The "Edit" link of files in use were not greyed in... |
blob | commitdiff | raw | diff to current |
2004-12-06 |
pcanterino | Do not allow to change the properties of the virtual... |
blob | commitdiff | raw | diff to current |
2004-12-03 |
pcanterino | Some cleanings |
blob | commitdiff | raw | diff to current |
2004-11-29 |
pcanterino | File uploads did not work. Fixed in Dev-Editor 2.2a. version_2_2a |
blob | commitdiff | raw | diff to current |
2004-11-29 |
pcanterino | This file testing order before saving a file makes... |
blob | commitdiff | raw | diff to current |
2004-11-27 |
pcanterino | Changed my email address (patshaping@gmx.net -> patrick... |
blob | commitdiff | raw | diff to current |
2004-11-26 |
pcanterino | - Check if we have enough permissions to write in direc... |
blob | commitdiff | raw | diff to current |
2004-11-25 |
pcanterino | Some small changes |
blob | commitdiff | raw | diff to current |
2004-11-24 |
pcanterino | - Check if the user really wants to upload a file to... |
blob | commitdiff | raw | diff to current |
2004-11-24 |
pcanterino | - Added new if blocks to the templates about.htm and... |
blob | commitdiff | raw | diff to current |
2004-11-10 |
pcanterino | Another bug in the same line! |
blob | commitdiff | raw | diff to current |
2004-11-09 |
pcanterino | Stupid bug |
blob | commitdiff | raw | diff to current |
2004-11-05 |
pcanterino | - Dev-Editor now checks if it is able to access a direc... |
blob | commitdiff | raw | diff to current |
2004-10-31 |
pcanterino | - There is no need to load the POSIX module twice |
blob | commitdiff | raw | diff to current |
2004-10-30 |
pcanterino | Because of the ugly behaviour of $(, I'm now using... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
pcanterino | We are now using the `chgrp` system command to change... |
blob | commitdiff | raw | diff to current |
2004-10-23 |
pcanterino | When viewing a file, insert the contents of the file... |
blob | commitdiff | raw | diff to current |
2004-10-22 |
pcanterino | Now we already unlock the file at the begining of exec_... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
pcanterino | exec_unlock() now checks if the file is really in use... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
pcanterino | Check if the user wants to write text data into a binar... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
pcanterino | Improved file editing using another filename: |
blob | commitdiff | raw | diff to current |
2004-09-05 |
pcanterino | Ooops...? |
blob | commitdiff | raw | diff to current |
2004-08-29 |
pcanterino | Added an option for overwriting files during file uploa... |
blob | commitdiff | raw | diff to current |
2004-08-02 |
pcanterino | Some small changes |
blob | commitdiff | raw | diff to current |
2004-07-29 |
pcanterino | Dev-Editor is now able to change the mode and the group... |
blob | commitdiff | raw | diff to current |
2004-07-27 |
pcanterino | Commands are now case-insensitive |
blob | commitdiff | raw | diff to current |
2004-07-22 |
pcanterino | Do not allow removing or renaming the root directory |
blob | commitdiff | raw | diff to current |
2004-07-20 |
pcanterino | When viewing a file and if the file is editable, there... |
blob | commitdiff | raw | diff to current |
2004-07-11 |
pcanterino | In directory listing, when clicking on the buttons... |
blob | commitdiff | raw | diff to current |
2004-07-03 |
pcanterino | If the user wants to view/edit a file larger than a... |
blob | commitdiff | raw | diff to current |
2004-04-25 |
pcanterino | Splitted the configuration file into three parts: |
blob | commitdiff | raw | diff to current |
2004-03-15 |
pcanterino | In directory listing, there is a new menu item "View... |
blob | commitdiff | raw | diff to current |
2004-03-14 |
pcanterino | Added an "About" dialogue, which shows some (more or... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
pcanterino | Now, all the error messages are defined in the configur... |
blob | commitdiff | raw | diff to current |
2004-03-01 |
pcanterino | Dev-Editor is now able to accept HTTP file uploads. |
blob | commitdiff | raw | diff to current |
2004-02-28 |
pcanterino | - Improved file editing (especially if the file should... |
blob | commitdiff | raw | diff to current |
2004-02-20 |
pcanterino | Copying and renaming of files is back again! |
blob | commitdiff | raw | diff to current |
2004-02-13 |
pcanterino | Began to implement the possibility to control the outpu... |
blob | commitdiff | raw | diff to current |
2003-12-22 |
pcanterino | Now, when the user wants to remove a file, a confirmati... |
blob | commitdiff | raw | diff to current |
2003-12-21 |
pcanterino | If a file or directory shall be renamed and the destina... |
blob | commitdiff | raw | diff to current |
2003-12-19 |
pcanterino | - If a file shall be copied and the destination file... |
blob | commitdiff | raw | diff to current |
2003-12-02 |
pcanterino | - The commands are now dispatched in Command.pm. Only... |
blob | commitdiff | raw | diff to current |
2003-11-10 |
pcanterino | In directory listing, when a file cannot be viewed... version_1_1 |
blob | commitdiff | raw | diff to current |
2003-10-30 |
pcanterino | Added directory links in some error messages |
blob | commitdiff | raw | diff to current |
2003-10-27 |
pcanterino | - Added devedit_reload() to easily reload Dev-Editor... |
blob | commitdiff | raw | diff to current |
2003-10-27 |
pcanterino | - Now checking if we have enough permissions to copy... |
blob | commitdiff | raw | diff to current |
2003-10-22 |
pcanterino | - exec_endedit(): Any line seperator will be converted... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
pcanterino | Dev-Editor 1.0 version_1_0 |
blob | commitdiff | raw | diff to current |
2003-09-25 |
pcanterino | - Special chars will be encoded to HTML entities in... |
blob | commitdiff | raw | diff to current |
2003-09-23 |
pcanterino | - Added check for binary files in directory view |
blob | commitdiff | raw | diff to current |
2003-09-23 |
pcanterino | Initial version first |
blob | commitdiff | raw | diff to current |
|