#15520 closed enhancement (fixed)
Break date/time into a separate column in Comments views
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Comments | Keywords: | has-patch has-screenshots |
Focuses: | ui, administration | Cc: |
Description
Now that column sorting is in, it makes sense to break the date and time a comment was made into a separate column in the Comments view so they can be sorted chronologically.
Currently, the time is part of the content column, which can be confusing as if someone sorts by that column it becomes an alphabetical sort.
Attachments (6)
Change History (26)
#3
@
14 years ago
- Cc justin.shreve@… added
Made a quick patch that breaks out the "submitted on" text to its own sortable column. I debated creating a view link or keeping the date link clicakble but ended up keeping the date clickable. Also updated the inline help docs.
#5
@
14 years ago
- Keywords ux-feedback 2nd-opinion added
- Milestone changed from Awaiting Review to 3.1
#7
in reply to:
↑ 6
@
14 years ago
Replying to JohnONolan:
Screenshot please
Screenshot attached. As I mentioned we could also add a view link if we don't want the date linked still. Let me know and I can do another patch.
#8
follow-up:
↓ 11
@
14 years ago
I like it in principle but think it might be too big of a UI change for this stage in the 3.1 cycle - translations and RTL need to be considered in particular.
This is an enhancement, not a bug, so I would suggest punting to 3.2
#12
@
13 years ago
- Keywords needs-refresh added; 2nd-opinion 3.2-early removed
I think this is a good idea in principle as well. Would still like to see this in a Future Release.
The patch needs a bit of a refresh (fails at a few hunks for me. It adds the new column, but does not make it sortable).
#14
@
13 years ago
Can you break it into two lines:
current format "{date} at {time}"
new format "{date} <br /> {time}"
#16
@
10 years ago
Old ticket -- Don't even remember this ticket or working on this :) but I added a refreshed patch and ticket.
#17
@
10 years ago
- Keywords has-patch added; needs-refresh removed
Thanks @jshreve (so you know your efforts on this ticket are highly appreciated).
Breaks out the submitted on text to its own sortable column