← Back to team overview

mahara-contributors team mailing list archive

[Bug 1180775] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2483
Committed: http://gitorious.org/mahara/mahara/commit/6355a6caf1ad0026713d161ba5204ec149f64ec9
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 6355a6caf1ad0026713d161ba5204ec149f64ec9
Author: Nitish Bezzala <nbezzala@xxxxxxxxx>
Date:   Sun Sep 8 08:48:42 2013 -0500

Display of files in folders does not follow alphanumberic conventions
(Bug 1180775)

The sort function adds a 0 in front of folders and a 1 in front of file
names to display folders first. So, the sort order is really by numbers,
and if a file has a number in the beginning, it ends up at the end of
the list.

I am separating the initial number and the file name with an 'a'
character, so that the sort order is - first folders, then files, and
all sorted by title.

Change-Id: I1367ebeaf030582beaac1892799dc844ecb51407
Signed-off-by: Nitish Bezzala <nbezzala@xxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1180775

Title:
  Display of files in folders does not follow alphanumberic conventions

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  If you try to reorder  files in an online folder by renaming them,
  files starting a,b,c...come before files starting 1,2,3...this does
  not follow alphanumeric conventions.

  Mahara 1.6.3 (LAMP)
  Windows 7, FF 20.0.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180775/+subscriptions


References