Re: [Freeipa-devel] [PATCH] 55 Parse comma-separated lists of values in all parameter types

2011-11-30 Thread Martin Kosek
On Wed, 2011-11-30 at 15:19 +0100, Jan Cholasta wrote: > Dne 23.11.2011 16:46, Martin Kosek napsal(a): > > On Wed, 2011-11-23 at 11:14 +0100, Jan Cholasta wrote: > >> Dne 23.11.2011 09:52, Martin Kosek napsal(a): > > ... > >> > >> Well, the crash is obviously not related to the patch. Fedora 16 use

Re: [Freeipa-devel] [PATCH] 55 Parse comma-separated lists of values in all parameter types

2011-11-23 Thread Martin Kosek
On Wed, 2011-11-23 at 11:14 +0100, Jan Cholasta wrote: > Dne 23.11.2011 09:52, Martin Kosek napsal(a): ... > > Well, the crash is obviously not related to the patch. Fedora 16 uses a > newer version of pylint (0.24), which causes the crash (it works fine on > Fedora 15 with pylint 0.22). > > I

Re: [Freeipa-devel] [PATCH] 55 Parse comma-separated lists of values in all parameter types

2011-11-23 Thread Jan Cholasta
Dne 23.11.2011 09:52, Martin Kosek napsal(a): On Mon, 2011-11-21 at 17:10 +0100, Jan Cholasta wrote: Dne 11.11.2011 20:07, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 4.11.2011 22:25, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 24.10.2011 17:42, Rob Crittenden napsal(a): Jan Cho

Re: [Freeipa-devel] [PATCH] 55 Parse comma-separated lists of values in all parameter types

2011-11-23 Thread Martin Kosek
On Mon, 2011-11-21 at 17:10 +0100, Jan Cholasta wrote: > Dne 11.11.2011 20:07, Rob Crittenden napsal(a): > > Jan Cholasta wrote: > >> Dne 4.11.2011 22:25, Rob Crittenden napsal(a): > >>> Jan Cholasta wrote: > Dne 24.10.2011 17:42, Rob Crittenden napsal(a): > > Jan Cholasta wrote: > >>

Re: [Freeipa-devel] [PATCH] 55 Parse comma-separated lists of values in all parameter types

2011-11-11 Thread Rob Crittenden
Jan Cholasta wrote: Dne 4.11.2011 22:25, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 24.10.2011 17:42, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 20.10.2011 13:20, Jan Cholasta napsal(a): Parse comma-separated lists of values in all parameter types. This can enabled for a specif

Re: [Freeipa-devel] [PATCH] 55 Parse comma-separated lists of values in all parameter types

2011-11-07 Thread Jan Cholasta
Dne 4.11.2011 22:25, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 24.10.2011 17:42, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 20.10.2011 13:20, Jan Cholasta napsal(a): Parse comma-separated lists of values in all parameter types. This can enabled for a specific parameter by setti

Re: [Freeipa-devel] [PATCH] 55 Parse comma-separated lists of values in all parameter types

2011-11-04 Thread Rob Crittenden
Jan Cholasta wrote: Dne 24.10.2011 17:42, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 20.10.2011 13:20, Jan Cholasta napsal(a): Parse comma-separated lists of values in all parameter types. This can enabled for a specific parameter by setting the "csvlist" option to True. Remove List pa

Re: [Freeipa-devel] [PATCH] 55 Parse comma-separated lists of values in all parameter types

2011-10-24 Thread Jan Cholasta
Dne 24.10.2011 17:42, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 20.10.2011 13:20, Jan Cholasta napsal(a): Parse comma-separated lists of values in all parameter types. This can enabled for a specific parameter by setting the "csvlist" option to True. Remove List parameter type and repl

Re: [Freeipa-devel] [PATCH] 55 Parse comma-separated lists of values in all parameter types

2011-10-24 Thread Rob Crittenden
Jan Cholasta wrote: Dne 20.10.2011 13:20, Jan Cholasta napsal(a): Parse comma-separated lists of values in all parameter types. This can enabled for a specific parameter by setting the "csvlist" option to True. Remove List parameter type and replace all occurences with Str with csvlist enabled.