#9167 closed enhancement (fixed)
Timeline filtering by author ("done by") is case sensitive
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 0.12 |
Component: | timeline | Version: | 0.12dev |
Severity: | normal | Keywords: | |
Cc: | mark.m.mcmahon@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I would have expected filtering by author to be case insensitive (but then I am a windows user :) ).
Generally you know your own username - but may not know the exact usernames of other people. for this reason I think loosening the restriction for an exact match to be a good idea.
Attachments (1)
Change History (6)
by , 15 years ago
Attachment: | case_insensitive_author_matching.patch added |
---|
comment:1 by , 15 years ago
I don't know. I'm not a big user of that feature, so I'm rather neutral to the suggestion (and I'm a Linux user :). The patch looks good, so it's a simple matter of deciding.
What do others think?
comment:2 by , 15 years ago
I'm fine with the proposed change. If later we move on to using full names instead of login names (#7339), filtering in a case insensitive will be even more user friendly (though I hope there's no one relying on being able to differentiate two users joe and Joe ;-) ).
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Slightly simplified patch (yes, it is possible to simplify a 3-line patch :) applied in [9399]. Thanks!
comment:4 by , 15 years ago
Owner: | set to |
---|
Patch to make "done by" Timeline filtering case insensitive