nvm, sorry, my bad they do work:
click the items to copy, and since the default script is commented away, so the javascript doesnt show "select from the left menu" for folders as destination.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I did some edits to improve and fix some minor stuff. It is basically the original without the redundant lang parts:
1) the All and None buttons on the top and bottom now synchronizes.
2) before, the child directories after the file does not View properly. (missing a slash) line 2020 " $url .= str_replace($doc_root,"","/$current_dir").$filename;"
3) the partition details at the bottom showing free always showws the root directory. But when you have several partitions, and mounted in the child folder, you dont get the free space of those child partitions line 1618 ".format_size(disk_free_space($current_dir))." ".et('Free')."";"
I think is now legit to call it v1.0, im looking forward to the new version! btw, I do think we should consider exporting the language files, because redundant codes do lower the performance.
Ted
Hi, sorry for repeatedly posting. I am just gonna add it here for what I have found. For none English users with filename and directory names with wired symbols, you may have found the view, rename and download don't work. I found out that escape for javascript has been deprecated, becuase it is not compatible with php. Thus change unescape to URIdecode and escape to URLencode for all the js function will solve the issue. I think this should be made to the next ediition too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
nvm, sorry, my bad they do work:
click the items to copy, and since the default script is commented away, so the javascript doesnt show "select from the left menu" for folders as destination.
I did some edits to improve and fix some minor stuff. It is basically the original without the redundant lang parts:
1) the All and None buttons on the top and bottom now synchronizes.
2) before, the child directories after the file does not View properly. (missing a slash) line 2020 " $url .= str_replace($doc_root,"","/$current_dir").$filename;"
3) the partition details at the bottom showing free always showws the root directory. But when you have several partitions, and mounted in the child folder, you dont get the free space of those child partitions line 1618 ".format_size(disk_free_space($current_dir))." ".et('Free')."";"
I think is now legit to call it v1.0, im looking forward to the new version! btw, I do think we should consider exporting the language files, because redundant codes do lower the performance.
Ted
Hi, sorry for repeatedly posting. I am just gonna add it here for what I have found. For none English users with filename and directory names with wired symbols, you may have found the view, rename and download don't work. I found out that escape for javascript has been deprecated, becuase it is not compatible with php. Thus change unescape to URIdecode and escape to URLencode for all the js function will solve the issue. I think this should be made to the next ediition too.
Hi Ted!
Added your fixes, a new language and some improvements on the move/copy and permissions behavior. Thanks.