Closed (fixed)
Project:
Filebrowser
Version:
6.x-2.x-dev
Component:
Directory Listing Pages
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 Aug 2008 at 10:35 UTC
Updated:
19 May 2020 at 14:41 UTC
Jump to comment: Most recent
Comments
Comment #1
Susurrus commentedComment #2
Anonymous (not verified) commentedI have no idea what the sort key is. It's a mix of the file date and the upload date or something but surely not the description.
Comment #3
clauded commentedUsing dev-build v 1.9.2.8.2.33 2008/08/24 17:15:04, I get the following error message when sorting by description :
* warning: usort(): Invalid comparison function in /srv/www/htdocs/drupal/sites/all/modules/filebrowser/filebrowser.module on line 594.
* warning: usort(): Invalid comparison function in /srv/www/htdocs/drupal/sites/all/modules/filebrowser/filebrowser.module on line 595.
Directory published contains only subdirs named 2002, 2003, 2004, 2005, 2006, 2007 and 2008. Descript.ion file contains only 2 entries :
2007 Year 2007
2008 Year 2008
Comment #4
clauded commentedThere's a missing function in the module : function filebrowser_description_sort. This should be added at the end of the module :
Comment #5
Yoran commentedFix is commited. Thanks :)