summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgGenshiGenerator.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-1/+1
|
* 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
| | | | | | This change broke altsrc entries. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
| | | | | * Find the correct frame of the stack trace if the exception is raised by something outside the template * Determine if the version of Genshi in use strips all blank lines or not to correctly locate the line of the error
* avoid odd edge case in genshi error handlingChris St. Pierre2012-11-261-3/+7
|
* Templating updates:Chris St. Pierre2012-11-191-2/+4
| | | | | | * 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-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