X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/e51c98a37882eaa39c0e3f1b8727ba06ecd7e626..8d7736615f81a1ce0ff42784910534f6af260f32:/CHANGELOG?ds=sidebyside diff --git a/CHANGELOG b/CHANGELOG index 8e144d2..b337533 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,89 @@ Change Log for Dev-Editor ========================= +Version 3.2 (201x-xx-xx): +========================= + + Unpacking archive files: + ------------------------ + Dev-Editor is now able to unpack some types archive files. You may unpack + archive files in directory listing or immediately after uploading it to the + server. + To achieve this, Dev-Editor relies on the Perl module Archive::Extract (core + module since 5.10, I guess). + + Disabling commands: + ------------------- + Added new configuration option "disable_commands" for disabling commands of + Dev-Editor. + + Start directory: + ---------------- + Added new configuration option "startdir" which defines the default directory + instead of "/". + + HTTP download: + -------------- + You may now execute a HTTP download of a file. + + Small changes: + -------------- + - Added a checkbox for editing a file after creating it. + - Changed the colour scheme in directory listing. + - In directory listing, added links for (un-)selecting aa files. + +Version 3.1 (2009-05-12): +========================= + + Removing multiple files: + ------------------------ + In the directory listing, there are now checkboxes for selecting files and a + button for removing them. + + Better distinction of objects in directory listing: + --------------------------------------------------- + For a better distinction of the objects in directory listing, every second + object has a grey background now. + + Remote name for uploaded files: + ------------------------------- + When uploading a file, you can now specify a name for the file on the server. + + Prefilled form fields: + ---------------------- + If you want to copy or rename/move a file or a directory or save a file using + a different name, the form field for the new filename is prefilled with the + old one. Additionally, the entered path is no more relative to the directory + of the original file. + + Hide dot files: + --------------- + When the new configuration option "hide_dot_files" is set to 1, every file or + directory beginning with a "." is not shown in the directory listing. But you + can still access the file / directory by typing its name into the "Go to + directory/file" box. + This option is also available in the user-dependent configuration. + + Copyright note: + --------------- + In the header of each file, there is a now a copyright note and a reference to + the Artistic License. + + Template class updated: + ----------------------- + The template class was updated to version 2.0. + +Version 3.0.1 (2005-11-10): +=========================== + + Accessing files above the virtual root directory: + ------------------------------------------------- + It was possible to access files and directories above the virtual root + directory beginning with the same string as the root directory. + For example: + If your root directory is "/var/www/user1" it was possible to access + "/var/www/user10", "/var/www/user11" and so on. + Version 3.0 (2005-10-18): ========================= @@ -569,7 +652,7 @@ New in version 1.0 (2003-10-08) ------------------------------------------------ (C) 1999-2000 Roland Bluethgen, Frank Schoenmann -(C) 2003-2005 Patrick Canterino +(C) 2003-2009 Patrick Canterino E-Mail: patrick@patshaping.de WWW: http://devedit.sourceforge.net/ \ No newline at end of file