josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

File names need to be sorted in Content Browser and Manage Content web UI #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open either the Content Browser or the Manage Content UI
2. Navigate to a directory that has images

What is the expected output? What do you see instead?

The file names should be listed in alphabetic order. Instead they are in random 
order. I thought they were in upload order, but I know roughly the order that I 
uploaded some images, and they were definitely not listed in upload order. 

Ideally, it would be great to be able to sort based on upload date/time and 
file type as well as name, but sorting by name would be a helpful first step.

Original issue reported on code.google.com by nicole.m...@gmail.com on 5 Apr 2011 at 2:45

GoogleCodeExporter commented 9 years ago
Attached patch to add sorting functionality to the table header in 'Content 
Browser' (can sort by any of them by just clicking on it).

Deploying the model seems to break the 'Manage Content UI' in the web admin 
tool. Restarting wonderland after deploying seems to do the trick though.

Original comment by josmasfl...@gmail.com on 29 Jan 2012 at 8:25

Attachments:

GoogleCodeExporter commented 9 years ago
Changed the table model so that it uses Longs for sorting by size instead of 
String. New patch attached including the previous changes.

I have also added the Open Wonderland Copyright notice to both classes.

Original comment by josmasfl...@gmail.com on 27 Feb 2012 at 10:49

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4814.

Original comment by jonathan...@gmail.com on 29 Feb 2012 at 11:45