Activity log for bug #824252

Date Who What changed Old value New value Message
2011-08-11 00:44:06 Roberto Alsina bug added bug
2011-08-11 00:44:34 Roberto Alsina bug task added ubuntuone-control-panel
2011-08-11 13:38:52 Roberto Alsina description Currently, the logic to check if a path is valid for udf creation is in control panel's validate_path_for_folder. This logic should belong in u1-client. Currently, the logic to check if a path is valid for udf creation is in control panel's validate_path_for_folder. This logic should belong in u1-client. Also, since the logic is currently in u1cp, calls are being made to os_helper functions, which causes unicode/bytes issues, since in u1cp everything is unicode, but os_helper uses bytes. Temporarily, until the validation logic is added to u1-client, a call to is_link and the related test will be disabled in u1cp.
2011-08-11 17:24:49 Natalia Bidart ubuntuone-control-panel: status New Triaged
2011-08-11 17:24:50 Natalia Bidart ubuntuone-client: importance Undecided Medium
2011-08-11 17:24:53 Natalia Bidart ubuntuone-control-panel: importance Undecided Medium
2011-08-11 17:24:55 Natalia Bidart ubuntuone-control-panel: assignee Natalia Bidart (nataliabidart)
2011-08-11 17:25:24 Natalia Bidart description Currently, the logic to check if a path is valid for udf creation is in control panel's validate_path_for_folder. This logic should belong in u1-client. Also, since the logic is currently in u1cp, calls are being made to os_helper functions, which causes unicode/bytes issues, since in u1cp everything is unicode, but os_helper uses bytes. Temporarily, until the validation logic is added to u1-client, a call to is_link and the related test will be disabled in u1cp. Currently, the logic to check if a path is valid for udf creation is in control panel's validate_path_for_folder. This logic should belong to u1-client. Also, since the logic is currently in u1cp, calls are being made to os_helper functions, which causes unicode/bytes issues, since in u1cp everything is unicode, but os_helper uses bytes. Temporarily, until the validation logic is added to u1-client, a call to is_link and the related test will be disabled in u1cp.
2011-09-01 21:24:29 Natalia Bidart ubuntuone-client: importance Medium Low
2011-09-01 21:24:32 Natalia Bidart ubuntuone-control-panel: importance Medium Low
2011-09-26 16:19:01 Joshua Hoover tags u1-zomg-windows u1-windows u1-zomg-windows
2011-09-26 20:31:39 Natalia Bidart ubuntuone-client: importance Low Medium
2011-09-26 20:31:42 Natalia Bidart ubuntuone-control-panel: importance Low Medium
2011-09-26 20:31:52 Natalia Bidart tags u1-windows u1-zomg-windows u1-windows u1-windows-cleanup u1-zomg-windows
2011-11-18 16:31:23 Natalia Bidart ubuntuone-client: assignee Natalia Bidart (nataliabidart) Diego Sarmentero (diegosarmentero)
2011-11-18 16:31:29 Natalia Bidart ubuntuone-control-panel: assignee Natalia Bidart (nataliabidart) Diego Sarmentero (diegosarmentero)
2012-01-30 14:46:12 Brian Curtin ubuntuone-client: assignee Diego Sarmentero (diegosarmentero) Brian Curtin (brian.curtin)
2012-01-30 14:46:58 Brian Curtin ubuntuone-client: status Triaged In Progress
2012-02-02 20:44:20 Launchpad Janitor branch linked lp:~brian.curtin/ubuntuone-client/export-validate-824252
2012-02-03 14:47:17 Launchpad Janitor branch linked lp:~brian.curtin/ubuntuone-client/824252-validate-path-export
2012-02-11 13:49:41 Ubuntu One Auto Pilot ubuntuone-client: status In Progress Fix Committed
2012-02-16 15:16:35 dobey nominated for series ubuntuone-client/stable-3-0
2012-02-16 15:16:35 dobey bug task added ubuntuone-client/stable-3-0
2012-02-16 15:16:35 dobey nominated for series ubuntuone-client/trunk
2012-02-16 15:16:35 dobey bug task added ubuntuone-client/trunk
2012-02-16 15:16:58 dobey ubuntuone-client/stable-3-0: assignee Brian Curtin (brian.curtin)
2012-02-16 15:17:03 dobey ubuntuone-client/stable-3-0: milestone 2.99.4
2012-02-16 15:17:10 dobey ubuntuone-client/stable-3-0: status New Fix Released
2012-02-16 15:17:14 dobey ubuntuone-client/trunk: status Fix Committed Fix Released
2012-02-16 15:18:01 dobey bug task added ubuntuone-client (Ubuntu)
2012-02-16 15:18:46 dobey ubuntuone-client (Ubuntu): importance Undecided Medium
2012-02-16 15:18:46 dobey ubuntuone-client (Ubuntu): status New In Progress
2012-02-16 15:18:46 dobey ubuntuone-client (Ubuntu): milestone ubuntu-12.04-beta-1
2012-02-16 15:18:46 dobey ubuntuone-client (Ubuntu): assignee Rodney Dawes (dobey)
2012-02-16 16:50:12 Launchpad Janitor ubuntuone-client (Ubuntu): status In Progress Fix Released
2012-02-16 17:14:03 Launchpad Janitor branch linked lp:ubuntu/ubuntuone-client
2012-02-24 18:57:16 Natalia Bidart tags u1-windows u1-windows-cleanup u1-zomg-windows u1-windows
2012-03-07 15:40:13 Natalia Bidart description Currently, the logic to check if a path is valid for udf creation is in control panel's validate_path_for_folder. This logic should belong to u1-client. Also, since the logic is currently in u1cp, calls are being made to os_helper functions, which causes unicode/bytes issues, since in u1cp everything is unicode, but os_helper uses bytes. Temporarily, until the validation logic is added to u1-client, a call to is_link and the related test will be disabled in u1cp. Currently, the logic to check if a path is valid for user-defined-folder (a.k.a. cloud folder) creation is in control panel's validate_path_for_folder, and in every other app that allows clients to create cloud folders in U1. This logic belongs to the u1-client project, and it should be exported as a method in the syncdaemon IPC/DBus interface. Also, since the logic is currently in u1cp, there are calls being made to os_helper functions, which causes unicode/bytes issues, since in u1cp everything is unicode, but os_helper API uses bytes, so we're increasing the coupling between those. Temporarily, until the validation logic is added to u1-client, a call to is_link and the related test will be disabled in u1cp. Should be removed and replaced for a call to the new syncdaemon validation service.
2012-03-15 12:11:38 Natalia Bidart ubuntuone-control-panel: assignee Diego Sarmentero (diegosarmentero) Natalia Bidart (nataliabidart)
2012-03-29 21:38:32 Natalia Bidart ubuntuone-control-panel: status Triaged In Progress
2012-03-29 21:39:00 Natalia Bidart nominated for series ubuntuone-control-panel/stable-3-0
2012-03-29 21:39:00 Natalia Bidart bug task added ubuntuone-control-panel/stable-3-0
2012-03-29 21:39:00 Natalia Bidart nominated for series ubuntuone-control-panel/trunk
2012-03-29 21:39:00 Natalia Bidart bug task added ubuntuone-control-panel/trunk
2012-03-29 21:39:09 Natalia Bidart ubuntuone-control-panel/stable-3-0: milestone 2.99.92
2012-03-29 21:39:50 Natalia Bidart bug task added ubuntuone-control-panel (Ubuntu)
2012-03-29 21:41:17 Launchpad Janitor branch linked lp:~nataliabidart/ubuntuone-control-panel/validate-in-sd
2012-03-29 21:42:40 Natalia Bidart ubuntuone-control-panel (Ubuntu): milestone ubuntu-12.04
2012-03-30 12:54:59 Ubuntu One Auto Pilot ubuntuone-control-panel/trunk: status In Progress Fix Committed
2012-04-03 13:01:36 Launchpad Janitor branch linked lp:~nataliabidart/ubuntuone-control-panel/stable-3-0-update-2.99.92
2012-04-03 14:11:59 Ubuntu One Auto Pilot ubuntuone-control-panel/stable-3-0: status New Fix Committed
2012-04-03 14:34:51 Natalia Bidart ubuntuone-control-panel/stable-3-0: status Fix Committed Fix Released
2012-04-03 14:34:53 Natalia Bidart ubuntuone-control-panel/trunk: status Fix Committed Fix Released
2012-04-04 18:05:12 Launchpad Janitor ubuntuone-control-panel (Ubuntu): status New Fix Released
2012-04-04 18:38:19 Launchpad Janitor branch linked lp:ubuntu/ubuntuone-control-panel