summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgGenshiGenerator.py
Commit message (Expand)AuthorAgeFilesLines
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-4/+7
* Plugins: Added TemplateDataProvider plugin interfaceChris St. Pierre2013-10-301-7/+17
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-8/+11
* Merge branch 'maint'Chris St. Pierre2013-04-241-1/+1
|\
| * testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-1/+1
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-64/+40
|\ \ | |/ |/|
| * Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-0/+1
| |\
| * | made genshi a requirementChris St. Pierre2013-01-221-56/+32
| * | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-171-7/+7
* | | better error message when rendering a template that failed to parseChris St. Pierre2013-02-211-0/+4
| |/ |/|
* | fixed checking Genshi templates for comments (#1141)Chris St. Pierre2013-02-141-0/+1
|/
* Cfg: Revert change from 10326a34Sol Jerome2013-01-081-1/+1
* Cfg: added creator handler to perform one-time creation of static dataChris St. Pierre2012-12-201-1/+1
* Cfg: Fixed bugs in Genshi error handling:Chris St. Pierre2012-11-291-11/+54
* avoid odd edge case in genshi error handlingChris St. Pierre2012-11-261-3/+7
* Templating updates:Chris St. Pierre2012-11-191-2/+4
* Cfg: improved error messagesChris St. Pierre2012-11-131-19/+12
* Cfg: prevent genshi loader from caching templatesChris St. Pierre2012-11-131-4/+1
* assigned Cfg handlers explicit priorities to avoid over-zealous regex matchesChris St. Pierre2012-10-171-0/+4
* Cfg: fixed some issues with genshi error handlingChris St. Pierre2012-10-031-2/+2
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-021-3/+3
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-51/+56
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-8/+34
* Cfg: clarified genshi errorsChris St. Pierre2012-08-291-4/+5
* try to get details about a genshi errorChris St. Pierre2012-07-051-4/+61
* fixes for missing genshiChris St. Pierre2012-05-211-3/+3
* fixed tb when genshi is not installedChris St. Pierre2012-05-211-0/+1
* fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-171-1/+3
* added support for validating Cfg file contents using external commandsChris St. Pierre2012-05-091-2/+2
* fixed more bcfg2-lint plugins for Cfg modularizationChris St. Pierre2012-05-091-0/+1
* fixed bcfg2-lint Deltas pluginChris St. Pierre2012-05-091-1/+1
* modularized CfgChris St. Pierre2012-05-081-0/+63