Author: poeml Date: Thu Nov 26 22:00:38 2009 New Revision: 7867 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=7867&view=rev Log: mb mirrorlist/ mb marker: - don't sort the markers when using them. Instead, keep the order in which they were put into the database. That makes it possible to influence the order in which mirrorlist columns appear. Modified: trunk/mirrordoctor/mb/conn.py Modified: trunk/mirrordoctor/mb/conn.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mirrordoctor/mb/conn.py?rev=7867&r1=7866&r2=7867&view=diff ============================================================================== --- trunk/mirrordoctor/mb/conn.py (original) +++ trunk/mirrordoctor/mb/conn.py Thu Nov 26 22:00:38 2009 @@ -127,7 +127,6 @@ """the marker table""" class sqlmeta: fromDatabase = True - defaultOrder = 'subtree_name' self.Marker = Marker class Country(SQLObject): _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Thu Nov 26 2009 - 21:00:39 GMT
This archive was generated by hypermail 2.2.0 : Thu Nov 26 2009 - 21:45:10 GMT