Code

fixed registration, issue2550665 (thanks Timo Paulssen)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 10 Sep 2010 06:31:30 +0000 (06:31 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 10 Sep 2010 06:31:30 +0000 (06:31 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4522 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
doc/acknowledgements.txt
roundup/cgi/actions.py

index fc38e5e02616e1cf36ac9d2a701d19316d67ed66..d0164b136a710cc58919c6d3877a054258b61217 100644 (file)
@@ -28,6 +28,7 @@ Fixed:
   see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5356
 - improve handling of '&gt;' when URLs are converted to links, issue2550664
   (thanks Ezio Melotti)
+- fixed registration, issue2550665 (thanks Timo Paulssen)
 
 
 2010-07-12 1.4.15
index 34ab5d332d9e804f802eda79420b444a112bb137..b3378e096cd02c00f0741be17c21cc9393916501 100644 (file)
@@ -95,6 +95,7 @@ Patrick Ohly,
 Luke Opperman,
 Eddie Parker,
 Will Partain,
+Timo Paulssen,
 Benjamin Pollack,
 Peter Pöml,
 Ewout Prangsma,
index e3de0dea5c9458e60943845c47c5f2baaad6267a..40bbfdabc63020b19f56fafca82620a6b49c6fd5 100755 (executable)
@@ -798,7 +798,7 @@ class RegoCommon(Action):
         # nice message
         message = self._('You are now registered, welcome!')
         url = '%suser%s?@ok_message=%s'%(self.base, self.userid,
-            urllib._quote(message))
+            urllib_.quote(message))
 
         # redirect to the user's page (but not 302, as some email clients seem
         # to want to reload the page, or something)