| Wed, 12 Jun 2019 20:34:47 -0400 |
John Rouillard |
Try to fix:
|
| Sat, 01 Sep 2018 18:29:16 +0000 |
Joseph Myers |
Fix absent file uploads with Python 3.
|
| Wed, 25 Jul 2018 00:39:37 +0000 |
Joseph Myers |
Python 3 preparation: comparisons.
|
| Tue, 24 Jul 2018 23:14:04 +0000 |
Joseph Myers |
Python 3 preparation: use list() around filter() as needed.
|
| Tue, 24 Jul 2018 23:04:42 +0000 |
Joseph Myers |
Python 3 preparation: update calls to dict methods.
|
| Tue, 24 Jul 2018 22:08:17 +0000 |
Joseph Myers |
Python 3 preparation: change "x.has_key(y)" to "y in x".
|
| Thu, 24 Aug 2017 22:21:37 -0400 |
Eric S. Raymond |
Use Python-3-compatible 'as' syntax for except statements
|
| Thu, 16 Mar 2017 23:06:16 -0400 |
rouilj |
Remove left over debugging statements.
|
| Sat, 22 Oct 2016 17:23:18 -0400 |
John Rouillard |
issue2550929 fix for my use case, need Ralf to check for his.
|
| Fri, 21 Oct 2016 14:12:44 +0200 |
Ralf Schlatterbeck |
Hopefully fix issue2550929
|
| Mon, 18 Jul 2016 13:21:43 +0200 |
Ralf Schlatterbeck |
Fix file attribute parsing
|
| Sun, 05 Jun 2016 00:17:26 -0400 |
John Rouillard |
Add support for an integer type to join the existing number type.
|
| Tue, 31 May 2016 09:16:09 +0200 |
Ralf Schlatterbeck |
Fix regression in password parsing
|
| Mon, 30 May 2016 17:23:35 +0200 |
Ralf Schlatterbeck |
Allow multiple file uploads
|
| Sat, 16 Apr 2016 22:49:38 -0400 |
John Rouillard |
issue 2550880: Ability to choose password store scheme and SSHA support.
|
| Mon, 07 Nov 2011 13:59:43 +1100 |
Richard Jones |
- Ignore confirm set() fields by themselves in the absence of non-"confirm"
|
| Fri, 15 Apr 2011 08:09:59 +0000 |
Ralf Schlatterbeck |
Add new config-option 'password_pbkdf2_default_rounds'...
|
| Fri, 09 Oct 2009 14:32:21 +0000 |
Ralf Schlatterbeck |
corrections for python2.3 compatibility:
|
| Thu, 19 Feb 2009 20:03:10 +0000 |
Stefan Seefeld |
Use canonical sort order for multilinks.
|
| Thu, 19 Feb 2009 20:00:44 +0000 |
Stefan Seefeld |
Do not try to create empty nodes with a negative ID.
|
| Thu, 07 Aug 2008 05:59:18 +0000 |
Richard Jones |
Allow negative ids other than -1 for item generation [SF#982481]
|
| Fri, 02 Nov 2007 23:17:59 +0000 |
Richard Jones |
make LinkHTMLProperty handle non-existing keys (patch [SF#1815895])
|
| Mon, 11 Dec 2006 23:36:15 +0000 |
Richard Jones |
Sorry for the mega-patch - was all done on the train:
|
| Thu, 23 Nov 2006 13:27:14 +0000 |
Stefan Seefeld |
fix typo.
|
| Thu, 23 Nov 2006 00:44:48 +0000 |
Stefan Seefeld |
Fix [SF#1599740]
|
| Fri, 11 Aug 2006 00:18:59 +0000 |
Richard Jones |
@required in forms may now specify properties of linked items
|
| Thu, 10 Aug 2006 23:14:43 +0000 |
Richard Jones |
fix error message in form parser
|
| Sun, 12 Feb 2006 11:42:28 +0000 |
Alexander Smishlajev |
translate class name in "required property not supplied" message [SF#1429669]
|
| Wed, 25 Jan 2006 02:24:28 +0000 |
Richard Jones |
fix detection of "missing" existing values in CGI form parser [SF#1414149]
|
| Thu, 07 Apr 2005 06:28:51 +0000 |
Alexander Smishlajev |
disable node creation if no properties are set
maint-0.8
|
| Fri, 02 Jul 2004 08:24:36 +0000 |
Alexander Smishlajev |
translate property names in 'Required property not supplied' message
|
| Tue, 15 Jun 2004 09:22:24 +0000 |
Alexander Smishlajev |
use self.client to translate messages; if that fails...
|
| Wed, 24 Mar 2004 06:18:59 +0000 |
Richard Jones |
minor pre-release / test fixes
0.7.0b1
|
| Fri, 13 Feb 2004 01:32:37 +0000 |
Richard Jones |
forward-porting of fixed edit action / parsePropsFromForm...
|
| Wed, 11 Feb 2004 21:34:31 +0000 |
Johannes Gijsbers |
Move out parts of client.py to new modules:
|