Modify ↓
      
        Opened 17 years ago
Closed 16 years ago
#4484 closed defect (fixed)
Make the sorting configurable
| Reported by: | Owned by: | Radek Bartoň | |
|---|---|---|---|
| Priority: | normal | Component: | DownloadsPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
Hey,
it would be cool if it would be possible to make the sorting configurable: Currently the files are sorted descending from their id. It would be cool if a keyword would exist to sort it automatically ascending so that the latest download is on the top and not on the bottom.
Is something like this possible?
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
| Status: | new → assigned | 
|---|
comment:2 Changed 16 years ago by
that would be very good, as the current order is more or less the wort possible as it sorts the oldest files always first. desc version is most likely the best default.
comment:3 Changed 16 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
Implemented to 0.12 branch with changeset r7896.
Note: See
        TracTickets for help on using
        tickets.
    



I think I was already doing this somewhere, but as I checked plugin's code it must be other plugin. Probably in ScreenshotsPlugin. I'll port that later.