summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6ddfa30)
raw | patch | inline | side by side (parent: 6ddfa30)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 10 Sep 2010 06:31:30 +0000 (06:31 +0000) | ||
committer | richard <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 | patch | blob | history | |
doc/acknowledgements.txt | patch | blob | history | |
roundup/cgi/actions.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index fc38e5e02616e1cf36ac9d2a701d19316d67ed66..d0164b136a710cc58919c6d3877a054258b61217 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5356
- improve handling of '>' 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)
--- a/doc/acknowledgements.txt
+++ b/doc/acknowledgements.txt
Luke Opperman,
Eddie Parker,
Will Partain,
+Timo Paulssen,
Benjamin Pollack,
Peter Pöml,
Ewout Prangsma,
diff --git a/roundup/cgi/actions.py b/roundup/cgi/actions.py
index e3de0dea5c9458e60943845c47c5f2baaad6267a..40bbfdabc63020b19f56fafca82620a6b49c6fd5 100755 (executable)
--- a/roundup/cgi/actions.py
+++ b/roundup/cgi/actions.py
# 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)