Skip to content

Commit 1733472

Browse files
author
Richard Jones
committed
fixed registration, issue2550665 (thanks Timo Paulssen)
1 parent 8333fee commit 1733472

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Fixed:
2828
see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5356
2929
- improve handling of '>' when URLs are converted to links, issue2550664
3030
(thanks Ezio Melotti)
31+
- fixed registration, issue2550665 (thanks Timo Paulssen)
3132

3233

3334
2010-07-12 1.4.15

doc/acknowledgements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Patrick Ohly,
9595
Luke Opperman,
9696
Eddie Parker,
9797
Will Partain,
98+
Timo Paulssen,
9899
Benjamin Pollack,
99100
Peter Pöml,
100101
Ewout Prangsma,

roundup/cgi/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ def finishRego(self):
798798
# nice message
799799
message = self._('You are now registered, welcome!')
800800
url = '%suser%s?@ok_message=%s'%(self.base, self.userid,
801-
urllib._quote(message))
801+
urllib_.quote(message))
802802

803803
# redirect to the user's page (but not 302, as some email clients seem
804804
# to want to reload the page, or something)

0 commit comments

Comments
 (0)