id summary reporter owner description type status priority component severity resolution keywords cc release 2656 RFE: Add an order facility izzy Radek Bartoň "It would be nice to have the screenshots in the matrix view ordered by a given criteria: * by Name * by the time it was added * by its ID (as it is now) * by a new field ""order"" which can optionally be filled * by a combination of those (e.g. ""order,name"" would order by ""order"" first. Two items with the same ""order"" would then be ordered by name) Since the ""order"" field would be optional, one probably only fills something here to push some screenshot(s) up in the list. So we have to make sure in this case that items with a filled ""order"" field always come before those with an empty field - e.g. by substituting ""zzzz"" (or something at the very end of the list) for empty fields, or just ""SELECT..WHERE NOT NULL"" first and then followed by ""..WHERE NULL"". An alternative to the ""order"" field would be a ""priority"" field having a default value of ""0"" - and a higher priority would shift the screenshot up. While this is an easier attempt, it is not as flexible (a free-text ""order"" field could achieve much more differentiated ""priorities""), plus the confusion whether higher or lower numbers would be sorted first (for ""order"" one either assumes ""numerical"" or ""alphabetical"", but is quite sure it will be sorted from ""lower"" to ""upper""). Sure the priorities could be given names (""10 - High, 5 - Normal, 0- Low""), but it still would be less flexible (but better than nothing ;)" enhancement closed normal ScreenshotsPlugin normal fixed 0.10