Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1564 closed defect (fixed)

ModPythonHandler generates unsorted list of projects

Reported by: mstepnicki@… Owned by: Christopher Lenz
Priority: normal Milestone: 0.9
Component: web frontend/mod_python Version: 0.8.1
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Default behaviour of ModPythonHandler is annoying when dealing with a larger number of repos. Here's a quick fix in diff format:

130c130,132 < for project in os.listdir(dir): —-

avail_projects = os.listdir(dir) avail_projects.sort() for project in avail_projects:

Attachments (1)

diff.txt (159 bytes ) - added by mstepnicki@… 19 years ago.

Download all attachments as: .zip

Change History (3)

by mstepnicki@…, 19 years ago

Attachment: diff.txt added

comment:1 by Christopher Lenz, 19 years ago

Status: newassigned

comment:2 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1678].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.