summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-49/+296
* Documented all plugin helper objectsChris St. Pierre2012-09-061-1/+0
* deprecated info/:info, .cat, and .diff filesChris St. Pierre2012-08-311-1/+9
* added better common walk_packages implementation for python 2.4 and 2.5Chris St. Pierre2012-08-271-20/+7
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* fixed handling of regex filename patterns in GroupSpool/EntrySetChris St. Pierre2012-08-221-1/+1
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-2/+2
* fixed encoding of Cfg files with unicode contentsChris St. Pierre2012-08-221-1/+1
* merged cheetah encoding fixes from maintChris St. Pierre2012-08-221-2/+3
* lots of various py3k fixesChris St. Pierre2012-08-211-15/+14
* fixed EntrySet.best_matching()Chris St. Pierre2012-08-201-0/+5
* FileProbes: fixed bug introduced by Cfg rewriteChris St. Pierre2012-08-161-0/+13
* made ACLs work in info.xmlChris St. Pierre2012-08-011-1/+2
* bcfg2-lint bug fixesChris St. Pierre2012-07-111-2/+5
* fixed changed events in Cfg; stringification of FAM objectsChris St. Pierre2012-06-211-0/+1
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-0/+21
* Allow Cfg loader to work with python 2.4Tim Laszlo2012-05-181-1/+13
* fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-171-0/+4
* add_option properly adds an option to OptionParser after initial parsingChris St. Pierre2012-05-161-1/+1
* fixed bug in list_accept_choices in CfgChris St. Pierre2012-05-141-1/+1
* added ability to disable Cfg file validationChris St. Pierre2012-05-111-22/+32
* added support for validating Cfg file contents using external commandsChris St. Pierre2012-05-091-61/+118
* modularized CfgChris St. Pierre2012-05-081-0/+331