Sync Polish - 2.4.A - When a user tries to disable a folder Ubuntu One fails to check if it contains published or shared items
Bug #603576 reported by
John Lea
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Client |
Fix Released
|
Undecided
|
Rodrigo Moya | ||
ubuntuone-client (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Maverick |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When a user tries to disable a folder Ubuntu One fails to check if it contains published or shared items.
See step 3 of use case 2.4.A for description of desired functionality (file sync spec)
Related branches
lp://staging/~rodrigo-moya/ubuntuone-client/check-before-disabling
- Manuel de la Peña (community): Approve
- Natalia Bidart (community): Approve
-
Diff: 1098 lines (+824/-61)10 files modifiedlibsyncdaemon/Makefile.am (+2/-0)
libsyncdaemon/libsyncdaemon.h (+1/-0)
libsyncdaemon/syncdaemon-daemon.c (+4/-4)
libsyncdaemon/syncdaemon-daemon.h (+3/-2)
libsyncdaemon/syncdaemon-share-info.c (+344/-0)
libsyncdaemon/syncdaemon-share-info.h (+78/-0)
libsyncdaemon/syncdaemon-shares-interface.c (+177/-48)
libsyncdaemon/syncdaemon-shares-interface.h (+2/-2)
libsyncdaemon/test-libsyncdaemon.c (+113/-4)
nautilus/location-widget.c (+100/-1)
lp://staging/~rodrigo-moya/ubuntuone-client/check-published-files
- Alejandro J. Cura (community): Approve
- John Lenton (community): Approve
-
Diff: 949 lines (+584/-133)14 files modifiedlibsyncdaemon/Makefile.am (+2/-0)
libsyncdaemon/libsyncdaemon.h (+1/-0)
libsyncdaemon/syncdaemon-daemon.c (+7/-5)
libsyncdaemon/syncdaemon-daemon.h (+3/-2)
libsyncdaemon/syncdaemon-file-info.c (+223/-0)
libsyncdaemon/syncdaemon-file-info.h (+65/-0)
libsyncdaemon/syncdaemon-publicfiles-interface.c (+34/-9)
libsyncdaemon/test-libsyncdaemon.c (+43/-0)
nautilus/Makefile.am (+2/-1)
nautilus/location-widget.c (+1/-101)
nautilus/ubuntuone-nautilus.c (+28/-15)
nautilus/ubuntuone-nautilus.h (+4/-0)
nautilus/utils.c (+170/-0)
po/POTFILES.in (+1/-0)
tags: | added: acceptance-test rhubarb |
Changed in ubuntuone-client: | |
assignee: | nobody → Ubuntu One Desktop+ team (ubuntuone-desktop+) |
Changed in ubuntuone-client: | |
assignee: | Ubuntu One Desktop+ team (ubuntuone-desktop+) → Rodrigo Moya (rodrigo-moya) |
status: | New → In Progress |
Changed in ubuntuone-client: | |
status: | In Progress → Fix Committed |
Changed in ubuntuone-client: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi