On Friday 08 June 2007, Eli Carter wrote:
> 
> All,
> 
> Why do format_date() and format_time() return the current time if their 
input 
> is empty?  This is the wrong thing for them to do in a number of places: the 
> milestone duedates, the version release times, and I don't know where else.
> 
> Where is that the /correct/ behavior?

I found 3 locations where that seems to be the intent:
./trac/admin/templates/admin_versions.html:                       
value="${format_datetime()}" /><br />
./trac/versioncontrol/templates/revisionlog.txt:# ${format_datetime()}
./trac/web/main.py:        'time': format_datetime(),

and 58 where we're passing something in.

Eli

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to