Opened 18 years ago
Closed 17 years ago
#1682 closed enhancement (fixed)
Port plugin to 0.11
| Reported by: | izekia | Owned by: | Noah Kantrowitz |
|---|---|---|---|
| Priority: | normal | Component: | DateFieldPlugin |
| Severity: | normal | Keywords: | timestamp |
| Cc: | Trac Release: | 0.11 |
Description
It's loaded in 0.11, but doesn't work.
Attachments (2)
Change History (11)
comment:1 follow-up: 2 Changed 18 years ago by
comment:2 Changed 18 years ago by
Replying to bigjonroberts:
Works in 0.11 beta 1 just fine for me.
I guess I spoke to soon. The data validation works, but the calendar selector does not.
comment:3 Changed 18 years ago by
Doesn't work on my side as well. I would love to have this working. Manually setting the dates is killing us here.
comment:4 Changed 18 years ago by
hi guys, I had to use this plugin for trac 0.11 and the calendar didn't works so I fix it. I'll attach a patch. Also in the patch the template is ported to genshi. I hope that you find the patch good and you can port this plugin to 0.11.
Changed 18 years ago by
| Attachment: | depgraph.diff added |
|---|
comment:5 Changed 18 years ago by
sorry for the depgraph.diff attach, this diff is for another plugin
comment:6 Changed 18 years ago by
| Keywords: | timestamp added |
|---|
Thanks. the updated version worked on my windows 0.11 installation. Next I will try the Linux build.
I've one feature request. Is there anyway to get this plugin to also allow for time stamps? A format like mm.dd.yyyy; hh:mm would be very useful. Even if it only provided the current timestamp when entering the date (based on server time).
comment:9 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |



Works in 0.11 beta 1 just fine for me.