Menu

#15 copy and move button dont work?

Next Release
closed
nobody
None
9
2019-02-04
2013-01-29
Ted
No

when I clicked on the copy and move buttons, only none selected directory pops up. But how do I select a directory for destination?
Thanks.
Ted

Discussion

  • Ted

    Ted - 2013-01-30

    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.

     
  • Ted

    Ted - 2013-01-30

    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

     
  • Ted

    Ted - 2013-01-31

    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.

     
  • Fabrício Seger Kolling

    Hi Ted!
    Added your fixes, a new language and some improvements on the move/copy and permissions behavior. Thanks.

     
  • Fabrício Seger Kolling

    • status: open --> open-fixed
     
  • Fabrício Seger Kolling

    • status: open-fixed --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.