summaryrefslogtreecommitdiff
path: root/configuration.py
Commit message (Collapse)AuthorAgeFilesLines
* callback option support in set_optionsylvain thenault2009-01-211-0/+2
|
* section's case insensitivity test & fixsylvain thenault2009-01-141-5/+7
|
* fix case sensitivity pb w/ config file sectionssylvain thenault2009-01-121-1/+5
|
* configuration file generation encoding handlingSylvain Thenault2009-01-081-11/+32
|
* fix iter: Values is not iterable, use its __dict__Sylvain Thenault2008-12-041-1/+1
|
* may iter on a Configuration objectSylvain Thenault2008-12-021-0/+3
|
* mergelogilab-common-version-0_36_1Nicolas Chauvat2008-11-141-2/+3
|\
| * [#6529] fix date_validator check callAlexandre Fayolle2008-11-071-1/+1
| |
| * indentation fixAdrien Di Mascio2008-11-061-1/+1
| |
| * mergelogilab-common-version-0_36_0Fabrice Douchant2008-10-301-0/+7
| |\
| * | configuration: don't add DEFAULT sectionpierre-yves david2008-10-271-1/+2
| | | | | | | | | | | | | | | python2.6 raise an error when trying to add the DEFAULT section. As this section already exist, we don't need to add it anyway. This work also in previous version.
* | | Backed out changeset 8c66ea05839d see #6509Nicolas Chauvat2008-11-141-7/+0
| |/ |/|
* | [#2446] changing yn option in common.configuration : does not take y/n value ↵Fabrice Douchant2008-10-291-0/+7
|/ | | | anymore in sys.args.
* bugfixNicolas Chauvat2008-10-231-1/+2
|
* import Pierre-Yves David's fixesAdrien Di Mascio2008-10-221-2/+1
|\
| * let expanduser decide if there is something worth expandingAlexandre Fayolle2008-10-181-2/+1
| |
* | replace all has_key call with "element in dict" statement (3.x compat)pierre-yves david2008-10-191-4/+4
|/
* configuration now handles paths like ~/mydirNicolas Chauvat2008-10-171-1/+3
|
* fix man page generation as well, drop no more necessary functionSylvain Thenault2008-09-191-15/+6
|
* better implementation using existing expand_default monkey patchSylvain Thenault2008-09-191-23/+32
|
* add a commentSylvain Thenault2008-09-191-0/+4
|
* finalize fix to get option's default in generated help without breaking ↵Sylvain Thenault2008-09-191-23/+17
| | | | other stuff...
* [work in progress] add a test reproducing bug #6011 (bug in ↵Adrien Di Mascio2008-09-191-7/+24
| | | | lgc.configuration / default values)
* fix default values in helpEmile Anclin2008-08-251-2/+3
|
* improve doc for better epydoc generation (again).Nicolas Chauvat2008-07-141-47/+77
|
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-16/+5
|
* escape rest when printing for default valuePierre-Yves David2008-06-241-1/+3
|
* new style class consistencySylvain Thenault2008-03-211-5/+4
|
* cleanupSylvain2008-02-151-1/+1
|
* don't give option's keywords not recognized by optparseSylvain2008-02-131-0/+4
|
* configuration: fix merge_optionsSylvain2008-02-071-4/+3
|
* cleanupSylvain2008-01-221-3/+0
|
* copyrightSylvain2008-01-141-2/+2
|
* omit REQUIRED in defaultsSylvain2007-10-171-0/+2
|
* extract input_option methodSylvain2007-10-171-21/+24
|
* added new 'typechanged' action fo lgc's configurationsAdrien Di Mascio2007-06-221-6/+15
|
* no default when asking for a passwordSylvain2007-02-111-4/+6
|
* fix #3197Sylvain2006-12-051-2/+1
|
* apycot fixesSylvain2006-10-251-0/+1
|
* fix deprecated config readingSylvain2006-10-201-2/+5
|
* get back merge_options from gincoSylvain2006-10-201-1/+18
|
* basic deprecated config handling supportSylvain2006-10-201-6/+58
|
* include none values into generated config fileSylvain2006-10-031-11/+13
|
* load default into the provider mixin to avoid pbSylvain2006-10-021-1/+1
|
* fixed time handling and added an adapter for DateTimeDeltaTypeSylvain2006-09-201-1/+0
|
* fix named option handlingSylvain2006-09-191-0/+6
|
* * db:Sylvain2006-09-191-1/+3
| | | | | | | | | - fixed bug when querying boolean on sqlite using python's bool type - added "drop_on_commit" argument to create_temporary_table on db helper - added missing implementation of executemany on pysqlite2 wrapper to support pyargs correctly like execute * optik_ext: fixed "named" type option to support csv values and to return a dictionary
* new register_options method on ConfigurationMixinsyt2006-09-051-1/+10
|
* see changelogSylvain2006-08-251-3/+8
|
* trying to fix mess between empty strings and None (problems due to both ↵Adrien Di Mascio2006-08-091-2/+4
| | | | being evaluated to False)