| Minor sorting bug
I guess it's not really a bug - just a way things could be done a smidge better.
I have my gallery set to order the images by date descending (which is the default). Also, I have it set to allow five uploads at a time. This results in five images with the exact same date/time.
I have an external script that finds the newest image in each gallery, based on imageid. However, the newest image isn't the one that's first in the forum. The newest one is shown fifth, since it has the same date/time as the first four. It's not a big deal, but when I'm showing an image dynamically as our "latest" image, it should be the first one they see.
The easy fix is to just edit browseimages.php to have a secondary sort of "imageid DESC". I hardcoded that into my site, and I ask that you consider adding something like that in the next RC. It'll still be sorting by date descending as it should be, but it'll tweak it more accurately when there are multiple items for a specific date/time.
Thanks!
Mickey
|