From: pcanterino <> Date: Tue, 2 Dec 2003 17:55:16 +0000 (+0000) Subject: - The commands are now dispatched in Command.pm. Only the method exec_command() is... X-Git-Tag: version_1_2~6 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/f0cd6d2f27ac9fcf1b121b9c2f7f8eb40b7a222c?ds=sidebyside;hp=f0cd6d2f27ac9fcf1b121b9c2f7f8eb40b7a222c - The commands are now dispatched in Command.pm. Only the method exec_command() is exported now (devedit.pl became a little bit cleaner). - In directory listing, the link "Do other stuff" was renamed to "Work with file". - In directory listing, there is now a link called "Work with directory" which displays a form to rename and to remove a directory. - Added the possibility to completely remove a directory (I built a confirmation dialog!). - Added default permission to mkdir() (sometimes, this is necessary). ---