#11856 closed task (wontfix)
Document recommended practices for Trac 1.1+
| Reported by: | lkraav | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | DateFieldPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.2 |
Description
As Trac 1.1 has built in time format field, I think this plugin's wiki documentation should be updated. As I'm not entirely sure myself whether this plugin still has use on 1.1, perhaps someone can clue me in before I start blindly editing the wiki page.
Attachments (0)
Change History (12)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
It is not compatible format between date field which is provided by this plugin and time field which is supported since 1.1. Then, it is needed for Trac 1.0.x or early users with the plugin even if Trac is upgraded to 1.1.
comment:3 Changed 11 years ago by
Users could convert their data to the new time format though. It might be valuable to provide a script to do that. Either way, I don't plan to spend any time maintaining this plugin for Trac > 1.1, but anyone else is welcome to take over maintenance from me for that purpose.
comment:4 Changed 11 years ago by
| Owner: | Robert Corsaro deleted |
|---|
comment:5 Changed 10 years ago by
Leaving this ticket open to eventually provide scripts for migrating to Trac time fields.
comment:6 follow-up: 11 Changed 10 years ago by
If anyone has a need to convert from text custom field to time custom field, please provide your [ticket-custom] section and I'll work on a conversion script.
comment:7 follow-up: 9 Changed 8 years ago by
Was a script ever create to convert from text custom field to time custom field?
comment:8 Changed 6 years ago by
| Cc: | Ryan J Ollos removed |
|---|
comment:9 Changed 5 years ago by
Replying to anonymous:
Was a script ever create to convert from text custom field to time custom field?
No, but if you still need, see comment:6 and I can help you with it.
See also DateFieldPlugin@64.
comment:10 Changed 5 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
comment:11 follow-up: 12 Changed 4 years ago by
Replying to Ryan J Ollos:
If anyone has a need to convert from
textcustom field totimecustom field, please provide your[ticket-custom]section and I'll work on a conversion script.
If possible please, looking for a conversion script from:
[ticket-custom] creationdate = text creationdate.date = true creationdate.date_empty = false creationdate.format = plain creationdate.label = Creation Date creationdate.options = creationdate.order = 1 creationdate.value =
to:
[ticket-custom] creationdate = time creationdate.format = date creationdate.label = Creation Date creationdate.value = today
Thanks!
comment:12 Changed 4 years ago by
Replying to anonymous:
Replying to Ryan J Ollos:
If anyone has a need to convert from
textcustom field totimecustom field, please provide your[ticket-custom]section and I'll work on a conversion script.If possible please, looking for a conversion script from:
I won't have time to write a script, but if you ask on the MailingList we can give some pointers on writing a script.



I can't think of a reason why the DateFieldPlugin would be needed in 1.1.1 or later. The custom field type
timewas added in trac:#1942. At least one minor issue was fixed in 1.0.2dev, trac:#11436.