http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/website/issues/extensions/spambayes.py Mercurial Repository: p/roundup/code: website/issues/extensions/spambayes.py history 2018-07-25T00:16:00+00:00 Python 3 preparation: update xmlrpclib / SimpleXMLRPCServer imports. http://hg.code.sf.net:8000/p/roundup/code/#changeset-e46ce04d5bbcecc7b7dfc3f057118a8f7e33576c Joseph Myers jsm@polyomino.org.uk 2018-07-25T00:16:00+00:00 2018-07-25T00:16:00+00:00
changeset e46ce04d5bbc
branch
bookmark
tag
user Joseph Myers <jsm@polyomino.org.uk>
description Python 3 preparation: update xmlrpclib / SimpleXMLRPCServer imports.

New roundup/anypy/xmlrpc_.py added. Manual patch.
files
Python 3 preparation: change "x.has_key(y)" to "y in x". http://hg.code.sf.net:8000/p/roundup/code/#changeset-0942fe89e82e3e84d95a3d0ca5d8d15502f57348 Joseph Myers jsm@polyomino.org.uk 2018-07-24T22:08:17+00:00 2018-07-24T22:08:17+00:00
changeset 0942fe89e82e
branch
bookmark
tag
user Joseph Myers <jsm@polyomino.org.uk>
description Python 3 preparation: change "x.has_key(y)" to "y in x".

(Also likewise "not in" where appropriate.) Tool-generated patch.
files
Use Python-3-compatible 'as' syntax for except statements http://hg.code.sf.net:8000/p/roundup/code/#changeset-198b6e810c67c4e7e38f1aa41edbc864783fe6e6 Eric S. Raymond esr@thyrsus.com 2017-08-24T22:21:37-04:00 2017-08-24T22:21:37-04:00
changeset 198b6e810c67
branch
bookmark
tag
user Eric S. Raymond <esr@thyrsus.com>
description Use Python-3-compatible 'as' syntax for except statements

Many raise statements near these are also fixed.
So are two ivorrect file encoding marks ('utf8'->'utf-8').
files
Different approach to fix XSS in issue2550817 http://hg.code.sf.net:8000/p/roundup/code/#changeset-ca692423e401fd0db01f7df02868bd47785bf995 Ralf Schlatterbeck rsc@runtux.com 2014-03-31T18:19:23+02:00 2014-03-31T18:19:23+02:00
changeset ca692423e401
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Different approach to fix XSS in issue2550817

Encapsulate the error/ok message append method as add_ok_message and
add_error_message. The new approach escapes the messages when appending
-- at a point in the code where we still know where the message comes
from. Escaping is the default but can bei turned off. This also fixes
issue2550836 where certain messages may contain links.

Another advantage of the new fix is that users don't need to change
installed trackers and are secure by default.
files
[website] svn repository setup http://hg.code.sf.net:8000/p/roundup/code/#changeset-c2d0d3e9099db60e3178bfd953f6443bb3ba9f9e Stefan Seefeld stefan@users.sourceforge.net 2009-02-06T13:16:31+00:00 2009-02-06T13:16:31+00:00
changeset c2d0d3e9099d
branch website
bookmark
tag
user Stefan Seefeld <stefan@users.sourceforge.net>
description svn repository setup
files