Roundup Tracker - Issues

Issue 689670

classification
0.5.5 - DateHTMLProperty has broken methods
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : aodl, richard
Priority: normal :

Created on 2003-02-19 23:26 by aodl, last changed 2003-02-19 23:26 by aodl.

Messages
msg666 Author: [hidden] (aodl) Date: 2003-02-19 23:26
The "pretty" and "local" methods in
roundup.cgi.templating.DateHTMLProperty are broken.  

'local' does not pass its offset on to
'self._value.local()'.
'pretty' does not pass on the passed in formatting
string to 'self._value.pretty()'.
msg667 Author: [hidden] (richard) Date: 2003-02-19 23:34
Logged In: YES 
user_id=6405

Hurm - I've fixed this in the CVS HEAD, but haven't back-ported it. Thanks for 
reminding me! 
 
History
Date User Action Args
2003-02-19 23:26:21aodlcreate