summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgCheetahGenerator.py
Commit message (Collapse)AuthorAgeFilesLines
* Plugins: Added TemplateDataProvider plugin interfaceChris St. Pierre2013-10-301-6/+18
| | | | | | | This lets you provide variables to the top-level namespace of templates in a more seamless way than through a Connector plugin. It's mostly useful for TemplateHelper for now, but may find other uses in the future.
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-4/+5
|
* added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-2/+2
| | | | all over
* Templating updates:Chris St. Pierre2012-11-191-1/+3
| | | | | | * Added "repo" variable to all template formats * Made variables available in Genshi and Cheetah template more similar * Improved docs
* Cfg: improved error messagesChris St. Pierre2012-11-131-7/+2
|
* assigned Cfg handlers explicit priorities to avoid over-zealous regex matchesChris St. Pierre2012-10-171-0/+4
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-7/+6
|
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-0/+13
|
* merged cheetah encoding fixes from maintChris St. Pierre2012-08-221-1/+2
|
* fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-171-5/+3
|
* fixed bcfg2-lint Deltas pluginChris St. Pierre2012-05-091-1/+1
|
* modularized CfgChris St. Pierre2012-05-081-0/+33