#2088 closed defect (fixed)
Make project listing ordering case insensitive
Reported by: | markus | Owned by: | Christian Boos |
---|---|---|---|
Priority: | lowest | Milestone: | 0.9 |
Component: | general | Version: | 0.9b1 |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I realized that the project listing orders your Trac environments (projects) case insensitive. This is kind of inconsistent to how TracBrowser lists files and folders. In this context you may also want to take a look at #2043.
Attachments (1)
Change History (6)
by , 19 years ago
Attachment: | listodering.diff added |
---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
That's a good idea. Besides being consistent with the TracBrowser, there's also the fact that for InterTrac, the project names are used in a case insensitive way too.
comment:3 by , 19 years ago
The browser sorting is not just case insensitive, but "natural ordering", which accounts for things like embedded numbers. It would be good to be consistent and use the same comparison here.
comment:4 by , 19 years ago
I don't actually think that we need natural order sorting on the project index. How many people have project names like “Project 1“, “Project 2” up to “Project 10” etc. Those people should be punished anyway ;-)
comment:5 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Implemented the simple case-insensitive sort in r2275
Erm, actually projects are ordered case sensitive. Sorry, for the typo.