Tracker: Patches

5 alphanumeric ordering of covers in library - ID: 2869619
Last Update: Attachment added ( kostmo )

Fixes library view in the same way as this patch (non-lexographic sort): https://sourceforge.net/tracker/?func=detail&aid=2811656&group_id=146377&atid=764987

I wasn't able to use the alphanumeric_sort() function, since it only operates on a list of strings. It so happens that LooseVersion from distutils peforms the same kind of sort (batteries are definitely included in Python!), so I used that instead.


Karl Ostmo ( kostmo ) - 2009-09-29 02:23:39 PDT

5

Open

None

Nobody/Anonymous

None

None

Public


Comments

No follow-up comments have been posted.

Attached Files ( 2 )

Filename Description Download
libary.py.patch apply with "patch -p0 < libary.py.patch" from trunk/ Download
libary.py.patch better patch (fixes both BookArea and CollectionArea) Download

Changes ( 2 )

Field Old Value Date By
File Added 344739: libary.py.patch 2009-09-29 03:53:55 PDT kostmo
File Added 344731: libary.py.patch 2009-09-29 02:23:44 PDT kostmo