Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#23047 closed defect (bug) (maybelater)

Gallery sort options

Reported by: th23's profile th23 Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.5
Component: Media Keywords:
Focuses: Cc:

Description (last modified by SergeyBiryukov)

Hi,

as stated in this ticket (#22637) I would question wether this is the (complete) solution to the mentioned behaviour:

"...missing gallery sort options. There were a bunch of them in core, in a number of forms:

— Sort the queue ascending and descending (these seemed to invert the queue)

— Order by: Menu order, title, Date/time, and Random

— Order: ascending and descending sort for the "Order by" properties

It looks like we need some of this back. These should all be "on-the-fly" sorting, as in, they sort the images in the view, then save it to the "ids" attribute of the gallery shortcode.

We should support a way to immediately sort the entire gallery by title, date/time, random, and then the ability to inverse the gallery."

Change History (5)

#1 @th23
12 years ago

  • Cc trac-th23@… added

#2 @SergeyBiryukov
12 years ago

  • Description modified (diff)

#3 @nacin
12 years ago

  • Keywords close added

Per #22637, the main ones were added back here. Reversing the queue is there, as was random order. Having only these two means that ascending/descending is no longer needed. Menu order no longer makes much sense (this was the order based on dragging, which is now handled the new way).

The only remaining ones are date/time and title. We didn't think they were very important, especially since date/time is typically going to be the default state (as the order in which things were uploaded is going to be the default collection in the gallery view).

So, I'm inclined to close this for now.

#4 @c3mdigital
12 years ago

  • Keywords close removed
  • Resolution set to maybelater
  • Status changed from new to closed

Closing as per suggestion in comment:3

#5 @SergeyBiryukov
12 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.