Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The tooltip of the timestamp shows a ISO8601 formatted date #18

Open
joro75 opened this issue Jan 4, 2020 · 1 comment
Open

The tooltip of the timestamp shows a ISO8601 formatted date #18

joro75 opened this issue Jan 4, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@joro75
Copy link
Owner

joro75 commented Jan 4, 2020

The tooltip of the timestamp shows a ISO8601 formatted date.
It would be better if the date in the tooltip is show in the formatting that is selected by the viewer of the wiki page.
Also see the timeline links in the Trac Ticket system. Those tooltips are showing the date in the tooltip in the format that is selected by the viewer of the ticket.

When the date formatting is modified in the preferences, the timeline tooltips are adjusted accoordingly.

@joro75 joro75 added this to the Version 1.0 milestone Jan 4, 2020
@joro75 joro75 added the enhancement New feature or request label Jan 4, 2020
@joro75
Copy link
Owner Author

joro75 commented Jan 4, 2020

I investigated the possibility to pass another formatted date to the timelink TracLink. That is however not possible as the timeline TracLink is always expecting a ISO8601 date as the argument.

There is however a TimelineModule::get_timeline_link() function in the Trac code, that allows to specify an additional Title in the created link. I expect that the Trac Ticket system using that function to create the timeline link in the tickets.

That same function is also generating the tooltip that is shown for the timeline link, however it is always using the ISO8601 date in the tooltip, while it should be using the user selected date formatting.

Probably it is better to mention this as a problem in the Trac code, and patch it.

@joro75 joro75 modified the milestones: Version 1.0, Unscheduled Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant