Activity log for bug #697636

Date Who What changed Old value New value Message
2011-01-05 12:34:50 Manuel de la Peña bug added bug
2011-01-05 12:34:57 Manuel de la Peña desktopcouch: assignee Manuel de la Pena (mandel)
2011-01-05 12:35:27 Manuel de la Peña description When a files is delete it is moved to a trash database. As with the put_record method, the id that is given to the record is provided by desktopcouch database, unfortunatly the code at the moment uses the wrong id generation. The delete methods generates the trash record id the by executing 'str(uuid.uuid4())' when it should be using the base_n function provided in the same module. When a record is delete it is moved to a trash database. As with the put_record method, the id that is given to the record is provided by desktopcouch database. Unfortunatly the code at the moment uses the wrong id generation. The delete methods generates the trash record id the by executing 'str(uuid.uuid4())' when it should be using the base_n function provided in the same module.
2011-01-05 16:43:29 Launchpad Janitor branch linked lp:~mandel/desktopcouch/mock_db_for_records
2011-01-05 21:03:26 Ubuntu One Auto Pilot desktopcouch: status In Progress Fix Committed
2011-02-03 17:54:38 Chad Miller desktopcouch: status Fix Committed Fix Released