Taggic / IssueTracker

issue tracking as dokuwiki plugin
http://www.fristercons.de/fcon/doku.php?id=issuetracker:descr
8 stars 2 forks source link

Feature request: date format changable in configuration menu #6

Closed MatzeM closed 13 years ago

MatzeM commented 13 years ago

Hello,

nice work with this plugin. I'm going to use it in a company as issue tracker for projects.

Would it be difficult to implement the usage of dokuwikis "dfomat" for the plugin?!

Or put an extra Input field similar to dokuwikis "dformat" in the admin's configuration menu of issue tracker?!

Taggic commented 13 years ago

=> usage of dokuwikis "dfomat" for the plugin

Currently the web-server date format is used, when the issue is created. I have to look how to get date format of dokuwiki when the issue will be listed or detail view is called to modify the output that way. But yes, should be possible. I will add it to the "backlog" like I did with your issue 8 to be considered for next update.

Taggic commented 13 years ago

Feature request: date format changable in configuration menu

Admin is now able to define the date format. This will effect all new reported issues. Older entries will keep their format as it was but can be manipulated via Issue List edits.

Please give me feedback if that solves your issue.

MatzeM commented 13 years ago

morning,

as i mentioned in the other issue: thank you very much, feedback in week 44!

MatzeM commented 13 years ago

Works fine for new issues!

One problem: It also works for the modified-column when you create a new issue, but after the first modification the date format switches back to the Y-m-d standard.

Taggic commented 13 years ago

sorry, now modified a hand full lines of code on issue list and detail view output, should be displayed now as configured all the times please check new release tonight or tomorrow

MatzeM commented 13 years ago

looks good! thank you!

Taggic commented 13 years ago

Thank you for testing and providing feedback.