summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Cfg.py
Commit message (Expand)AuthorAgeFilesLines
* Cfg: Add support for perms='inherit' (Ticket #642)Sol Jerome2011-06-201-0/+7
* PY3K: Add compatibility commentsSol Jerome2011-06-151-0/+1
* PY3K: Finish server-side code fixesSol Jerome2011-06-141-2/+3
* Accept non-ASCII diffsHolger Weiß2011-06-141-1/+6
* Cfg: Fix traceback for non-ascii filesSol Jerome2011-06-141-0/+7
* Cfg: Fix bcfg2-admin pull behavior for genshi templates (#1010)Sol Jerome2011-06-141-1/+2
* Cfg: Fix PluginExecutionErrorTim Laszlo2011-06-141-1/+1
* Cfg: Fix the output encoding of Genshi templatesHolger Weiß2011-06-141-2/+3
* Plugins: Add full PY3K compatibilitySol Jerome2011-04-261-3/+13
* Plugins: PY3K + PEP8 fixesSol Jerome2011-04-061-5/+3
* In TGenshi templates, the "name" variable is set to the destination path of t...Chris St. Pierre2011-03-161-4/+5
* Cfg: Fix unicode traceback (Resolves #993)Sol Jerome2011-03-071-7/+25
* fixed handling of group- and host-specific .genshi templates in Cfg (non-gree...Chris St. Pierre2011-03-041-1/+1
* Cfg: Create info.xml files by default with bcfg2-admin pullSol Jerome2011-02-211-17/+9
* Cfg: Handle empty genshi templates (Ticket #948)Tim Laszlo2011-01-231-0/+2
* Cfg: Add support for .genshi filesTim Laszlo2011-01-221-7/+48
* Cfg: Allow pull operations to update info.xml filesTim Laszlo2010-07-301-9/+18
* Updated files to match PEP 257 Fabian Affolter2010-06-091-2/+2
* Cfg: Fix diff deltas (Patch from Thomas Schoenl)Narayan Desai2009-10-291-1/+1
* Fix incorrect mappings and change configfile type to fileSol Jerome2009-10-161-1/+1
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-2/+7
* Cfg: Set type to 'configfile' for Path entriesSol Jerome2009-10-061-2/+4
* Cfg: delta file regex bugfixNarayan Desai2009-03-161-1/+1
* Fix newlinks at the end of .cat filesNarayan Desai2009-03-021-0/+2
* Use safer alternatives to mktemp (Patch from adeason)Sol Jerome2009-01-291-2/+6
* Remove old properties implementation and hardwiringNarayan Desai2009-01-211-3/+3
* Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbas...Narayan Desai2009-01-111-1/+1
* Finish up PullSource plugin workNarayan Desai2009-01-101-1/+2
* This patch is stage 1 of the plugin capabilities reworkNarayan Desai2009-01-051-1/+1
* check if content updates are neededNarayan Desai2008-10-311-4/+5
* Fix file name generation in Cfg support for bcfg-admin pullNarayan Desai2008-10-311-1/+1
* Fix interspersed newlines in deltas with .cat filesNarayan Desai2008-10-301-0/+1
* Fix bcfg2-admin for new host-specific entriesNarayan Desai2008-10-281-4/+7
* Get rid of errant newlines (Resolves #599 for real this time)Narayan Desai2008-09-291-1/+1
* Fix deltas (Resolves Ticket #599)Narayan Desai2008-09-261-1/+1
* Fix :info file creation in bcfg2-admin pullNarayan Desai2008-08-071-1/+1
* Unicode support (from stousignant) (Resolves Ticket #549)Narayan Desai2008-06-301-3/+3
* Fix error message in non-matching caseNarayan Desai2008-06-091-2/+4
* Move base data caching es class to Plugin.pyNarayan Desai2008-04-081-14/+1
* Fix 0-length file handlingNarayan Desai2008-03-241-9/+2
* Rework bcfg2-admin pullNarayan Desai2008-03-241-76/+68
* Reimplement Cfg using EntrySetNarayan Desai2008-03-211-375/+89
* tighten up ignore regex in CfgNarayan Desai2008-03-091-1/+1
* Fix bcfg2-admin pull for host-specific files when the current data is group-s...Narayan Desai2008-01-291-3/+3
* Handle infoxml failure cases (reported in irc) [bugfix]Narayan Desai2008-01-291-0/+4
* Fix test in case of using fulldata uploads for bcfg2-admin pull [bugfix]Narayan Desai2008-01-181-1/+1
* Fix for Lance's hiccup [bugfix]Narayan Desai2008-01-181-1/+1
* fix case: info file gets moved as part of an upper directory, e.g. mv Cfg/etc...Robert Gogolok2007-12-281-1/+12
* Fix handling of files ending in .cat or .diff [bugfix]Narayan Desai2007-12-131-1/+3
* bcfg2-admin pull fixesNarayan Desai2007-11-121-5/+5