Activity log for bug #571856

Date Who What changed Old value New value Message
2010-04-29 19:35:24 Chris Wagner bug added bug
2010-04-29 19:35:40 Chris Wagner resonate: status New Confirmed
2010-04-29 19:35:49 Chris Wagner resonate: importance Undecided High
2010-04-29 19:36:07 Chris Wagner description Now that we've implemented the 'added_time' feature (as per #570866), we need to make use of it on the browse-recent-albums screen. The query ought to sort by 'added_time', descending, primarily; and by 'id', descending, as a secondary criteria. E.g., in SQL: SELECT * FROM albums ORDER BY added_time DESC, id DESC; Now that we've implemented the 'added_time' feature (as per bug 570866), we need to make use of it on the browse-recent-albums screen. The query ought to sort by 'added_time', descending, primarily; and by 'id', descending, as a secondary criteria. E.g., in SQL:   SELECT * FROM albums ORDER BY added_time DESC, id DESC;
2010-05-07 20:30:53 Chris Wagner resonate: status Confirmed Fix Committed
2010-05-07 20:30:53 Chris Wagner resonate: assignee Chris Wagner (chris-wagner)