[Tickets #7967] Re: Upload UI
bugs at horde.org
bugs at horde.org
Tue Feb 10 10:34:26 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7967
------------------------------------------------------------------------------
Ticket | 7967
Updated By | Duck <duck at obala.net>
Summary | Upload UI
Queue | Ansel
Version | HEAD
Type | Enhancement
State | Feedback
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Rubinsky
------------------------------------------------------------------------------
Duck <duck at obala.net> (2009-02-10 05:34) wrote:
> The only issue I have with this is that the images are not
> necessarily listed in chronological order, they are listed according
> to the image_sort field. Listing them in reverse order may or may
> not provide the last uploaded image first - and it might lead to
> confusion with the user as to why there images are not in the order
> they have selected.
Then we can just resort the array of images_ids. As ids are
incremental, we get the correct upload order by using
rsort($image_ids, SORT_NUMERIC).
More information about the bugs
mailing list