Roundup Tracker - Issues

Issue 2550887

classification
Small fix to date format() function
Type: Severity: normal
Components: Versions:
process
Status: new
Extending translation ability (for date at least)
View: 2550871
:
: : antmail, rouilj
Priority: : patch

Created on 2015-06-18 11:04 by antmail, last changed 2015-07-01 19:01 by jerrykan.

Files
File name Uploaded Description Edit Remove
ffix.patch antmail, 2015-06-18 11:04
Messages
msg5320 Author: [hidden] (antmail) Date: 2015-06-18 11:04
There is no check in format function for no value.
Add check in common way.
Patch attached.
msg5332 Author: [hidden] (rouilj) Date: 2015-06-28 04:03
Hmm, this is odd, in my freshly updated copy of
roundup from sourceforge mercurial I don't have a

     def format(self, strftime_format):

function in any cgi/* file. So needless to say the patch failed.

My current release is:

changeset:   4992:b562df8a5056
tag:         tip
user:        Ralf Schlatterbeck
date:        Sun Jun 21 21:20:10 2015 +0200
files:       CHANGES.txt roundup/cgi/actions.py test/test_actions.py

antmail, any idea what's happening here? Maybe this is a function you
created that is not in the mainline code?

-- rouilj
msg5337 Author: [hidden] (antmail) Date: 2015-06-29 11:25
Sorry, sorry.

This patch against large translation patch (http://issues.roundup-tracker.org/issue2550871).

> John Rouillard added the comment:

> Hmm, this is odd, in my freshly updated copy of
> roundup from sourceforge mercurial I don't have a

>      def format(self, strftime_format):

> function in any cgi/* file. So needless to say the patch failed.

> My current release is:

> changeset:   4992:b562df8a5056
> tag:         tip
> user:        Ralf Schlatterbeck
> date:        Sun Jun 21 21:20:10 2015 +0200
> files:       CHANGES.txt roundup/cgi/actions.py test/test_actions.py

> antmail, any idea what's happening here? Maybe this is a function you
> created that is not in the mainline code?

> -- rouilj

> ----------
> nosy: +rouilj

> ________________________________________________
> Roundup tracker <issues@roundup-tracker.org>
> <http://issues.roundup-tracker.org/issue2550887>
> ________________________________________________
History
Date User Action Args
2016-06-05 05:29:27rouiljlinkissue2550871 dependencies
2015-07-01 19:01:35jerrykansetdependencies: + Extending translation ability (for date at least)
2015-06-29 11:25:50antmailsetmessages: + msg5337
2015-06-28 04:03:26rouiljsetnosy: + rouilj
messages: + msg5332
2015-06-18 11:04:21antmailcreate