Activity log for bug #311646

Date Who What changed Old value New value Message
2008-12-27 00:50:49 fxp bug added bug
2008-12-29 19:20:54 Stani phatch: status New Confirmed
2008-12-29 19:20:54 Stani phatch: assignee stani
2008-12-29 19:20:54 Stani phatch: importance Undecided High
2008-12-29 19:20:54 Stani phatch: statusexplanation Congratulations on finding out this bug! This is a nice one ;-) I'll fix it on my next round.
2009-02-16 21:57:14 Stani phatch: status Confirmed Fix Committed
2009-02-16 21:57:14 Stani phatch: statusexplanation Congratulations on finding out this bug! This is a nice one ;-) I'll fix it on my next round. Fix commited upstream (revision 547), so will be available in next release. $ bzr diff === modified file 'phatch/pyWx/lib/treeEdit.py' --- phatch/pyWx/lib/treeEdit.py 2009-02-16 21:53:10 +0000 +++ phatch/pyWx/lib/treeEdit.py 2009-02-16 21:53:52 +0000 @@ -275,7 +275,7 @@ def create_popup(self,item): """Connect formField.field to popup.Ctrl (VIP!)""" field = self.get_form_field(item) - label, value = self.GetItemText(item).split(FIELD_DELIMITER) + label, value = self.GetItemText(item).split(FIELD_DELIMITER,1) pos, offset, size = self.get_popup_pos_offset_size(item) typ = field.__class__.__name__.replace('Field','') if isinstance(field,formField.SliderField): $ bzr commit -m "fix LP#311646: colon in form locks field" Committing to: /home/stani/sync/python/phatch/trunk/ modified phatch/pyWx/lib/treeEdit.py Committed revision 547.
2009-09-22 20:36:22 Stani bug task added phatch (Ubuntu)
2009-09-22 20:36:50 Stani phatch (Ubuntu): status New Confirmed
2009-09-22 20:36:50 Stani phatch (Ubuntu): assignee stani (stani)
2009-09-28 12:17:41 Launchpad Janitor phatch (Ubuntu): status Confirmed Fix Released
2009-09-30 01:49:41 Stani phatch: status Fix Committed Fix Released
2009-09-30 01:49:41 Stani phatch: milestone 0.2.1