#1316: Implement file/folder renaming in Web UI
--------------------------------------+-------------------------------------
 Reporter:  powtrix                   |       Owner:  damoxc   
     Type:  feature-request           |      Status:  assigned 
 Priority:  major                     |   Milestone:  1.4.0    
Component:  webui                     |     Version:  1.3.0_dev
 Keywords:  rename file folder webui  |  
--------------------------------------+-------------------------------------

Comment(by bmnot):

 The GTK GUI could use the same piece of code, if the new filename/new
 folder name check is moved into DelugeRPC instead of the GTK GUI (where I
 assumed the check is now, since it's taken this long to get it into the
 WebUI), and DelugeRPC returns something like:

 0 = new name OK
 1 = new name invalid (illegal characters/too long)
 2 = file/folder exists and we have write permissions (file can be
 overwritten/folders can be merged)
 3 = file/folder exists and we have no write permissions

 Should be trivial to update the WebUI once this RPC has been added.

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/1316#comment:7>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to