Activity log for bug #1084626

Date Who What changed Old value New value Message
2012-11-29 17:33:42 Evan bug added bug
2012-11-29 17:33:57 Evan errors: importance Undecided Medium
2012-11-29 17:33:57 Evan errors: status New Triaged
2013-01-10 15:50:17 Matthew Paul Thomas description The current implementation of the problem page (https://errors.ubuntu.com/bucket/?id=/usr/bin/update-manager:AttributeError:_on_config_file_conflict:run:show_diff) presents an unordered list of instance identifiers. This is awful. These should be ordered by time. They're version 1 UUIDs, which include a time component, but because of a schema mistake, they're in lexicographical order in the database. We'll need to fix that first (bug 1045915). This should also be a table, showing the relevant fieldsĀ of each instance. This should be similar or identical to the table we'll show on the "reports that occurred on this system" page (bug 1069743). As you scroll the table, additional reports should be asynchronously appended to the bottom. This is commonly called "infinite scroll" and is used in place of pagination. The current implementation of the problem page (https://errors.ubuntu.com/bucket/?id=/usr/bin/update-manager:AttributeError:_on_config_file_conflict:run:show_diff) presents an unordered list of instance identifiers. This is awful. These should be ordered by time. They're version 1 UUIDs, which include a time component, but because of a schema mistake, they're in lexicographical order in the database. We'll need to fix that first (bug 1045915). This should also be a table, showing the relevant fieldsĀ of each instance. This should be similar or identical to the table we'll show on the "reports that occurred on this system" page (bug 1069743). As you scroll the table, additional reports should be asynchronously appended to the bottom. This is commonly called "infinite scroll" and is used in place of pagination. <https://wiki.ubuntu.com/ErrorTracker#Bucket_page>
2013-03-05 00:53:08 Brian Murray errors: status Triaged Fix Released