Opened 13 years ago

Closed 12 years ago

#262 closed enhancement (fixed)

FileTreePanel and File proxy - upload new files, create folders

Reported by: adube Owned by:
Priority: major Milestone: 1.2.0
Component: widgets Version:
Keywords: Cc:

Description

FileTreePanel

  • add a top toolbar with the following buttons
    • download file
    • upload file
    • new folder

File proxy

  • add a new 'UploadFile' proxy
  • add a new 'NewFolder' proxy

Change History (4)

comment:1 by adube, 13 years ago

Milestone: 1.2.0

Work on this one is almost complete, but since it would require more tests and usage before being considered stable, I'm marking this one for 1.2.

comment:2 by adube, 13 years ago

Milestone: 1.2.01.0.0

This feature is required to be completed this week, so it'll be ready for 1.0.

comment:3 by adube, 13 years ago

Milestone: 1.0.01.2.0

This widget will require more work. It won't be ready for 1.0.

comment:4 by adube, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r1147, featuring :

  • FileTreePanel new options (all documented)
    • enableUpload
    • enableNewFolder
    • maxFileSize
  • extjs plugins created to manage both actions :
    • org.GeoPrisma.FileTreeFileUpload
    • org.GeoPrisma.FileTreeNewFolder
  • i18n (french) added
  • new File proxies :
    • FileUploadProxy
    • FileNewDirProxy
  • upload and new directory managed by the FileTree.php file

The task is completed. More work to come should be covered in new tickets.

Note: See TracTickets for help on using tickets.