http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/cgi/TranslationService.py Mercurial Repository: p/roundup/code: roundup/cgi/TranslationService.py history 2023-03-18T14:16:31-04:00 flake8 fixes: whitespace, remove unused imports http://hg.code.sf.net:8000/p/roundup/code/#changeset-07ce4e4110f587bf6a878f9c15a9cb22537969ed John Rouillard rouilj@ieee.org 2023-03-18T14:16:31-04:00 2023-03-18T14:16:31-04:00
changeset 07ce4e4110f5
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description flake8 fixes: whitespace, remove unused imports
files
pep8 fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-718f205dbe508cabc4c74888e8c9d053b9b09532 John Rouillard rouilj@ieee.org 2020-06-19T21:34:21-04:00 2020-06-19T21:34:21-04:00
changeset 718f205dbe50
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description pep8 fixes.
files
applied remaining part of original patch 045 (slightly modified) http://hg.code.sf.net:8000/p/roundup/code/#changeset-b0c2307be3d1e713c68650b707bb25e7846cb21d Christof Meerwald cmeerw@cmeerw.org 2018-07-30T22:09:48+01:00 2018-07-30T22:09:48+01:00
changeset b0c2307be3d1
branch
bookmark
tag
user Christof Meerwald <cmeerw@cmeerw.org>
description applied remaining part of original patch 045 (slightly modified)
files
better detection if we need a gettext workaround http://hg.code.sf.net:8000/p/roundup/code/#changeset-41532b2ab141936458a9e608c495dffb33cf8e9b Christof Meerwald cmeerw@cmeerw.org 2018-07-19T21:58:24+01:00 2018-07-19T21:58:24+01:00
changeset 41532b2ab141
branch
bookmark
tag
user Christof Meerwald <cmeerw@cmeerw.org>
description better detection if we need a gettext workaround
files
fix infinite recursion in Python3 http://hg.code.sf.net:8000/p/roundup/code/#changeset-214f34e1867877e7a70ea7fa31280eaf77a7c05f Christof Meerwald cmeerw@cmeerw.org 2018-07-19T21:27:49+01:00 2018-07-19T21:27:49+01:00
changeset 214f34e18678
branch
bookmark
tag
user Christof Meerwald <cmeerw@cmeerw.org>
description fix infinite recursion in Python3
files
Python 3 preparation: unicode. http://hg.code.sf.net:8000/p/roundup/code/#changeset-56c9bcdea47f22412e4f0768775d1abea52d19c2 Joseph Myers jsm@polyomino.org.uk 2018-07-25T09:05:58+00:00 2018-07-25T09:05:58+00:00
changeset 56c9bcdea47f
branch
bookmark
tag
user Joseph Myers <jsm@polyomino.org.uk>
description Python 3 preparation: unicode.

This patch introduces roundup/anypy/strings.py, which has a comment
explaining the string representations generally used and common
functions to handle the required conversions. Places in the code that
explicitly reference the "unicode" type / built-in function are
generally changed to use the new functions (or, in a few places where
those new functions don't seem to fit well, other approaches such as
references to type(u'') or use of the codecs module). This patch does
not generally attempt to address text conversions in any places not
currently referencing the "unicode" type (although
scripts/import_sf.py is made to use binary I/O in places as fixing the
"unicode" reference didn't seem coherent otherwise).
files
Remove keyword expansions from CVS. All regression tests passed afterwards. http://hg.code.sf.net:8000/p/roundup/code/#changeset-6e3e4f24c75376f61ae0bf0e9ee334567585c38e Eric S. Raymond esr@thyrsus.com 2011-11-16T09:51:38-05:00 2011-11-16T09:51:38-05:00
changeset 6e3e4f24c753
branch
bookmark
tag
user Eric S. Raymond <esr@thyrsus.com>
description Remove keyword expansions from CVS. All regression tests passed afterwards.
files
improvements to session management http://hg.code.sf.net:8000/p/roundup/code/#changeset-0112e9e1d068502c3195cdbea9ae1f7faf2b66c7 Richard Jones richard@users.sourceforge.net 2008-08-18T05:04:02+00:00 2008-08-18T05:04:02+00:00
changeset 0112e9e1d068
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description improvements to session management
files
Fix for translations (patch [SF#2032526]) http://hg.code.sf.net:8000/p/roundup/code/#changeset-f11fe2a13234fa5f71796c05ed8e7ff53f71feb6 Richard Jones richard@users.sourceforge.net 2008-08-07T05:51:32+00:00 2008-08-07T05:51:32+00:00
changeset f11fe2a13234
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Fix for translations (patch [SF#2032526])
files
Handle 8-bit untranslateable messages from database properties http://hg.code.sf.net:8000/p/roundup/code/#changeset-a16239e37598baf505e501aa08471b3b2c3e60d2 Richard Jones richard@users.sourceforge.net 2007-01-14T22:54:15+00:00 2007-01-14T22:54:15+00:00
changeset a16239e37598
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Handle 8-bit untranslateable messages from database properties
files
handle 8-bit untranslateable messages in tracker templates http://hg.code.sf.net:8000/p/roundup/code/#changeset-beaf7ea86e5e74b97e887bc132f32a33daf28796 Richard Jones richard@users.sourceforge.net 2006-12-02T23:41:28+00:00 2006-12-02T23:41:28+00:00
changeset beaf7ea86e5e
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description handle 8-bit untranslateable messages in tracker templates
files
get_translation: removed 'domain' argument, added 'tracker_home' argument http://hg.code.sf.net:8000/p/roundup/code/#changeset-aa0316a1b2aacdc24a7f4e34b589defeb195c95c Alexander Smishlajev a1s@users.sourceforge.net 2004-10-23T14:04:23+00:00 2004-10-23T14:04:23+00:00
changeset aa0316a1b2aa
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description get_translation: removed 'domain' argument, added 'tracker_home' argument
files
TranslationService for Roundup templates http://hg.code.sf.net:8000/p/roundup/code/#changeset-297dedb7226ed8fb0d00ff08ca0b1d2ca712add3 Alexander Smishlajev a1s@users.sourceforge.net 2004-07-11T14:17:17+00:00 2004-07-11T14:17:17+00:00
changeset 297dedb7226e
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description TranslationService for Roundup templates
files