Opened 11 years ago
Last modified 14 months ago
#11372 new enhancement
sort for owner shall be case-insensitive
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | next-stable-1.6.x |
Component: | query system | Version: | 1.0.1 |
Severity: | normal | Keywords: | |
Cc: | alexander.stohr@…, Ryan J Ollos | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
for an existing installation of TRAC the mail gateway for owner & similar entries works seemingly fine by auto-adding the mail domain to the provided credentials regardless of upper & lowercase variants as e-mail adresses are case in-sensitive. but when doing a web interface query like for active tasks and then clicking "Owner" for sorting the results by name its the case that John.Doe is differently sorted in that listing than john.doe and thus it needs always at least two checks of the list contents to get the entries for both of these name variants. (more variations are thinkable, even camel case…)
Attachments (0)
Change History (7)
comment:1 by , 11 years ago
Component: | web frontend → query system |
---|---|
Milestone: | 1.0.2 |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 by , 11 years ago
Milestone: | → next-stable-1.0.x |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
Sorry about my mistake. #5720 is case-insensitive matching in query system. But this is case-insensitive sorting in query system.
comment:3 by , 11 years ago
Cc: | added |
---|
I suppose email addresses should always be case insensitive in the sort, but whether or not login names are treated as case sensitive might depend on the trac: ignore_auth_case setting.
comment:4 by , 9 years ago
Status: | reopened → new |
---|
comment:5 by , 8 years ago
Milestone: | next-stable-1.0.x → next-stable-1.2.x |
---|
Moved ticket assigned to next-stable-1.0.x since maintenance of 1.0.x is coming to a close. Please move the ticket back if it's critical to fix on 1.0.x.
comment:6 by , 5 years ago
Milestone: | next-stable-1.2.x → next-stable-1.4.x |
---|
A duplicate of #5720.