File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11This file contains the changes to the Roundup system over time. The entries
22are given with the most recent entry first.
33
4- 2004-??-?? 0.6.6
4+ 2004-02-25 0.6.6
55Fixed:
66- don't insert spaces into designators, it just confuses users (sf bug
77 898087)
88- Eudora can't handle utf-8 headers. We love Eudora. (sf bug 900046)
99- fixed bug in args to new DateHTMLProperty in the local() method (sf bug
1010 901444)
11+ - fixed registration (sf bug 903283)
1112
1213
13142004-02-16 0.6.5
Original file line number Diff line number Diff line change 1- # $Id: client.py,v 1.130.2.9 2004-02-13 01:35:02 richard Exp $
1+ # $Id: client.py,v 1.130.2.10 2004-02-24 21:13:26 richard Exp $
22
33__doc__ = """
44WWW request handler (also used in the stand-alone server).
@@ -730,7 +730,7 @@ def registerAction(self):
730730 '''
731731 # parse the props from the form
732732 try :
733- props = self .parsePropsFromForm ()[0 ][('user' , None )]
733+ props = self .parsePropsFromForm (create = True )[0 ][('user' , None )]
734734 except (ValueError , KeyError ), message :
735735 self .error_message .append (_ ('Error: ' ) + str (message ))
736736 return
You can’t perform that action at this time.
0 commit comments